Searched
full:10000 (Results
1501 -
1525 of
4818) sorted by null
<<61626364656667686970>>
/cts/tests/tests/widget/src/android/widget/cts/ |
ScrollerTest.java | 73 mScroller.startScroll(0, 0, 10000, 100); 77 mScroller.startScroll(0, 0, 10000, 100, 50000);
|
/device/google/contexthub/sensorhal/ |
activity.cpp | 35 static const int64_t kMaxEventAgeNanos = 10000000000; // 10000ms. 36 static const useconds_t kFlushDelayMicros = 10000; // 10ms.
|
/external/autotest/client/site_tests/p2p_ConsumeFiles/ |
p2p_ConsumeFiles.py | 143 cros_b.add_file('everyone', 10000) 185 args=('--get-url=only-b', '--minimum-size=10000'),
|
/external/autotest/client/tests/signaltest/src/ |
signaltest.c | 155 usleep(10000); 401 usleep(10000);
|
/external/autotest/server/cros/tradefed_test_unittest_data/ |
CtsAppTestCases-retry.txt | 85 03-26 16:21:53 D/RunUtil: Running command with timeout: 10000ms 89 03-26 16:21:53 D/RunUtil: Running command with timeout: 10000ms 143 03-26 16:21:56 D/RunUtil: Running command with timeout: 10000ms 147 03-26 16:21:56 D/RunUtil: Running command with timeout: 10000ms 205 03-26 16:21:58 D/RunUtil: Running command with timeout: 10000ms 209 03-26 16:21:58 D/RunUtil: Running command with timeout: 10000ms 267 03-26 16:22:00 D/RunUtil: Running command with timeout: 10000ms 271 03-26 16:22:00 D/RunUtil: Running command with timeout: 10000ms
|
/external/compiler-rt/lib/asan/tests/ |
asan_noinst_test.cc | 100 const int kNumIterations = (ASAN_LOW_MEMORY) ? 10000 : 100000; 150 EXPECT_GE(i, 10000U);
|
/external/deqp/modules/gles3/functional/ |
es3fNegativeFragmentApiTests.cpp | 352 glClientWaitSync (0, 0, 10000); 357 glClientWaitSync(sync, 0x00000004, 10000);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateFormatRegressionTestJ.java | 278 while (i < 10000) { 301 while (i < 10000) {
|
/external/icu/icu4c/source/common/unicode/ |
utf.h | 46 * ICU functions handle supplementary code points (U+10000..U+10ffff) 164 * Is this code point a supplementary code point (U+10000..U+10ffff)?
|
/external/icu/icu4c/source/test/intltest/ |
nmfmtrt.cpp | 169 test(fmt, randomDouble(10000)); 170 test(fmt, uprv_floor((randomDouble(10000))));
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateFormatRegressionTestJ.java | 275 while (i < 10000) { 298 while (i < 10000) {
|
/external/libvpx/libvpx/test/ |
hadamard_test.cc | 172 HadamardSpeedTest8x8(h_func_, 10000); 260 HadamardSpeedTest16x16(h_func_, 10000);
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
loops_with_profile_info.ll | 41 ; for (j = 0; j < 10000; j++) 144 %cmp17 = icmp slt i32 %8, 10000
|
/external/llvm/test/CodeGen/ARM/ |
segmented-stacks.ll | 105 %mem = alloca i32, i32 10000 195 %mem = alloca i32, i32 10000
|
/external/llvm/test/CodeGen/Mips/ |
lcb5.ll | 124 tail call void asm sideeffect ".space 10000", ""() #1, !srcloc !13 178 tail call void asm sideeffect ".space 10000", ""() #1, !srcloc !17
|
/external/llvm/test/CodeGen/Thumb/ |
segmented-stacks.ll | 111 %mem = alloca i32, i32 10000 207 %mem = alloca i32, i32 10000
|
/external/ltp/lib/ |
tst_timer_test.c | 401 {10000, 100}, 443 sleep_time = 10000;
|
/external/ltp/testcases/realtime/stress/pi-tests/ |
testpi-3.c | 126 for (i = 0; i < 10000; i++) { 228 for (i = 0; i < 10000; i++) {
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
IOHandler.java | 180 boolean retval = this.ioSemaphore.tryAcquire(10000, TimeUnit.MILLISECONDS); 253 boolean retval = this.ioSemaphore.tryAcquire(10000, TimeUnit.MILLISECONDS);
|
/external/perfetto/src/traced/probes/filesystem/ |
inode_file_data_source.cc | 36 constexpr uint32_t kScanIntervalMs = 10000; // 10s 37 constexpr uint32_t kScanDelayMs = 10000; // 10s
|
/external/python/cpython2/Lib/test/ |
test_timeit.py | 299 10000 loops -> 0.5 secs 301 10000 loops, best of 3: 50 usec per loop
|
/external/python/cpython3/Lib/test/ |
test_random.py | 120 trials = 10000 # large num prevents false negatives without slowing normal case 513 seed = (1 << (10000 * 8)) - 1 # about 10K bytes 639 a = self.gen.choices(range(n), k=10000) 642 b = self.gen.choices(range(n), [1]*n, k=10000) 646 c = self.gen.choices(range(n), cum_weights=range(1, n+1), k=10000) 656 a = self.gen.choices(expanded_population, k=10000) 659 b = self.gen.choices(population, weights, k=10000) 663 c = self.gen.choices(population, cum_weights=cum_weights, k=10000) [all...] |
/external/rappor/client/java/com/google/android/rappor/ |
HmacDrbg.java | 64 * therefore MAX_BYTES will be reached before RESEED_INTERAL=10000 is exceeded) 68 public static final int MAX_BYTES_TOTAL = 10000;
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/ |
BaseDexBufferTest.java | 220 for (int i=0; i<10000; i++) { 254 for (int i=0; i<10000; i++) {
|
/external/speex/libspeex/ |
vbr.c | 188 if (ener < 10000) 248 if (ener<10000&&vbr->consec_noise>2)
|
Completed in 447 milliseconds
<<61626364656667686970>>