/toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/ |
tls-relax-gdesc-ie.d | 5 +10000: 90000080 adrp x0, 20000 <_GLOBAL_OFFSET_TABLE_>
|
tls-relax-gdesc-le.d | 5 +10000: d2a00000 movz x0, #0x0, lsl #16
|
tls-relax-ie-le-3.d | 5 +10000: d53bd042 mrs x2, tpidr_el0
|
tls-relax-ie-le.d | 5 +10000: d53bd041 mrs x1, tpidr_el0
|
tlsle-symbol-offset.d | 8 +10000: d53bd040 mrs x0, tpidr_el0
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
region1.d | 8 0 \.text +0+004 +0+10000 .*
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/ |
rgn-at9.d | 9 .* 0+10000 +0+20080 .*
|
/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
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
DateFmtPerf.cpp | 94 BreakItFunction* func= new BreakItFunction(10000, true); 104 BreakItFunction* func= new BreakItFunction(10000, false); 109 NumFmtFunction* func= new NumFmtFunction(10000, locale); 135 DIFCreateFunction* func = new DIFCreateFunction(10000, locale); 144 return new TimeZoneCreateFunction(10000, locale); 152 return new DTPatternGeneratorCreateFunction(10000, locale); 160 return new DTPatternGeneratorCopyFunction(10000, locale); 168 return new DTPatternGeneratorBestValueFunction(10000, locale); 176 return new DateFmtCopyFunction(10000, locale); 184 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);
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
BaseWifiScannerImplTest.java | 117 .withBasePeriod(10000) // ms 119 .addBucketWithBand(10000 /* ms */, WifiScanner.REPORT_EVENT_AFTER_EACH_SCAN, 133 .withBasePeriod(10000) 147 .withBasePeriod(10000) 160 .withBasePeriod(10000) 162 .addBucketWithBand(10000, 182 .withBasePeriod(10000) 210 .withBasePeriod(10000) 228 .withBasePeriod(10000) // ms 230 .addBucketWithBand(10000 /* ms */, WifiScanner.REPORT_EVENT_AFTER_EACH_SCAN [all...] |
/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/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...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue13559.go | 13 const _ int64 = 1e-10000 // ERROR "1e\-10000 truncated" 29 _ int64 = 1e-10000 // ERROR "1e\-10000 truncated" 48 _ int64 = -1e-10000 // ERROR "\-1e\-10000 truncated" 67 _ int64 = 1.23456789e-10000 // ERROR "1\.23457e\-10000 truncated" 86 _ int64 = -1.23456789e-10000 // ERROR "\-1\.23457e\-10000 truncated [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue13559.go | 13 const _ int64 = 1e-10000 // ERROR "1e\-10000 truncated" 29 _ int64 = 1e-10000 // ERROR "1e\-10000 truncated" 48 _ int64 = -1e-10000 // ERROR "\-1e\-10000 truncated" 67 _ int64 = 1.23456789e-10000 // ERROR "1\.23457e\-10000 truncated" 86 _ int64 = -1.23456789e-10000 // ERROR "\-1\.23457e\-10000 truncated [all...] |
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/ |
CachedStorageValuesHelperTest.java | 80 .putLong(OTHER_APPS_SIZE_KEY, 10000) 90 .putLong(TIMESTAMP_KEY, 10000L) 108 .putLong(OTHER_APPS_SIZE_KEY, 10000) 118 .putLong(TIMESTAMP_KEY, 10000L) 129 assertThat(primaryResult.otherAppsSize).isEqualTo(10000L); 147 .putLong(OTHER_APPS_SIZE_KEY, 10000) 157 .putLong(TIMESTAMP_KEY, 10000L) 173 .putLong(OTHER_APPS_SIZE_KEY, 10000) 183 .putLong(TIMESTAMP_KEY, 10000L) 200 .putLong(OTHER_APPS_SIZE_KEY, 10000) [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...] |