Searched defs:counter (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/external/v8/test/webkit/
H A Ddfg-value-to-int32-with-side-effect.js33 var counter = 0; variable
35 var result = foo({valueOf:function() { counter++; return 1; }}, {f:i == 99 ? 5.5 : 5});
40 shouldBe("counter", "100");
H A Ddfg-int32-to-double-on-set-local-and-exit.js28 var counter = 0; variable
32 counter++;
63 shouldBe("counter", "1200");
H A Ddfg-int32-to-double-on-set-local-and-sometimes-exit.js28 var counter = 0; variable
32 counter++;
39 if (counter < 1100)
65 shouldBe("counter", "1200");
/external/v8/test/mjsunit/harmony/
H A Dstring-fromcodepoint.js50 var counter = Math.pow(2, 15) * 3 / 2; variable
52 while (--counter >= 0) {
57 var counter = Math.pow(2, 15) * 3 / 2; variable
59 while (--counter >= 0) {
/external/compiler-rt/test/BlocksRuntime/
H A Ddispatch_async.c20 __block CFIndex counter; local
25 counter = 0;
31 counter++;
34 counter--;
35 if(counter == 0) {
40 if(counter == 0) {
/external/compiler-rt/test/tsan/
H A Dfork_deadlock.cc7 int counter; variable
11 __sync_fetch_and_add(&counter, 1);
34 __sync_fetch_and_add(&counter, 1);
/external/srtp/crypto/include/
H A Daes_icm.h18 v128_t counter; /* holds the counter value */ member in struct:__anon14432
/external/v8/test/mjsunit/regress/
H A Dregress-2073.js31 var counter = 0; variable
34 counter += 1;
35 return counter;
45 this.counter = 0;
61 child.counter = 0;
82 scope.counter = scope.counter + 1;
/external/valgrind/none/tests/s390x/
H A Dex_sig.c16 static int counter; local
19 counter++;
27 if (counter == 2) {
/external/clang/test/PCH/
H A Dcxx1y-init-captures.cpp11 auto counter = [a(0)] () mutable { return a++; }; variable
12 int x = counter();
20 int y = counter();
/external/libopus/silk/
H A Dresampler_down2_3.c46 opus_int32 nSamplesIn, counter, res_Q6; local
66 counter = nSamplesIn;
67 while( counter > 2 ) {
86 counter -= 3;
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A Dftsp.py3 counter = 0 variable
25 global counter
26 self.count = counter
27 counter = counter + 1
31 global counter
32 counter =
/external/ltrace/testsuite/ltrace.main/
H A Dbranch_func.c46 int counter = 0; local
49 counter += func1(i);
50 return counter;
/external/v8/test/mjsunit/
H A Dstring-split.js151 var counter = 0; variable
152 var separator = { toString: function() { counter++; return "b"; }};
154 assertEquals(1, counter);
157 counter = 0;
158 var subject = { toString: function() { assertEquals(0, counter);
159 counter++;
161 separator = { toString: function() { assertEquals(1, counter);
162 counter++;
166 assertEquals(2, counter);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DDHValidationParameters.java8 private int counter; field in class:DHValidationParameters
12 int counter)
15 this.counter = counter;
20 return counter;
38 if (other.counter != this.counter)
48 return counter ^ Arrays.hashCode(seed);
10 DHValidationParameters( byte[] seed, int counter) argument
H A DDSAValidationParameters.java9 private int counter; field in class:DSAValidationParameters
13 int counter)
15 this(seed, counter, -1);
20 int counter,
24 this.counter = counter;
30 return counter;
45 return counter ^ Arrays.hashCode(seed);
58 if (other.counter != this.counter)
11 DSAValidationParameters( byte[] seed, int counter) argument
18 DSAValidationParameters( byte[] seed, int counter, int usageIndex) argument
[all...]
/external/ceres-solver/internal/ceres/
H A Dsymmetric_linear_solver_test.cc94 int counter = 0; local
97 Ai[counter] = i;
98 Aj[counter] = j;
99 ++counter;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DListenerCallQueueTest.java44 AtomicInteger counter = new AtomicInteger();
45 queue.add(incrementingCallback(counter, 1));
46 queue.add(incrementingCallback(counter, 2));
47 queue.add(incrementingCallback(counter, 3));
48 queue.add(incrementingCallback(counter, 4));
49 assertEquals(0, counter.get());
51 assertEquals(4, counter.get());
59 AtomicInteger counter = new AtomicInteger();
60 queue.add(incrementingCallback(counter, 1));
62 queue.add(incrementingCallback(counter,
121 incrementingCallback(final AtomicInteger counter, final int expected) argument
[all...]
/external/javassist/src/test/test/javassist/proxy/
H A DProxyCacheGCTest.java61 public void createProxy(int counter) argument
67 String targetName = "test.javassist.MyTarget_" + counter;
68 String targetConstructorName = "MyTarget_" + counter;
76 String handlerName = "test.javassist.MyHandler_" + counter;
83 String filterName = "test.javassist.MyFilter" + counter;
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestThroughput.java42 private static long counter = 0; field in class:TestThroughput
65 counter++;
68 //System.out.println( "total:" + total + " counter:" + counter + " lastTime:" + lastTime + " time:" + time );
74 double pps = counter / scale;
76 counter = 0;
/external/libpng/contrib/arm-neon/
H A Dlinux.c41 int counter; local
43 for (state=StartLine, counter=0;;)
63 counter=0;
69 if ((ch & ~0x20) == ch_feature[counter])
71 if (++counter == (sizeof ch_feature))
112 counter = 0;
117 if ((ch & ~0x20) == ch_neon[counter])
119 if (++counter == (sizeof ch_neon))
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc148 int counter = 0; local
151 FailTest(counter++ > kNumberOfElements);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-ctr.c19 * @nonce: Nonce for counter mode (16 bytes)
31 u8 counter[AES_BLOCK_SIZE], buf[AES_BLOCK_SIZE]; local
36 os_memcpy(counter, nonce, AES_BLOCK_SIZE);
39 aes_encrypt(ctx, counter, buf);
48 counter[i]++;
49 if (counter[i])
H A Dsha1-prf.c33 u8 counter = 0; local
44 addr[2] = &counter;
62 counter++;
H A Dsha1-tprf.c32 unsigned char counter = 0; local
48 addr[4] = &counter;
55 counter++;

Completed in 672 milliseconds

1234567891011>>