HomeSort by relevance Sort by last modified time
    Searched refs:List (Results 326 - 350 of 1434) sorted by null

<<11121314151617181920>>

  /external/proguard/src/proguard/classfile/util/
WarningPrinter.java 26 import java.util.List;
63 public WarningPrinter(PrintStream printStream, List classFilter)
  /external/proguard/src/proguard/util/
ListParser.java 23 import java.util.List;
27 * The regular expressions are either presented as a list, or they are
30 * considering any subsequent entries in the list. The creation of StringMatcher
42 * comma-separated list with the given StringParser.
54 // Does the regular expression contain a ',' list separator?
61 * be a list of optionally negated simple entries.
63 * An empty list results in a StringMatcher that matches any string.
65 public StringMatcher parse(List regularExpressions)
70 // linked list of matchers.
  /external/v8/src/
global-handles.h 7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
31 #include "list-inl.h"
37 // A single list keeps all the allocated global handles.
38 // Destroyed handles stay in the list but is added to the free list.
39 // At GC the destroyed global handles are removed from the free list
54 List<Object**> objects_;
124 static List<ObjectGroup*>* ObjectGroups();
149 // Global handles are kept in a single linked list pointed to by head_
    [all...]
v8threads.h 7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
42 enum List {FREE_LIST, IN_USE_LIST};
44 void LinkInto(List list);
72 // In the following two lists there is always at least one object on the list.
75 // Head of linked list of free states.
77 // Head of linked list of states in use.
  /frameworks/base/core/java/android/app/
IApplicationThread.java 35 import java.util.List;
52 void scheduleSendResult(IBinder token, List<ResultInfo> results) throws RemoteException;
54 ActivityInfo info, Bundle state, List<ResultInfo> pendingResults,
55 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward)
57 void scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults,
58 List<Intent> pendingNewIntents, int configChanges,
60 void scheduleNewIntent(List<Intent> intent, IBinder token) throws RemoteException;
81 void bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers,
  /frameworks/base/core/java/android/pim/vcard/
VCardInterpreterCollection.java 19 import java.util.List;
97 public void propertyValues(List<String> values) {
  /frameworks/base/include/media/stagefright/
DataSource.h 25 #include <utils/List.h>
81 static List<SnifferFunc> gSniffers;
  /frameworks/base/include/media/stagefright/foundation/
ALooper.h 25 #include <utils/List.h>
72 List<Event> mEventQueue;
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 36 List<String> getAllProviders();
37 List<String> getProviders(in Criteria criteria, boolean enabledOnly);
72 in GeocoderParams params, out List<Address> addrs);
76 in GeocoderParams params, out List<Address> addrs);
  /frameworks/base/media/libstagefright/include/
TimedEventQueue.h 23 #include <utils/List.h>
112 List<QueueItem> mQueue;
  /frameworks/base/media/libstagefright/rtsp/
APacketSource.h 24 #include <utils/List.h>
65 List<sp<ABuffer> > mBuffers;
ARTPConnection.h 22 #include <utils/List.h>
74 List<StreamInfo> mStreams;
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccPhoneBookInterfaceManagerProxy.java 29 import java.util.List;
72 public List<AdnRecord> getAdnRecordsInEf(int efid) throws android.os.RemoteException {
  /frameworks/base/tools/layoutlib/create/tests/mock_android/dummy/
InnerTest.java 72 public <X, Y> void genericMethod2(X a, List<Y> b) {
75 public <X, Y> void genericMethod3(X a, List<Y extends InnerTest> b) {
  /frameworks/base/tools/preload/
Compile.java 22 import java.util.List;
41 List<Record> records = new ArrayList<Record>();
Operation.java 17 import java.util.List;
54 final List<Operation> subops = new ArrayList<Operation>();
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtilApi.h 12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in
67 TI_HANDLE List_GetFirst(TI_HANDLE List);
68 TI_HANDLE List_GetNext(TI_HANDLE List);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementgetelementsbytagnamespecialvalue.java 70 java.util.List result = new java.util.ArrayList();
72 java.util.List expectedResult = new java.util.ArrayList();
hc_elementgetelementsbytagnamespecialvalue.java 69 java.util.List result = new java.util.ArrayList();
71 java.util.List expectedResult = new java.util.ArrayList();
hc_nodechildnodes.java 37 * length of the list should be 13.
71 java.util.List actual = new java.util.ArrayList();
73 java.util.List expected = new java.util.ArrayList();
hc_nodelisttraverselist.java 33 * Create a list of all the children elements of the third
34 * employee and traverse the list from index=0 thru
70 java.util.List result = new java.util.ArrayList();
72 java.util.List expected = new java.util.ArrayList();
nodechildnodes.java 65 java.util.List elementNames = new java.util.ArrayList();
67 java.util.List expectedElementNames = new java.util.ArrayList();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
domimplementationcreatedocumenttype01.java 73 java.util.List publicIds = new java.util.ArrayList();
77 java.util.List systemIds = new java.util.ArrayList();
getElementsByTagNameNS04.java 79 java.util.List result = new java.util.ArrayList();
81 java.util.List expectedResult = new java.util.ArrayList();
getElementsByTagNameNS11.java 80 java.util.List result = new java.util.ArrayList();
82 java.util.List expectedResult = new java.util.ArrayList();

Completed in 469 milliseconds

<<11121314151617181920>>