HomeSort by relevance Sort by last modified time
    Searched defs:ac (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /external/compiler-rt/lib/builtins/
multc3.c 23 long double ac = a * c; local
28 __real__ z = ac - bd;
50 if (!recalc && (crt_isinf(ac) || crt_isinf(bd) ||
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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
129 assertTrue(ac.isEmpty());
138 AbstractCollection<String> ac = new AbstractCollection<String>() { local
168 assertTrue(ac.removeAll(Arrays.asList("0", "1", "2")))
181 AbstractCollection<String> ac = new AbstractCollection<String>() { local
219 AbstractCollection<String> ac = new AbstractCollection<String>() { local
260 AbstractCollection<String> ac = new AbstractCollection<String>() { local
    [all...]
  /external/testng/src/test/java/test/factory/
FactoryInterleavingSampleA.java 30 public void ac() { method in class:FactoryInterleavingSampleA
  /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)
  /external/curl/lib/
curl_threads.c 49 struct curl_actual_call * ac = arg; local
50 unsigned int (*func)(void *) = ac->func;
51 void *real_arg = ac->arg;
53 free(ac);
63 struct curl_actual_call *ac = malloc(sizeof(struct curl_actual_call)); local
64 if(!(ac && t))
67 ac->func = func;
68 ac->arg = arg;
70 if(pthread_create(t, NULL, curl_thread_create_thunk, ac) != 0)
77 free(ac);
    [all...]
  /external/libnl/tests/
test-cache-mngr.c 32 struct nl_cache *lc, *nc, *ac, *rc; local
52 if ((err = nl_cache_mngr_add(mngr, "route/addr", &change_cb, &ac)) < 0)
  /external/llvm/test/tools/dsymutil/X86/
odr-uniquing.cpp 78 AnonC ac; local
122 // ODR: DW_AT_name{{.*}}"ac"
173 // NOODR: DW_AT_name{{.*}}"ac"
  /external/v8/src/
diy-fp.cc 22 uint64_t ac = a * c; local
30 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32);
  /prebuilts/ndk/current/platforms/android-12/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)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/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)
  /prebuilts/ndk/current/platforms/android-12/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)
  /prebuilts/ndk/current/platforms/android-13/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)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/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)
  /prebuilts/ndk/current/platforms/android-13/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)
  /prebuilts/ndk/current/platforms/android-14/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)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/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)
  /prebuilts/ndk/current/platforms/android-14/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)
  /prebuilts/ndk/current/platforms/android-15/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)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/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)
  /prebuilts/ndk/current/platforms/android-15/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)
  /prebuilts/ndk/current/platforms/android-16/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)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/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)
  /prebuilts/ndk/current/platforms/android-16/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)
  /prebuilts/ndk/current/platforms/android-17/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)
  /prebuilts/ndk/current/platforms/android-17/arch-mips/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)

Completed in 729 milliseconds

1 2 3 4 5 6 7 8