OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:10000
(Results
376 - 400
of
2586
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/v8/test/mjsunit/
string-natives.js
57
var s = %NewString(
10000
, i % 2 == 1);
64
assertEquals(
10000
, a[i].length);
/external/webrtc/src/system_wrappers/source/
cpu_measurement_harness.cc
102
// Should not take more than
10000
ms.
103
while (!cpu_usage_available && (++num_iterations <
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
"
/art/test/030-bad-finalizer/src/
Main.java
63
snooze(
10000
);
/cts/tests/tests/content/src/android/content/pm/cts/
PackageStatsTest.java
29
long codeSize =
10000
;
/cts/tests/tests/os/src/android/os/cts/
SystemClockTest.java
45
boolean actual = SystemClock.setCurrentTimeMillis(start +
10000
);
VibratorTest.java
93
Thread.sleep(
10000
);
/development/ndk/platforms/android-21/include/media/
NdkMediaError.h
38
AMEDIA_ERROR_BASE = -
10000
,
/development/ndk/platforms/android-3/include/linux/
quota.h
19
#define __DQUOT_NUM_VERSION__ 6*
10000
+5*100+1
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/
AuthenticatorActivityTest.java
33
private static final int ACTIVITY_WAIT =
10000
;
/development/samples/training/notify-user/src/com/example/android/pingme/
CommonConstants.java
33
public static final int DEFAULT_TIMER_DURATION =
10000
;
/device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp
116
delayMicroseconds(
10000
); // wait min 4.1ms
122
delayMicroseconds(
10000
); // wait min 4.1ms
128
delayMicroseconds(
10000
);
137
delayMicroseconds(
10000
);
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/system_stats/
system_stats_instance_track_test.html
31
stats1.meminfo['free'] =
10000
;
/external/clang/test/SemaObjCXX/
foreach.mm
55
if (b() ==
10000
) {
/external/compiler-rt/lib/tsan/
analyze_libtsan.sh
7
grep __tsan_$1.: -A
10000
libtsan.objdump | \
/external/compiler-rt/test/asan/TestCases/
heavy_uar_test.cc
49
RecursiveFunctionWithStackFrame<
10000
>(depth);
/external/compiler-rt/test/msan/
realloc-large-origin.cc
15
p = (char *)realloc(p,
10000
);
/external/compiler-rt/test/profile/
instrprof-without-libc.c
25
const uint64_t MaxSize =
10000
;
/external/f2fs-tools/scripts/
spo_test.sh
56
$F2FS_DIR/stress_test/fsstress/fsstress -z -f link=0 -f mkdir=3 -f mknod=3 -f rmdir=2 -f symlink=3 -f truncate=4 -f write=10 -f creat=10 -f unlink=5 -f rename=5 -f fsync=10 -p 10 -n
10000
-l 0 -d $MNT &
/external/iproute2/netem/
stats.c
31
limit =
10000
;
/external/iptables/extensions/
libxt_connbytes.man
36
iptables .. \-m connbytes \-\-connbytes
10000
:100000 \-\-connbytes\-dir both \-\-connbytes\-mode bytes ...
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp
23
static char buf[
10000
];
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.storage/
iword.pass.cpp
34
for (int i = 0; i <
10000
; ++i)
pword.pass.cpp
35
for (std::intptr_t i = 0; i <
10000
; ++i)
Completed in 498 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>