Searched
full:10000 (Results
626 -
650 of
4818) sorted by null
<<21222324252627282930>>
/cts/tests/tests/widget/res/layout/ |
popup_window_scrollable.xml | 24 android:layout_width="10000dp" 25 android:layout_height="10000dp">
|
/device/linaro/bootloader/edk2/Nt32Pkg/MetronomeDxe/ |
Metronome.c | 75 // Tick Period is in 100ns units, divide by 10000 to convert to ms
77 SleepTime = DivU64x32 (MultU64x32 ((UINT64) TickNumber, TICK_PERIOD) + 9999, 10000);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/ |
Erf.java | 58 double ret = Gamma.regularizedGammaP(0.5, x * x, 1.0e-15, 10000); 88 final double ret = Gamma.regularizedGammaQ(0.5, x * x, 1.0e-15, 10000);
|
/external/autotest/client/bin/ |
utils_unittest.py | 71 'idle': 10000, 99 'idle': 10000,
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_data_channel.py | 27 _READ_TIMEOUT_MS = 10000 28 _WRITE_TIMEOUT_MS = 10000
|
/external/autotest/client/site_tests/power_IdleSuspend/ |
power_IdleSuspend.py | 13 'plugged_suspend_ms': 10000, 16 'unplugged_suspend_ms': 10000,
|
/external/compiler-rt/test/msan/ |
chained_origin_memcpy.cc | 22 int xx[10000]; 23 int yy[10000];
|
/external/e2fsprogs/tests/d_fallocate_blkmap/ |
script | 48 sif /b bmap[0] 10000 50 setb 10000
|
/external/iproute2/man/man8/ |
tc-fq.8 | 52 met. Default is 10000 packets. 82 qdisc fq 8003: dev eth0 root refcnt 2 limit 10000p flow_limit 100p buckets 1024 quantum 3028 initial_quantum 15140
|
/external/libusb/tests/ |
stress.c | 28 * 10000 times. */ 33 for (i = 0; i < 10000; ++i) {
|
/external/libxml2/python/tests/ |
indexes.py | 74 while i < 10000: 100 while i < 10000:
|
/external/llvm/test/Transforms/LICM/ |
scalar_promote-unwind.ll | 32 %exitcond = icmp eq i32 %inc, 10000 60 %exitcond = icmp eq i32 %inc, 10000
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
hoist.ll | 7 ; for (int i=0; i < 10000; i+=4) { 53 %cmp = icmp slt i32 %add10, 10000
|
/external/ltp/runtest/ |
stress.part1 | 2 mm01 mmap001 -m 10000 4 # Creates a 10000 page mmap, touches all of the map, sync's it, and 44 fsx-linux export TCbin=$LTPROOT/testcases/bin;fsxtest02 10000 45 #fsx-ext2 fsxtest $SCRATCHDEV ext2 10000 46 #fsx-ext3 fsxtest $SCRATCHDEV ext3 10000 47 #fsx-jfs fsxtest $SCRATCHDEV jfs 10000 48 #fsx-xfs fsxtest $SCRATCHDEV xfs 10000 49 #fsx-reiserfs fsxtest $SCRATCHDEV reiserfs 10000
|
/external/ltp/testcases/kernel/fs/mongo/ |
test.sh | 62 ./mongo.pl LOG=/tmp/logfile1 file_size=10000 bytes=100000 fstype=reiserfs dev=/dev/loop0 dir=$TEST_DIR RUN log=$LOG_DIR/reiserlog > /dev/null 2>&1 80 ./mongo.pl LOG=/tmp/logfile1 file_size=10000 bytes=100000 fstype=jfs dev=/dev/loop0 dir=$TEST_DIR RUN log=$LOG_DIR/jfslog
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/ |
3-1.c | 78 usleep(10000); 104 usleep(10000);
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowVideoViewTest.java | 143 view.seekTo(10000); 144 assertThat(view.getCurrentPosition()).isEqualTo(10000);
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
grpc_tensor_coding_test.cc | 58 for (int elems = 0; elems <= 10000; elems++) { 69 for (int elems = 0; elems <= 10000; elems++) {
|
/external/tensorflow/tensorflow/core/kernels/ |
slice_op_test.cc | 76 BENCHMARK(BM_SliceFloat)->Arg(100)->Arg(1000)->Arg(10000); 82 BENCHMARK(BM_SliceBFloat16)->Arg(100)->Arg(1000)->Arg(10000);
|
/external/tensorflow/tensorflow/core/util/ |
work_sharder.cc | 43 // much. Let us assume each cost unit is 1ns, kMinCostPerShard=10000 45 static const int64 kMinCostPerShard = 10000;
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
rate_statistics_unittest.cc | 58 while (++now_ms < 10000) { 72 while (++now_ms < 10000) {
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
bitrate.cc | 56 if (diff_ms > 10000) { // 10 seconds. 86 if (diff_ms > 10000) { // 10 seconds.
|
/external/webrtc/webrtc/modules/utility/source/ |
file_player_unittests.cc | 94 const int kOutputLengthMs = 10000; 110 const int kOutputLengthMs = 10000;
|
/frameworks/base/core/res/res/layout/ |
screen.xml | 72 android:max="10000" 84 android:max="10000"
|
screen_progress.xml | 50 android:max="10000" 61 android:max="10000"
|
Completed in 808 milliseconds
<<21222324252627282930>>