PageRenderTime 570ms queryTime 239ms sortTime 11ms getByIdsTime 57ms findMatchingLines 49ms

100+ results results for 'List<Object> repo:AlethiaGrid/opensimulator-0.7-.x' (570 ms)

Not the results you expected?
DelayedFilterCheckboxTree.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 332 lines
                    
50	Object viewerInput;
                    
51	ArrayList<Object> checkState = new ArrayList<Object>();
                    
52	Set<Object> expanded = new HashSet<Object>();
                    
71					else {
                    
72						ArrayList<Object> toRemove = new ArrayList<Object>(1);
                    
73						// See bug 258117.  Ideally we would get check state changes 
                    
278		if (checkState == null)
                    
279			checkState = new ArrayList<Object>(checked.length);
                    
280		for (int i = 0; i < checked.length; i++)
                    
                
PipelineResourceInner.java git://github.com/WindowsAzure/azure-sdk-for-java.git | Java | 353 lines
                    
246     */
                    
247    public List<Object> annotations() {
                    
248        return this.innerProperties() == null ? null : this.innerProperties().annotations();
                    
256     */
                    
257    public PipelineResourceInner withAnnotations(List<Object> annotations) {
                    
258        if (this.innerProperties() == null) {
                    
                
CosmosAsyncStoredProcedure.java git://github.com/WindowsAzure/azure-sdk-for-java.git | Java | 246 lines
                    
120     */
                    
121    public Mono<CosmosStoredProcedureResponse> execute(List<Object> procedureParams,
                    
122                                                            CosmosStoredProcedureRequestOptions options) {
                    
212
                    
213    private Mono<CosmosStoredProcedureResponse> executeInternal(List<Object> procedureParams,
                    
214                                                             CosmosStoredProcedureRequestOptions options,
                    
                
ButtonsParser.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 249 lines
                    
71    private String title;
                    
72    private List<Object> options;
                    
73    private List<Object> additionalOptions;
                    
144    public void createButtons() {
                    
145        options = new ArrayList<Object>();
                    
146        additionalOptions = new ArrayList<Object>();
                    
160            
                    
161            List<Object> addTo = "left".equals(align) ? additionalOptions : options;
                    
162
                    
192
                    
193    List<Object> getOptions() {
                    
194        return options;
                    
196
                    
197    List<Object> getAditionalOptions() {
                    
198        return additionalOptions;
                    
                
BufferedItemList.cs https://EventScavenger.svn.codeplex.com/svn | C# | 464 lines
                    
285
                    
286				List<object> newSortedList = new List<object>( _sortedListItems.Length + additions.Length );
                    
287				
                    
303				{
                    
304					newSortedList = new List<object>( _sortedListItems );
                    
305				}
                    
455		private Column[] _jobGroupColumns = null;
                    
456		private List<object> _jobSortedList = null;
                    
457		
                    
                
SeleccionHorizontalViewController.java https://gitlab.com/edddea/api_contratacion_arq | Java | 295 lines
                    
35	private LayoutInflater inflater;
                    
36	private ArrayList<Object> componentes;
                    
37	private ArrayList<ImageButton> arregloBotones;
                    
42	public SeleccionHorizontalViewController(Context context,LinearLayout.LayoutParams layoutParams, 
                    
43											ArrayList<Object> listaComponentes, BaseDelegate delegate,
                    
44											boolean addOtherElement) {
                    
                
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) {
                    
                
LAStateTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 148 lines
                    
89    public void testLAState() {
                    
90        List<Object> expected = new ArrayList<Object>();
                    
91        LAState laState = LAState.empty();
                    
98
                    
99        List<Object> expectedInner = expected;
                    
100        LAState laStateInner = laState;
                    
101
                    
102        expected = new ArrayList<Object>();
                    
103        laState = laState.empty();
                    
112
                    
113    private static LAState add(List<Object> expectedLAState, LAState laState, int lookahead, Object state) {
                    
114        expectedLAState.add(Integer.valueOf(lookahead));
                    
120
                    
121    private static LAState addAll(List<Object> expectedLAState, LAState laState, int index,
                    
122    List<Object> expectedLAStateToAdd, LAState laStateToAdd) {
                    
                
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);
                    
                
NotificationCenter.java https://gitlab.com/0072016/Telegram | Java | 276 lines
                    
112
                    
113    private SparseArray<ArrayList<Object>> observers = new SparseArray<>();
                    
114    private SparseArray<ArrayList<Object>> removeAfterBroadcast = new SparseArray<>();
                    
114    private SparseArray<ArrayList<Object>> removeAfterBroadcast = new SparseArray<>();
                    
115    private SparseArray<ArrayList<Object>> addAfterBroadcast = new SparseArray<>();
                    
116    private ArrayList<DelayedPost> delayedPosts = new ArrayList<>(10);
                    
198        broadcasting++;
                    
199        ArrayList<Object> objects = observers.get(id);
                    
200        if (objects != null && !objects.isEmpty()) {
                    
210                    int key = removeAfterBroadcast.keyAt(a);
                    
211                    ArrayList<Object> arrayList = removeAfterBroadcast.get(key);
                    
212                    for (int b = 0; b < arrayList.size(); b++) {
                    
220                    int key = addAfterBroadcast.keyAt(a);
                    
221                    ArrayList<Object> arrayList = addAfterBroadcast.get(key);
                    
222                    for (int b = 0; b < arrayList.size(); b++) {
                    
                
itemAdd.java https://gitlab.com/imughal/invent | Java | 318 lines
                    
158
                    
159    public ArrayList<Object> adding(String cat_id, int rows) {
                    
160        loading(cat_id);
                    
168    ArrayList<String> itemName = new ArrayList<>();
                    
169    ArrayList<Object> rList = new ArrayList<>();
                    
170
                    
                
UserControllerRest.java https://gitlab.com/MarcinWorkDev/ISOP | Java | 263 lines
                    
106		
                    
107		List<Object> param = new ArrayList<Object>();
                    
108		param.add(id);
                    
                
TopologicalSortException.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 402 lines
                    
87
                    
88        ArrayList<Object> res = new ArrayList<Object>(vertexes.size());
                    
89
                    
                
DynaMenuModel.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 348 lines
                    
82    
                    
83    public void loadSubmenu(List<Object> cInstances, JMenu m, Map<Object,FileObject> cookiesToFiles) {
                    
84        // clear first - refresh the menu's content
                    
                
ListHDFSStoresFunctionJUnitTest.java https://gitlab.com/kidaa/incubator-geode.git | Java | 319 lines
                    
295
                    
296    private final List<Object> results = new LinkedList<Object>();
                    
297
                    
299
                    
300    protected List<Object> getResults() throws Throwable {
                    
301      if (t != null) {
                    
                
Response.java https://github.com/apache/geronimo-specs.git | Java | 515 lines
                    
128        for (String headerName : response.getHeaders().keySet()) {
                    
129            List<Object> headerValues = response.getHeaders().get(headerName);
                    
130            for (Object headerValue : headerValues) {
                    
                
EditorProvider.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 231 lines
                    
129        }
                    
130        List<Object> source = new ArrayList<Object>();
                    
131        source.add(document);
                    
                
OpenProjectAction.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 240 lines
                    
122
                    
123	private int evaluateSelection(IStructuredSelection selection, List<Object> allClosedProjects) {
                    
124		Object[] array= selection.toArray();
                    
168	public void run(IStructuredSelection selection) {
                    
169		List<Object> allClosedProjects= new ArrayList<Object>();
                    
170		int selectionStatus= evaluateSelection(selection, allClosedProjects);
                    
                
AbstractCxfWsdlFirstTest.java https://gitlab.com/matticala/apache-camel | Java | 140 lines
                    
111        org.apache.camel.Message out = exchange.getOut();
                    
112        List<Object> result =  out.getBody(List.class);
                    
113        assertEquals("The result list should not be empty", result.size(), 4);
                    
125            public void process(final Exchange exchange) {
                    
126                final List<Object> params = new ArrayList<>();
                    
127                Holder<String> personId = new Holder<>();
                    
                
SellerController.cs https://hg.codeplex.com/xenta | C# | 385 lines
                    
273            });
                    
274            var data = new List<Object>();
                    
275
                    
307            });
                    
308            var data = new List<Object>();
                    
309
                    
330            });
                    
331            var data = new List<Object>();
                    
332
                    
                
OppositeRestrictionsTest.java https://gitlab.com/MichelZuniga/drools | Java | 329 lines
                    
42
                    
43        Collection<Object> data = new ArrayList<Object>();
                    
44
                    
103
                    
104        Collection<Object> data = new ArrayList<Object>();
                    
105
                    
145
                    
146        Collection<Object> data = new ArrayList<Object>();
                    
147
                    
187
                    
188        Collection<Object> data = new ArrayList<Object>();
                    
189
                    
229
                    
230        Collection<Object> data = new ArrayList<Object>();
                    
231
                    
                
Method.java https://gitlab.com/jaragan/jersey | Java | 286 lines
                    
69    @XmlAnyElement(lax = true)
                    
70    protected List<Object> any;
                    
71    @XmlAttribute(name = "id")
                    
188     */
                    
189    public List<Object> getAny() {
                    
190        if (any == null) {
                    
190        if (any == null) {
                    
191            any = new ArrayList<Object>();
                    
192        }
                    
                
PSSessionConfigurationData.cs https://gitlab.com/unofficial-mirrors/PowerShell | C# | 237 lines
                    
34
                    
35        internal List<object> ModulesToImportInternal
                    
36        {
                    
152        private List<string> _modulesToImport;
                    
153        private List<object> _modulesToImportInternal;
                    
154
                    
190                        _modulesToImport = new List<string>();
                    
191                        _modulesToImportInternal = new List<object>();
                    
192                        object[] modulesToImport = optionValue.Split(new[] { "," }, StringSplitOptions.RemoveEmptyEntries);
                    
223            if (_modulesToImport == null) _modulesToImport = new List<string>();
                    
224            if (_modulesToImportInternal == null) _modulesToImportInternal = new List<object>();
                    
225        }
                    
                
TestLoopThroughConditionsInAlgoFile.java https://bitbucket.org/Sathishsatz/iso-consumption-parser.git | Java | 360 lines
                    
132		
                    
133		List<Object> scopeList = new ArrayList<Object>();
                    
134		scopeList.addAll(reference.getContent());
                    
                
CxfHeaderHelper.java https://gitlab.com/matticala/apache-camel | Java | 312 lines
                    
171    public static void propagateCxfHeadersToCamelHeaders(HeaderFilterStrategy strategy,
                    
172            Map<String, List<Object>> responseHeaders, Map<String, Object> camelHeaders,
                    
173            Exchange camelExchange) throws Exception {
                    
                
QueryBatchItemBase.cs https://github.com/nhibernate/nhibernate-core.git | C# | 391 lines
                    
26		private DbDataReader _reader;
                    
27		private List<object>[] _hydratedObjects;
                    
28
                    
181			var dialect = Session.Factory.Dialect;
                    
182			var hydratedObjects = new List<object>[_queryInfos.Count];
                    
183			var isDebugLog = Log.IsDebugEnabled();
                    
200					var entitySpan = loader.EntityPersisters.Length;
                    
201					hydratedObjects[i] = entitySpan == 0 ? null : new List<object>(entitySpan);
                    
202					var keys = new EntityKey[entitySpan];
                    
223					var optionalObjectKey = Loader.Loader.GetOptionalObjectKey(queryParameters, Session);
                    
224					var tmpResults = new List<object>();
                    
225					var queryCacheBuilder = queryInfo.IsCacheable ? new QueryCacheResultBuilder(loader) : null;
                    
356
                    
357		private void InitializeEntitiesAndCollections(DbDataReader reader, List<object>[] hydratedObjects)
                    
358		{
                    
                
PredicateFinderVisitor.java https://bitbucket.org/openesb/netbeans-soa.git | Java | 240 lines
                    
190                }
                    
191                DirectedList<Object> predicatePath = BpelPathConverter.singleton().
                    
192                        constructObjectLocationList(stepContext, true, true);
                    
209                    case NODE:
                    
210                        DirectedList<Object> sStepPath = BpelPathConverter.singleton().
                    
211                                constructObjectLocationList(stepContext, true, true);
                    
226                    case PROCESSING_INSTR:
                    
227                        DirectedList<Object> sStepPath = BpelPathConverter.singleton().
                    
228                                constructObjectLocationList(stepContext, true, true);
                    
                
ContratacionAutenticacionServiceProxy.java https://gitlab.com/edddea/api_contratacion_arq | Java | 224 lines
                    
36    @Override
                    
37    public ArrayList<Object> getListaDatos() {
                    
38
                    
42        final ContratacionAutenticacionDelegate delegate = (ContratacionAutenticacionDelegate) baseDelegateCommons;
                    
43        ArrayList<Object> list = delegate.consultaOperationsDelegate().getDatosTablaConfirmacion();
                    
44        return list;
                    
                
GenericQuery.java https://gitlab.com/age-agh/age-legacy | Java | 244 lines
                    
148
                    
149			List<Object> list = Lists.newArrayList();
                    
150
                    
                
CassandraFetchFieldManager.java git://github.com/PedroGomes/datanucleus-cassandra.git | Java | 331 lines
                    
218
                    
219                List<Object> mapping = (List<Object>) value;
                    
220
                    
220
                    
221                Collection<Object> collection = new ArrayList<Object>(mapping.size());
                    
222                for (Object id : mapping) {
                    
                
IncompatibilityRestrictionsTest.java https://gitlab.com/MichelZuniga/drools | Java | 306 lines
                    
43
                    
44        Collection<Object> data = new ArrayList<Object>();
                    
45
                    
106
                    
107        Collection<Object> data = new ArrayList<Object>();
                    
108
                    
169
                    
170        Collection<Object> data = new ArrayList<Object>();
                    
171
                    
232
                    
233        Collection<Object> data = new ArrayList<Object>();
                    
234
                    
                
FeedItemAnimator.java https://gitlab.com/thanhbc/instamaterial | Java | 251 lines
                    
43                                                     @NonNull RecyclerView.ViewHolder viewHolder,
                    
44                                                     int changeFlags, @NonNull List<Object> payloads) {
                    
45        if (changeFlags == FLAG_CHANGED) {
                    
                
AnimationEngine.java https://bitbucket.org/erab6887/devgui2.git | Java | 429 lines
                    
50	//will hold all object that should be called by the animation engine when there's animations to be done
                    
51	private ArrayList<Object> animatableTargets = new ArrayList<Object>();	
                    
52
                    
                
DLFileEntryPersistenceTest.java https://github.com/Manishkg/liferay-portal.git | Java | 348 lines
                    
240
                    
241		List<Object> result = _persistence.findWithDynamicQuery(dynamicQuery);
                    
242
                    
258
                    
259		List<Object> result = _persistence.findWithDynamicQuery(dynamicQuery);
                    
260
                    
                
SelectAlgorithmAndInputPanel.java git://github.com/lessthanoptimal/BoofCV.git | Java | 331 lines
                    
52	protected JCheckBox originalCheck;
                    
53	List<Object>[] algCookies;
                    
54	// list of input names and where to get the inputs
                    
                
CoordinatedBolt.java https://gitlab.com/hackbuteer59/jstorm | Java | 379 lines
                    
73		public List<Integer> emit(String stream, Collection<Tuple> anchors,
                    
74				List<Object> tuple) {
                    
75			List<Integer> tasks = _delegate.emit(stream, anchors, tuple);
                    
80		public void emitDirect(int task, String stream,
                    
81				Collection<Tuple> anchors, List<Object> tuple) {
                    
82			updateTaskCounts(tuple.get(0), Arrays.asList(task));
                    
                
MultiContextEventEndpointTest.java https://gitlab.com/matticala/apache-camel | Java | 190 lines
                    
142
                    
143        private final List<Object> objectEvents = new ArrayList<>();
                    
144
                    
166
                    
167        List<Object> getObjectEvents() {
                    
168            return objectEvents;
                    
                
Data_typesItemProviderAdapterFactory.java https://gitlab.com/jgsuess/uml-1.4.2 | Java | 467 lines
                    
61	 */
                    
62	protected Collection<Object> supportedTypes = new ArrayList<Object>();
                    
63
                    
                
WebSocketExtensionTestUtil.java https://gitlab.com/taichu/netty | Java | 129 lines
                    
99        protected void encode(ChannelHandlerContext ctx, WebSocketFrame msg,
                    
100                List<Object> out) throws Exception {
                    
101            // unused
                    
107        protected void decode(ChannelHandlerContext ctx, WebSocketFrame msg,
                    
108                List<Object> out) throws Exception {
                    
109            // unused
                    
115        protected void encode(ChannelHandlerContext ctx, WebSocketFrame msg,
                    
116                List<Object> out) throws Exception {
                    
117            // unused
                    
123        protected void decode(ChannelHandlerContext ctx, WebSocketFrame msg,
                    
124                List<Object> out) throws Exception {
                    
125            // unused
                    
                
ShadowDocument.java https://gitlab.com/Liang1Zhang/stetho | Java | 374 lines
                    
105
                    
106    public void setElementChildren(Object element, List<Object> children) {
                    
107      // If we receive redundant information, then nothing needs to be done.
                    
224
                    
225      List<Object> children = (changesElementInfo != null)
                    
226          ? changesElementInfo.children
                    
                
ResolutionNode.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 251 lines
                    
40
                    
41    private final List<Object> parents;
                    
42
                    
66        depth = parent.depth + 1;
                    
67        parents = new ArrayList<Object>();
                    
68        parents.addAll( parent.parents );
                    
                
WatchmanWatcher.java https://gitlab.com/smartether/buck | Java | 437 lines
                    
139    // Exclude any expressions added to this list.
                    
140    List<Object> excludeAnyOf = Lists.newArrayList("anyof");
                    
141
                    
205  @VisibleForTesting
                    
206  ImmutableList<Object> getWatchmanQuery(Path cellPath) {
                    
207    if (queries.containsKey(cellPath) && cursors.containsKey(cellPath)) {
                    
                
Storage.java https://gitlab.com/briljant/briljant | Java | 171 lines
                    
35 */
                    
36public interface Storage extends DoubleSequence, ComplexSequence, IntSequence, List<Object> {
                    
37
                    
                
DuplicateEncounterTypeNameChangeSet.java https://gitlab.com/namratanehete/lh-toolkit | Java | 205 lines
                    
120					
                    
121					List<List<Object>> duplicateResult = null;
                    
122					boolean duplicateName = false;
                    
                
ConfirmacionRegistroDelegate.java https://gitlab.com/edddea/api_contratacion_arq | Java | 313 lines
                    
294	@Override
                    
295	public ArrayList<Object> getDatosRegistroOp() {
                    
296		return opDelegate.getDatosTablaConfirmacion();
                    
299	@Override
                    
300	public ArrayList<Object> getDatosRegistroExitoso() {
                    
301		return opDelegate.getDatosRegistroExitoso();
                    
                
UserProperty.java https://gitlab.com/rovero/2016mpcs53013-qydeng | Java | 496 lines
                    
291  public int hashCode() {
                    
292    List<Object> list = new ArrayList<Object>();
                    
293
                    
                
GroupManager.java https://github.com/elBukkit/PersistencePlugin.git | Java | 403 lines
                    
381                    {
                    
382                        List<Object> playerPermissions = (List<Object>)checkList;
                    
383                        
                    
                
org.apache.commons.collections.iterators.IteratorChain.cs git://github.com/gadfly/nofs.git | C# | 317 lines
                    
51        /** The chain of iterators */
                    
52        protected readonly java.util.List<Object> iteratorChain = new java.util.ArrayList<Object>();
                    
53        /** The index of the current iterator */
                    
183         */
                    
184        public java.util.List<Object> getIterators()
                    
185        {
                    
                
QueryCommand.cs https://bitbucket.org/moisesmiranda/subsonic-4.git | C# | 408 lines
                    
173        /// </summary>
                    
174        public List<object> OutputValues;
                    
175
                    
187            parameters = new QueryParameterCollection();
                    
188            OutputValues = new List<object>();
                    
189            Provider = provider;
                    
                
ComplaintsController.java https://bitbucket.org/Venkata_blickx/mycableproduction.git | Java | 270 lines
                    
177	@RequestMapping(value="/getComplaintStatusDetails",method = RequestMethod.GET, headers="Accept=application/json" )
                    
178	public @ResponseBody List<Object> getComplaintStatus(@PathVariable("client_id") String client_id)   {
                    
179
                    
180		
                    
181		List<Object> resultToAngular = new ArrayList<Object>();
                    
182		ComplaintStatusTo status = complaintService.getComplaintStatus(client_id);
                    
192		
                    
193		List<Object> result = new ArrayList<Object>();
                    
194		result.add(resultToAngular);
                    
                
BlockRPlacer.java https://gitlab.com/MineYourMind/ThaumicTinkerer | Java | 194 lines
                    
84    @Override
                    
85    public ArrayList<Object> getSpecialParameters() {
                    
86        return null;
                    
                
AbstractYamlReader.java https://gitlab.com/CORP-RESELLER/SeLion | Java | 152 lines
                    
85
                    
86    protected List<String> parseKeysForContainer(String fileName, List<Object> allElements) {
                    
87        List<String> elementKeys = new ArrayList<String>();
                    
                
ResultRowList.java https://gitlab.com/jsr38/intermine | Java | 237 lines
                    
29 */
                    
30public class ResultRowList implements List<Object>, Iterable<Object>
                    
31{
                    
147    public Iterator<Object> iterator() {
                    
148        List<Object> values = getValuesInternal();
                    
149        return values.iterator();
                    
170    private List<Object> getValuesInternal() {
                    
171        List<Object> values = new ArrayList<Object>();
                    
172        for (int i = 0; i < data.length(); i++) {
                    
222    @Override
                    
223    public List<Object> subList(int arg0, int arg1) {
                    
224        return getValuesInternal().subList(arg0, arg1);
                    
                
GraphDescBuilder.java https://gitlab.com/mesophoyx/jrds | Java | 171 lines
                    
151
                    
152    List<Object> enumerateTree(JrdsElement roottree) {
                    
153        if(roottree == null)
                    
158
                    
159        List<Object> pathString = new ArrayList<Object>(path.size());
                    
160        for(JrdsElement te: path) {
                    
                
ReplayingDecoderTest.java https://bitbucket.org/htdzzc/netty.git | Java | 316 lines
                    
69        @Override
                    
70        protected void decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) {
                    
71            ByteBuf msg = in.readBytes(in.bytesBefore((byte) '\n'));
                    
143            @Override
                    
144            protected void decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) throws Exception {
                    
145                assertFalse(removed);
                    
165            @Override
                    
166            protected void decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) throws Exception {
                    
167                assertFalse(removed);
                    
191            @Override
                    
192            protected void decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) throws Exception {
                    
193                assertFalse(removed);
                    
216            @Override
                    
217            protected void decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) throws Exception {
                    
218                int readable = in.readableBytes();
                    
                
Stringify.java https://gitlab.com/github-cloud-corp/poll-mailbox-trigger-plugin | Java | 405 lines
                    
218        }
                    
219        List<Object> list = new ArrayList<Object>();
                    
220        while (allHeaders.hasMoreElements()) {
                    
359        }
                    
360        List<Object> tmp = new ArrayList<Object>();
                    
361        tmp.addAll(Arrays.asList(flags.getSystemFlags()));
                    
                
InputListModel.java git://github.com/bcdev/beam.git | Java | 179 lines
                    
36
                    
37    private final List<Object> list = new ArrayList<>();
                    
38    private List<Product> sourceProducts = new ArrayList<>();
                    
96    void removeElementsAt(int[] selectedIndices) {
                    
97        List<Object> toRemove = new ArrayList<>();
                    
98        int startIndex = Integer.MAX_VALUE;
                    
                
EditarCajero.java https://gitlab.com/victorprens/SADIN | Java | 308 lines
                    
25    Coordinador coordinador;
                    
26    List<Object> campos;
                    
27    List<Object> botones;
                    
                
ListUtils.java https://bitbucket.org/maxgoebel/tableannotator.git | Java | 237 lines
                    
49	public static void unique (Collection<?> list) {
                    
50		Collection<Object> copyList = new LinkedList<Object> ();
                    
51		Iterator<?> it = list.iterator();
                    
89	public static List<Object> toList(Object[] objs) {
                    
90		List<Object> l = new LinkedList<Object>();
                    
91		for (int i=0; i<objs.length; i++) {
                    
                
NotificationHistoryResponse.java http://grails-google-checkout.googlecode.com/svn/trunk/ | Java | 339 lines
                    
289        })
                    
290        protected List<Object> newOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification;
                    
291
                    
319         */
                    
320        public List<Object> getNewOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification() {
                    
321            if (newOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification == null) {
                    
321            if (newOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification == null) {
                    
322                newOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification = new ArrayList<Object>();
                    
323            }
                    
                
AttributesSet.java https://gitlab.com/XMCDA-library/XMCDA-java | Java | 369 lines
                    
80    })
                    
81    protected List<Object> valueOrValues;
                    
82    @XmlAttribute(name = "id")
                    
164     */
                    
165    public List<Object> getValueOrValues() {
                    
166        if (valueOrValues == null) {
                    
166        if (valueOrValues == null) {
                    
167            valueOrValues = new ArrayList<Object>();
                    
168        }
                    
                
SessionUtils.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 264 lines
                    
111            {
                    
112                final List<Object> tapestryArray = new ArrayList<Object>();
                    
113                for (Enumeration<String> enumeration = in_session.getAttributeNames(); enumeration.hasMoreElements();) {
                    
145            {
                    
146                final List<Object> localeArray = new ArrayList<Object>();
                    
147                for (Enumeration<String> enumeration = in_session.getAttributeNames(); enumeration.hasMoreElements();) {
                    
209            {
                    
210                final List<Object> principalArray = new ArrayList<Object>();
                    
211                for (Enumeration<String> enumeration = httpSession.getAttributeNames(); enumeration.hasMoreElements();) {
                    
                
NettyHttpHelper.java https://gitlab.com/matticala/apache-camel | Java | 295 lines
                    
85            Object existing = headers.get(key);
                    
86            List<Object> list;
                    
87            if (existing instanceof List) {
                    
87            if (existing instanceof List) {
                    
88                list = (List<Object>) existing;
                    
89            } else {
                    
                
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
                    
                
ServicioTestimonio.cs https://gitlab.com/oscarsalazarsevilla/ITELCA | C# | 194 lines
                    
50
                    
51        public List<object> Eliminar(decimal testimonio)
                    
52        {
                    
52        {
                    
53            List<object> lista = new List<object>();
                    
54            try
                    
                
Constraints.java https://gitlab.com/KiaraGrouwstra/playframework | Java | 511 lines
                    
52    public static List<Tuple<String,List<Object>>> displayableConstraint(Set<ConstraintDescriptor<?>> constraints) {
                    
53        List<Tuple<String,List<Object>>> displayable = new ArrayList<Tuple<String,List<Object>>>();
                    
54        for(ConstraintDescriptor<?> c: constraints) {
                    
58                String name = d.name();
                    
59                List<Object> attributes = new ArrayList<Object>();
                    
60                Map<String,Object> annotationAttributes = c.getAttributes();
                    
                
AbstractLatLonBox.java http://javaapiforkml.googlecode.com/svn/trunk/ | Java | 479 lines
                    
98    @XmlSchemaType(name = "anySimpleType")
                    
99    protected List<Object> abstractLatLonBoxSimpleExtension;
                    
100    /**
                    
224     */
                    
225    public List<Object> getAbstractLatLonBoxSimpleExtension() {
                    
226        if (abstractLatLonBoxSimpleExtension == null) {
                    
226        if (abstractLatLonBoxSimpleExtension == null) {
                    
227            abstractLatLonBoxSimpleExtension = new ArrayList<Object>();
                    
228        }
                    
313     */
                    
314    public void setAbstractLatLonBoxSimpleExtension(final List<Object> abstractLatLonBoxSimpleExtension) {
                    
315        this.abstractLatLonBoxSimpleExtension = abstractLatLonBoxSimpleExtension;
                    
358    @Override
                    
359    public void setObjectSimpleExtension(final List<Object> objectSimpleExtension) {
                    
360        super.setObjectSimpleExtension(objectSimpleExtension);
                    
                
SelectorBasedResponseHandler.java git://github.com/JetBrains/intellij-community.git | Java | 269 lines
                    
164    }
                    
165    List<Object> tasks = selectTasksList(response, max);
                    
166    LOG.debug(String.format("Total %d tasks extracted from response", tasks.size()));
                    
230  @NotNull
                    
231  protected abstract List<Object> selectTasksList(@NotNull String response, int max) throws Exception;
                    
232
                    
                
README.md https://gitlab.com/learn-co-curriculum/cs-application-crawling-lab | Markdown | 307 lines
                    
63```java
                    
64public List<Object> pushTermCounterToRedis(TermCounter tc) {
                    
65    Transaction t = jedis.multi();
                    
79    }
                    
80    List<Object> res = t.exec();
                    
81    return res;
                    
                
MantenimientoAlertasDelegate.java https://gitlab.com/edddea/api_contratacion_arq | Java | 440 lines
                    
222	public ArrayList<Object> getDatosTablaConfirmacion() {
                    
223		final ArrayList<Object> lista = new ArrayList<Object>();
                    
224
                    
224
                    
225		ArrayList<Object> registros = new ArrayList<Object>();
                    
226		registros.add("Operación");
                    
235
                    
236		registros = new ArrayList<Object>();
                    
237		registros.add("Número Celular");
                    
257	public ArrayList<Object> getDatosTablaResultados() {
                    
258		final ArrayList<Object> datosResultados = new ArrayList<Object>();
                    
259
                    
259
                    
260		ArrayList<Object> registros = new ArrayList<Object>();
                    
261		registros.add("Operación");
                    
                
PluginPropertiesConfigurationLayout.java https://gitlab.com/4615833/liferay-ide | Java | 321 lines
                    
246
                    
247            List<Object> keyList = Arrays.asList( getKeys().toArray() );
                    
248
                    
                
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);
                    
                
TestDocumentObjectBinder.java https://github.com/lucidimagination/lucene-solr.git | Java | 260 lines
                    
45    XMLResponseParser parser = new XMLResponseParser();
                    
46    NamedList<Object> nl = parser.processResponse(new StringReader(xml));
                    
47    QueryResponse res = new QueryResponse(nl, null);
                    
88    XMLResponseParser parser = new XMLResponseParser();
                    
89    NamedList<Object> nl = parser.processResponse(new StringReader(xml));
                    
90    QueryResponse res = new QueryResponse(nl, null);
                    
                
ServicioFeriado.cs https://gitlab.com/oscarsalazarsevilla/ITELCA | C# | 208 lines
                    
63
                    
64        public List<object> Eliminar(decimal id)
                    
65        {
                    
65        {
                    
66            List<object> lista = new List<object>();
                    
67            try
                    
                
TextProviderSupport.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 327 lines
                    
148    public String getText(String key, String defaultValue, String arg) {
                    
149        List<Object> args = new ArrayList<Object>();
                    
150        args.add(arg);
                    
165     */
                    
166    public String getText(String key, List<Object> args) {
                    
167        return getText(key, key, args);
                    
198     */
                    
199    public String getText(String key, String defaultValue, List<Object> args) {
                    
200        Object[] argsArray = ((args != null && !args.equals(Collections.emptyList())) ? args.toArray() : null);
                    
240     */
                    
241    public String getText(String key, String defaultValue, List<Object> args, ValueStack stack) {
                    
242        Object[] argsArray = ((args != null) ? args.toArray() : null);
                    
                
OioSctpServerChannel.java https://gitlab.com/taichu/netty | Java | 308 lines
                    
181    @Override
                    
182    protected int doReadMessages(List<Object> buf) throws Exception {
                    
183        if (!isActive()) {
                    
                
ObjectMapperTest.java https://gitlab.com/Liang1Zhang/stetho | Java | 300 lines
                    
130  public void testSerializeMultitypedList() throws JSONException {
                    
131    List<Object> list = new ArrayList<Object>();
                    
132    list.add("foo");
                    
164    ArrayOfPrimitivesContainer container = new ArrayOfPrimitivesContainer();
                    
165    ArrayList<Object> primitives = container.primitives;
                    
166    primitives.add(Long.MIN_VALUE);
                    
177    JSONArray array = obj.getJSONArray("primitives");
                    
178    ArrayList<Object> actual = new ArrayList<>();
                    
179    for (int i = 0, N = array.length(); i < N; i++) {
                    
186    @JsonProperty
                    
187    public final ArrayList<Object> primitives = new ArrayList<>();
                    
188  }
                    
292    @JsonProperty
                    
293    public List<Object> multitypedList;
                    
294  }
                    
                
Library.java https://gitlab.com/jakenherman7/sql-project | Java | 725 lines
                    
11{
                    
12	private ArrayList<Object> bookList = new ArrayList<Object>();         // to store the entire library book list
                    
13
                    
13
                    
14	private ArrayList<Object>myList = new ArrayList<Object>();           // to store a user's specific book list
                    
15	private int location =-1;                                            // used in LookUp() default set to -1
                    
17	private ArrayList<User>users = new ArrayList<User>();               
                    
18	private ArrayList<Object>tempMyList = new ArrayList<Object>();
                    
19	private User tempUser;
                    
                
ImpalaLinkedService.java git://github.com/WindowsAzure/azure-sdk-for-java.git | Java | 355 lines
                    
61    @Override
                    
62    public ImpalaLinkedService withAnnotations(List<Object> annotations) {
                    
63        super.withAnnotations(annotations);
                    
                
CreateSnapshotCmd.java https://github.com/apache/solr.git | Java | 229 lines
                    
64  @Override
                    
65  public void call(ClusterState state, ZkNodeProps message, NamedList<Object> results)
                    
66      throws Exception {
                    
98
                    
99    NamedList<Object> shardRequestResults = new NamedList<>();
                    
100    Map<String, Slice> shardByCoreName = new HashMap<>();
                    
143        @SuppressWarnings("unchecked")
                    
144        NamedList<Object> resp = (NamedList<Object>) success.getVal(i);
                    
145
                    
                
DbSessionImplTest.java https://github.com/SonarSource/sonarqube.git | Java | 266 lines
                    
59    Object randomObject = new Object();
                    
60    List<Object> randomList = new ArrayList<>();
                    
61    Map<Object, Object> randomMap = new HashMap<>();
                    
                
CommonServiceImpl.java https://gitlab.com/spiderworts/ab_weixin_cms | Java | 459 lines
                    
380	
                    
381	public Integer executeSql(String sql, List<Object> param) {
                    
382		return commonDao.executeSql(sql, param);
                    
                
MultiAuthRuleBasedAuthorizationPlugin.java https://github.com/apache/solr.git | Java | 164 lines
                    
62
                    
63    List<Object> schemeList = (List<Object>) o;
                    
64    if (schemeList.size() < 2) {
                    
                
AmazonRedshiftLinkedService.java git://github.com/WindowsAzure/azure-sdk-for-java.git | Java | 232 lines
                    
59    @Override
                    
60    public AmazonRedshiftLinkedService withAnnotations(List<Object> annotations) {
                    
61        super.withAnnotations(annotations);
                    
                
Exact_offset_base_2.h https://gitlab.com/aksr/MeshSimplification | C Header | 297 lines
                    
140    Traits_2                        traits;
                    
141    std::list<Object>               xobjs;
                    
142    std::list<Object>::iterator     xobj_it;
                    
                
FileEventStore.java https://gitlab.com/vectorci/KeenClient-Java | Java | 368 lines
                    
119    @Override
                    
120    public Map<String, List<Object>> getHandles(String projectId) throws IOException {
                    
121        File projectDir = getProjectDir(projectId, false);
                    
124        } else {
                    
125            return new HashMap<String, List<Object>>();
                    
126        }
                    
158     */
                    
159    private Map<String, List<Object>> getHandlesFromProjectDirectory(File projectDir) throws
                    
160            IOException {
                    
162
                    
163        Map<String, List<Object>> handleMap = new HashMap<String, List<Object>>();
                    
164        if (collectionDirs != null) {
                    
169                if (files != null) {
                    
170                    List<Object> handleList = new ArrayList<Object>();
                    
171                    handleList.addAll(Arrays.asList(files));
                    
                
MsgPackDeserializer.cs https://gitlab.com/Zeus_Fox/multifive-core | C# | 352 lines
                    
47        {
                    
48            List<object> retObject = new List<object>();
                    
49
                    
285
                    
286                var returnData = Deserialize(returnByteData) as List<object>;
                    
287
                    
                
NotationLLSD.cs https://github.com/kow/gridsearch.git | C# | 346 lines
                    
106                    int pos = 0;
                    
107                    List<object> array = new List<object>();
                    
108
                    
                
SolicitudesController.cs https://gitlab.com/oscarsalazarsevilla/ITELCA | C# | 301 lines
                    
62        {
                    
63            List<object> lista = new List<object>();
                    
64            ServicioSolicitudes servicioSolicitudes = new ServicioSolicitudes();
                    
104        {
                    
105            List<object> lista = new List<object>();
                    
106            solicitud.TIPOSOLICITUD_ID = 1; // Constancia Notas
                    
133        {
                    
134            List<object> lista = new List<object>();
                    
135            solicitud.TIPOSOLICITUD_ID = 2; // Constancia Estudios
                    
160        {
                    
161            List<object> lista = new List<object>();
                    
162            //solicitud.MATRICULASCURSOS.ALUMNO_ID = new ServicioUsuario().ObtenerPorLogin(User.Identity.Name).USUARIO_ID;
                    
190        {
                    
191            List<object> lista = new List<object>();
                    
192            /*solicitud.MATRICULASCURSOS.ALUMNO_ID = new ServicioUsuario().ObtenerPorLogin(User.Identity.Name).USUARIO_ID;
                    
                
TeamDeskLinkedService.java git://github.com/WindowsAzure/azure-sdk-for-java.git | Java | 212 lines
                    
207    @Override
                    
208    public TeamDeskLinkedService setAnnotations(List<Object> annotations) {
                    
209        super.setAnnotations(annotations);
                    
                
TextFieldContentTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 274 lines
                    
49
                    
50	private List<Object> servicesList;
                    
51
                    
                
Plist.java https://gitlab.com/edgardo001/clienteafirma | Java | 338 lines
                    
144	 */
                    
145	private XmlElement toXmlArray(final List<Object> list) {
                    
146		final XmlElement array = new XmlElement("array"); //$NON-NLS-1$
                    
273	 */
                    
274	private List<Object> parseArray(final List<XmlElement> elements) throws Exception
                    
275	{
                    
275	{
                    
276		final ArrayList<Object> list = new ArrayList<>(elements.size());
                    
277		for (final XmlElement element : elements)
                    
                
OpcionesTransferViewController.java https://gitlab.com/edddea/api_contratacion_arq | Java | 309 lines
                    
37	TextView titulo;
                    
38	ArrayList<Object> lista;
                    
39	TransferirDelegate delegate;
                    
                
ClusterStatus.java https://github.com/apache/solr.git | Java | 331 lines
                    
96
                    
97  public void getClusterStatus(NamedList<Object> results)
                    
98      throws KeeperException, InterruptedException {
                    
146
                    
147    NamedList<Object> collectionProps = new SimpleOrderedMap<>();
                    
148
                    
199
                    
200    NamedList<Object> clusterStatus = new SimpleOrderedMap<>();
                    
201    clusterStatus.add("collections", collectionProps);
                    
269  protected void crossCheckReplicaStateWithLiveNodes(
                    
270      List<String> liveNodes, NamedList<Object> collectionProps) {
                    
271    for (Map.Entry<String, Object> next : collectionProps) {
                    
                
ZookeeperStatusHandlerTest.java https://github.com/apache/solr.git | Java | 281 lines
                    
83    mntrReq.setResponseParser(new DelegationTokenResponse.JsonMapResponseParser());
                    
84    NamedList<Object> nl = solr.httpUriRequest(mntrReq).future.get(10000, TimeUnit.MILLISECONDS);
                    
85
                    
92    @SuppressWarnings({"unchecked"})
                    
93    List<Object> detailsList = (List<Object>) zkStatus.get("details");
                    
94    assertEquals(1, detailsList.size());
                    
                
HDInsightStreamingActivity.java git://github.com/WindowsAzure/azure-sdk-for-java.git | Java | 374 lines
                    
106     */
                    
107    public List<Object> arguments() {
                    
108        return this.innerTypeProperties() == null ? null : this.innerTypeProperties().arguments();
                    
116     */
                    
117    public HDInsightStreamingActivity withArguments(List<Object> arguments) {
                    
118        if (this.innerTypeProperties() == null) {
                    
244     */
                    
245    public List<Object> filePaths() {
                    
246        return this.innerTypeProperties() == null ? null : this.innerTypeProperties().filePaths();
                    
254     */
                    
255    public HDInsightStreamingActivity withFilePaths(List<Object> filePaths) {
                    
256        if (this.innerTypeProperties() == null) {
                    
313     */
                    
314    public List<Object> commandEnvironment() {
                    
315        return this.innerTypeProperties() == null ? null : this.innerTypeProperties().commandEnvironment();
                    
                
XctoolOutputParsingTest.java https://gitlab.com/smartether/buck | Java | 320 lines
                    
48  private static XctoolOutputParsing.XctoolEventCallback eventCallbackAddingEventsToList(
                    
49      final List<Object> streamedObjects) {
                    
50    return new XctoolOutputParsing.XctoolEventCallback() {
                    
95        .resolve("xctool-output/simple-success.json");
                    
96    final List<Object> streamedObjects = new ArrayList<>();
                    
97    try (Reader jsonReader = Files.newBufferedReader(jsonPath, StandardCharsets.UTF_8)) {
                    
180        .resolve("xctool-output/simple-failure.json");
                    
181    final List<Object> streamedObjects = new ArrayList<>();
                    
182    try (Reader jsonReader = Files.newBufferedReader(jsonPath, StandardCharsets.UTF_8)) {
                    
271  public void streamingEmptyReaderDoesNotCauseFailure() {
                    
272    final List<Object> streamedObjects = new ArrayList<>();
                    
273    XctoolOutputParsing.streamOutputFromReader(
                    
                
TreeView.cs https://gitlab.com/kush/Avalonia | C# | 411 lines
                    
112                    // Fire the SelectionChanged event
                    
113                    List<object> removed = new List<object>();
                    
114                    if (oldItem != null)
                    
118
                    
119                    List<object> added = new List<object>();
                    
120                    if (_selectedItem != null)
                    
                
LdapTemplateSearchResultITest.java https://gitlab.com/lucky.sutanto/spring-ldap | Java | 194 lines
                    
96		attributesMapper.setExpectedValues(ALL_VALUES);
                    
97		List<Object> list = tested.search(BASE_STRING, FILTER_STRING, attributesMapper);
                    
98		assertEquals(1, list.size());
                    
104		attributesMapper.setExpectedValues(ALL_VALUES);
                    
105        List<Object> list = tested.search(BASE_STRING, FILTER_STRING, SearchControls.SUBTREE_SCOPE, attributesMapper);
                    
106		assertEquals(1, list.size());
                    
113		attributesMapper.setAbsentAttributes(ABSENT_ATTRIBUTES);
                    
114        List<Object> list = tested.search(BASE_STRING, FILTER_STRING, SearchControls.SUBTREE_SCOPE, CN_SN_ATTRS,
                    
115				attributesMapper);
                    
122		attributesMapper.setExpectedValues(ALL_VALUES);
                    
123        List<Object> list = tested.search(BASE_NAME, FILTER_STRING, attributesMapper);
                    
124		assertEquals(1, list.size());
                    
130		attributesMapper.setExpectedValues(ALL_VALUES);
                    
131        List<Object> list = tested.search(BASE_NAME, FILTER_STRING, SearchControls.SUBTREE_SCOPE, attributesMapper);
                    
132		assertEquals(1, list.size());
                    
                
MavenSession.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 396 lines
                    
173    @Deprecated
                    
174    public List<Object> lookupList( String role )
                    
175        throws ComponentLookupException
                    
                
GazetteerNameValidationOnlineTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 383 lines
                    
222            }
                    
223            public void setAttributes(List<Object> values) {
                    
224            }
                    
                
WeakListTests.cs https://gitlab.com/sharadag/TestProject2 | C# | 340 lines
                    
39        [MethodImpl(MethodImplOptions.NoInlining | MethodImplOptions.NoOptimization)]
                    
40        private void Add(WeakList<object> list, ObjectReference value)
                    
41        {
                    
53
                    
54            var list = new WeakList<object>();
                    
55            Assert.Equal(0, list.TestOnly_UnderlyingArray.Length);
                    
108
                    
109            var list = new WeakList<object>();
                    
110            for (int i = 0; i < 9; i++)
                    
137
                    
138            var list = new WeakList<object>();
                    
139            for (int i = 0; i < 8; i++)
                    
173
                    
174            var list = new WeakList<object>();
                    
175            for (int i = 0; i < 6; i++)
                    
                
EqlSearchResponseTests.java https://github.com/elasticsearch/elasticsearch.git | Java | 277 lines
                    
124                String fieldName = randomAlphaOfLengthBetween(3, 10);
                    
125                Tuple<List<Object>, List<Object>> tuple = RandomObjects.randomStoredFieldValues(random(), xType);
                    
126                DocumentField input = new DocumentField(fieldName, tuple.v1());
                    
129            case 1:
                    
130                List<Object> listValues = randomList(1, 5, () -> randomList(1, 5, ESTestCase::randomInt));
                    
131                DocumentField listField = new DocumentField(randomAlphaOfLength(5), listValues);
                    
133            case 2:
                    
134                List<Object> objectValues = randomList(
                    
135                    1,
                    
196            for (int i = 0; i < size; i++) {
                    
197                List<Object> joins = null;
                    
198                if (randomBoolean()) {
                    
                
CursorMarkTest.java https://github.com/apache/solr.git | Java | 293 lines
                    
70
                    
71    List<Object> nextValues = Arrays.<Object>asList(buildRandomSortObjects(ss));
                    
72    final CursorMark next = previous.createNext(nextValues);
                    
199        totemOut.parseSerializedTotem(totemIn.getSerializedTotem());
                    
200        final List<Object> out = totemOut.getSortValues();
                    
201        assertNotNull(out);
                    
                
CustomHighlightComponentTest.java https://github.com/apache/solr.git | Java | 328 lines
                    
51    @Override
                    
52    protected Object convertHighlights(NamedList<Object> hl) {
                    
53      final ArrayList<SimpleOrderedMap<Object>> hlMaps = new ArrayList<>();
                    
                
MatchSetting.java https://bitbucket.org/ElanVB/ingenious-framework.git | Java | 290 lines
                    
230     */
                    
231    public List<Object> getSettingAsList(String settingName) throws MissingSettingException, IncorrectSettingTypeException {
                    
232        Object val = getSetting(settingName);
                    
235        }
                    
236        return (List<Object>) val;
                    
237    }
                    
                
RemoveFromClasspathAction.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 144 lines
                    
118	private static IPackageFragmentRoot[] getRootsToRemove(IStructuredSelection selection){
                    
119		List<Object> result= new ArrayList<Object>(selection.size());
                    
120		for (Iterator<?> iter= selection.iterator(); iter.hasNext();) {
                    
                
FigCompartment.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 148 lines
                    
63            final DiagramSettings settings,
                    
64            final List<Object> metaTypes,
                    
65            final String propertyName) {
                    
                
Index.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 149 lines
                    
34			@SuppressWarnings("unchecked")
                    
35			ArrayList<Object> prevArr = (ArrayList<Object>) previous;
                    
36			if (!prevArr.contains(toAdd))
                    
42
                    
43		ArrayList<Object> arr = new ArrayList<Object>();
                    
44		arr.add(previous);
                    
                
HDInsightMapReduceActivity.java git://github.com/WindowsAzure/azure-sdk-for-java.git | Java | 282 lines
                    
106     */
                    
107    public List<Object> arguments() {
                    
108        return this.innerTypeProperties() == null ? null : this.innerTypeProperties().arguments();
                    
116     */
                    
117    public HDInsightMapReduceActivity withArguments(List<Object> arguments) {
                    
118        if (this.innerTypeProperties() == null) {
                    
221     */
                    
222    public List<Object> jarLibs() {
                    
223        return this.innerTypeProperties() == null ? null : this.innerTypeProperties().jarLibs();
                    
231     */
                    
232    public HDInsightMapReduceActivity withJarLibs(List<Object> jarLibs) {
                    
233        if (this.innerTypeProperties() == null) {
                    
                
DocumentFoldingInfo.java https://github.com/joewalnes/idea-community.git | Java | 268 lines
                    
51
                    
52  private final ArrayList<Object> myPsiElementsOrRangeMarkers = new ArrayList<Object>();
                    
53  private final ArrayList<Boolean> myExpandedStates = new ArrayList<Boolean>();
                    
                
LinearExpanxURVAdapter.java https://gitlab.com/sugesk/ultimaterecyclerview | Java | 340 lines
                    
203    private int getChildrenCount(T item) {
                    
204        List<Object> list = new ArrayList<>();
                    
205        printChild(item, list);
                    
208
                    
209    private void printChild(Object item, List<Object> list) {
                    
210        list.add(item);
                    
                
RARParserDeployer.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 125 lines
                    
91
                    
92   protected RARDeploymentMetaData mergeMetaData(VFSDeploymentUnit unit, Map<Class<?>, List<Object>> metadata) throws Exception
                    
93   {
                    
                
AzurePostgreSqlLinkedService.java git://github.com/WindowsAzure/azure-sdk-for-java.git | Java | 133 lines
                    
128    @Override
                    
129    public AzurePostgreSqlLinkedService setAnnotations(List<Object> annotations) {
                    
130        super.setAnnotations(annotations);
                    
                
J2oVisitor.java https://gitlab.com/sxyseo/dubbox | Java | 410 lines
                    
220				} else if (mType.isAssignableFrom(ArrayList.class)) { // List
                    
221					items = new ArrayList<Object>(count);
                    
222				} else if (mType.isAssignableFrom(HashSet.class)) { // Set
                    
224				} else if (mType.isAssignableFrom(LinkedList.class)) { // Queue
                    
225					items = new LinkedList<Object>();
                    
226				} else { // Other
                    
226				} else { // Other
                    
227					items = new ArrayList<Object>(count);
                    
228				}
                    
                
JournalFolderFinderImpl.java git://github.com/liferay/liferay-portal.git | Java | 473 lines
                    
91	@Override
                    
92	public List<Object> filterFindF_A_ByG_F(
                    
93		long groupId, long folderId, QueryDefinition<?> queryDefinition) {
                    
98	@Override
                    
99	public List<Object> filterFindF_A_ByG_F_L(
                    
100		long groupId, long folderId, Locale locale,
                    
107	@Override
                    
108	public List<Object> findF_A_ByG_F(
                    
109		long groupId, long folderId, QueryDefinition<?> queryDefinition) {
                    
211
                    
212	protected List<Object> doFindF_A_ByG_F(
                    
213		long groupId, long folderId, QueryDefinition<?> queryDefinition,
                    
265
                    
266			List<Object> models = new ArrayList<>();
                    
267
                    
                
EntitiesItemProviderAdapterFactory.java https://github.com/svenefftinge/Xtext-2.0-released-source-code.git | Java | 400 lines
                    
61   */
                    
62  protected Collection<Object> supportedTypes = new ArrayList<Object>();
                    
63
                    
                
VirtualGroups.cs git://github.com/soywiz/cspspemu.git | C# | 382 lines
                    
163            int objectCount = 0;
                    
164            NullableDictionary<object, List<object>> map = new NullableDictionary<object, List<object>>();
                    
165            foreach (object model in folv.FilteredObjects)
                    
168                if (!map.ContainsKey(key))
                    
169                    map[key] = new List<object>();
                    
170                map[key].Add(model);
                    
                
TempMarker.java https://gitlab.com/4615833/liferay-ide | Java | 187 lines
                    
118    {
                    
119        final List<Object> retval = new ArrayList<Object>();
                    
120
                    
                
json_mapper.dart https://gitlab.com/domosi/fb-ads | Dart | 181 lines
                    
58  if (obj is List) {
                    
59    List<Object> list = new List<Object>();
                    
60    for (var e in obj) {
                    
                
DatabricksSparkPythonActivity.java git://github.com/WindowsAzure/azure-sdk-for-java.git | Java | 169 lines
                    
108     */
                    
109    public List<Object> parameters() {
                    
110        return this.innerTypeProperties() == null ? null : this.innerTypeProperties().parameters();
                    
118     */
                    
119    public DatabricksSparkPythonActivity withParameters(List<Object> parameters) {
                    
120        if (this.innerTypeProperties() == null) {
                    
                
Logger.java https://gitlab.com/jgsuess/epsilon-jul-log | Java | 368 lines
                    
59	 */
                    
60	public void initialize(List<Object> parameters) {
                    
61		// TODO: What is the resource bundle for this?
                    
                
ServerGame.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 329 lines
                    
101        // insufficient to preserve them across garbage collections.
                    
102        List<Object> serverObjects = new ArrayList<Object>();
                    
103
                    
                
RegisterPackage.cshtml https://gitlab.com/haque.mdmanzurul/apexproducer.com | Razor | 179 lines
                    
35                            <th colspan="7">CasaVue Member Package Pricing @Html.DropDownListFor(m => m.Package, new SelectList(
                    
36                                                  new List<Object>{ 
                    
37                                                    new { value="", text = "Select a Package" },
                    
                
AbstractHandlerMapping.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 262 lines
                    
51
                    
52	private final List<Object> interceptors = new ArrayList<Object>();
                    
53
                    
                
ClpSerializer.java https://gitlab.com/bruce.ng/guestbook-portlet | Java | 341 lines
                    
109	public static Object translateInput(List<Object> oldList) {
                    
110		List<Object> newList = new ArrayList<Object>(oldList.size());
                    
111		
                    
144		} else if (obj instanceof List<?>) {
                    
145			return translateInput((List<Object>) obj);
                    
146		} else {
                    
219	public static Object translateOutput(List<Object> oldList) {
                    
220		List<Object> newList = new ArrayList<Object>(oldList.size());
                    
221		
                    
234		} else if (obj instanceof List<?>) {
                    
235			return translateOutput((List<Object>) obj);
                    
236		} else {
                    
                
ActionSupportTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 330 lines
                    
229
                    
230        List<Object> args = new ArrayList<Object>();
                    
231        args.add("Santa");
                    
279
                    
280        List<Object> args = new ArrayList<Object>();
                    
281        args.add("Santa");
                    
                
EJBQLTranslationContext.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 446 lines
                    
50    private EntityResolver entityResolver;
                    
51    private List<Object> resultSetMetadata;
                    
52
                    
                
BinaryExpression.java https://github.com/davsclaus/camel-simple2.git | Java | 238 lines
                    
167                Iterator<Object> it = ObjectHelper.createIterator(rightExp.evaluate(exchange, Object.class));
                    
168                List<Object> values = new ArrayList<Object>();
                    
169                while (it.hasNext()) {
                    
                
AnimatorSetProxy.java https://gitlab.com/envieidoc/Telegram | Java | 137 lines
                    
66
                    
67    public void playTogether(ArrayList<Object> items) {
                    
68        if (View10.NEED_PROXY) {
                    
                
ActionsInfraHid.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 104 lines
                    
96    public static void doGC(int count) {
                    
97        List<Object> l = new ArrayList<Object>(count);
                    
98        while (count-- > 0) {
                    
                
WsdlSaasNodeChildren.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 104 lines
                    
73        if (state == Saas.State.READY) {
                    
74            ArrayList<Object> keys = new ArrayList<Object>();
                    
75            List<WsdlSaasPort> ports = getSaas().getPorts();
                    
                
TransactionInfoViewModel.java https://gitlab.com/hansol6566/pinpoint | Java | 362 lines
                    
164    public Map<String, List<Object>> getApplicationMapData() {
                    
165        Map<String, List<Object>> result = new HashMap<String, List<Object>>();
                    
166        List<Object> nodeDataArray = new ArrayList<Object>();
                    
170        result.put("nodeDataArray", nodeDataArray);
                    
171        List<Object> linkDataArray = new ArrayList<Object>();
                    
172        for(Link link : links) {
                    
                
Main.java https://gitlab.com/androidopensourceproject/platform-art | Java | 142 lines
                    
57
                    
58        new ArrayList<Object>(50);
                    
59    }
                    
61    private static void allocateObjectsToRunGc() {
                    
62      ArrayList<Object> l = new ArrayList<Object>();
                    
63      try {
                    
64          for (int i = 0; i < 100000; i++) {
                    
65              l.add(new ArrayList<Object>(i));
                    
66          }
                    
74
                    
75    private ArrayList<Object> store;
                    
76    private CyclicBarrier startBarrier;
                    
95
                    
96        ArrayList<Object> l = new ArrayList<Object>();
                    
97        store = l;  // Keep it alive.
                    
                
 

Source

Language