/libcore/luni/src/test/java/tests/api/java/util/ |
ArrayListTest.java | 33 List alist; field in class:ArrayListTest 42 new Support_ListTest("", alist).runTest(); 93 alist.add(50, o = new Object()); 94 assertTrue("Failed to add Object", alist.get(50) == o); 96 alist.get(51) == objArray[50] 97 && (alist.get(52) == objArray[51])); 98 Object oldItem = alist.get(25); 99 alist.add(25, null); 100 assertNull("Should have returned null", alist.get(25)); 101 assertTrue("Should have returned the old item from slot 25", alist [all...] |
/external/apache-harmony/luni/src/test/api/common/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...] |
/external/openssh/ |
scp.c | 557 arglist alist; local 561 memset(&alist, '\0', sizeof(alist)); 562 alist.list = NULL; 617 freeargs(&alist); 618 addargs(&alist, "%s", ssh_program); 619 addargs(&alist, "-x"); 620 addargs(&alist, "-oClearAllForwardings=yes"); 621 addargs(&alist, "-n"); 623 addargs(&alist, "%s" 674 arglist alist; local [all...] |
/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.h | 38 struct listnode alist; member in struct:action
|
parser.c | 36 act = node_to_item(node, struct action, alist);
|
init_parser.c | 510 act = node_to_item(node, struct action, alist); 522 act = node_to_item(node, struct action, alist); 542 act = node_to_item(node, struct action, alist); 584 list_add_tail(&action_list, &act->alist); 836 list_add_tail(&action_list, &act->alist);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 325 def __init__(self, alist): 326 self[:] = alist 465 alist = [1, 3, 5] 466 got = gc.get_referents(alist) 468 self.assertEqual(got, alist) 470 atuple = tuple(alist) 473 self.assertEqual(got, alist)
|
test_weakref.py | 586 alist = [] 592 alist.append(self.c) 601 alist.append("C went away") 605 self.assertEqual(alist, []) # del isn't enough to reclaim anything 612 self.assertEqual(alist, ["C went away"]) 616 del alist[:] 618 self.assertEqual(alist, []) 624 alist = [] 626 alist.append("safe_callback called") 630 alist.append("cb called" [all...] |
test_xmlrpc.py | 28 alist = [{'astring': 'foo@bar.baz.spam', variable 47 self.assertEqual(alist, 48 xmlrpclib.loads(xmlrpclib.dumps((alist,)))[0][0]) 141 value = alist + [None] 142 arg1 = (alist + [None],) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 325 def __init__(self, alist): 326 self[:] = alist 465 alist = [1, 3, 5] 466 got = gc.get_referents(alist) 468 self.assertEqual(got, alist) 470 atuple = tuple(alist) 473 self.assertEqual(got, alist)
|
test_weakref.py | 586 alist = [] 592 alist.append(self.c) 601 alist.append("C went away") 605 self.assertEqual(alist, []) # del isn't enough to reclaim anything 612 self.assertEqual(alist, ["C went away"]) 616 del alist[:] 618 self.assertEqual(alist, []) 624 alist = [] 626 alist.append("safe_callback called") 630 alist.append("cb called" [all...] |
test_xmlrpc.py | 28 alist = [{'astring': 'foo@bar.baz.spam', variable 47 self.assertEqual(alist, 48 xmlrpclib.loads(xmlrpclib.dumps((alist,)))[0][0]) 141 value = alist + [None] 142 arg1 = (alist + [None],) [all...] |
/external/chromium_org/third_party/libxml/src/ |
genUnicode.py | 75 alist = string.split(alias[1],',') variable 76 for comp in alist:
|
/external/iputils/ |
rarpd.c | 239 struct ifaddr *select_ipaddr(int ifindex, __u32 *sel_addr, __u32 **alist) 258 for (i=0; alist[i]; i++) { 259 __u32 addr = *(alist[i]); 273 *sel_addr = *(alist[0]);
|
/external/javassist/src/main/javassist/ |
CtClassType.java | 860 ArrayList alist = new ArrayList(); local 861 getFields(alist, this); 862 return (CtField[])alist.toArray(new CtField[alist.size()]); 865 private static void getFields(ArrayList alist, CtClass cc) { 871 getFields(alist, cc.getSuperclass()); 879 getFields(alist, ifs[i]); 889 alist.add(field); [all...] |
/external/libpcap/ |
gencode.c | 4963 bpf_u_int32 **alist; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rfc822.py | 327 alist = self.getaddrlist(name) 328 if alist: 329 return alist[0] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rfc822.py | 327 alist = self.getaddrlist(name) 328 if alist: 329 return alist[0] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
config.py | 98 def _strip_spaces(alist): 99 return map(lambda x: x.strip(), alist) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
config.py | 98 def _strip_spaces(alist): 99 return map(lambda x: x.strip(), alist) [all...] |
/external/ppp/pppd/ |
auth.c | 2323 struct wordlist *ap, *addr_list, *alist, **app; local [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
earley-boyer.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-earley-boyer.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-earley-boyer.js | [all...] |