HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 76 - 100 of 15933) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/core/libcutils/tests/
multiuser_test.cpp 24 EXPECT_EQ(1000U, multiuser_get_uid(0, 1000));
28 EXPECT_EQ(1001000U, multiuser_get_uid(10, 1000));
35 EXPECT_EQ(0U, multiuser_get_user_id(1000));
46 EXPECT_EQ(1000U, multiuser_get_app_id(1000));
50 EXPECT_EQ(1000U, multiuser_get_app_id(1001000));
57 EXPECT_EQ(ERR_GID, multiuser_get_cache_gid(0, 1000));
61 EXPECT_EQ(ERR_GID, multiuser_get_cache_gid(10, 1000));
68 EXPECT_EQ(ERR_GID, multiuser_get_ext_gid(0, 1000));
    [all...]
  /system/bt/osi/test/
time_test.cc 26 static const uint32_t TEST_TIME_DELTA_UPPER_BOUND_MS = 10 * 1000;
70 ASSERT_TRUE((t2 - t1) < TEST_TIME_DELTA_UPPER_BOUND_MS * 1000);
81 delay.tv_sec = TEST_TIME_SLEEP_MS / 1000;
82 delay.tv_nsec = 1000 * 1000 * (TEST_TIME_SLEEP_MS % 1000);
99 static const uint64_t TEST_TIME_SLEEP_US = 100 * 1000;
102 delay.tv_sec = TEST_TIME_SLEEP_US / (1000 * 1000);
103 delay.tv_nsec = 1000 * (TEST_TIME_SLEEP_US % (1000 * 1000))
    [all...]
  /device/google/marlin/
thermal-engine-marlin-vr.conf 3 sampling 1000
13 sampling 1000
  /device/google/muskie/
thermal-engine-vr.conf 3 sampling 1000
13 sampling 1000
  /external/autotest/client/site_tests/security_Minijail0/src/
test-gid 5 # args: -g 1000
9 needregid 1000
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/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/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.27/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.27/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.27/ld/testsuite/ld-scripts/
scriptm.t 3 sect .data = 1000h ; .data start address
7 public data_start = 1000h
  /art/compiler/linker/
linker_patch_test.cc 28 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3000u, 1000u),
29 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3001u, 1000u),
32 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3000u, 1000u),
33 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3001u, 1000u),
36 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3000u, 1000u),
37 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3001u, 1000u),
40 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3000u, 1000u),
41 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3001u, 1000u),
44 LinkerPatch::CodePatch(16u, dex_file1, 1000u),
46 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...]

Completed in 789 milliseconds

1 2 34 5 6 7 8 91011>>