HomeSort by relevance Sort by last modified time
    Searched full:10000 (Results 1401 - 1425 of 4818) sorted by null

<<51525354555657585960>>

  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKClock_System.java 85 for (int i = 0; i < 10000; i++) {
99 for (int i = 0; i < 10000; i++) {
  /packages/apps/DevCamera/src/com/android/devcamera/
PreviewOverlay.java 140 private static double SHORT_LOG_EXPOSURE = Math.log10(1000000000 / 10000); // 1/10000 second
  /prebuilts/go/darwin-x86/src/strings/
builder_test.go 88 for _, growLen := range []int{0, 100, 1000, 10000, 100000} {
186 n := testing.AllocsPerRun(10000, func() {
  /prebuilts/go/darwin-x86/test/
nilptr3.go 88 func fx10k() *[10000]int
92 func f3(x *[10000]int) {
  /prebuilts/go/linux-x86/src/strings/
builder_test.go 88 for _, growLen := range []int{0, 100, 1000, 10000, 100000} {
186 n := testing.AllocsPerRun(10000, func() {
  /prebuilts/go/linux-x86/test/
nilptr3.go 88 func fx10k() *[10000]int
92 func f3(x *[10000]int) {
  /system/core/libcutils/include/private/
android_filesystem_config.h 164 #define AID_APP 10000 /* TODO: switch users over to AID_APP_START */
165 #define AID_APP_START 10000 /* first app user */
  /system/core/libmemunreachable/tests/
ThreadCapture_test.cpp 264 usleep(10000);
323 usleep(10000);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
divideint.decTest 86 dvix164 divideint 1 10000 -> 0
95 dvix174 divideint 1 -10000 -> -0
104 dvix184 divideint -1 10000 -> -0
113 dvix194 divideint -1 -10000 -> 0
455 dvix724 divideint 10000 1 -> 10000
log10.decTest 101 logx1104 log10 10000 -> 4
317 logx1404 log10 10000E-2 -> 2
321 logx1408 log10 10000E-1 -> 3
325 logx1412 log10 10000E0 -> 4
329 logx1416 log10 10000E1 -> 5
333 logx1420 log10 10000E2 -> 6
max.decTest 343 maxx474 max 10000 5000 -> 1.00E+4 Rounded
354 maxx485 max .5 10000 -> 1.00E+4 Rounded
408 maxx559 max 10000 100.0 -> 10000
409 maxx560 max 100.0 10000 -> 10000
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_str.py 137 test('a', '10000', 'a' + ' ' * 9999)
138 test('', '10000', ' ' * 10000)
272 self.assertEqual('{0:10000}'.format('a'), 'a' + ' ' * 9999)
273 self.assertEqual('{0:10000}'.format(''), ' ' * 10000)
  /external/python/cpython2/Lib/test/decimaltestdata/
divideint.decTest 86 dvix164 divideint 1 10000 -> 0
95 dvix174 divideint 1 -10000 -> -0
104 dvix184 divideint -1 10000 -> -0
113 dvix194 divideint -1 -10000 -> 0
455 dvix724 divideint 10000 1 -> 10000
log10.decTest 101 logx1104 log10 10000 -> 4
317 logx1404 log10 10000E-2 -> 2
321 logx1408 log10 10000E-1 -> 3
325 logx1412 log10 10000E0 -> 4
329 logx1416 log10 10000E1 -> 5
333 logx1420 log10 10000E2 -> 6
max.decTest 343 maxx474 max 10000 5000 -> 1.00E+4 Rounded
354 maxx485 max .5 10000 -> 1.00E+4 Rounded
408 maxx559 max 10000 100.0 -> 10000
409 maxx560 max 100.0 10000 -> 10000
  /external/python/cpython2/Lib/test/
test_str.py 155 test('a', '10000', 'a' + ' ' * 9999)
156 test('', '10000', ' ' * 10000)
290 self.assertEqual('{0:10000}'.format('a'), 'a' + ' ' * 9999)
291 self.assertEqual('{0:10000}'.format(''), ' ' * 10000)
  /external/python/cpython3/Doc/library/
random.rst 382 >>> sum(trial() for i in range(10000)) / 10000
386 >>> trial = lambda : 2500 <= sorted(choices(range(10000), k=5))[2] < 7500
387 >>> sum(trial() for i in range(10000)) / 10000
418 n = 10000
  /external/python/cpython3/Lib/test/decimaltestdata/
divideint.decTest 86 dvix164 divideint 1 10000 -> 0
95 dvix174 divideint 1 -10000 -> -0
104 dvix184 divideint -1 10000 -> -0
113 dvix194 divideint -1 -10000 -> 0
455 dvix724 divideint 10000 1 -> 10000
log10.decTest 101 logx1104 log10 10000 -> 4
317 logx1404 log10 10000E-2 -> 2
321 logx1408 log10 10000E-1 -> 3
325 logx1412 log10 10000E0 -> 4
329 logx1416 log10 10000E1 -> 5
333 logx1420 log10 10000E2 -> 6
max.decTest 343 maxx474 max 10000 5000 -> 1.00E+4 Rounded
354 maxx485 max .5 10000 -> 1.00E+4 Rounded
408 maxx559 max 10000 100.0 -> 10000
409 maxx560 max 100.0 10000 -> 10000
  /external/tensorflow/tensorflow/examples/udacity/
1_notmnist.ipynb 589 "valid_size = 10000\n",
590 "test_size = 10000\n",
605 "Validation (10000, 28, 28) (10000,)\n",
606 "Testing (10000, 28, 28) (10000,)\n"
  /external/tensorflow/tensorflow/python/training/
server_lib_test.py 123 const_val = np.empty([10000, 3000], dtype=np.float32)
127 self.assertAllEqual([10000, 3000], sess.run(shape_t))
132 c = array_ops.fill([10000, 3000], 0.5)
133 expected_val = np.empty([10000, 3000], dtype=np.float32)
140 feed_val = np.empty([10000, 3000], dtype=np.float32)
142 p = array_ops.placeholder(dtypes.float32, shape=[10000, 3000])
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACLongtest.txt 35 RATE=10000
64 # rate between 10000 to 32000 bits/sec
69 let "RATE=10000"
150 echo "-- No enforcement; BN 10000"
152 $ISAC -B 10000 -FS 16 ../data/orig/speech_and_misc_WB.pcm \
160 $ISAC -B 10000 -FL 30 -FIXED_FL -FS 16 ../data/orig/speech_and_misc_WB.pcm \
  /hardware/interfaces/radio/1.2/vts/functional/
radio_hidl_hal_api.cpp 504 100, {1000, 5000, 10000, 20000}, {500, 1000, 5000, 10000},
525 {1000, 5000, 10000, 20000}, {500, 1000, 5000, 10000},
562 serial, 5000, 500, 100, {1000, 5000, 10000, 20000}, {500, 1000, 5000, 10000},
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionTest.java 122 assertTrue("diff between " + currentTime + " and " + sessionTime + " should be < 10000",
123 diff < 10000);
134 assertTrue("diff between " + currentTime + " and " + sessionTime + " should be < 10000",
135 diff < 10000);
136 assertTrue ("diff should be < 10000 but is " + diff, diff < 10000);

Completed in 868 milliseconds

<<51525354555657585960>>