/external/compiler-rt/test/asan/TestCases/ |
max_redzone.cc | 18 void *pp[10000]; 19 for (int i = 0; i < 10000; ++i) 22 for (int i = 0; i < 10000; ++i)
|
/external/eigen/bench/ |
bench_unrolling | 3 # gcc : CXX="g++ -finline-limit=10000 -ftemplate-depth-2000 --param max-inline-recursive-depth=2000" 5 CXX=${CXX-g++ -finline-limit=10000 -ftemplate-depth-2000 --param max-inline-recursive-depth=2000} # default value 10 $CXX -O3 -I.. -DNDEBUG -finline-limit=10000 benchmark.cpp -DMATSIZE=$i -DEIGEN_DONT_USE_UNROLLED_LOOPS=1 -o benchmark && time ./benchmark >/dev/null
|
README.txt | 17 g++-4.1 -O3 -DNDEBUG -finline-limit=10000 22 g++-4.2 -O3 -DNDEBUG -finline-limit=10000 27 g++-4.3 -O3 -DNDEBUG -finline-limit=10000 40 g++-4.2 -O3 -DNDEBUG -finline-limit=10000 -fopenmp
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
DateFmtPerf.cpp | 90 BreakItFunction* func= new BreakItFunction(10000, true); 100 BreakItFunction* func= new BreakItFunction(10000, false); 105 NumFmtFunction* func= new NumFmtFunction(10000, locale); 131 DIFCreateFunction* func = new DIFCreateFunction(10000, locale); 140 return new TimeZoneCreateFunction(10000, locale); 148 return new DTPatternGeneratorCreateFunction(10000, locale); 156 return new DTPatternGeneratorCopyFunction(10000, locale); 164 return new DTPatternGeneratorBestValueFunction(10000, locale); 172 return new DateFmtCopyFunction(10000, locale); 180 return new DateFmtCreateFunction(10000, locale) [all...] |
/external/llvm/test/Transforms/LoopStrengthReduce/ |
invariant_value_first.ll | 10 define void @test([10000 x i32]* %P) { 16 %STRRED = getelementptr [10000 x i32], [10000 x i32]* %P, i32 %outer, i32 %INDVAR ; <i32*> [#uses=1]
|
invariant_value_first_arg.ll | 8 define void @test([10000 x i32]* %P, i32 %outer) { 13 %STRRED = getelementptr [10000 x i32], [10000 x i32]* %P, i32 %outer, i32 %INDVAR ; <i32*> [#uses=1]
|
ops_after_indvar.ll | 12 define void @test([10000 x i32]* %P) { 18 %STRRED = getelementptr [10000 x i32], [10000 x i32]* %P, i32 %INDVAR, i32 %idx ; <i32*> [#uses=1]
|
/external/valgrind/memcheck/tests/ |
big_blocks_freed_list.c | 27 small = malloc (10000); 51 other_small = malloc(10000); 52 for (j = 0; j < 10000; j++)
|
/external/libopus/celt/tests/ |
test_unit_laplace.c | 59 int val[10000], decay[10000]; 67 for (i=3;i<10000;i++) 72 for (i=0;i<10000;i++) 80 for (i=0;i<10000;i++)
|
/external/autotest/client/site_tests/kernel_Lmbench/ |
kernel_Lmbench.py | 24 ./lat_pagefault -N 100 -W 10000 /usr/local/zeros 2>&1 27 ./lat_syscall -N 100 -W 10000 null 2>&1 30 ./lat_syscall -N 100 -W 10000 read /usr/local/zeros 2>&1 33 ./lat_syscall -N 100 -W 10000 write /usr/local/zeros 2>&1 36 ./lat_proc -N 100 -W 10000 fork 2>&1 39 ./lat_proc -N 100 -W 10000 exec 2>&1 42 ./lat_mmap -N 100 -W 10000 128M /usr/local/zeros 2>&1 45 ./lat_mmap -P 2 -W 10000 128M /usr/local/zeros 2>&1 48 ./lat_pipe -N 100 -W 10000 2>&1 51 taskset 0x1 nice -20 ./lat_ctx -s 0 -W 10000 8 2>& [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_short/ |
Test_aput_short.java | 31 t.run(arr, 1, (short) 10000); 32 assertEquals(10000, arr[1]); 41 t.run(arr, 0, (short) 10000); 42 assertEquals(10000, arr[0]); 50 ArrayIndexOutOfBoundsException.class, new short[2], 2, (short) 10000); 58 null, 2, (short) 10000); 66 ArrayIndexOutOfBoundsException.class, new short[2], -1, (short) 10000);
|
/prebuilts/go/darwin-x86/src/net/http/ |
range_test.go | 47 {"bytes=0-499", 10000, []httpRange{{0, 500}}}, 48 {"bytes=500-999", 10000, []httpRange{{500, 500}}}, 49 {"bytes=-500", 10000, []httpRange{{9500, 500}}}, 50 {"bytes=9500-", 10000, []httpRange{{9500, 500}}}, 51 {"bytes=0-0,-1", 10000, []httpRange{{0, 1}, {9999, 1}}}, 52 {"bytes=500-600,601-999", 10000, []httpRange{{500, 101}, {601, 399}}}, 53 {"bytes=500-700,601-999", 10000, []httpRange{{500, 201}, {601, 399}}},
|
/prebuilts/go/linux-x86/src/net/http/ |
range_test.go | 47 {"bytes=0-499", 10000, []httpRange{{0, 500}}}, 48 {"bytes=500-999", 10000, []httpRange{{500, 500}}}, 49 {"bytes=-500", 10000, []httpRange{{9500, 500}}}, 50 {"bytes=9500-", 10000, []httpRange{{9500, 500}}}, 51 {"bytes=0-0,-1", 10000, []httpRange{{0, 1}, {9999, 1}}}, 52 {"bytes=500-600,601-999", 10000, []httpRange{{500, 101}, {601, 399}}}, 53 {"bytes=500-700,601-999", 10000, []httpRange{{500, 201}, {601, 399}}},
|
/external/messageformat/java/com/ibm/icu/simple/ |
LocaleElements_plurals.java | [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
BaseWifiScannerImplTest.java | 116 .withBasePeriod(10000) // ms 118 .addBucketWithBand(10000 /* ms */, WifiScanner.REPORT_EVENT_AFTER_EACH_SCAN, 131 .withBasePeriod(10000) 144 .withBasePeriod(10000) 146 .addBucketWithBand(10000, 166 .withBasePeriod(10000) 189 .withBasePeriod(10000) 207 .withBasePeriod(10000) // ms 209 .addBucketWithBand(10000 /* ms */, WifiScanner.REPORT_EVENT_AFTER_EACH_SCAN, 215 .withBasePeriod(10000) // m [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
Http2FrameLoggerTest.java | 74 assertEquals("<< 0x00000003 10000 HEADERS END_HEADERS", 75 formatHeader(true, 3, 10000, TYPE_HEADERS, (byte) 0x4)); 76 assertEquals("<< 0x00000003 10000 CONTINUATION END_HEADERS", 77 formatHeader(true, 3, 10000, TYPE_CONTINUATION, (byte) 0x4)); 78 assertEquals("<< 0x00000004 10000 PUSH_PROMISE END_PUSH_PROMISE", 79 formatHeader(true, 4, 10000, TYPE_PUSH_PROMISE, (byte) 0x4)); 83 assertEquals("<< 0x00000003 10000 HEADERS PRIORITY", 84 formatHeader(true, 3, 10000, TYPE_HEADERS, (byte) 0x20)); 85 assertEquals("<< 0x00000003 10000 DATA COMPRESSED", 86 formatHeader(true, 3, 10000, TYPE_DATA, (byte) 0x20)) [all...] |
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
itoa.h | 42 if (value < 10000) { 56 const uint32_t b = value / 10000; 57 const uint32_t c = value % 10000; 92 const uint32_t b = value / 10000; // 0 to 9999 93 const uint32_t c = value % 10000; // 0 to 9999 129 const uint64_t kTen12 = kTen8 * 10000; 137 if (v < 10000) { 151 const uint32_t b = v / 10000; 152 const uint32_t c = v % 10000; 178 const uint32_t b0 = v0 / 10000; [all...] |
/external/eigen/doc/ |
CustomizingEigen.dox | 114 (((Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 116 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 118 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>, ExpressionType = 119 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>](((const 120 Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1 [all...] |
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ipt_hashlimit.h | 15 #define IPT_HASHLIMIT_SCALE 10000
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ProgressBar1.java | 51 // Title progress is in range 0..10000 60 // Title progress is in range 0..10000 69 // Title progress is in range 0..10000 78 // Title progress is in range 0..10000
|
/external/autotest/client/site_tests/power_LoadTest/extension/ |
params.js | 20 var scroll_interval_ms = 10000;
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
getpwnam_r_invalid_user.cc | 15 char buf[10000];
|
/external/e2fsprogs/tests/f_uninit_last_uninit/ |
script | 6 $MKE2FS -N 32 -F -o Linux -O uninit_bg -b 1024 $TMPFILE 10000 > /dev/null 2>&1
|
/external/icu/icu4c/source/test/perf/unisetperf/draft/ |
contperf.sh | 21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
|
span16perf.sh | 21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
|