/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
AbstractCollectionTest.java | 32 AbstractCollection<Object> ac = new AbstractCollection<Object>() { local 48 ac.add(null); 58 AbstractCollection<String> ac = new AbstractCollection<String>() { local 79 assertTrue(ac.addAll(fixtures)); 87 AbstractCollection<String> ac = new AbstractCollection<String>() { local 108 assertTrue(ac.containsAll(fixtures)); 116 AbstractCollection<Object> ac = new AbstractCollection<Object>(){ local 128 assertTrue(ac.isEmpty()); 137 AbstractCollection<String> ac = new AbstractCollection<String>() { local 166 assertTrue(ac.removeAll(Arrays.asList("0", "1", "2"))) 179 AbstractCollection<String> ac = new AbstractCollection<String>() { local 216 AbstractCollection<String> ac = new AbstractCollection<String>() { local 256 AbstractCollection<String> ac = new AbstractCollection<String>() { local [all...] |
/bionic/libc/kernel/common/linux/ |
transport_class.h | 42 struct attribute_container ac; member in struct:transport_container 46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
|
if_tr.h | 19 #define AC 0x10 26 __u8 ac; member in struct:trh_hdr
|
/development/ndk/platforms/android-3/include/linux/ |
transport_class.h | 42 struct attribute_container ac; member in struct:transport_container 46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
|
if_tr.h | 19 #define AC 0x10 26 __u8 ac; member in struct:trh_hdr
|
/external/clang/test/SemaTemplate/ |
deduction-crash.cpp | 13 struct ac struct 20 typedef ac<1,int,int>::ae ae
|
/external/v8/src/ |
diy-fp.cc | 45 uint64_t ac = a * c; local 53 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
transport_class.h | 42 struct attribute_container ac; member in struct:transport_container 46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
transport_class.h | 42 struct attribute_container ac; member in struct:transport_container 46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
transport_class.h | 42 struct attribute_container ac; member in struct:transport_container 46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
transport_class.h | 42 struct attribute_container ac; member in struct:transport_container 46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
transport_class.h | 42 struct attribute_container ac; member in struct:transport_container 46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
transport_class.h | 42 struct attribute_container ac; member in struct:transport_container 46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
transport_class.h | 42 struct attribute_container ac; member in struct:transport_container 46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
transport_class.h | 42 struct attribute_container ac; member in struct:transport_container 46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
transport_class.h | 42 struct attribute_container ac; member in struct:transport_container 46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
|
/external/e2fsprogs/e2fsck/ |
argv_parse.c | 142 int ac, ret; local 149 ret = argv_parse(buf, &ac, &av); 154 printf("Argv_parse returned %d arguments...\n", ac);
|
/external/kernel-headers/original/linux/ |
transport_class.h | 57 struct attribute_container ac; member in struct:transport_container 62 container_of(x, struct transport_container, ac) 86 return attribute_container_register(&tc->ac); 91 return attribute_container_unregister(&tc->ac);
|
/frameworks/compile/libbcc/runtime/lib/ppc/ |
multc3.c | 31 long double ac = __gcc_qmul(a,c); local 36 DD real = { .ld = __gcc_qsub(ac,bd) }; 68 DD acDD = { .ld = ac };
|
/external/wpa_supplicant_8/src/ap/ |
wmm.c | 30 /* TODO: maintain separate sequence and fragment numbers for each AC 80 /* fill in a parameter set record for each AC */ 82 struct wmm_ac_parameter *ac = &wmm->ac[e]; local 86 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs, 89 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax); 90 ac->txop_limit = host_to_le16(acp->txop_limit); 302 /* TODO: check the request is for an AC with ACM set, if not, refuse
|
/frameworks/compile/libbcc/tests/data/ |
otcc.c | 19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable 439 q=ac V; 444 mprotect(ac & (~ 4095), (99999 + 4095) & (~ 4095), 7);
|
/frameworks/compile/libbcc/tests/data/src/ |
otcc-noinclude.c | 19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable 439 q=ac V;
|
/frameworks/base/core/java/android/net/ |
MobileDataStateTracker.java | 287 AsyncChannel ac = new AsyncChannel(); local 288 ac.connect(mContext, MobileDataStateTracker.this.mHandler, mMessenger);
|
/external/chromium/net/base/ |
dnssec_keyset.cc | 174 uint32 ac = 0; local 177 ac += data[i]; 179 ac += static_cast<uint32>(data[i]) << 8; 182 ac += (ac >> 16) & 0xffff; 183 return ac;
|
/external/e2fsprogs/misc/ |
e2initrd_helper.c | 198 int ac, i; local 221 ac = 0; 225 ac = (ac * 8) + (*p - '0'); 227 *q = ac;
|