HomeSort by relevance Sort by last modified time
    Searched refs:counter (Results 26 - 50 of 375) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/api/java/util/
RandomTest.java 75 for (int counter = 0; counter < 100; counter++)
101 for (int counter = 1; counter < randomBytes.length; counter++)
102 if (randomBytes[counter] != firstByte)
124 for (int counter = 0; counter < 100; counter++)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
iatomic.h 18 typedef struct { volatile int counter; } atomic_t; member in struct:__anon14033
29 #define atomic_read(v) ((v)->counter)
39 #define atomic_set(v,i) (((v)->counter) = (i))
53 :"=m" (v->counter)
54 :"ir" (i), "m" (v->counter));
69 :"=m" (v->counter)
70 :"ir" (i), "m" (v->counter));
89 :"=m" (v->counter), "=qm" (c)
90 :"ir" (i), "m" (v->counter) : "memory");
105 :"=m" (v->counter)
231 typedef struct { volatile int counter; } atomic_t; member in struct:__anon14034
393 typedef struct { volatile int counter; } atomic_t; member in struct:__anon14035
499 typedef struct { volatile int counter; } atomic_t; member in struct:__anon14036
687 typedef struct { volatile int counter; } atomic_t; member in struct:__anon14037
927 typedef struct { volatile int counter; } atomic_t; member in struct:__anon14038
1019 typedef struct { volatile int counter; } atomic_t; member in struct:__anon14039
    [all...]
  /bionic/libc/include/sys/
eventfd.h 39 /* type of event counter */
45 extern int eventfd_read(int fd, eventfd_t *counter);
46 extern int eventfd_write(int fd, const eventfd_t counter);
  /bionic/libc/kernel/arch-x86/asm/
atomic_32.h 19 typedef struct { int counter; } atomic_t; member in struct:__anon146
23 #define atomic_read(v) ((v)->counter)
25 #define atomic_set(v,i) (((v)->counter) = (i))
27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /development/ndk/platforms/android-5/arch-x86/include/asm/
atomic_32.h 19 typedef struct { int counter; } atomic_t; member in struct:__anon1201
23 #define atomic_read(v) ((v)->counter)
25 #define atomic_set(v,i) (((v)->counter) = (i))
27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
atomic_32.h 19 typedef struct { int counter; } atomic_t; member in struct:__anon16072
23 #define atomic_read(v) ((v)->counter)
25 #define atomic_set(v,i) (((v)->counter) = (i))
27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
atomic_32.h 19 typedef struct { int counter; } atomic_t; member in struct:__anon16857
23 #define atomic_read(v) ((v)->counter)
25 #define atomic_set(v,i) (((v)->counter) = (i))
27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /libcore/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 81 for (int counter = 0; it.hasNext(); counter++) {
85 + counter + " got: " + nextValue,
86 nextValue == counter);
97 for (int counter = 0; it.hasNext(); counter++) {
100 objArray[counter] == it.next());
106 for (int counter = 0; it.hasNext(); counter++) {
109 objArray[counter] == it.next())
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
SICBlockCipher.java 9 * Implements the Segmented Integer Counter (SIC) mode on top of a simple
18 private byte[] counter; field in class:SICBlockCipher
32 this.counter = new byte[blockSize];
82 cipher.processBlock(counter, 0, counterOut, 0);
94 for (int i = counter.length - 1; i >= 0; i--)
96 int x = (counter[i] & 0xff) + carry;
107 counter[i] = (byte)x;
110 return counter.length;
116 System.arraycopy(IV, 0, counter, 0, counter.length)
    [all...]
  /external/proguard/src/proguard/obfuscate/
SpecialNameFactory.java 78 for (int counter = 0; counter < 50; counter++)
NameAndTypeShrinker.java 81 int counter = 1; local
87 constantIndexMap[index] = counter;
100 constantPool[counter++] = constant;
105 for (int index = counter; index < length; index++)
110 return counter;
Utf8Shrinker.java 79 int counter = 1; local
85 constantIndexMap[index] = counter;
98 constantPool[counter++] = constant;
103 for (int index = counter; index < length; index++)
108 return counter;
  /dalvik/vm/mterp/x86-atom/
stub.S 20 SAVE_PC_FP_TO_GLUE %edx # save program counter and frame pointer
24 LOAD_PC_FP_FROM_GLUE # restore program counter and frame pointer
  /external/qemu/hw/
goldfish_nand.h 20 uint64_t counter; member in struct:__anon6316
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-192226.js 53 var counter = 0; variable
76 ++counter;
81 ++counter;
86 f(); // sets |counter|
87 actual = counter;
  /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++;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
CountersTable.java 35 * of which has a list of Counter objects. This really isn't a true
67 * Put a counter into the table and create an empty
142 Counter counter = (Counter) counters.elementAt(i); local
144 count = counter.getPreviouslyCounted(support, target);
155 // the backwards list (m_newFound) to the forwards list (counter.m_countNodes).
171 Counter counter = (Counter) counters.elementAt(i) local
197 Counter counter = new Counter(numberElem, new NodeSetDTM(support.getDTMManager())); local
    [all...]
  /external/kernel-headers/original/asm-arm/
atomic.h 16 typedef struct { volatile int counter; } atomic_t; member in struct:__anon4474
22 #define atomic_read(v) ((v)->counter)
29 * to ensure that the update happens. Writing to 'v->counter'
43 : "r" (&v->counter), "r" (i)
59 : "r" (&v->counter), "Ir" (i)
77 : "r" (&v->counter), "Ir" (i)
94 : "r" (&ptr->counter), "Ir" (old), "r" (new)
124 #define atomic_set(v,i) (((v)->counter) = (i))
132 val = v->counter;
133 v->counter = val += i
    [all...]
  /external/kernel-headers/original/asm-x86/
atomic_32.h 18 typedef struct { int counter; } atomic_t; member in struct:__anon4542
28 #define atomic_read(v) ((v)->counter)
37 #define atomic_set(v,i) (((v)->counter) = (i))
50 :"+m" (v->counter)
65 :"+m" (v->counter)
84 :"+m" (v->counter), "=qm" (c)
99 :"+m" (v->counter));
112 :"+m" (v->counter));
129 :"+m" (v->counter), "=qm" (c)
148 :"+m" (v->counter), "=qm" (c
    [all...]
local_32.h 22 :"+m" (l->a.counter));
29 :"+m" (l->a.counter));
36 :"+m" (l->a.counter)
44 :"+m" (l->a.counter)
63 :"+m" (l->a.counter), "=qm" (c)
82 :"+m" (l->a.counter), "=qm" (c)
101 :"+m" (l->a.counter), "=qm" (c)
121 :"+m" (l->a.counter), "=qm" (c)
145 :"+r" (i), "+m" (l->a.counter)
168 (cmpxchg_local(&((l)->a.counter), (o), (n))
    [all...]
  /external/webkit/WebCore/bindings/js/
JSCustomSQLTransactionCallback.cpp 49 static WTF::RefCountedLeakCounter counter("JSCustomSQLTransactionCallback");
56 counter.increment();
65 counter.decrement();
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-049.js 24 var counter = 0;
25 eval("for ( counter = 0\n"
26 + "counter <= 1;\n"
27 + "counter++ )\n"
  /external/chromium/net/base/
mime_sniffer.cc 215 scoped_refptr<Histogram> counter = local
218 return counter;
256 Histogram* counter, std::string* result) {
259 if (counter) counter->Add(static_cast<int>(i));
276 static scoped_refptr<Histogram> counter = local
282 counter.get(), result);
288 static scoped_refptr<Histogram> counter = local
293 counter.get(), result);
325 static scoped_refptr<Histogram> counter local
394 static scoped_refptr<Histogram> counter = local
429 static scoped_refptr<Histogram> counter = local
449 static scoped_refptr<Histogram> counter = local
509 static scoped_refptr<Histogram> counter = local
    [all...]
  /bionic/libc/bionic/
md5.h 42 u_int32_t counter[4]; member in struct:md5

Completed in 555 milliseconds

12 3 4 5 6 7 8 91011>>