/prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/ |
proto_test.go | 17 []uint64{0, 1, 10, 100, 1000, 10000}, 22 []uint64{10000}, 28 []int64{-10000},
|
/prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/ |
proto_test.go | 17 []uint64{0, 1, 10, 100, 1000, 10000}, 22 []uint64{10000}, 28 []int64{-10000},
|
/art/test/906-iterate-heap/ |
expected.txt | 22 10000@0 (static, int, index=3) 0000000000000000 24 10000@0 (static, int, index=11) 0000000000000000 29 10000@0 (instance, int, index=2) 0000000000000000 37 10000@0 (instance, int, index=3) 0000000000000000
|
/art/test/906-iterate-heap/src/art/ |
Test906.java | 146 setTag(IntObject.class, 10000); 147 System.out.println(iterateThroughHeapPrimitiveFields(10000)); 151 setTag(FloatObject.class, 10000); 152 System.out.println(iterateThroughHeapPrimitiveFields(10000)); 157 setTag(Inf1.class, 10000); 158 String heapTrace = iterateThroughHeapPrimitiveFields(10000); 161 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=0) 0000000000000000"); 163 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=0) 0000000000000001"); 172 setTag(Inf2.class, 10000); 173 heapTrace = iterateThroughHeapPrimitiveFields(10000); [all...] |
/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/adhd/cras/src/tests/ |
rate_estimator_unittest.cc | 24 re = rate_estimator_create(10000, &window, 0.0f); 39 EXPECT_GT(10000, rate_estimator_get_rate(re)); 89 re = rate_estimator_create(10000, &window, 0.0f); 103 EXPECT_EQ(10000, rate_estimator_get_rate(re)); 130 /* Assert the rate is smoothed 10010 * 0.9 + 10000 * 0.1 */ 142 re = rate_estimator_create(10000, &window, 0.0f); 158 EXPECT_GT(10000, rate_estimator_get_rate(re)); 173 re = rate_estimator_create(10000, &this_window, 0.0f); 190 EXPECT_GT(10000, rate_estimator_get_rate(re));
|
/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/eigen/bench/ |
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/iptables/include/linux/netfilter/ |
xt_limit.h | 7 #define XT_LIMIT_SCALE 10000
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_limit.h | 8 #define XT_LIMIT_SCALE 10000
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
ebt_limit.h | 10 #define EBT_LIMIT_SCALE 10000
|
/external/libmojo/mojo/edk/system/ |
configuration.cc | 18 10000, // max_message_num_handles
|
/external/llvm/test/CodeGen/Hexagon/ |
macint.ll | 9 %div = udiv i32 %0, 10000
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITMemoryManagerTest.cpp | 86 uint8_t* code[10000]; 87 uint8_t* data[10000]; 89 for (unsigned i = 0; i < 10000; ++i) { 105 for (unsigned i = 0; i < 10000; ++i) { 121 uint8_t* code[10000]; 122 uint8_t* data[10000]; 124 for (unsigned i = 0; i < 10000; ++i) { 132 data[i] = MemMgr->allocateDataSection(DataSize, Align, i + 10000, "", 153 for (unsigned i = 0; i < 10000; ++i) {
|
/external/llvm/utils/lit/examples/many-tests/ |
README.txt | 6 custom test format which just generates a large (N=10000) number of tests that
|
/external/skia/bench/ |
MemsetBench.cpp | 68 DEF_BENCH(return (new MemsetBench<uint32_t, true>(10000))); 69 DEF_BENCH(return (new MemsetBench<uint32_t, false>(10000))); 81 DEF_BENCH(return (new MemsetBench<uint16_t, true>(10000))); 82 DEF_BENCH(return (new MemsetBench<uint16_t, false>(10000)));
|
/external/skqp/bench/ |
MemsetBench.cpp | 68 DEF_BENCH(return (new MemsetBench<uint32_t, true>(10000))); 69 DEF_BENCH(return (new MemsetBench<uint32_t, false>(10000))); 81 DEF_BENCH(return (new MemsetBench<uint16_t, true>(10000))); 82 DEF_BENCH(return (new MemsetBench<uint16_t, false>(10000)));
|
/external/tcpdump/tests/ |
nsh-over-vxlan-gpe-vv.out | 5 192.168.0.1.10000 > 192.168.0.2.20000: [udp sum ok] UDP, length 4
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/datasets/ |
cifar10.py | 49 (x_train[(i - 1) * 10000:i * 10000, :, :, :], 50 y_train[(i - 1) * 10000:i * 10000]) = load_batch(fpath)
|
/external/testng/src/test/java/test/reports/ |
ReporterSampleTest.java | 24 @Test(dataProvider = "dp", timeOut = 10000)
|
/external/toolchain-utils/ |
produce_output.py | 17 for i in range(10000):
|
/external/valgrind/memcheck/tests/ |
realloc2.c | 13 for (i = 0; i < 10000; i++) {
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
math_conformance.rs | 46 _RS_ASSERT(isnan(rootn(-10000.f, -4))); 47 _RS_ASSERT(isnan(rootn(-10000.f, 4))); 50 _RS_ASSERT(!isnan(rootn(-10000.f, -3))); 51 _RS_ASSERT(!isnan(rootn(-10000.f, 3)));
|