Searched
full:10000 (Results
1026 -
1050 of
4818) sorted by null
<<41424344454647484950>>
/toolchain/binutils/binutils-2.27/binutils/ |
arlex.l | 42 %a 10000
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/ |
ilp32-4-nacl.d | 12 +\[ 1\] \.text +PROGBITS +0+ 0+10000 +0+1 +00 +AX +0 +0 +1
|
/toolchain/binutils/binutils-2.27/libiberty/ |
clock.c | 95 return (vms_times.proc_user_time + vms_times.proc_system_time) * 10000;
|
/tools/loganalysis/tests/src/com/android/loganalysis/parser/ |
DumpsysParserTest.java | 93 " versionCode=73000302 minSdk=10000 targetSdk=10000", 99 " versionCode=300734793 minSdk=10000 targetSdk=10000",
|
/tools/test/connectivity/acts/tests/google/ble/beacon_tests/ |
BeaconSwarmTest.py | 205 Test finding 10000 LE batch scan results in a mass beacon deployment. 212 4. Pop batch scan results off the event dispatcher 10000 times. 232 for _ in range(10000): 332 while n < 10000:
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
CommandSchedulerStressApp.java | 87 for (int i=0; i < 10000; i++) {
|
/external/libmtp/logs/ |
mtp-detect-sony-walkman-nwz-e436f.txt | 253 dc84: Representative Sample Width UINT32 data type range: MIN 0, MAX 10000, STEP 1 GET/SET 254 dc83: Representative Sample Height UINT32 data type range: MIN 0, MAX 10000, STEP 1 GET/SET 300 dc88: Height UINT32 data type range: MIN 0, MAX 10000, STEP 1 GET/SET 301 dc87: Width UINT32 data type range: MIN 0, MAX 10000, STEP 1 GET/SET 308 dc84: Representative Sample Width UINT32 data type range: MIN 0, MAX 10000, STEP 1 GET/SET 309 dc83: Representative Sample Height UINT32 data type range: MIN 0, MAX 10000, STEP 1 GET/SET 329 dc84: Representative Sample Width UINT32 data type range: MIN 0, MAX 10000, STEP 1 GET/SET 330 dc83: Representative Sample Height UINT32 data type range: MIN 0, MAX 10000, STEP 1 GET/SET 371 dc84: Representative Sample Width UINT32 data type range: MIN 0, MAX 10000, STEP 1 GET/SET 372 dc83: Representative Sample Height UINT32 data type range: MIN 0, MAX 10000, STEP 1 GET/SE [all...] |
/art/tools/jfuzz/ |
README.md | 58 --num_tests : number of tests to run (10000 by default) 97 --num_tests : number of tests to run (10000 by default)
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
BluetoothRestrictionTest.java | 32 private static final int ENABLE_TIMEOUT_MS = 10000; // ms timeout for BT enable 35 private static final int COMPONENT_STATE_TIMEOUT_MS = 10000;
|
/cts/hostsidetests/usage/src/android/app/usage/cts/ |
AppIdleHostTest.java | 115 setAppIdleSettings("idle_duration=10000,wallclock_threshold=10000");
|
/cts/tests/tests/net/src/android/net/wifi/cts/ |
ScanResultTest.java | 50 private static final int ENABLE_WAIT_MSEC = 10000; 51 private static final int SCAN_WAIT_MSEC = 10000;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
DfpField.java | 102 * Note these depend on the radix which is 10000 digits, 166 * Note that since the {@link Dfp} class uses 10000 as its radix, each radix 168 * 13, 14, 15 or 16 decimal digits will really lead to a 4 radix 10000 digits in 179 * Note that since the {@link Dfp} class uses 10000 as its radix, each radix 181 * 13, 14, 15 or 16 decimal digits will really lead to a 4 radix 10000 digits in 612 // 10000 digits (this has been checked) and 20 iterations more than 651 for (int i = 0; i < 10000; i++) { 734 for (int i = 0; i < 10000; i++) {
|
/external/boringssl/src/ |
FUZZING.md | 26 ./fuzz/cert -max_len=10000 -jobs=32 -workers=32 ../fuzz/cert_corpus/ 35 | `cert` | 10000 |
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
lock_unittest.py | 22 for _ in range(10000): 69 expected_file_content = ''.join((['Start'] + ['*']*10000 + ['End']) * 10)
|
/external/deqp/framework/delibs/depool/ |
dePoolMultiSet.c | 65 for (i = 10000; i < 12000; i++) 72 deBool inserted = (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000));
|
/external/fec/ |
vtest27.c | 33 #define MAXBYTES 10000 40 int sr=0,trials = 10000,errcnt,framebits=2048;
|
vtest29.c | 33 #define MAXBYTES 10000 40 int sr=0,trials = 10000,errcnt,framebits=2048;
|
vtest39.c | 33 #define MAXBYTES 10000 40 int sr=0,trials = 10000,errcnt,framebits=2048;
|
/external/flatbuffers/include/flatbuffers/ |
base.h | 53 (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ < 40400)) 61 (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ < 40600)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
NumberFormatRoundTripTest.java | 122 _test(fmt, randomDouble(10000)); 124 _test(fmt, Math.floor((randomDouble(10000))));
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
NumberFormatRoundTripTest.java | 119 _test(fmt, randomDouble(10000)); 121 _test(fmt, Math.floor((randomDouble(10000))));
|
/external/iproute2/tc/ |
m_gact.c | 52 "\tVAL : = value not exceeding 10000\n" 122 if (pp.pval > 10000) {
|
/external/iptables/extensions/ |
libxt_hashlimit.man | 66 "10000 packets per minute for every /28 subnet (groups of 8 addresses) 68 \-s 10.0.0.0/8 \-\-hashlimit\-mask 28 \-\-hashlimit\-upto 10000/min
|
/external/libdrm/tests/ |
drmsl.c | 158 usec = do_time(100, 10000); 163 usec3 = do_time(10000, 50);
|
random.c | 105 for (i = 0; i < 10000; i++) { 109 printf("After 10000 iterations: %lu (%lu expected): %s\n",
|
Completed in 546 milliseconds
<<41424344454647484950>>