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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/kernels/
scatter_op_test.cc 84 {100, 101, 102, 777, 778, 779, 10000, 10001, 10002});
90 test::FillValues<float>(&expected, {100, 101, 102, 0, 0, 0, 10000, 10001,
103 {100, 101, 102, 777, 778, 779, 10000, 10001, 10002});
109 test::FillValues<float>(&expected, {100, 101, 102, 0, 0, 0, 10000, 10001,
170 {100, 101, 102, 777, 778, 779, 10000, 10001, 10002});
184 {100, 101, 102, 777, 778, 779, 10000, 10001, 10002});
201 {100, 101, 102, 103, 777, 778, 779, 780, 10000, 10001, 10002, 10004});
218 {100, 101, 102, 10000, 10001, 10002});
315 ->Arg(10000)
  /system/security/keystore/tests/
confirmationui_rate_limiting_test.cpp 83 for (int i = 0; i < 10000; ++i) {
105 for (int i = 0; i < 10000; ++i) {
123 for (int i = 0; i < 10000; ++i) {
141 for (int i = 0; i < 10000; ++i) {
160 for (int i = 0; i < 10000; ++i) {
174 for (int i = 0; i < 10000; ++i) {
191 for (int i = 0; i < 10000; ++i) {
208 for (int i = 0; i < 10000; ++i) {
252 for (int i = 0; i < 10000; ++i) {
  /prebuilts/go/darwin-x86/src/runtime/
rwmutex_test.go 64 if n < 1 || n >= 10000 {
78 n := atomic.AddInt32(activity, 10000)
79 if n != 10000 {
84 atomic.AddInt32(activity, -10000)
92 // Number of active readers + 10000 * number of active writers.
  /prebuilts/go/darwin-x86/src/sync/
rwmutex_test.go 61 if n < 1 || n >= 10000 {
75 n := atomic.AddInt32(activity, 10000)
76 if n != 10000 {
81 atomic.AddInt32(activity, -10000)
89 // Number of active readers + 10000 * number of active writers.
  /prebuilts/go/linux-x86/src/runtime/
rwmutex_test.go 64 if n < 1 || n >= 10000 {
78 n := atomic.AddInt32(activity, 10000)
79 if n != 10000 {
84 atomic.AddInt32(activity, -10000)
92 // Number of active readers + 10000 * number of active writers.
  /prebuilts/go/linux-x86/src/sync/
rwmutex_test.go 61 if n < 1 || n >= 10000 {
75 n := atomic.AddInt32(activity, 10000)
76 if n != 10000 {
81 atomic.AddInt32(activity, -10000)
89 // Number of active readers + 10000 * number of active writers.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
AoapInterface.java 99 AoapInterface.ACCESSORY_GET_PROTOCOL, 0, 0, buffer, 2, 10000);
111 buffer, buffer.length, 10000);
122 AoapInterface.ACCESSORY_START, 0, 0, null, 0, 10000);
  /cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
AoapInterface.java 94 AoapInterface.ACCESSORY_GET_PROTOCOL, 0, 0, buffer, 2, 10000);
106 buffer, buffer.length, 10000);
117 AoapInterface.ACCESSORY_START, 0, 0, null, 0, 10000);
  /external/deqp/framework/delibs/depool/
dePoolSet.c 67 for (i = 10000; i < 12000; i++)
74 deBool inserted = (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000));
87 DE_TEST_ASSERT(deInBounds32(key, 1000, 5000) || deInBounds32(key, 10000, 12000));
  /external/f2fs-tools/scripts/
verify.sh 89 _fsstress $3 10000
105 _fsstress $MNT 10000
112 _fsstress $MNT 10000
  /external/llvm/test/Transforms/LoopVectorize/
multiple-address-spaces.ll 4 ; char Y[4*10000] __attribute__((address_space(1)));
5 ; char X[4*10000];
7 ; for (int i = 0; i < 4*10000; ++i)
  /external/ltp/testcases/network/nfsv4/acl/
test_acl.py 63 print "test acl 10000\n"
65 f = open('/tmp/acl-result-10000','w')
68 for i in range(10000):
  /external/lzma/CPP/Windows/
PropVariantConv.cpp 21 if (val >= 10000)
23 *s++ = (char)('0' + val / 10000);
24 val %= 10000;
  /external/tensorflow/tensorflow/contrib/tfprof/
model_analyzer.py 43 'max_depth': 10000,
62 'max_depth': 10000,
82 'max_depth': 10000,
  /frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
AoapInterface.java 99 AoapInterface.ACCESSORY_GET_PROTOCOL, 0, 0, buffer, 2, 10000);
111 buffer, buffer.length, 10000);
122 AoapInterface.ACCESSORY_START, 0, 0, null, 0, 10000);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
ddLogB.decTest 96 ddlogb1104 logb 10000 -> 4
126 ddlogb1404 logb 10000E-2 -> 2
130 ddlogb1408 logb 10000E-1 -> 3
134 ddlogb1412 logb 10000E0 -> 4
138 ddlogb1416 logb 10000E1 -> 5
142 ddlogb1420 logb 10000E2 -> 6
dqLogB.decTest 97 dqlogb1104 logb 10000 -> 4
127 dqlogb1404 logb 10000E-2 -> 2
131 dqlogb1408 logb 10000E-1 -> 3
135 dqlogb1412 logb 10000E0 -> 4
139 dqlogb1416 logb 10000E1 -> 5
143 dqlogb1420 logb 10000E2 -> 6
  /external/python/cpython2/Lib/test/decimaltestdata/
ddLogB.decTest 96 ddlogb1104 logb 10000 -> 4
126 ddlogb1404 logb 10000E-2 -> 2
130 ddlogb1408 logb 10000E-1 -> 3
134 ddlogb1412 logb 10000E0 -> 4
138 ddlogb1416 logb 10000E1 -> 5
142 ddlogb1420 logb 10000E2 -> 6
dqLogB.decTest 97 dqlogb1104 logb 10000 -> 4
127 dqlogb1404 logb 10000E-2 -> 2
131 dqlogb1408 logb 10000E-1 -> 3
135 dqlogb1412 logb 10000E0 -> 4
139 dqlogb1416 logb 10000E1 -> 5
143 dqlogb1420 logb 10000E2 -> 6
  /external/python/cpython3/Lib/test/decimaltestdata/
ddLogB.decTest 96 ddlogb1104 logb 10000 -> 4
126 ddlogb1404 logb 10000E-2 -> 2
130 ddlogb1408 logb 10000E-1 -> 3
134 ddlogb1412 logb 10000E0 -> 4
138 ddlogb1416 logb 10000E1 -> 5
142 ddlogb1420 logb 10000E2 -> 6
dqLogB.decTest 97 dqlogb1104 logb 10000 -> 4
127 dqlogb1404 logb 10000E-2 -> 2
131 dqlogb1408 logb 10000E-1 -> 3
135 dqlogb1412 logb 10000E0 -> 4
139 dqlogb1416 logb 10000E1 -> 5
143 dqlogb1420 logb 10000E2 -> 6
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/
ddLogB.decTest 96 ddlogb1104 logb 10000 -> 4
126 ddlogb1404 logb 10000E-2 -> 2
130 ddlogb1408 logb 10000E-1 -> 3
134 ddlogb1412 logb 10000E0 -> 4
138 ddlogb1416 logb 10000E1 -> 5
142 ddlogb1420 logb 10000E2 -> 6
dqLogB.decTest 97 dqlogb1104 logb 10000 -> 4
127 dqlogb1404 logb 10000E-2 -> 2
131 dqlogb1408 logb 10000E-1 -> 3
135 dqlogb1412 logb 10000E0 -> 4
139 dqlogb1416 logb 10000E1 -> 5
143 dqlogb1420 logb 10000E2 -> 6
  /prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/
ddLogB.decTest 96 ddlogb1104 logb 10000 -> 4
126 ddlogb1404 logb 10000E-2 -> 2
130 ddlogb1408 logb 10000E-1 -> 3
134 ddlogb1412 logb 10000E0 -> 4
138 ddlogb1416 logb 10000E1 -> 5
142 ddlogb1420 logb 10000E2 -> 6
dqLogB.decTest 97 dqlogb1104 logb 10000 -> 4
127 dqlogb1404 logb 10000E-2 -> 2
131 dqlogb1408 logb 10000E-1 -> 3
135 dqlogb1412 logb 10000E0 -> 4
139 dqlogb1416 logb 10000E1 -> 5
143 dqlogb1420 logb 10000E2 -> 6

Completed in 512 milliseconds

<<11121314151617181920>>