/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
vector_sinh_arcsinh_diag_test.py | 55 [norm.sample(10000, seed=0), 56 sasnorm.sample(10000, seed=0)]) 86 [vlap.sample(10000, seed=0), 87 sasvlap.sample(10000, seed=0)]) 197 sasnorm_samps = sess.run(sasnorm.sample(10000, seed=4))
|
/external/tensorflow/tensorflow/core/kernels/ |
quantized_add_op_test.cc | 253 TimeAdd({10000}, {1}, 100); 260 TimeAdd({10000}, {10000}, 100); 269 TimeAdd({10000, 1000}, {1000}, 1); 271 TimeAdd({10000, 100}, {100}, 1);
|
/hardware/akm/AK8975_FS/libsensors/ |
sensors.cpp | 70 CONVERT_M, 0.35f, 10000, 0, 0, 0, 0, 0, 0, { } }, 76 (GRAVITY_EARTH * 16.0f) / 4096.0f, 0.145f, 10000, 0, 0, 0, 0, 0, 0, { } }, 81 CONVERT_O, 0.495f, 10000, 0, 0, 0, 0, 0, 0, { } } 88 (GRAVITY_EARTH) / 1024.0f, 0.7f, 10000, 0, 0, 0, 0, 0, 0, { } }, 93 CONVERT_O, 1.05f, 10000, 0, 0, 0, 0, 0, 0, { } }
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/ |
ICUDurationTest.java | 240 d = newDuration(10000); 296 new TestCase("en", "#10000", newDuration(10000), "10 seconds"), 298 new TestCase("en", "#-10000", newDuration(-10000), "10 seconds"), 420 new TestCase(ULocale.US, 10000, "2 hours from now"), 423 new TestCase(ULocale.ITALY, 10000, "fra due ore"),
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
ICUDurationTest.java | 237 d = newDuration(10000); 293 new TestCase("en", "#10000", newDuration(10000), "10 seconds"), 295 new TestCase("en", "#-10000", newDuration(-10000), "10 seconds"), 417 new TestCase(ULocale.US, 10000, "2 hours from now"), 420 new TestCase(ULocale.ITALY, 10000, "fra due ore"),
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
BatteryStatsTimerTest.java | 370 timer.nextComputeRunTime = 10000; 374 Assert.assertEquals(10000, 413 timer.nextComputeCurrentCount = 10000; 414 Assert.assertEquals(10000, timer.getCountLocked(BatteryStats.STATS_SINCE_CHARGED)); 417 timer.nextComputeCurrentCount = 10000; 421 timer.nextComputeCurrentCount = 10000; 448 timer.nextComputeRunTime = 10000;
|
/external/v8/src/ |
counters.h | [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
float_test.go | 456 {3, "1111", "1110", "10000", "10000", "10000"}, 472 {2, "1101", "1100", "1100", "1100", "10000"}, 473 {2, "1110", "1100", "10000", "10000", "10000"}, 474 {2, "1111", "1100", "10000", "10000", "10000"}, [all...] |
/prebuilts/go/linux-x86/src/math/big/ |
float_test.go | 456 {3, "1111", "1110", "10000", "10000", "10000"}, 472 {2, "1101", "1100", "1100", "1100", "10000"}, 473 {2, "1110", "1100", "10000", "10000", "10000"}, 474 {2, "1111", "1100", "10000", "10000", "10000"}, [all...] |
/art/test/913-heaps/src/art/ |
Test913.java | 188 setTag(IntObject.class, 10000); 193 setTag(FloatObject.class, 10000); 199 setTag(Inf1.class, 10000); 203 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=0) 0000000000000000"); 205 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=0) 0000000000000001"); 214 setTag(Inf2.class, 10000); 218 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=1) 0000000000000000"); 220 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=1) 0000000000000001"); 231 setTag(intObject, 10000); 238 setTag(floatObject, 10000); [all...] |
/external/python/cpython2/Doc/library/ |
timeit.rst | 34 10000 loops, best of 3: 40.3 usec per loop 36 10000 loops, best of 3: 33.4 usec per loop 38 10000 loops, best of 3: 25.2 usec per loop 43 >>> timeit.timeit('"-".join(str(n) for n in range(100))', number=10000) 45 >>> timeit.timeit('"-".join([str(n) for n in range(100)])', number=10000) 47 >>> timeit.timeit('"-".join(map(str, range(100)))', number=10000)
|
/external/python/cpython3/Doc/library/ |
timeit.rst | 31 10000 loops, best of 3: 30.2 usec per loop 33 10000 loops, best of 3: 27.5 usec per loop 35 10000 loops, best of 3: 23.2 usec per loop 40 >>> timeit.timeit('"-".join(str(n) for n in range(100))', number=10000) 42 >>> timeit.timeit('"-".join([str(n) for n in range(100)])', number=10000) 44 >>> timeit.timeit('"-".join(map(str, range(100)))', number=10000)
|
/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
JobStoreTest.java | 111 long initialBackoff = 10000L; // 10s 147 .setPeriodic(10000L) 197 .setPeriodic(10000L) 223 .setPeriodic(10000L) 323 .setOverrideDeadline(10000) 328 .setOverrideDeadline(10000)
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
SinkActivity.java | 260 UsbAccessoryConstants.ACCESSORY_START, 0, 0, null, 0, 10000); 313 MULTITOUCH_DEVICE_ID, mHidBuffer.limit(), null, 0, 10000); 326 mHidBuffer.array(), position, count, 10000); 397 mHidBuffer.array(), 0, count, 10000); 445 UsbAccessoryConstants.ACCESSORY_GET_PROTOCOL, 0, 0, buffer, 2, 10000); 456 buffer, buffer.length, 10000);
|
/external/adhd/cras/src/tests/ |
system_state_unittest.cc | 99 cras_system_set_volume_limits(-10000, -600); 100 EXPECT_EQ(-10000, cras_system_get_min_volume()); 112 cras_system_set_capture_gain(-10000);
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
LimitTest.java | 239 limit.setMinimum("10000"); 241 assertEquals("10000", limit.getMinimum()); 243 "instructions missed count is 9990, but expected minimum is 10000",
|
/external/llvm/test/CodeGen/Mips/ |
lcb2.ll | 17 tail call void asm sideeffect ".space 10000", ""() #1, !srcloc !5 40 tail call void asm sideeffect ".space 10000", ""() #1, !srcloc !6 45 tail call void asm sideeffect ".space 10000", ""() #1, !srcloc !7
|
/external/ltp/testcases/realtime/func/hrtimer-prio/ |
hrtimer-prio.c | 49 #define DEF_ITERATIONS 10000 52 #define DEF_SLEEP_TIME 10000 // Duration of nanosleep in nanoseconds 132 rt_nanosleep(10000);
|
/external/tensorflow/tensorflow/contrib/ffmpeg/ |
decode_audio_op_test.py | 120 self._loadFileAndTest('mono_10khz.wav', 'wav', 0.57, 10000, 4) 123 self._loadFileAndTest('mono_10khz.ogg', 'ogg', 0.57, 10000, 1) 131 samples_per_second=10000,
|
/external/toolchain-utils/fdo_scripts/ |
summarize_hot_blocks.py | 7 --data_dir=~/chromeos/chroot/var/cache/chromeos-chrome/ --cutoff=10000 11 than what is specified (in this example 10000) 29 # BLOCK 8 freq:10000 count:154667, starting at line 321
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
webui_test.go | 233 for _, s := range []string{"localhost:10000", "[::1]:10000", "127.0.0.1:10000"} {
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
webui_test.go | 233 for _, s := range []string{"localhost:10000", "[::1]:10000", "127.0.0.1:10000"} {
|
/art/test/1931-monitor-events/ |
expected.txt | 12 Locker thread 6 for NamedLock[Lock testTimedWaitTimeout] start-monitor-wait NamedLock[Lock testTimedWaitTimeout] timeout: 10000
|
/art/test/613-inlining-dex-cache/src-art/ |
Main.java | 51 for (int i = 0; i < 10000; ++i) {
|
/bionic/libc/bionic/ |
pthread_spinlock.cpp | 68 for (int i = 0; i < 10000; ++i) {
|