PageRenderTime 192ms queryTime 45ms sortTime 0ms getByIdsTime 45ms findMatchingLines 22ms

100+ results results for 'List<Object> repo:stefanrusek/xronos' (192 ms)

Not the results you expected?
NetworkAvailability.java http://mobicents.googlecode.com/svn/trunk/ | Java | 349 lines
                    
99    @XmlAnyElement(lax = true)
                    
100    protected List<Object> any;
                    
101    @XmlAnyAttribute
                    
155     */
                    
156    public List<Object> getAny() {
                    
157        if (any == null) {
                    
157        if (any == null) {
                    
158            any = new ArrayList<Object>();
                    
159        }
                    
217        @XmlAnyElement(lax = true)
                    
218        protected List<Object> any;
                    
219        @XmlAttribute(required = true)
                    
296         */
                    
297        public List<Object> getAny() {
                    
298            if (any == null) {
                    
                
CompilerBlob.cs git://github.com/sorear/niecza.git | C# | 275 lines
                    
117                    VarDeque it = o.mo.mro_raw_iterator.Get(v);
                    
118                    var lo = new List<object>();
                    
119                    while (Kernel.IterHasFlat(it, true))
                    
128        public static Variable DownCall(Variable list) {
                    
129            List<object> lo = new List<object>();
                    
130            VarDeque it = Builtins.start_iter(list);
                    
160        static void SerializeNam(Variable v, StringBuilder sb,
                    
161                List<object> refs) {
                    
162
                    
202            StringBuilder sb = new StringBuilder();
                    
203            List<object> refs = new List<object>();
                    
204            SerializeNam(nam, sb, refs);
                    
                
GenericClassProxyTestCase.cs git://github.com/castleproject/Castle.Core-READONLY.git | C# | 328 lines
                    
142		{
                    
143			GenClassWithGenMethodsConstrained<List<object>> proxy =
                    
144				generator.CreateClassProxy<GenClassWithGenMethodsConstrained<List<object>>>(logger);
                    
175			GenClassWithGenReturn<List<object>, List<object>> proxy =
                    
176				generator.CreateClassProxy<GenClassWithGenReturn<List<object>, List<object>>>(logger);
                    
177
                    
191			GenClassNameClash<List<object>, List<object>> proxy =
                    
192				generator.CreateClassProxy<GenClassNameClash<List<object>, List<object>>>(logger);
                    
193
                    
221			KeepDataInterceptor interceptor = new KeepDataInterceptor();
                    
222			GenClassWithGenMethods<List<object>> proxy = generator.CreateClassProxy<GenClassWithGenMethods<List<object>>>(interceptor);
                    
223
                    
251			GenClassWithGenReturn<List<object>, List<object>> proxy =
                    
252				generator.CreateClassProxy<GenClassWithGenReturn<List<object>, List<object>>>(interceptor);
                    
253
                    
                
GotoTargetHandler.java git://github.com/JetBrains/intellij-community.git | Java | 376 lines
                    
114
                    
115    List<Object> allElements = new ArrayList<>(targets.length + additionalActions.size());
                    
116    Collections.addAll(allElements, targets);
                    
                
IndexAlreadyExistsException.java git://github.com/apache/hive.git | Java | 396 lines
                    
231  public int hashCode() {
                    
232    List<Object> list = new ArrayList<Object>();
                    
233
                    
                
ComposablePartExtensibilityTests.cs git://github.com/mono/mono.git | C# | 293 lines
                    
253
                    
254                List<object> constructorArgs = new List<object>();
                    
255
                    
                
RPProduto.java http://freedom-erp.googlecode.com/svn/trunk/ | Java | 223 lines
                    
98
                    
99	private List<Object> prefere = new ArrayList<Object>();
                    
100
                    
                
DictProxy.cs git://github.com/IronLanguages/main.git | C# | 322 lines
                    
166
                    
167                return new List<object>(res);
                    
168            }
                    
176            get {
                    
177                List<object> res = new List<object>();
                    
178                foreach (KeyValuePair<object, object> kvp in _dt.GetMemberDictionary(DefaultContext.Default, false)) {
                    
                
RegistryCore.cs git://github.com/aurora-sim/Aurora-Sim.git | C# | 0 lines
                    
38        /// </value>
                    
39        protected Dictionary<Type, List<object>> ModuleInterfaces = new Dictionary<Type, List<object>>();
                    
40
                    
50
                    
51            List<Object> l = null;
                    
52            if (!ModuleInterfaces.TryGetValue(typeof(T), out l))
                    
53            {
                    
54                l = new List<Object>();
                    
55                ModuleInterfaces.Add(typeof(T), l);
                    
63
                    
64        public void AddModuleInterfaces(Dictionary<Type, List<object>> dictionary)
                    
65        {
                    
148            //Flatten the array
                    
149            Dictionary<Type, List<object>> interfaces = new Dictionary<Type, List<object>>();
                    
150            foreach (KeyValuePair<Type, List<object>> kvp in ModuleInterfaces)
                    
                
ShDataExtension.java http://mobicents.googlecode.com/svn/trunk/ | Java | 208 lines
                    
205   */
                    
206  public abstract List<Object> getAny();
                    
207
                    
                
Topic.java https://hg01.codeplex.com/pservicebusext | Java | 275 lines
                    
129		validateObjectState();
                    
130		List<Object> list = new ArrayList<Object>();
                    
131		list.add(message);
                    
134
                    
135	public void  publishMany(List<Object> messages) throws TopicNotRegisteredException, ESBException, IOException, IllegalAccessException, InvocationTargetException {
                    
136		validateObjectState();
                    
144
                    
145	private void internalPublish(List<Object> messages) throws TopicNotRegisteredException, ESBException, IOException, IllegalAccessException, InvocationTargetException {
                    
146		List<Map<String, Object>> publishDicts = new ArrayList<Map<String, Object>>();
                    
236
                    
237    public static void publishMessages(List<Object> messages) throws TopicNotRegisteredException, ESBException, IOException, IllegalAccessException, InvocationTargetException {
                    
238    	Class type = messages.get(0).getClass();
                    
                
FIMPSResource.cs https://hg01.codeplex.com/fimpscmdlets | C# | 253 lines
                    
114                    {
                    
115                        List<object> listOfValues = new List<object>(resourceValue.Values.Count);
                    
116                        foreach (RmAttributeValue rmValue in resourceValue.Values)
                    
                
CustomStringDictionary.cs git://github.com/IronLanguages/main.git | C# | 456 lines
                    
114            get {
                    
115                List<object> res = new List<object>();
                    
116                lock (this) {
                    
174            get {
                    
175                List<object> res = new List<object>();
                    
176                lock (this) {
                    
325        public System.Collections.IEnumerator GetEnumerator() {
                    
326            List<object> l = new List<object>(this.Keys);
                    
327            for (int i = 0; i < l.Count; i++) {
                    
366            get {
                    
367                return new List<object>(((IDictionary<object, object>)this).Keys);
                    
368            }
                    
376            get {
                    
377                return new List<object>(((IDictionary<object, object>)this).Values);
                    
378            }
                    
                
PortletPersistenceTest.java git://github.com/liferay/liferay-portal.git | Java | 227 lines
                    
167
                    
168		List<Object> result = _persistence.findWithDynamicQuery(dynamicQuery);
                    
169
                    
185
                    
186		List<Object> result = _persistence.findWithDynamicQuery(dynamicQuery);
                    
187
                    
                
HgPath.java https://bitbucket.org/mercurialeclipse/main/ | Java | 212 lines
                    
59		}
                    
60		List<Object> children = new ArrayList<Object>();
                    
61		for (File file : files) {
                    
                
OLazyObjectList.java http://orient.googlecode.com/svn/ | Java | 236 lines
                    
35	private ORecord<?>									sourceRecord;
                    
36	private final ArrayList<Object>			list							= new ArrayList<Object>();
                    
37	private ODatabasePojoAbstract<TYPE>	database;
                    
                
StackedBarChart.java http://ofcj.googlecode.com/svn/trunk/ | Java | 234 lines
                    
99    public Stack stack(int index) {
                    
100        return new Stack((List<Object>) getValues().get(index));
                    
101    }
                    
122    public static class Stack {
                    
123        private transient List<Object> values;
                    
124        
                    
125        public Stack() {
                    
126            values = new ArrayList<Object>();
                    
127        }
                    
128        
                    
129        Stack(List<Object> values) {
                    
130            this.values = values;
                    
153        
                    
154        List<Object> getBackingList() {
                    
155            return this.values;
                    
                
ParsedRequest.java http://dovetaildb.googlecode.com/svn/trunk/ | Java | 381 lines
                    
146//				// array
                    
147//				ArrayList<Object> array;
                    
148//				if (cur == null) {
                    
148//				if (cur == null) {
                    
149//					cur = array = new ArrayList<Object>();
                    
150//				} else if (!(cur instanceof ArrayList)) {
                    
152//				} else {
                    
153//					array = (ArrayList<Object>) cur;
                    
154//				}
                    
                
DKSqlGenerator.java http://diffkit.googlecode.com/svn/trunk/ | Java | 335 lines
                    
134         return null;
                    
135      List<Object> values = new ArrayList<Object>(row_.size());
                    
136      List<DKDBTypeInfo> typeInfos = new ArrayList<DKDBTypeInfo>(row_.size());
                    
                
DoubleDictionarys.cs git://github.com/aurora-sim/Aurora-Sim.git | C# | 0 lines
                    
36    {
                    
37        Dictionary<TKey, List<object>> Dictionary = new Dictionary<TKey, List<object>>();
                    
38
                    
43
                    
44            List<object> Values = new List<object>(2);
                    
45            Values.Add(value1);
                    
64
                    
65                List<Object> Values = new List<object>();
                    
66                Dictionary.TryGetValue(key, out Values);
                    
70            {
                    
71                List<Object> Values = new List<object>();
                    
72                if (Dictionary.ContainsKey(key))
                    
86
                    
87                List<Object> Values = new List<object>();
                    
88                Dictionary.TryGetValue(key, out Values);
                    
                
EditorComboBox.java git://github.com/JetBrains/intellij-community.git | Java | 340 lines
                    
178  public void prependItem(String item) {
                    
179    ArrayList<Object> objects = new ArrayList<>();
                    
180    objects.add(item);
                    
191  public void appendItem(String item) {
                    
192    ArrayList<Object> objects = new ArrayList<>();
                    
193
                    
                
ObjectList.java http://acide-0-8-release-2010-2011.googlecode.com/svn/trunk/ | Java | 194 lines
                    
52	 */
                    
53	private ArrayList<Object> _list;
                    
54
                    
62		// Creates the list of objects
                    
63		_list = new ArrayList<Object>();
                    
64	}
                    
                
JSHelper.java http://tatami.googlecode.com/svn/trunk/ | Java | 197 lines
                    
79	public static Collection<Object> convertJSArrayToCollection(JavaScriptObject array){
                    
80		Collection<Object> collec = new ArrayList<Object>();
                    
81		int length = getArraySize(array);
                    
                
ModuleScope.cs https://IronPython.svn.codeplex.com/svn | C# | 221 lines
                    
44
                    
45        public List<object> staticData;
                    
46
                    
                
HierarchicalTest.java http://google-gin.googlecode.com/svn/trunk/ | Java | 152 lines
                    
86  @Singleton
                    
87  public static class ModuleInitializationList extends ArrayList<Object> {}
                    
88
                    
                
AlternateTaxRule.java http://google-checkout-java-sdk.googlecode.com/svn/trunk/ | Java | 439 lines
                    
399        })
                    
400        protected List<Object> allTaxAreas;
                    
401
                    
428         */
                    
429        public List<Object> getAllTaxAreas() {
                    
430            if (allTaxAreas == null) {
                    
430            if (allTaxAreas == null) {
                    
431                allTaxAreas = new ArrayList<Object>();
                    
432            }
                    
                
URLParser.cs git://github.com/sones/sones.git | C# | 441 lines
                    
181        /// <returns>The methodInfo callback and the optional parameters</returns>
                    
182        public Tuple<UrlNode, List<Object>> GetCallback(String url, String webMethod = "GET")
                    
183        {
                    
205
                    
206            return GetCallback(_RootNodes[webMethod], urlParts, new List<Object>(), url, 0);
                    
207
                    
218        /// <returns></returns>
                    
219        private Tuple<UrlNode, List<Object>> GetCallback(Dictionary<String, UrlNode> urlNodes, IEnumerable<String> urlParts, List<Object> parameters, String url, Int32 posInUrl)
                    
220        {
                    
252                    posInUrl = url.Length;
                    
253                    return new Tuple<UrlNode, List<object>>(curUrlNode, parameters);
                    
254                }
                    
290                // we have some more childs defined
                    
291                Tuple<UrlNode, List<object>> retval = null;
                    
292                var newParams = new List<Object>();
                    
                
ModelUtils.java http://iks-project.googlecode.com/svn/ | Java | 290 lines
                    
146			info.append(':');
                    
147			Collection<Object> values = new ArrayList<Object>();
                    
148			for(Iterator<Object> valueIt = rep.get(field);valueIt.hasNext();){
                    
                
PersistentList.cs https://bitbucket.org/fabiomaulo/nhibernate/ | C# | 0 lines
                    
57
                    
58			List<object> clonedList = new List<object>(list.Count);
                    
59			foreach (object current in list)
                    
167		{
                    
168			IList deletes = new List<object>();
                    
169			IList sn = (IList) GetSnapshot();
                    
                
RdfRepresentation.java http://iks-project.googlecode.com/svn/ | Java | 363 lines
                    
72		UriRef fieldUriRef = new UriRef(field);
                    
73		Collection<Object> values = new ArrayList<Object>();
                    
74		//process the parsed value with the Utility Method ->
                    
                
ORecordSerializerJSON.java http://orient.googlecode.com/svn/ | Java | 356 lines
                    
180			else
                    
181				embeddedCollection = new ArrayList<Object>();
                    
182
                    
                
UiBinderInstanciator.java http://gwt-test-utils.googlecode.com/svn/src/framework/trunk/ | Java | 197 lines
                    
49
                    
50  private static List<Object> extractArgs(String[] argNames,
                    
51      Map<String, Object> attributes) {
                    
52
                    
53    List<Object> args = new ArrayList<Object>();
                    
54    for (String argName : argNames) {
                    
89        for (String[] argNames : registeredUiConstructors) {
                    
90          List<Object> potentialArgs = extractArgs(argNames, attributes);
                    
91          if (potentialArgs != null && matchs(uiConstructor, potentialArgs)) {
                    
157
                    
158  private static <U> U instanciate(Constructor<U> cons, List<Object> args) {
                    
159    try {
                    
180
                    
181  private static boolean matchs(Constructor<?> cons, List<Object> args) {
                    
182    Class<?>[] paramTypes = cons.getParameterTypes();
                    
                
CollectionUtil.cs http://nettopologysuite.googlecode.com/svn/trunk/ | C# | 182 lines
                    
3#if SILVERLIGHT
                    
4using ArrayList = System.Collections.Generic.List<object>;
                    
5#endif
                    
                
PO_Record.java https://bitbucket.org/idempiere/idempiere/ | Java | 276 lines
                    
172
                    
173		List<List<Object>> dependents = DB.getSQLArrayObjectsEx(trxName, sql, tableName, tableName, tableName);
                    
174		if (dependents != null) {
                    
174		if (dependents != null) {
                    
175			for (List<Object> row : dependents) {
                    
176				String dependentTableName = (String) row.get(0);
                    
                
ArrayOps.cs git://github.com/IronLanguages/main.git | C# | 374 lines
                    
194        public static string __repr__(CodeContext/*!*/ context, [NotNull]Array/*!*/ self) {
                    
195            List<object> infinite = PythonOps.GetAndCheckInfinite(self);
                    
196            if (infinite == null) {
                    
363
                    
364        private static int[] TupleToIndices(Array a, IList<object> tuple) {
                    
365            int[] indices = new int[tuple.Count];
                    
                
EnumerableExtensions.cs git://github.com/ServiceStack/ServiceStack.git | C# | 376 lines
                    
35        [MethodImpl(MethodImplOptions.AggressiveInlining)]
                    
36        public static List<object> Skip(IEnumerable items, int count)
                    
37        {
                    
39                return TypeConstants.EmptyObjectList;
                    
40            var to = new List<object>();
                    
41            int i = 0;
                    
52        [MethodImpl(MethodImplOptions.AggressiveInlining)]
                    
53        public static List<object> SplitOnFirst(IEnumerable items, out object first)
                    
54        {
                    
57                return TypeConstants.EmptyObjectList;
                    
58            var to = new List<object>();
                    
59            int i = 0;
                    
72        [MethodImpl(MethodImplOptions.AggressiveInlining)]
                    
73        public static List<object> Take(IEnumerable items, int count)
                    
74        {
                    
                
ClpSerializer.java git://github.com/liferay/liferay-plugins.git | Java | 348 lines
                    
122	public static Object translateInput(List<Object> oldList) {
                    
123		List<Object> newList = new ArrayList<Object>(oldList.size());
                    
124
                    
169		else if (obj instanceof List<?>) {
                    
170			return translateInput((List<Object>)obj);
                    
171		}
                    
200	public static Object translateOutput(List<Object> oldList) {
                    
201		List<Object> newList = new ArrayList<Object>(oldList.size());
                    
202
                    
216		else if (obj instanceof List<?>) {
                    
217			return translateOutput((List<Object>)obj);
                    
218		}
                    
                
BinderHelper.cs https://IronPython.svn.codeplex.com/svn | C# | 225 lines
                    
83                rule.Parameters[rule.ParameterCount - 1],
                    
84                typeof(IList<object>)
                    
85            );
                    
96                    ),
                    
97                    Ast.Constant(((IList<object>)paramArg).Count)
                    
98                )
                    
113                    case ArgumentKind.List:
                    
114                        IList<object> list = args[i] as IList<object>;
                    
115                        if (list == null) return null;
                    
                
FdfWriter.cs https://hg01.codeplex.com/comictool | C# | 346 lines
                    
124                return false;
                    
125            List<object> hist = new List<object>();
                    
126            while (true) {
                    
                
OEntityKey.java https://code.google.com/p/odata4j/ | Java | 390 lines
                    
144    String[] tokens = tokens(keyString, ',');
                    
145    List<Object> values = new ArrayList<Object>(tokens.length);
                    
146    for (String token : tokens) {
                    
                
GroupedEndResultTransformer.java git://github.com/apache/lucene-solr.git | Java | 131 lines
                    
56  public void transform(Map<String, ?> result, ResponseBuilder rb, SolrDocumentSource solrDocumentSource) {
                    
57    NamedList<Object> commands = new SimpleOrderedMap<>();
                    
58    SortSpec withinGroupSortSpec = rb.getGroupingSpec().getWithinGroupSortSpec();
                    
63        TopGroups<BytesRef> topGroups = (TopGroups<BytesRef>) value;
                    
64        NamedList<Object> command = new SimpleOrderedMap<>();
                    
65        command.add("matches", rb.totalHitCount);
                    
103        QueryCommandResult queryCommandResult = (QueryCommandResult) value;
                    
104        NamedList<Object> command = new SimpleOrderedMap<>();
                    
105        command.add("matches", queryCommandResult.getMatches());
                    
                
OCommandExecutorSQLUpdate.java http://orient.googlecode.com/svn/ | Java | 439 lines
                    
162					// IN ALL OTHER CASES USE A LIST
                    
163					coll = new ArrayList<Object>();
                    
164
                    
                
URLParser.cs git://github.com/sones/sones.git | C# | 423 lines
                    
181        /// <returns>The methodInfo callback and the optional parameters</returns>
                    
182        public Tuple<UrlNode, List<Object>> GetCallback(String url, String webMethod = "GET")
                    
183        {
                    
205
                    
206            return GetCallback(_rootNodes[webMethod], urlParts, new List<Object>(), url, 0);
                    
207
                    
218        /// <returns></returns>
                    
219        private static Tuple<UrlNode, List<Object>> GetCallback(IDictionary<string, UrlNode> urlNodes, IEnumerable<String> urlParts, List<Object> parameters, String url, Int32 posInUrl)
                    
220        {
                    
251                    parameters.Add(url.Substring(posInUrl));
                    
252                    return new Tuple<UrlNode, List<object>>(curUrlNode, parameters);
                    
253                }
                    
287                // we have some more childs defined
                    
288                Tuple<UrlNode, List<object>> retval;
                    
289                var newParams = new List<Object>();
                    
                
CollectionTemplate.java git://github.com/msgpack/msgpack.git | Java | 94 lines
                    
58		if(to == null) {
                    
59			c = new LinkedList<Object>();
                    
60		} else {
                    
75		if(to == null) {
                    
76			c = new LinkedList<Object>();
                    
77		} else {
                    
                
GroupController.java http://swe574-g1.googlecode.com/svn/trunk/ | Java | 186 lines
                    
28	private BounGroup showGroup = new BounGroup();
                    
29	private List<Object> showMember = new ArrayList<Object>();
                    
30 
                    
173
                    
174	public List<Object> getShowMember() {
                    
175		return showMember;
                    
178
                    
179	public void setShowMember(List<Object> showMember) {
                    
180		this.showMember = showMember;
                    
                
MultiConverter.java http://xxl.googlecode.com/svn/trunk/ | Java | 123 lines
                    
96	public T read(DataInput dataInput, T object) throws IOException {
                    
97		List<Object> o = new ArrayList<Object>(converters.length);
                    
98		for (int i = 0; i < converters.length; i++)
                    
                
ShoppingCart.java http://google-checkout-java-sdk.googlecode.com/svn/trunk/ | Java | 332 lines
                    
229        })
                    
230        protected List<Object> allBuyerMessages;
                    
231
                    
261         */
                    
262        public List<Object> getAllBuyerMessages() {
                    
263            if (allBuyerMessages == null) {
                    
263            if (allBuyerMessages == null) {
                    
264                allBuyerMessages = new ArrayList<Object>();
                    
265            }
                    
                
SpellCheckResponse.java git://github.com/apache/lucene-solr.git | Java | 272 lines
                    
36
                    
37  public SpellCheckResponse(NamedList<Object> spellInfo) {
                    
38    @SuppressWarnings("unchecked")
                    
38    @SuppressWarnings("unchecked")
                    
39    NamedList<Object> sugg = (NamedList<Object>) spellInfo.get("suggestions");
                    
40    if (sugg == null) {
                    
46      @SuppressWarnings("unchecked")
                    
47      Suggestion s = new Suggestion(n, (NamedList<Object>) sugg.getVal(i));
                    
48      suggestionMap.put(n, s);
                    
57    @SuppressWarnings("unchecked")
                    
58    NamedList<Object> coll = (NamedList<Object>) spellInfo.get("collations");
                    
59    if (coll != null) {
                    
68          @SuppressWarnings("unchecked")
                    
69          NamedList<Object> expandedCollation = (NamedList<Object>) o;
                    
70          String collationQuery
                    
                
Chapter2_2Test.java https://code.google.com/p/snakeyaml/ | Java | 114 lines
                    
33        YamlStream resource = new YamlStream("example2_7.yaml");
                    
34        List<Object> list = (List<Object>) resource.getNativeData();
                    
35        assertEquals(2, list.size());
                    
49        YamlStream resource = new YamlStream("example2_8.yaml");
                    
50        List<Object> list = (List<Object>) resource.getNativeData();
                    
51        assertEquals(2, list.size());
                    
                
DefaultData.cs https://hg01.codeplex.com/contentrendering | C# | 132 lines
                    
31        /// <summary/>
                    
32        protected override void ResolveChildData(List<object> values, string name)
                    
33        {
                    
                
ClojureSpout.java git://github.com/nathanmarz/storm.git | Java | 137 lines
                    
23    List<String> _confSpec;
                    
24    List<Object> _params;
                    
25    
                    
27    
                    
28    public ClojureSpout(List fnSpec, List confSpec, List<Object> params, Map<String, StreamInfo> fields) {
                    
29        _fnSpec = fnSpec;
                    
43                Keyword.intern(Symbol.create("context")), context});
                    
44            List<Object> args = new ArrayList<Object>() {{
                    
45                add(conf);
                    
                
PackagesType.java http://mobicents.googlecode.com/svn/trunk/ | Java | 108 lines
                    
73    @XmlAnyElement(lax = true)
                    
74    protected List<Object> packageAndAny;
                    
75
                    
99     */
                    
100    public List<Object> getPackageAndAny() {
                    
101        if (packageAndAny == null) {
                    
101        if (packageAndAny == null) {
                    
102            packageAndAny = new ArrayList<Object>();
                    
103        }
                    
                
customObject.cs https://bitbucket.org/dmmd123/yeti/ | C# | 392 lines
                    
311
                    
312            List<object> dataObjects = new List<object>();
                    
313
                    
                
CachingTaskDependencyResolveContext.java git://github.com/gradle/gradle.git | Java | 103 lines
                    
45public class CachingTaskDependencyResolveContext implements TaskDependencyResolveContext, TaskDependency {
                    
46    private final LinkedList<Object> queue = new LinkedList<Object>();
                    
47    private final CachingDirectedGraphWalker<Object, Task> walker = new CachingDirectedGraphWalker<Object, Task>(
                    
                
XmlFormatterSerializer.cs git://github.com/mono/mono.git | C# | 218 lines
                    
52
                    
53		List<object> objects = new List<object> ();
                    
54		Dictionary<object,string> references = new Dictionary<object,string> (); // preserve possibly referenced objects to ids. (new in 3.5 SP1)
                    
77
                    
78		public List<object> SerializingObjects {
                    
79			get { return objects; }
                    
                
ListExecutorTestBase.java git://github.com/unclebob/fitnesse.git | Java | 269 lines
                    
23public abstract class ListExecutorTestBase {
                    
24  protected List<Object> statements;
                    
25  protected ListExecutor executor;
                    
25  protected ListExecutor executor;
                    
26  protected List<Object> expectedResults = new ArrayList<Object>();
                    
27  protected String testClass = "TestSlim";
                    
34    executor = getListExecutor();
                    
35    statements = new ArrayList<Object>();
                    
36    statements.add(list("i1", "import", getTestClassPath()));
                    
41
                    
42  protected void respondsWith(List<Object> expected) {
                    
43    expectedResults.addAll(expected);
                    
43    expectedResults.addAll(expected);
                    
44    List<Object> result = executor.execute(statements);
                    
45    Map<String, Object> expectedMap = SlimClient.resultToMap(expectedResults);
                    
                
FieldAnalysisResponseTest.java git://github.com/apache/lucene-solr.git | Java | 122 lines
                    
50      @Override
                    
51      protected List<AnalysisPhase> buildPhases(NamedList<Object> phaseNL) {
                    
52        return phases;
                    
                
PdfTextArray.cs https://hg01.codeplex.com/comictool | C# | 130 lines
                    
58    public class PdfTextArray{
                    
59        List<Object> arrayList = new List<Object>();
                    
60        
                    
117        
                    
118        internal List<Object> ArrayList {
                    
119            get {
                    
                
InstructionList.cs git://github.com/IronLanguages/main.git | C# | 1001 lines
                    
84        private readonly List<Instruction> _instructions = new List<Instruction>();
                    
85        private List<object> _objects;
                    
86
                    
117
                    
118            internal static InstructionView[] GetInstructionViews(IList<Instruction> instructions, IList<object> objects,
                    
119                Func<int, int> labelIndexer, IList<KeyValuePair<int, object>> debugCookies) {
                    
344            if (_objects == null) {
                    
345                _objects = new List<object>();
                    
346                if (_loadObjectCached == null) {
                    
                
MutableTuple.cs git://github.com/IronLanguages/main.git | C# | 1891 lines
                    
179
                    
180            List<object> res = new List<object>();
                    
181
                    
240
                    
241        private static void GetTupleValues(MutableTuple tuple, List<object> args) {
                    
242            Type[] types = tuple.GetType().GetGenericArguments();
                    
                
DDG.cs git://github.com/IronLanguages/main.git | C# | 671 lines
                    
243            if (mods != null) {
                    
244                var mems = new List<object>(mods.Length);
                    
245                foreach (var mod in mods) {
                    
                
Builtin.cs git://github.com/IronLanguages/main.git | C# | 2501 lines
                    
101            if (fromlist is string || fromlist is Extensible<string>) {
                    
102                fromlist = new List<object> { fromlist };
                    
103            }
                    
                
PythonOps.cs git://github.com/IronLanguages/main.git | C# | 4721 lines
                    
65        [ThreadStatic]
                    
66        private static List<object> InfiniteRepr;
                    
67
                    
147        [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
                    
148        public static List<object> GetReprInfinite() {
                    
149            if (InfiniteRepr == null) {
                    
149            if (InfiniteRepr == null) {
                    
150                InfiniteRepr = new List<object>();
                    
151            }
                    
179
                    
180            List<object> searchFunctions = PythonContext.GetContext(context).SearchFunctions;
                    
181            string normalized = encoding.ToLower().Replace(' ', '-');
                    
198
                    
199            List<object> searchFunctions = PythonContext.GetContext(context).SearchFunctions;
                    
200
                    
                
PythonTypeOps.cs git://github.com/IronLanguages/main.git | C# | 923 lines
                    
40        internal static PythonTuple MroToPython(IList<PythonType> types) {
                    
41            List<object> res = new List<object>(types.Count);
                    
42            foreach (PythonType dt in types) {
                    
                
ConversionBinder.cs git://github.com/IronLanguages/main.git | C# | 913 lines
                    
214                            } else {
                    
215                                res = TryToGenericInterfaceConversion(self, type, typeof(IList<object>), typeof(ListGenericWrapper<>));
                    
216                            }
                    
                
OldInstance.cs git://github.com/IronLanguages/main.git | C# | 1062 lines
                    
92
                    
93            List<object> keys = (List<object>)info.GetValue("keys", typeof(List<object>));
                    
94            List<object> values = (List<object>)info.GetValue("values", typeof(List<object>));
                    
105            info.AddValue("__class__", _class);
                    
106            List<object> keys = new List<object>();
                    
107            List<object> values = new List<object>();
                    
                
OldClass.cs git://github.com/IronLanguages/main.git | C# | 652 lines
                    
160
                    
161            List<object> keys = (List<object>)info.GetValue("keys", typeof(List<object>));
                    
162            List<object> values = (List<object>)info.GetValue("values", typeof(List<object>));
                    
177
                    
178            List<object> keys = new List<object>();
                    
179            List<object> values = new List<object>();
                    
                
List.cs git://github.com/IronLanguages/main.git | C# | 1671 lines
                    
44    [DebuggerTypeProxy(typeof(ObjectCollectionDebugProxy)), DebuggerDisplay("list, {Count} items")]
                    
45    public class List : IList, ICodeFormattable, IList<object>, IReversible, IStructuralEquatable, IStructuralComparable
                    
46#if CLR2
                    
                
PythonContext.cs git://github.com/IronLanguages/main.git | C# | 4294 lines
                    
102        private Dictionary<string, object> _errorHandlers;
                    
103        private List<object> _searchFunctions;
                    
104        private Dictionary<object, object> _moduleState;
                    
                
PythonTuple.cs git://github.com/IronLanguages/main.git | C# | 734 lines
                    
51    [PythonType("tuple"), Serializable, DebuggerTypeProxy(typeof(CollectionDebugProxy)), DebuggerDisplay("tuple, {Count} items")]
                    
52    public class PythonTuple : ICollection, IEnumerable, IEnumerable<object>, IList, IList<object>, ICodeFormattable, IExpressionSerializable,
                    
53#if CLR2
                    
174
                    
175                List<object> l = new List<object>();
                    
176                IEnumerator i = PythonOps.GetEnumerator(o);
                    
359
                    
360        #region IList<object> Members
                    
361
                    
369
                    
370        void IList<object>.Insert(int index, object item) {
                    
371            throw new InvalidOperationException("Tuple is readonly");
                    
373
                    
374        void IList<object>.RemoveAt(int index) {
                    
375            throw new InvalidOperationException("Tuple is readonly");
                    
                
Indexable.cs git://github.com/IronLanguages/main.git | C# | 663 lines
                    
217    public class IndexableList : IList {
                    
218        List<object> myList = new List<object>();
                    
219
                    
                
BinderTest.cs git://github.com/IronLanguages/main.git | C# | 973 lines
                    
177        public void M600(Dictionary<object, object> arg) { Flag.Value = 600; }
                    
178        public void M601(List<object> arg) { Flag.Value = 601; }
                    
179#endif
                    
                
CFuncPtrType.cs git://github.com/IronLanguages/main.git | C# | 381 lines
                    
53            private DynamicMethod _reverseDelegate;         // reverse delegates are lazily computed the 1st time a callable is turned into a func ptr
                    
54            private List<object> _reverseDelegateConstants;
                    
55            private Type _reverseDelegateType;
                    
145
                    
146            MarshalCleanup INativeType.EmitMarshalling(ILGenerator/*!*/ method, LocalOrArg argIndex, List<object>/*!*/ constantPool, int constantPoolArgument) {
                    
147                Type argumentType = argIndex.Type;
                    
163
                    
164            void INativeType.EmitReverseMarshalling(ILGenerator method, LocalOrArg value, List<object> constantPool, int constantPoolArgument) {
                    
165                value.Emit(method);
                    
222
                    
223                List<object> constantPool = new List<object>();
                    
224                constantPool.Add(null); // 1st item is the target object, will be put in later.
                    
                
CFuncPtr.cs git://github.com/IronLanguages/main.git | C# | 966 lines
                    
55            private object _errcheck, _restype = _noResType;
                    
56            private IList<object> _argtypes;
                    
57            private int _id;
                    
232                    if (value != null) {
                    
233                        IList<object> argValues = value as IList<object>;
                    
234                        if (argValues == null) {
                    
                
array.cs git://github.com/IronLanguages/main.git | C# | 1324 lines
                    
45        [PythonType]
                    
46        public class array : IPythonArray, IEnumerable, IWeakReferenceable, ICollection, ICodeFormattable, IList<object>, IStructuralEquatable
                    
47#if CLR2
                    
242
                    
243                List<object> items = new List<object>();
                    
244                while (ie.MoveNext()) {
                    
                
re.cs git://github.com/IronLanguages/main.git | C# | 1316 lines
                    
150                    int k = 0;
                    
151                    List<object> tpl = new List<object>();
                    
152                    foreach (Group g in mc[i].Groups) {
                    
                
IListOps.cs git://github.com/IronLanguages/main.git | C# | 2080 lines
                    
111            RubyArray array;
                    
112            List<object> listOfObject;
                    
113            ICollection<object> collection;
                    
115                array.InsertRange(index, items, start, count);
                    
116            } else if ((listOfObject = list as List<object>) != null && ((collection = items as ICollection<object>) != null) && start == 0 && count == collection.Count) {
                    
117                listOfObject.InsertRange(index, collection);
                    
132
                    
133            List<object> list;
                    
134            RubyArray array;
                    
136                array.RemoveRange(index, count);
                    
137            } else if ((list = collection as List<object>) != null) {
                    
138                list.RemoveRange(index, count);
                    
                
RubyArray.cs git://github.com/IronLanguages/main.git | C# | 704 lines
                    
34    [DebuggerDisplay("{GetDebugView()}")]
                    
35    public partial class RubyArray : IList<object>, IList, IRubyObjectState, IDuplicable {
                    
36        private object[]/*!*/ _content;
                    
                
classes.rb git://github.com/IronLanguages/main.git | Ruby | 1550 lines
                    
299    public string IListOfIntArg(IList<int> arg) { Tracker.Add(arg); return "IListOfIntArg";} 
                    
300    public string IListOfObjArg(IList<object> arg) { Tracker.Add(arg); return "IListOfObjArg";} 
                    
301    public string ArrayArg(Array arg) { Tracker.Add(arg); return "ArrayArg";} 
                    
                
InterpreterTests.cs git://github.com/IronLanguages/main.git | C# | 1211 lines
                    
39        [ThreadStatic]
                    
40        public static List<object> _trace = new List<object>();
                    
41
                    
                
Navigation.xaml.cs http://yet-another-music-application.googlecode.com/svn/trunk/ | C# | 0 lines
                    
58		/// </summary>
                    
59		public List<object> AddToPlaylistQueue { get; set; }
                    
60
                    
318
                    
319			AddToPlaylistQueue = new List<object>();
                    
320		}
                    
448			{
                    
449				List<object> addQueue = AddToPlaylistQueue;
                    
450				PlaylistManager.CreatePlaylist(e.NewText);
                    
                
PlaylistManager.cs http://yet-another-music-application.googlecode.com/svn/trunk/ | C# | 791 lines
                    
99		/// <param name="pos">The position to insert the track at (-1 means at the end)</param>
                    
100		public static void AddToPlaylist(List<object> tracks, String playlistName, int pos = -1)
                    
101		{
                    
                
DialogManager.java http://magicwars.googlecode.com/svn/trunk/ | Java | 606 lines
                    
434    
                    
435    public void showChooseDialog(ArrayList<Object> objectList) {
                    
436    	showChooseDialog(objectList, null);
                    
438
                    
439    public void showChooseDialog(ArrayList<Object> objectList, String title) {
                    
440
                    
                
GameManager.java http://magicwars.googlecode.com/svn/trunk/ | Java | 661 lines
                    
153    public void askChooseSpecificAbilityToPlay(ArrayList<SpellBean> sp) {
                    
154    	ArrayList<Object> params = new ArrayList<Object>();
                    
155    	params.addAll(sp);
                    
202    public void askChooseValue(ArrayList<Serializable> values, String title) {
                    
203    	ArrayList<Object> params = new ArrayList<Object>();
                    
204    	params.addAll(values);
                    
                
CardBean.java http://magicwars.googlecode.com/svn/trunk/ | Java | 764 lines
                    
118        aspects = new HashMap<String, List<Serializable>>();
                    
119        for (Entry<String, List<Object>> aspect : card.getAspects().entrySet()) {
                    
120        	if (mw.server.constant.Constant.copiedAspects.contains(aspect.getKey())) {
                    
                
Card.java http://magicwars.googlecode.com/svn/trunk/ | Java | 1671 lines
                    
42	private ArrayList<String> keyword = new ArrayList<String>();
                    
43	private Map<String, List<Object>> aspects = new HashMap<String, List<Object>>();
                    
44	private ArrayList<Card> attached = new ArrayList<Card>();
                    
                
PluginManager.cs git://github.com/sones/sones.git | C# | 580 lines
                    
54        /// </summary>
                    
55        private readonly Dictionary<Type, Tuple<ActivatorInfo, List<Object>>> _inheritTypeAndInstance;
                    
56
                    
104
                    
105            _inheritTypeAndInstance = new Dictionary<Type, Tuple<ActivatorInfo, List<object>>>();
                    
106        }
                    
138            _inheritTypeAndInstance.Add(typeof (T1),
                    
139                                        new Tuple<ActivatorInfo, List<object>>(activatorInfo, new List<object>()));
                    
140
                    
262                {
                    
263                    IEnumerable<KeyValuePair<Type, Tuple<ActivatorInfo, List<object>>>> matchings =
                    
264                        _inheritTypeAndInstance.Where(kv => Assembly.GetAssembly(kv.Key).GetName().Name == assembly.Name);
                    
365            
                    
366            IEnumerable<KeyValuePair<Type, Tuple<ActivatorInfo, List<object>>>> validBaseTypes =
                    
367                _inheritTypeAndInstance.Where(kv => 
                    
                
CollectionUtils.cs git://github.com/sones/sones.git | C# | 614 lines
                    
401        // Activator.CreateInstance throws AmbiguousMatchException. Manually invoke constructor
                    
402        Func<Type, IList<object>, object> instanceCreator = (t, a) =>
                    
403        {
                    
428        // Activator.CreateInstance throws AmbiguousMatchException. Manually invoke constructor
                    
429        Func<Type, IList<object>, object> instanceCreator = (t, a) =>
                    
430        {
                    
                
JsonSerializerInternalWriter.cs git://github.com/sones/sones.git | C# | 506 lines
                    
41    private JsonSerializerProxy _internalSerializer;
                    
42    private List<object> _serializeStack;
                    
43
                    
43
                    
44    private List<object> SerializeStack
                    
45    {
                    
48        if (_serializeStack == null)
                    
49          _serializeStack = new List<object>();
                    
50
                    
                
GridCutter.java http://alageospatialportal.googlecode.com/svn/trunk/ | Java | 718 lines
                    
33    public static ArrayList<Object> loadCutGridsForAloc(File[] files, String extentsFilename, int pieces, AnalysisJob job) {
                    
34        ArrayList<Object> data = new ArrayList<Object>();
                    
35
                    
                
Aloc.java http://alageospatialportal.googlecode.com/svn/trunk/ | Java | 822 lines
                    
50     */
                    
51    public static int[] runGowerMetricThreadedMemory(ArrayList<Object> data_pieces, int nNoOfGroups, int nCols, int pieces, Layer[] layers, AnalysisJob job, int threadcount, int[] iterationCount) {
                    
52
                    
                
FreeMapMainScreen.xaml.cs git://github.com/meirtsvi/WazeWP7.git | C# | 0 lines
                    
67
                    
68        private List<object> m_menuItems = new List<object>();
                    
69        private List<object> m_contextMenuItems;
                    
69        private List<object> m_contextMenuItems;
                    
70        private List<object> m_MiniMenuItems;
                    
71        private static int c_on_key_down;
                    
                
JSONArray.java git://github.com/douglascrockford/JSON-java.git | Java | 1521 lines
                    
88     */
                    
89    private final ArrayList<Object> myArrayList;
                    
90
                    
94    public JSONArray() {
                    
95        this.myArrayList = new ArrayList<Object>();
                    
96    }
                    
172        if (collection == null) {
                    
173            this.myArrayList = new ArrayList<Object>();
                    
174        } else {
                    
174        } else {
                    
175            this.myArrayList = new ArrayList<Object>(collection.size());
                    
176        	for (Object o: collection){
                    
                
CollectionSerializerGenericTests.cs git://github.com/mongodb/mongo-csharp-driver.git | C# | 543 lines
                    
38        {
                    
39            public List<object> L { get; set; }
                    
40            public ICollection<object> IC { get; set; }
                    
41            public IEnumerable<object> IE { get; set; }
                    
42            public IList<object> IL { get; set; }
                    
43            public Queue<object> Q { get; set; }
                    
45            public HashSet<object> H { get; set; }
                    
46            public LinkedList<object> LL { get; set; }
                    
47        }
                    
71        {
                    
72            var list = new List<object>();
                    
73            var obj = new T { L = list, IC = list, IE = list, IL = list, Q = new Queue<object>(list), S = new Stack<object>(list), H = new HashSet<object>(list), LL = new LinkedList<object>(list) };
                    
80            var rehydrated = BsonSerializer.Deserialize<T>(bson);
                    
81            Assert.IsInstanceOf<List<object>>(rehydrated.L);
                    
82            Assert.IsInstanceOf<Queue<object>>(rehydrated.Q);
                    
                
TrivialDOM.java https://code.google.com/p/ingatan/ | Java | 609 lines
                    
38		private Hashtable<String,String> nodeAttr;
                    
39		private ArrayList<Object> children;
                    
40		
                    
44			nodeAttr=new Hashtable<String,String>();
                    
45			children=new ArrayList<Object>();
                    
46		}
                    
                
StringExtensions.cs https://code.google.com/p/dataobjectsdotnet/ | C# | 0 lines
                    
61      
                    
62      var arguments = new List<object>();
                    
63      string rewrittenFormat = formatWithRegex.Replace(format, m => {
                    
                
MapperGeneralTests.cs https://code.google.com/p/dataobjectsdotnet/ | C# | 0 lines
                    
206      }
                    
207      var transformedList = (List<object>) mapper.Transform(source);
                    
208      var target = transformedList.Cast<AuthorDto>().ToList();
                    
227      }
                    
228      var transformedList = (List<object>) mapper.Transform(source);
                    
229      var original = transformedList.Cast<AuthorDto>().ToList();
                    
255      var source = new List<Person> {GetSourcePerson(1), GetSourcePerson(2)};
                    
256      var original = (List<object>) mapper.Transform(source);
                    
257      var modified = new PersonDto {BirthDate = DateTime.Now, Id = 3};
                    
304      var source = GetSourceCreatures();
                    
305      var target = ((List<object>) mapper.Transform(source)).Cast<CreatureDto>().ToList();
                    
306      Assert.AreEqual(source.Count, target.Count);
                    
                
MapperHandlingCollectionTests.cs https://code.google.com/p/dataobjectsdotnet/ | C# | 0 lines
                    
98
                    
99      var target = (List<object>) mapper.Transform(source);
                    
100      Assert.AreEqual(source.Count, target.Count);
                    
123      var source = GetSourcePersonStructure(out person, out intItem, out stringItem, out structureItem);
                    
124      var original = (List<object>) mapper.Transform(source);
                    
125      var modified = Clone(original);
                    
276
                    
277    private static List<object> GetSourcePersonStructure(out Person person, out int intItem,
                    
278      out string stringItem, out Structure structureItem)
                    
279    {
                    
280      var source = new List<object>();
                    
281      person = new Person {BirthDate = DateTime.Now, FirstName = "Name"};
                    
                
QueryDumper.cs https://code.google.com/p/dataobjectsdotnet/ | C# | 0 lines
                    
38
                    
39      var listOfElements = new List<object>();
                    
40      foreach (var o in query)
                    
201
                    
202    private void CreateNodeTree(List<object> values, ref XmlDocument document, string rootElement, XmlNode parentElement)
                    
203    {
                    
304          var enumerable = (IEnumerable) property.GetValue(value, property.GetIndexParameters());
                    
305          var list = new List<object>();
                    
306          foreach (var o in enumerable)
                    
                
DefaultEventStrategy.java http://mobicents.googlecode.com/svn/trunk/ | Java | 597 lines
                    
177        // Event??????????????Map
                    
178        Map<Event, List<Object>> handlers = new HashMap<Event, List<Object>>();
                    
179        for(SipHandlerFactory hfactory:this.sipHandlerFactories) {
                    
186                    }
                    
187                    List<Object> list = handlers.get(evt);
                    
188                    if(list == null) {
                    
188                    if(list == null) {
                    
189                        list = new LinkedList<Object>();
                    
190                    }
                    
198            // ?????????????????????
                    
199            List<Object> handlerList = handlers.get(evt);
                    
200            if(handlerList != null) {
                    
                
CivicAddress.java http://mobicents.googlecode.com/svn/trunk/ | Java | 1000 lines
                    
202    @XmlAnyElement(lax = true)
                    
203    protected List<Object> any;
                    
204    @XmlAnyAttribute
                    
                
Extensiontypes.java http://mobicents.googlecode.com/svn/trunk/ | Java | 650 lines
                    
136    @XmlAnyElement(lax = true)
                    
137    protected List<Object> any;
                    
138
                    
                
ProxyFactoryTests.cs git://github.com/philiplaureano/LinFu.git | C# | 458 lines
                    
78
                    
79            var interfaces = new[] {typeof(IList<int>), typeof(IList<double>), typeof(IList<object>)};
                    
80            var factory = container.GetService<IProxyFactory>();
                    
                
OIndexOneValue.java http://orient.googlecode.com/svn/ | Java | 487 lines
                    
258  public Collection<OIdentifiable> getValues(final Collection<?> iKeys, final int maxValuesToSearch) {
                    
259    final List<Object> sortedKeys = new ArrayList<Object>(iKeys);
                    
260    Collections.sort(sortedKeys, ODefaultComparator.INSTANCE);
                    
413  public Collection<ODocument> getEntries(final Collection<?> iKeys, final int maxEntriesToFetch) {
                    
414    final List<Object> sortedKeys = new ArrayList<Object>(iKeys);
                    
415    Collections.sort(sortedKeys, ODefaultComparator.INSTANCE);
                    
                
DefaultInjectionEngine.java http://cmpt371t1.googlecode.com/svn/trunk/ | Java | 96 lines
                    
56        for(Field field : awaitingInjectionClazz.getDeclaredFields()) {
                    
57            List<Object> mockCandidates = selectMockCondidatesOnType(mocks, field.getType());
                    
58            if(mockCandidates.size() > 1) {
                    
77    private List<Object> selectMockCandidateOnName(Collection<Object> mocks, String fieldName) {
                    
78        List<Object> mockNameMatches = new ArrayList<Object>();
                    
79        for (Object mock : mocks) {
                    
87    private List<Object> selectMockCondidatesOnType(Collection<Object> mocks, Class<?> fieldClass) {
                    
88        List<Object> mockTypeMatches = new ArrayList<Object>();
                    
89        for (Object mock : mocks) {
                    
                
AssertTest_Collections.cs http://mb-unit.googlecode.com/svn/trunk/ | C# | 551 lines
                    
178            var o2 = new object();
                    
179            Assert.AreElementsSame(new[] { o1, o2 }, new List<object> { o1, o2 });
                    
180        }
                    
187            AssertionFailure[] failures = Capture(()
                    
188                => Assert.AreElementsSame(new[] { o1, o2 }, new List<object> { o2, o1 }));
                    
189            Assert.Count(1, failures);
                    
219            var o3 = new object();
                    
220            Assert.AreElementsNotSame(new[] { o1, o2 }, new List<object> { o1, o3 });
                    
221        }
                    
241            var o3 = new object();
                    
242            Assert.AreElementsSameIgnoringOrder(new[] { o2, o2, o3, o1 }, new List<object> { o1, o3, o2, o2 });
                    
243        }
                    
252            AssertionFailure[] failures = Capture(()
                    
253                => Assert.AreElementsSameIgnoringOrder(new[] { o1, o2, o3, o2, o3, o1 }, new List<object> { o4, o2, o1, o1, o4, o1, o4 }));
                    
254            Assert.Count(1, failures);
                    
                
InfoBarMessageControl.cs https://hg01.codeplex.com/catel | C# | 562 lines
                    
70
                    
71        private readonly List<object> _objectsToIgnore = new List<object>();
                    
72        private readonly Dictionary<object, List<string>> _warnings = new Dictionary<object, List<string>>();
                    
                
WarningAndErrorValidator.cs https://hg01.codeplex.com/catel | C# | 1004 lines
                    
166        {
                    
167            List<object> objects = new List<object>();
                    
168
                    
                
CompositeModelTest.cs https://SharpMap.svn.codeplex.com/svn | C# | 455 lines
                    
300                Expect.Call(containedModel.DataItems).Return(new EventedList<IDataItem>()).Repeat.Any();
                    
301                Expect.Call(containedModel.GetDirectChildren()).Return(new EventedList<object>()).Repeat.Any();
                    
302                Expect.Call(containedModel.DeepClone()).Return(modelClone);
                    
311                Expect.Call(modelClone.DataItems).Return(new EventedList<IDataItem>()).Repeat.Any();
                    
312                Expect.Call(modelClone.GetDirectChildren()).Return(new EventedList<object>()).Repeat.Any();
                    
313            }
                    
                
CompositeModelTest.cs https://SharpMap.svn.codeplex.com/svn | C# | 0 lines
                    
268                Expect.Call(containedModel.DataItems).Return(new EventedList<IDataItem>()).Repeat.Any();
                    
269                Expect.Call(containedModel.GetAllItemsRecursive()).Return(new EventedList<object>()).Repeat.Any();
                    
270                Expect.Call(containedModel.DeepClone()).Return(modelClone);
                    
273                Expect.Call(modelClone.DataItems).Return(new EventedList<IDataItem>()).Repeat.Any();
                    
274                Expect.Call(modelClone.GetAllItemsRecursive()).Return(new EventedList<object>()).Repeat.Any();
                    
275            }
                    
                
CodeGen.cs git://github.com/sorear/niecza.git | C# | 4727 lines
                    
71            int ix = 0;
                    
72            List<List<object>> containers = new List<List<object>>();
                    
73            char i;
                    
81                if (i == '[' || i == '{') {
                    
82                    containers.Add(new List<object>());
                    
83                    ix++;
                    
                
TestDynamicSerDe.java git://github.com/apache/hive.git | Java | 862 lines
                    
60      another.put("secondKey", 2);
                    
61      ArrayList<Object> struct = new ArrayList<Object>();
                    
62      struct.add(Integer.valueOf(234));
                    
298      for (int i = 0; i < num; i++) {
                    
299        ArrayList<Object> struct = new ArrayList<Object>();
                    
300        if (i == 0) {
                    
314      for (int i = 0; i < num; i++) {
                    
315        ArrayList<Object> struct = new ArrayList<Object>();
                    
316        if (i == 0) {
                    
334      for (int i = 0; i < num; i++) {
                    
335        ArrayList<Object> struct = new ArrayList<Object>();
                    
336        if (i == 0) {
                    
354      for (int i = 0; i < num; i++) {
                    
355        ArrayList<Object> struct = new ArrayList<Object>();
                    
356        if (i == 0) {
                    
                
HiveBaseResultSet.java git://github.com/apache/hive.git | Java | 988 lines
                    
53  protected boolean wasNull = false;
                    
54  protected List<Object> row;
                    
55  protected List<String> columnNames;
                    
                
HiveDatabaseMetaData.java git://github.com/apache/hive.git | Java | 1175 lines
                    
117          if (cnt<data.size()) {
                    
118            List<Object> a = new ArrayList<Object>(1);
                    
119            a.add(data.get(cnt)); // TABLE_CAT String => table catalog (may be null)
                    
250          if (cnt<data.size()) {
                    
251            List<Object> a = new ArrayList<Object>(20);
                    
252            JdbcColumn column = data.get(cnt);
                    
                
SqlParser.cs git://github.com/ravendb/ravendb.git | C# | 355 lines
                    
38    internal List<string> columnNames;
                    
39    internal List<object> columnValues;
                    
40}
                    
319{
                    
320                        yyval.columnValues = new List<object>();
                    
321                        yyval.columnValues.Add(value_stack.array[value_stack.top-1].value);
                    
                
ReflectionUtils.cs git://github.com/ServiceStack/ServiceStack.git | C# | 438 lines
                    
222        {
                    
223            var values = new List<object>();
                    
224            foreach (var type in types)
                    
                
GDataImporter.java http://google-refine.googlecode.com/svn/trunk/ | Java | 491 lines
                    
195        int batchRowStart = 0; // 0-based
                    
196        List<List<Object>> rowsOfCells = null;
                    
197        
                    
210        @Override
                    
211        public List<Object> getNextRowOfCells() throws IOException {
                    
212            if (rowsOfCells == null || (nextRow >= batchRowStart + rowsOfCells.size() && nextRow < totalRows)) {
                    
236        
                    
237        List<List<Object>> getRowsOfCells(
                    
238            SpreadsheetService service,
                    
259            
                    
260            List<List<Object>> rowsOfCells = new ArrayList<List<Object>>(rowCount);
                    
261            for (CellEntry cellEntry : cellEntries) {
                    
267                    while (row >= rowsOfCells.size()) {
                    
268                        rowsOfCells.add(new ArrayList<Object>());
                    
269                    }
                    
                
QueryCommand.cs git://github.com/subsonic/SubSonic-2.0.git | C# | 466 lines
                    
184        /// </summary>
                    
185        public List<object> OutputValues;
                    
186
                    
200            parameters = new QueryParameterCollection();
                    
201            OutputValues = new List<object>();
                    
202        }
                    
216            parameters = new QueryParameterCollection();
                    
217            OutputValues = new List<object>();
                    
218        }
                    
                
NotifyingObjectWeaver.cs https://hg01.codeplex.com/balder | C# | 496 lines
                    
140			var properties = new List<PropertyInfo>();
                    
141			var values = new List<object>();
                    
142
                    
                
AutoCompleteBox.cs https://wpf.svn.codeplex.com/svn | C# | 2743 lines
                    
88        /// </summary>
                    
89        private List<object> _items;
                    
90
                    
                
SolutionFile.cs git://github.com/openrasta/openwrap.git | C# | 417 lines
                    
20        const string WS = "\\s*";
                    
21        readonly List<object> _content;
                    
22        readonly IFile _file;
                    
26            _file = inputFile;
                    
27            _content = new List<object>
                    
28            {
                    
37            _file = inputFile;
                    
38            _content = new List<object>();
                    
39            ParseContent();
                    
                
AskUser.cs git://github.com/ayende/ravendb.git | C# | 203 lines
                    
56
                    
57		public static Task<string> QuestionWithSuggestionAsync(string title, string question, Func<string, Task<IList<object>>> provideSuggestions)
                    
58		{
                    
                
ResponseBuilder.java git://github.com/apache/lucene-solr.git | Java | 511 lines
                    
87  private DocListAndSet results = null;
                    
88  private NamedList<Object> debugInfo = null;
                    
89  private RTimer timer = null;
                    
182  TermsComponent.TermsHelper _termsHelper;
                    
183  SimpleOrderedMap<List<NamedList<Object>>> _pivots;
                    
184  Object _analyticsRequestManager;
                    
214
                    
215    NamedList<Object> target = debugInfo;
                    
216    for (int i=0; i<path.length-1; i++) {
                    
217      String elem = path[i];
                    
218      NamedList<Object> newTarget = (NamedList<Object>)debugInfo.get(elem);
                    
219      if (newTarget == null) {
                    
310
                    
311  public NamedList<Object> getDebugInfo() {
                    
312    return debugInfo;
                    
                
LdapLookupTest.java git://github.com/lmco/eurekastreams.git | Java | 150 lines
                    
110    {
                    
111        final ArrayList<Object> rawResults = new ArrayList<Object>(Arrays.asList(new Object(), null, new Object()));
                    
112
                    
143
                    
144        List<Object> results = sut.execute(ldapLookupRequest);
                    
145
                    
                
HasOneToManyArrayJDO.java http://datanucleus-appengine.googlecode.com/svn/trunk/ | Java | 207 lines
                    
62    if (arr == null) {
                    
63      return new ArrayList<Object>();
                    
64    }
                    
175  private Object[] addAtPosition(int i, Object[] arr, Object newElement) {
                    
176    List<Object> list =
                    
177        new ArrayList<Object>(Arrays.asList(arr));
                    
                
Bag.java http://xxl.googlecode.com/svn/trunk/ | Java | 188 lines
                    
89		public ListBag<Object> invoke(List<? extends Object> list) {
                    
90			return new ListBag<Object>((List<Object>)list.get(0));
                    
91		}
                    
                
SyncClientSerializationStreamReader.java http://gwt-syncproxy.googlecode.com/svn/trunk/ | Java | 757 lines
                    
266     */
                    
267    protected Object toArray(Class<?> componentType, BoundedList<Object> buffer)
                    
268        throws SerializationException {
                    
284    Object read(SyncClientSerializationStreamReader stream,
                    
285        BoundedList<Object> instance) throws SerializationException {
                    
286      for (int i = 0, n = instance.getExpectedSize(); i < n; ++i) {
                    
                
ChromiumSourceDirector.java http://chromedevtools.googlecode.com/svn/trunk/ | Java | 514 lines
                    
164      if (result.length > 0) {
                    
165        ArrayList<Object> filtered = new ArrayList<Object>(result.length);
                    
166        for (Object obj : result) {
                    
185            throws CoreException {
                    
186          ArrayList<Object> result = new ArrayList<Object>();
                    
187          JavascriptVmEmbedder vmEmbedder =
                    
209        private void findSourceElements(ISourceContainer container, Object object,
                    
210            ScriptNameManipulator.FilePath scriptName, ArrayList<Object> output)
                    
211            throws CoreException {
                    
243
                    
244        private IFile getSimpleResult(List<Object> objects) {
                    
245          if (objects.size() != 1) {
                    
361  private static void expandVProjectResult(VProjectSourceContainer.LookupResult lookupResult,
                    
362      Object object, ArrayList<Object> output) throws CoreException {
                    
363    VmResourceId resourceId = getVmResourceId(object);
                    
                
SelectorTest.cs git://github.com/mono/moon.git | C# | 532 lines
                    
271		{
                    
272			List<object> items = new List<object> () {
                    
273				new object (), new object (), new object ()
                    
                
CollectionViewTest.cs git://github.com/mono/moon.git | C# | 850 lines
                    
52
                    
53		public List<object> Items
                    
54		{
                    
79		{
                    
80			Items = new List<object> (new [] {
                    
81				new object (),
                    
                
StandardCollectionView.cs git://github.com/mono/moon.git | C# | 699 lines
                    
33
                    
34		ObservableList<object> filteredList {
                    
35			get; set;
                    
73			UpdateCanAddNewAndRemove ();
                    
74			filteredList = new ObservableList<object> ();
                    
75			RootGroup = new RootCollectionViewGroup (SourceCollection, null, null, 0, false, SortDescriptions);
                    
                
DataGrid.xaml.cs git://github.com/mono/moon.git | C# | 6063 lines
                    
65        
                    
66        private List<object> _addedSelectedItems;
                    
67        private byte _autoGeneratingColumnOperationCount;
                    
99        private int _noSelectionChangeCount;
                    
100        private List<object> _removedSelectedItems;
                    
101        private double _rowHeaderDesiredWidth;
                    
192
                    
193            this._addedSelectedItems = new List<object>();
                    
194            this._removedSelectedItems = new List<object>();
                    
                
PagingScrollTableTest.java http://google-web-toolkit-incubator.googlecode.com/svn/trunk/ | Java | 1114 lines
                    
118
                    
119    public TestListTableModel(List<List<Object>> rows) {
                    
120      super(rows);
                    
127    @Override
                    
128    public void requestRows(Request request, Callback<List<Object>> callback) {
                    
129      lastRequest = request;
                    
139    // Initialize the grid
                    
140    PagingScrollTable<List<Object>> table = getPagingScrollTable();
                    
141    table.setPageSize(5);
                    
186    {
                    
187      PagingScrollTable<List<Object>> table = getPagingScrollTable();
                    
188      FixedWidthGrid grid = table.getDataTable();
                    
200    {
                    
201      PagingScrollTable<List<Object>> table = getPagingScrollTable();
                    
202      FixedWidthGrid grid = table.getDataTable();
                    
                
AbstractData.cs https://hg01.codeplex.com/contentrendering | C# | 597 lines
                    
44        /// <summary/>
                    
45        protected abstract void ResolveChildData(List<object> values, string name);
                    
46
                    
55
                    
56            List<object> values = new List<object>();
                    
57
                    
289        {
                    
290            List<object> values = new List<object>();
                    
291
                    
                
ModelWalkerTests.cs git://github.com/jsonfx/jsonfx.git | C# | 1088 lines
                    
114		{
                    
115			var input = new List<object>(0);
                    
116
                    
                
RapidContext.cs https://hg01.codeplex.com/rapidrepository | C# | 535 lines
                    
366
                    
367                List<object> rapidViews = new List<object>();
                    
368
                    
407
                    
408                List<object> rapidViews = new List<object>();
                    
409
                    
438
                    
439            rapidView.InsertView(new List<object>());
                    
440            foreach (var entity in entities)
                    
                
DaoSupport.java http://etmvc.googlecode.com/svn/trunk/ | Java | 468 lines
                    
107            String sql2 = "values(";
                    
108            List<Object> tmpArgs = new ArrayList<Object>();
                    
109            if (orm.id != null){
                    
131        OrmInfo orm = OrmInfo.getOrmInfo(c);
                    
132        List<Object> tmpArgs = new ArrayList<Object>();
                    
133        String sql = "update " + orm.table + " set " + updates;
                    
                
NConsoler.cs git://github.com/techtalk/SpecFlow.git | C# | 926 lines
                    
294			int argumentIndex = IsMulticommand ? 1 : 0;
                    
295			List<object> parameterValues = new List<object>();
                    
296			Dictionary<string, ParameterData> aliases = new Dictionary<string, ParameterData>();
                    
                
GenericJMXConfValue.java git://github.com/octo/collectd.git | Java | 664 lines
                    
149   */
                    
150  private List<Number> genericListToNumber (List<Object> objects) /* {{{ */
                    
151  {
                    
180  {
                    
181    List<Object> objects = new ArrayList<Object> ();
                    
182
                    
202
                    
203  private void submitTable (List<Object> objects, ValueList vl, /* {{{ */
                    
204      String instancePrefix)
                    
263
                    
264  private void submitScalar (List<Object> objects, ValueList vl, /* {{{ */
                    
265      String instancePrefix)
                    
                
Grid.java http://struts2-jquery-plugin.googlecode.com/svn/trunk/ | Java | 510 lines
                    
129        		
                    
130        		ArrayList<ArrayList<Object>> grid = new ArrayList<ArrayList<Object>>(Array.getLength(value));
                    
131        		ArrayList<Object> row;
                    
137	                	Object[] rowArray = (Object[])array[i];
                    
138	                	row = new ArrayList<Object>();
                    
139	                	for(int j = 0; j < rowArray.length; ++j) {
                    
147        			for (int i = 0; i < array.length; i++) {
                    
148 	                	grid.add(new ArrayList<Object>((Collection<?>)array[i]));
                    
149 	                }
                    
221        	if (parameter instanceof Collection<?>) {
                    
222        		value = new ArrayList<Object>((Collection<?>)parameter);
                    
223        	} else if(parameter.getClass().isArray()) {
                    
224        		Object[] array = (Object[])parameter;
                    
225        		value = new ArrayList<Object>(array.length);
                    
226        		for (int i = 0; i < array.length; i++) {
                    
                
SuperSimpleViewEngineTests.cs git://github.com/NancyFx/Nancy.git | C# | 1429 lines
                    
198            dynamic model = new ExpandoObject();
                    
199            model.Users = new List<object>() { new { Name = "Bob", IsGreekCitizen = true }, new { Name = "Malin", IsGreekCitizen = false } };
                    
200
                    
213            dynamic model = new ExpandoObject();
                    
214            model.Users = new List<object>() { new { Name = "Bob", IsGreekCitizen = true }, new { Name = "Malin", IsGreekCitizen = false } };
                    
215
                    
                
ConfigurableBootstrapper.cs git://github.com/NancyFx/Nancy.git | C# | 2119 lines
                    
29    {
                    
30        private readonly List<object> registeredTypes;
                    
31        private readonly List<InstanceRegistration> registeredInstances;
                    
68            this.configuration = NancyInternalConfiguration.Default.Invoke(this.TypeCatalog);
                    
69            this.registeredTypes = new List<object>();
                    
70            this.registeredInstances = new List<InstanceRegistration>();
                    
                
PropertyControl.cs https://hg01.codeplex.com/stylecop | C# | 0 lines
                    
238        /// </summary>
                    
239        public IList<object> Context
                    
240        {
                    
                
ControlFlowInstructions.cs https://IronPython.svn.codeplex.com/svn | C# | 581 lines
                    
52
                    
53        public override string ToDebugString(int instructionIndex, object cookie, Func<int, int> labelIndexer, IList<object> objects) {
                    
54            return ToString() + (_offset != Unknown ? " -> " + (instructionIndex + _offset).ToString() : "");
                    
198
                    
199        public override string ToDebugString(int instructionIndex, object cookie, Func<int, int> labelIndexer, IList<object> objects) {
                    
200            int targetIndex = labelIndexer(_labelIndex);
                    
                
Scenarios.Logical.cs https://IronPython.svn.codeplex.com/svn | C# | 1052 lines
                    
184
                    
185            var objs = new List<object>();
                    
186            objs.Add(null);
                    
                
PythonOps.cs https://IronPython.svn.codeplex.com/svn | C# | 3578 lines
                    
51        [ThreadStatic]
                    
52        private static List<object> InfiniteRepr;
                    
53
                    
104        [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
                    
105        public static List<object> GetReprInfinite() {
                    
106            if (InfiniteRepr == null) {
                    
106            if (InfiniteRepr == null) {
                    
107                InfiniteRepr = new List<object>();
                    
108            }
                    
137        internal static PythonTuple LookupEncoding(CodeContext/*!*/ context, string encoding) {
                    
138            List<object> searchFunctions = PythonContext.GetContext(context).SearchFunctions;
                    
139            lock (searchFunctions) {
                    
152
                    
153            List<object> searchFunctions = PythonContext.GetContext(context).SearchFunctions;
                    
154
                    
                
 

Source

Language