HomeSort by relevance Sort by last modified time
    Searched full:alist (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/tests/CoreTests/android/core/
ArrayListPerformanceTest.java 216 ArrayList<Integer> aList;
217 aList = new ArrayList();
219 aList.add(0);
225 index = aList.remove(0);
226 index = aList.remove(0);
227 index = aList.remove(0);
228 index = aList.remove(0);
229 index = aList.remove(0);
230 index = aList.remove(0);
231 index = aList.remove(0)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ArrayListTest.java 39 List alist; field in class:ArrayListTest
54 new Support_ListTest("", alist).runTest();
123 alist.add(50, o = new Object());
124 assertTrue("Failed to add Object", alist.get(50) == o);
126 alist.get(51) == objArray[50]
127 && (alist.get(52) == objArray[51]));
128 Object oldItem = alist.get(25);
129 alist.add(25, null);
130 assertNull("Should have returned null", alist.get(25));
131 assertTrue("Should have returned the old item from slot 25", alist
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java 33 List alist; field in class:ArrayListTest
47 new Support_ListTest("", alist).runTest();
101 alist.add(50, o = new Object());
102 assertTrue("Failed to add Object", alist.get(50) == o);
104 alist.get(51) == objArray[50]
105 && (alist.get(52) == objArray[51]));
106 Object oldItem = alist.get(25);
107 alist.add(25, null);
108 assertNull("Should have returned null", alist.get(25));
109 assertTrue("Should have returned the old item from slot 25", alist
344 ArrayList<String> alist = new ArrayList<String>(); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java 29 AList.class.getGenericSuperclass().toString());
33 static class AList extends ArrayList<A> {}
ClassLoaderReflectionTest.java 65 aListClass = loader.loadClass(prefix + "$AList");
150 static class AList extends ArrayList<A> {
  /external/v8/test/mjsunit/regress/
regress-86.js 28 var aList = [1, 2, 3];
32 for (x in aList) {
  /external/dropbear/
scp.c 458 arglist alist; local
460 memset(&alist, '\0', sizeof(alist));
461 alist.list = NULL;
487 freeargs(&alist);
488 addargs(&alist, "%s", ssh_program);
490 addargs(&alist, "-v");
491 addargs(&alist, "-x");
492 addargs(&alist, "-oClearAllForwardings yes");
493 addargs(&alist, "-n")
544 arglist alist; local
    [all...]
  /system/core/init/
init_parser.c 326 act = node_to_item(node, struct action, alist);
338 act = node_to_item(node, struct action, alist);
357 act = node_to_item(node, struct action, alist);
398 list_add_tail(&action_list, &act->alist);
637 list_add_tail(&action_list, &act->alist);
init.h 38 struct listnode alist; member in struct:action
parser.c 37 act = node_to_item(node, struct action, alist);
  /external/webkit/WebCore/inspector/front-end/
utilities.js 648 function insertionIndexForObjectInListSortedByFunction(anObject, aList, aFunction)
651 return (-indexOfObjectInListSortedByFunction(anObject, aList, aFunction) - 1);
654 function indexOfObjectInListSortedByFunction(anObject, aList, aFunction)
657 var last = aList.length - 1;
663 c = aFunction(anObject, aList[mid]);
671 while (mid > 0 && aFunction(anObject, aList[mid - 1]) === 0)
  /external/clearsilver/scripts/
cs_lint.py 272 alist, args = getopt.getopt(argv[1:], "", ["help"])
274 for (field, val) in alist:
document.py 264 alist, args = getopt.getopt(argv[1:], "q", ["help", "outdir=", "owner=", "hdf"])
269 for (field, val) in alist:
  /external/chromium/third_party/icu/source/tools/ctestfw/
ctest.c 312 const TestNode *aList[MAXTESTS];
317 iterateTestsWithLevel ( root, 0, aList, SHOWTESTS );
325 const TestNode *aList[MAXTESTS];
333 iterateTestsWithLevel ( root, 0, aList, RUNTESTS );
  /external/icu4c/tools/ctestfw/
ctest.c 312 const TestNode *aList[MAXTESTS];
317 iterateTestsWithLevel ( root, 0, aList, SHOWTESTS );
325 const TestNode *aList[MAXTESTS];
333 iterateTestsWithLevel ( root, 0, aList, RUNTESTS );
  /external/webkit/WebCore/bindings/objc/
WebScriptObject.mm 268 static void getListFromNSArray(ExecState *exec, NSArray *array, RootObject* rootObject, MarkedArgumentBuffer& aList)
274 aList.append(convertObjcValueToValue(exec, &anObject, ObjcObjectType, rootObject));
  /external/webkit/WebCore/bridge/
NP_jsobject.cpp 54 static void getListFromVariantArgs(ExecState* exec, const NPVariant* args, unsigned argCount, RootObject* rootObject, MarkedArgumentBuffer& aList)
57 aList.append(convertNPVariantToValue(exec, &args[i], rootObject));
  /development/ide/emacs/
android-common.el 55 "Alist between product targets (declared in buildspec.mk) and actual
  /external/libpcap/
gencode.c 4963 bpf_u_int32 **alist; local
    [all...]
  /external/protobuf/editors/
protobuf-mode.el 190 ;;;###autoload (add-to-list 'auto-mode-alist '("\\.proto\\'" . protobuf-mode))
  /external/clearsilver/python/examples/trans/
trans.py 550 alist, args = getopt.getopt(argv[1:], "f:v:", ["help", "load=", "lang="])
556 for (field, val) in alist:
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/ppp/pppd/
auth.c 2323 struct wordlist *ap, *addr_list, *alist, **app; local
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 606 void sdp_print_service_attr(sdp_list_t *alist);

Completed in 787 milliseconds

1 2