HomeSort by relevance Sort by last modified time
    Searched refs:counter (Results 126 - 150 of 1290) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
atomic_32.h 25 typedef struct { int counter; } atomic_t; member in struct:__anon70513
27 #define atomic_read(v) ((v)->counter)
29 #define atomic_set(v,i) (((v)->counter) = (i))
30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
atomic_32.h 25 typedef struct { int counter; } atomic_t; member in struct:__anon71846
27 #define atomic_read(v) ((v)->counter)
29 #define atomic_set(v,i) (((v)->counter) = (i))
30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
atomic_32.h 25 typedef struct { int counter; } atomic_t; member in struct:__anon73179
27 #define atomic_read(v) ((v)->counter)
29 #define atomic_set(v,i) (((v)->counter) = (i))
30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
atomic_32.h 25 typedef struct { int counter; } atomic_t; member in struct:__anon76202
27 #define atomic_read(v) ((v)->counter)
29 #define atomic_set(v,i) (((v)->counter) = (i))
30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 25 typedef struct { int counter; } atomic_t; member in struct:__anon79810
27 #define atomic_read(v) ((v)->counter)
29 #define atomic_set(v,i) (((v)->counter) = (i))
30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /external/apache-harmony/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 78 for (int counter = 0; it.hasNext(); counter++) {
82 + counter + " got: " + nextValue,
83 nextValue == counter);
94 for (int counter = 0; it.hasNext(); counter++) {
97 objArray[counter] == it.next());
103 for (int counter = 0; it.hasNext(); counter++) {
106 objArray[counter] == it.next())
    [all...]
  /external/valgrind/main/drd/tests/
annotate_smart_pointer2.stderr.exp 3 at 0x........: counter::~counter() (annotate_smart_pointer.cpp:?)
4 by 0x........: smart_ptr<counter>::set(counter*, AtomicInt32*) (annotate_smart_pointer.cpp:?)
5 by 0x........: smart_ptr<counter>::operator=(counter*) (annotate_smart_pointer.cpp:?)
  /libcore/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 78 for (int counter = 0; it.hasNext(); counter++) {
82 + counter + " got: " + nextValue,
83 nextValue == counter);
94 for (int counter = 0; it.hasNext(); counter++) {
97 objArray[counter] == it.next());
103 for (int counter = 0; it.hasNext(); counter++) {
106 objArray[counter] == it.next())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_time.c 61 LARGE_INTEGER counter;
64 QueryPerformanceCounter(&counter);
65 return counter.QuadPart*INT64_C(1000000)/frequency.QuadPart;
  /external/compiler-rt/test/tsan/
fork_deadlock.cc 10 int counter; variable
14 __sync_fetch_and_add(&counter, 1);
36 __sync_fetch_and_add(&counter, 1);
  /external/mesa3d/src/gallium/auxiliary/os/
os_time.c 61 LARGE_INTEGER counter;
64 QueryPerformanceCounter(&counter);
65 return counter.QuadPart*INT64_C(1000000)/frequency.QuadPart;
  /external/proguard/src/proguard/obfuscate/
SpecialNameFactory.java 78 for (int counter = 0; counter < 50; counter++)
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
million.S 8 lis 15,499997@ha # load high 16-bits of counter
9 addi 15,15,499997@l # load low 16-bits of counter
11 addic. 15,15,-1 # decrement counter
  /external/libcxxabi/test/
unwind_06.cpp 21 volatile int counter; variable
26 for (counter = 100; counter; --counter)
36 for (counter = 100; counter; --counter)
47 for (counter = 100; counter; --counter)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
unwind_06.cpp 21 volatile int counter; variable
26 for (counter = 100; counter; --counter)
36 for (counter = 100; counter; --counter)
47 for (counter = 100; counter; --counter)
    [all...]
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_uma_types.h 26 void IncrementDesktopCaptureCounter(DesktopCaptureCounters counter);
  /external/iputils/
tftpsubs.c 62 int counter; /* size of data in buffer, or flag */ member in struct:bf
66 /* Values for bf.counter */
89 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
91 bfs[1].counter = BF_FREE;
104 bfs[current].counter = BF_FREE; /* free old one */
108 if (b->counter == BF_FREE) /* if it's empty */
111 assert(b->counter != BF_FREE); /* check */
114 return b->counter;
130 if (b->counter != BF_FREE) /* nop if not free */
137 b->counter = read(fileno(file), dp->th_data, SEGSIZE)
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_kernel.h 40 * @param counter counter number
45 void opd_handle_kernel_sample(unsigned long eip, u32 counter);
opd_sample_files.h 43 * @param counter counter number
46 * Open image sample file for the image, counter
47 * counter and set up memory mappings for it.
53 int opd_open_24_sample_file(struct opd_image * image, int counter, int cpu_nr);
  /external/qemu/include/hw/android/goldfish/
nand.h 21 uint64_t counter; member in struct:__anon33428
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusablesFarApartTest.java 86 int counter = 0; local
89 if (counter > 5) fail("couldn't reach next button within " + counter + " downs");
92 assertFalse("after " + counter + " downs, top button not visible, should not have focus",
94 assertFalse("after " + counter + " downs, neither top button nor botom button visible, nothng within first list " +
97 assertTrue("after " + counter + " downs, top button still visible, should have focus",
101 assertEquals("after " + counter + " downs, " +
107 counter++;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
spray.x 52 unsigned int counter;
64 * Just throw away the data and increment the counter
72 * Get the value of the counter and elapsed time since
79 * Clear the counter and reset the elapsed time
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
spray.x 52 unsigned int counter;
64 * Just throw away the data and increment the counter
72 * Get the value of the counter and elapsed time since
79 * Clear the counter and reset the elapsed time
  /external/chromium_org/v8/test/mjsunit/regress/
regress-379770.js 8 var counter = 1;
12 counter += obj;
13 return counter;
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
SerialBitmapReferenceCounter.java 42 private final Map<Bitmap, InnerTracker> counter = new WeakHashMap<Bitmap, InnerTracker>(); field in class:SerialBitmapReferenceCounter
51 final InnerTracker tracker = counter.get(toInit);
53 counter.put(toInit, pool.get());
60 counter.get(bitmap).acquire();
65 final InnerTracker tracker = counter.get(bitmap);
75 counter.remove(bitmap);

Completed in 604 milliseconds

1 2 3 4 56 7 8 91011>>