Searched
full:1000 (Results
301 -
325 of
14325) sorted by null
<<11121314151617181920>>
/external/valgrind/exp-bbv/tests/amd64-linux/ |
ll.vgtest | 3 vgopts: --interval-size=1000 --bb-out-file=ll.out.bb
|
/external/valgrind/exp-bbv/tests/arm-linux/ |
ll.vgtest | 2 vgopts: --interval-size=1000 --bb-out-file=ll.out.bb
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
ll.vgtest | 2 vgopts: --interval-size=1000 --bb-out-file=ll.out.bb
|
/external/valgrind/exp-bbv/tests/x86-linux/ |
ll.vgtest | 2 vgopts: --interval-size=1000 --bb-out-file=ll.out.bb
|
/external/valgrind/none/tests/linux/ |
stack-overflow.c | 5 int main(int argc, char *argv[]) { volatile int arr[1000]; return main(arr[argc%2], 0); }
|
/external/valgrind/none/tests/solaris/ |
stack-overflow.c | 5 int main(int argc, char *argv[]) { volatile int arr[1000] = {0}; return main(arr[argc%2], 0); }
|
/external/valgrind/none/tests/ |
thread-exits.stdout.exp | 13 1000...
|
/external/valgrind/perf/ |
sarp.c | 14 #define REPS 1000*1000*10 36 req.tv_nsec = 100*1000*1000; // 0.1s
|
/frameworks/compile/slang/tests/F_global_init/ |
global_init.rs | 13 int ica[2] = {ic, 1000};
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
kvm_para.h | 13 #define KVM_ENOSYS 1000
|
/prebuilts/go/darwin-x86/src/runtime/ |
runtime.go | 33 usleep(100 * 1000) 39 r = (c1 - c0) * 1000 * 1000 * 1000 / (t1 - t0)
|
/prebuilts/go/linux-x86/src/runtime/ |
runtime.go | 33 usleep(100 * 1000) 39 r = (c1 - c0) * 1000 * 1000 * 1000 / (t1 - t0)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
relax_load_align.s | 8 adds r0, r0, #1000
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
branch-misc-4.d | 11 ([0-9a-f]+) <[^>]*> 1000ffff b \1 <foo> 14 ([0-9a-f]+) <[^>]*> 1000ffff b \1 <\.Lfoo> 20 ([0-9a-f]+) <[^>]*> 1000ffff b \1 <bar> 23 ([0-9a-f]+) <[^>]*> 1000ffff b \1 <\.Lbar>
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
thumb-bl-lks-sym.d | 9 4: f000 fffc bl 1000 <.*>
|
thumb1-bl.d | 7 1000: f3ff fffe bl 401000 <bar>
|
thumb2-bl.d | 7 1000: f3ff d7fe bl 1001000 <bar>
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
group3a.d | 7 .*: 0+1000 +0 +OBJECT +GLOBAL +HIDDEN +. foo
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
mips16-hilo.s | 4 .fill 1000
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
loc4.d | 12 0+1000 l d \.text 0+ (|\.text) 19 0+1000 g \.text 0+ loc1 20 0+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text 27 1000 fd030303 e3fd0001 .*
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
abixx-noexp.sd | 5 1000 e8002a30 6ff0fff0 cc400610 cc401550 .*
|
mix1.xd | 6 start address 0x0+1000 9 LOAD off 0x0+100 vaddr 0x0+1000 paddr 0x0+1000 align 2\*\*7 17 0 \.text 00000048 0+1000 0+1000 00000100 2\*\*2 26 0+1000 l d \.text 0+ (|\.text) 41 0+1000 g \.text 0+ start
|
/external/skia/bench/ |
PictureOverheadBench.cpp | 44 canvas->drawRect({10,10, 1000, 1000}, SkPaint{}); 100 rrect.setOval({0, 0, 1000, 1000}); 101 for (int i = 0; i < 1000; i++) { 104 canvas->clipRect({10,10, 1000, 1000});
|
/cts/libs/vogar-expect/src/vogar/util/ |
TimeUtilities.java | 28 long milliseconds = duration % 1000; 29 duration /= 1000; 65 if (ns < 1000L) { 68 return Long.toString(ns/1000L) + "us"; 75 long nanoseconds = duration % 1000; 76 duration /= 1000; 77 long microseconds = duration % 1000; 78 duration /= 1000; 79 long milliseconds = duration % 1000; 80 duration /= 1000; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
ddMax.decTest | 96 ddmax091 max Inf -1000 -> Infinity
101 ddmax096 max Inf 1000 -> Infinity
103 ddmax098 max -1000 Inf -> Infinity
109 ddmax104 max 1000 Inf -> Infinity
113 ddmax121 max -Inf -1000 -> -1000
118 ddmax126 max -Inf 1000 -> 1000
121 ddmax129 max -1000 -Inf -> -1000
[all...] |
Completed in 560 milliseconds
<<11121314151617181920>>