/external/autotest/client/site_tests/security_Minijail0/src/ |
test-uid | 5 # args: -u 1000 9 needreuid 1000
|
test-userns-gid | 5 # args: -M"0 1000 1" 6 # expected_ugid: 0 1000
|
test-userns-uid | 5 # args: -m"0 1000 1" 6 # expected_ugid: 1000 0
|
/external/compiler-rt/test/profile/Inputs/ |
instrprof-shared-main.c | 6 for (i = 0; i < 1000; i++) 7 for (j = 0; j < 1000; j++)
|
/external/iptables/extensions/ |
libxt_limit.t | 4 -m limit --limit 1000/hour;=;OK 5 -m limit --limit 1000/day;=;OK
|
/external/kernel-headers/original/uapi/linux/ |
oom.h | 8 #define OOM_SCORE_ADJ_MIN (-1000) 9 #define OOM_SCORE_ADJ_MAX 1000
|
/external/ltp/runtest/ |
sched | 9 hackbench01 hackbench 50 process 1000 10 hackbench02 hackbench 20 thread 1000
|
sched_low_mem | 9 hackbench01_low_mem hackbench 15 process 1000 10 hackbench02 hackbench 20 thread 1000
|
/external/lzma/CPP/7zip/UI/FileManager/ |
PropertyName.cpp | 12 if (propID < 1000)
14 UString s = LangString(1000 + propID);
|
/external/skia/experimental/SkV8Example/js/ |
speed.js | 15 setTimeout(onTimeout, 1000); 19 setTimeout(onTimeout, 1000);
|
/external/valgrind/massif/tests/ |
mmapunmap.c | 9 return mmap(NULL, 80 * 1000 * 1024, 17 munmap(m, 80 * 1000 * 1024);
|
/sdk/find_java2/FindJava2/ |
resource.h | 7 #define IDC_BUTTON_ADD 1000
16 #define _APS_NEXT_CONTROL_VALUE 1000
|
/sdk/find_java2/WinLauncher2/ |
Resource.h | 7 #define IDC_BUTTON_ADD 1000
16 #define _APS_NEXT_CONTROL_VALUE 1000
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
loc2m.d | 11 0+1000 g \.text loc1 14 1000 fd030303 e3fd0001 .*
|
loc3.d | 11 0+1000 l d \.text 0+ (|\.text) 12 0+1000 g \.text 0+ _start 14 0+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text 18 0+1000 g \.text 0+ _start\. 21 1000 e3fd0001 fd030303 .*
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
aix-toc-1-32.dd | 11 1000fff4: 80 22 7f fc l r1,32764\(r2\) 12 1000fff6: R_TOC asym8190.*
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
scriptm.t | 3 sect .data = 1000h ; .data start address 7 public data_start = 1000h
|
/art/compiler/ |
compiled_method_test.cc | 53 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3000u, 1000u), 54 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3001u, 1000u), 57 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3000u, 1000u), 58 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3001u, 1000u), 61 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3000u, 1000u), 62 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3001u, 1000u), 65 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3000u, 1000u), 66 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3001u, 1000u), 69 LinkerPatch::CodePatch(16u, dex_file1, 1000u), 71 LinkerPatch::CodePatch(16u, dex_file2, 1000u) [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
remote_bitrate_estimator_abs_send_time_unittest.cc | 96 const int64_t kProcessIntervalMs = 1000; 97 IncomingPacket(0, 1000, clock_.TimeInMilliseconds(), 0, 0, true); 109 // First burst sent at 8 * 1000 / 10 = 800 kbps. 113 IncomingPacket(0, 1000, now_ms, 90 * now_ms, AbsSendTime(now_ms, 1000), 117 // Second burst sent at 8 * 1000 / 5 = 1600 kbps. 121 IncomingPacket(0, 1000, now_ms, 90 * now_ms, AbsSendTime(now_ms, 1000), 134 // First burst sent at 8 * 1000 / 10 = 800 kbps, but with every other packet 139 IncomingPacket(0, 1000, now_ms, 90 * now_ms, AbsSendTime(now_ms, 1000) [all...] |
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
SummaryStatisticsTest.java | 47 instances.add(countTo(1000).stream().collect(Collectors.summarizingInt(i -> i))); 48 instances.add(countTo(1000).stream().mapToInt(i -> i).summaryStatistics()); 49 instances.add(countTo(1000).parallelStream().collect(Collectors.summarizingInt(i -> i))); 50 instances.add(countTo(1000).parallelStream().mapToInt(i -> i).summaryStatistics()); 53 assertEquals(stats.getCount(), 1000); 54 assertEquals(stats.getSum(), countTo(1000).stream().mapToInt(i -> i).sum()); 55 assertEquals(stats.getMax(), 1000); 62 instances.add(countTo(1000).stream().collect(Collectors.summarizingLong(i -> i))); 63 instances.add(countTo(1000).stream().mapToLong(i -> i).summaryStatistics()); 64 instances.add(countTo(1000).parallelStream().collect(Collectors.summarizingLong(i -> i))) [all...] |
/development/tools/logblame/ |
test_logs.py | 11 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "", 13 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/ ] 21 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "", 23 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/ ] 31 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd", 33 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/abcd ] 43 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd", 45 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/abcd ] 56 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd", 58 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/abcd [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/ |
ExecutionDataStoreTest.java | 57 store.put(new ExecutionData(1000, "Sample", probes)); 58 final ExecutionData data = store.get(1000); 62 assertEquals(Collections.singletonMap(Long.valueOf(1000), data), 69 store.put(new ExecutionData(1000, "Sample0", probes)); 83 final ExecutionData a = new ExecutionData(1000, "A", probes); 85 final ExecutionData aa = new ExecutionData(1000, "A", probes); 98 final ExecutionData data = new ExecutionData(1000, "Sample", 101 assertSame(data, store.get(1000)); 106 final Long id = Long.valueOf(1000); 108 assertEquals(1000, data.getId()) [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
sync.h | 71 if(((abstime.tv_nsec + now.tv_usec*1000) > 1000*1000*1000) || (abstime.tv_nsec + now.tv_usec*1000 < 0)) 74 abstime.tv_nsec += now.tv_usec * 1000; 75 abstime.tv_nsec -= 1000*1000*1000; 79 abstime.tv_nsec += now.tv_usec * 1000; [all...] |
/external/llvm/test/Transforms/LoopVectorize/X86/ |
vector_max_bandwidth.ll | 7 @a = global [1000 x i8] zeroinitializer, align 16 8 @b = global [1000 x i8] zeroinitializer, align 16 9 @c = global [1000 x i8] zeroinitializer, align 16 10 @u = global [1000 x i32] zeroinitializer, align 16 11 @v = global [1000 x i32] zeroinitializer, align 16 12 @w = global [1000 x i32] zeroinitializer, align 16 29 %arrayidx = getelementptr inbounds [1000 x i8], [1000 x i8]* @b, i64 0, i64 %indvars.iv 31 %arrayidx2 = getelementptr inbounds [1000 x i8], [1000 x i8]* @c, i64 0, i64 %indvars.i [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
lea-recursion.ll | 11 @g0 = weak global [1000 x i32] zeroinitializer, align 32 ; <[1000 x i32]*> [#uses=8] 12 @g1 = weak global [1000 x i32] zeroinitializer, align 32 ; <[1000 x i32]*> [#uses=7] 16 %tmp4 = load i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 0) ; <i32> [#uses=1] 17 %tmp8 = load i32* getelementptr ([1000 x i32]* @g1, i32 0, i32 0) ; <i32> [#uses=1] 20 store i32 %tmp10, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 1) 21 %tmp8.1 = load i32* getelementptr ([1000 x i32]* @g1, i32 0, i32 1) ; <i32> [#uses=1] 24 store i32 %tmp10.1, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 2) 25 %tmp8.2 = load i32* getelementptr ([1000 x i32]* @g1, i32 0, i32 2) ; <i32> [#uses=1 [all...] |