HomeSort by relevance Sort by last modified time
    Searched refs:ms (Results 1 - 25 of 638) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/Inputs/
t2.c 9 struct MyStruct *ms; local
10 ms->field_var = 10;
t1.c 24 struct MyStruct ms; local
25 ms.field_var = 10;
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMultisetTest.java 43 protected Multiset<String> ms; field in class:AbstractMultisetTest
48 c = ms = create();
64 assertSize(ms);
82 assertEquals(0, ms.count("a"));
87 ms.add("a");
88 assertEquals(1, ms.count("a"));
93 ms.add("a");
94 ms.add("a");
95 assertEquals(2, ms.count("a"));
100 ms.add("a")
182 assertEquals(createSample(), ms); local
190 assertEquals(createSample(), ms); local
684 Multiset<String> ms = create(); local
    [all...]
EnumMultisetTest.java 43 Multiset<Color> ms = EnumMultiset.create(Color.class); local
44 ms.add(Color.RED);
45 ms.add(Color.YELLOW);
46 ms.add(Color.RED);
47 assertEquals(0, ms.count(Color.BLUE));
48 assertEquals(1, ms.count(Color.YELLOW));
49 assertEquals(2, ms.count(Color.RED));
53 Multiset<Color> ms = EnumMultiset.create( local
55 assertEquals(0, ms.count(Color.BLUE));
56 assertEquals(1, ms.count(Color.YELLOW))
69 Multiset<Color> ms = EnumMultiset.create(Color.class); local
78 Multiset<Color> ms = EnumMultiset.create( local
84 Multiset<Color> ms = EnumMultiset.create(Color.class); local
    [all...]
TreeMultisetTest.java 76 ms.add("a", 3);
77 ms.add("c", 1);
78 ms.add("b", 2);
80 assertEquals("[a x 3, b x 2, c]", ms.toString());
132 TreeMultiset<String> ms = TreeMultiset.create(); local
133 ms.add("c", 1);
134 ms.add("a", 3);
135 ms.add("b", 2);
136 SortedSet<String> elementSet = ms.elementSet();
148 TreeMultiset<String> ms = TreeMultiset.create() local
173 TreeMultiset<String> ms = TreeMultiset.create(); local
193 TreeMultiset<String> ms = TreeMultiset.create(); local
213 TreeMultiset<String> ms = TreeMultiset.create(); local
239 TreeMultiset<String> ms = TreeMultiset.create(comparator); local
257 TreeMultiset<String> ms = TreeMultiset.create(comparator); local
287 TreeMultiset<String> ms = TreeMultiset.create(DEGENERATE_COMPARATOR); local
313 TreeMultiset<String> ms = TreeMultiset.create(); local
    [all...]
LinkedHashMultisetTest.java 70 ms = createSample();
72 new IteratorTester<String>(6, MODIFIABLE, newArrayList(ms),
98 ms.add("a", 3);
99 ms.add("c", 1);
100 ms.add("b", 2);
102 assertEquals("[a x 3, c, b x 2]", ms.toString());
106 ms.add("a");
107 ms.add("b", 2);
108 ms.add("c");
109 ASSERT.that(ms.elementSet()).hasContentsInOrder("a", "b", "c")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/
convert_exact.pass.cpp 25 std::chrono::milliseconds ms(1);
26 std::chrono::microseconds us = ms;
31 constexpr std::chrono::milliseconds ms(1);
32 constexpr std::chrono::microseconds us = ms;
convert_inexact.pass.cpp 26 std::chrono::duration<double, std::milli> ms = us; local
27 assert(ms.count() == 1./1000);
32 constexpr std::chrono::duration<double, std::milli> ms = us; local
33 static_assert(ms.count() == 1./1000, "");
convert_inexact.fail.cpp 24 std::chrono::milliseconds ms = us; local
  /external/valgrind/main/gdbserver_tests/
mcinvokeRU.stdoutB.exp 1 gdbserver: continuing in 0 ms ...
3 gdbserver: continuing in 0 ms ...
5 gdbserver: continuing in 0 ms ...
7 gdbserver: continuing in 0 ms ...
9 gdbserver: continuing in 0 ms ...
11 gdbserver: continuing in 0 ms ...
13 gdbserver: continuing in 0 ms ...
15 gdbserver: continuing in 0 ms ...
17 gdbserver: continuing in 0 ms ...
19 gdbserver: continuing in 0 ms ..
    [all...]
mcinvokeWS.stdoutB.exp 1 gdbserver: continuing in 0 ms ...
3 gdbserver: continuing in 0 ms ...
5 gdbserver: continuing in 0 ms ...
7 gdbserver: continuing in 0 ms ...
9 gdbserver: continuing in 0 ms ...
11 gdbserver: continuing in 0 ms ...
13 gdbserver: continuing in 0 ms ...
15 gdbserver: continuing in 0 ms ...
17 gdbserver: continuing in 0 ms ...
19 gdbserver: continuing in 0 ms ..
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_driver.c 194 modesettingPtr ms = modesettingPTR(pScrn); local
195 CustomizerPtr cust = ms->cust;
219 /* ms->create_front_buffer will remove the old front buffer */
227 if (!ms->create_front_buffer(pScrn) || !ms->bind_front_buffer(pScrn))
259 if (ms->create_front_buffer(pScrn) && ms->bind_front_buffer(pScrn))
273 modesettingPtr ms = modesettingPTR(pScrn); local
276 if (ms->fd < 0) {
281 ((ms->PciInfo->domain << 8) | ms->PciInfo->bus)
302 modesettingPtr ms = modesettingPTR(pScrn); local
330 modesettingPtr ms = modesettingPTR(pScrn); local
348 modesettingPtr ms; local
546 modesettingPtr ms = modesettingPTR(xf86ScreenToScrn(pScreen)); local
611 modesettingPtr ms = modesettingPTR(xf86ScreenToScrn(pScreen)); local
624 modesettingPtr ms = modesettingPTR(pScrn); local
664 modesettingPtr ms = modesettingPTR(pScrn); local
687 modesettingPtr ms = modesettingPTR(pScrn); local
746 modesettingPtr ms = modesettingPTR(pScrn); local
921 modesettingPtr ms = modesettingPTR(pScrn); local
965 modesettingPtr ms = modesettingPTR(pScrn); local
1005 modesettingPtr ms = modesettingPTR(pScrn); local
1063 modesettingPtr ms = modesettingPTR(pScrn); local
1080 modesettingPtr ms = modesettingPTR(pScrn); local
1135 modesettingPtr ms = modesettingPTR(pScrn); local
1158 modesettingPtr ms = modesettingPTR(pScrn); local
1184 modesettingPtr ms = modesettingPTR(pScrn); local
1245 modesettingPtr ms = modesettingPTR(pScrn); local
1288 modesettingPtr ms = modesettingPTR(pScrn); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c 194 modesettingPtr ms = modesettingPTR(pScrn); local
195 CustomizerPtr cust = ms->cust;
219 /* ms->create_front_buffer will remove the old front buffer */
227 if (!ms->create_front_buffer(pScrn) || !ms->bind_front_buffer(pScrn))
259 if (ms->create_front_buffer(pScrn) && ms->bind_front_buffer(pScrn))
273 modesettingPtr ms = modesettingPTR(pScrn); local
276 if (ms->fd < 0) {
281 ((ms->PciInfo->domain << 8) | ms->PciInfo->bus)
302 modesettingPtr ms = modesettingPTR(pScrn); local
330 modesettingPtr ms = modesettingPTR(pScrn); local
348 modesettingPtr ms; local
546 modesettingPtr ms = modesettingPTR(xf86ScreenToScrn(pScreen)); local
611 modesettingPtr ms = modesettingPTR(xf86ScreenToScrn(pScreen)); local
624 modesettingPtr ms = modesettingPTR(pScrn); local
664 modesettingPtr ms = modesettingPTR(pScrn); local
687 modesettingPtr ms = modesettingPTR(pScrn); local
746 modesettingPtr ms = modesettingPTR(pScrn); local
921 modesettingPtr ms = modesettingPTR(pScrn); local
965 modesettingPtr ms = modesettingPTR(pScrn); local
1005 modesettingPtr ms = modesettingPTR(pScrn); local
1063 modesettingPtr ms = modesettingPTR(pScrn); local
1080 modesettingPtr ms = modesettingPTR(pScrn); local
1135 modesettingPtr ms = modesettingPTR(pScrn); local
1158 modesettingPtr ms = modesettingPTR(pScrn); local
1184 modesettingPtr ms = modesettingPTR(pScrn); local
1245 modesettingPtr ms = modesettingPTR(pScrn); local
1288 modesettingPtr ms = modesettingPTR(pScrn); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock_for.pass.cpp 22 typedef std::chrono::milliseconds ms; typedef
29 assert(rel_time == ms(5));
41 assert(lk.try_lock_for(ms(5)) == true);
46 lk.try_lock_for(ms(5));
54 assert(lk.try_lock_for(ms(5)) == false);
60 lk.try_lock_for(ms(5));
  /frameworks/base/core/java/android/os/
SystemClock.java 106 * @param ms to sleep before returning, in milliseconds of uptime.
108 public static void sleep(long ms)
111 long duration = ms;
120 duration = start + ms - uptimeMillis();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_duration.pass.cpp 27 typedef std::chrono::milliseconds ms; typedef
33 std::unique_lock<std::timed_mutex> lk(m, ms(300));
36 ns d = t1 - t0 - ms(250);
37 assert(d < ms(50)); // within 50ms
43 std::unique_lock<std::timed_mutex> lk(m, ms(250));
46 ns d = t1 - t0 - ms(250);
47 assert(d < ms(50)); // within 50ms
55 std::this_thread::sleep_for(ms(250))
    [all...]
mutex_time_point.pass.cpp 27 typedef std::chrono::milliseconds ms; typedef
33 std::unique_lock<std::timed_mutex> lk(m, Clock::now() + ms(300));
36 ns d = t1 - t0 - ms(250);
37 assert(d < ns(50000000)); // within 50ms
43 std::unique_lock<std::timed_mutex> lk(m, Clock::now() + ms(250));
46 ns d = t1 - t0 - ms(250);
47 assert(d < ms(50)); // within 50ms
55 std::this_thread::sleep_for(ms(250));
62 std::this_thread::sleep_for(ms(300))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
try_lock_for.pass.cpp 27 typedef std::chrono::milliseconds ms; typedef
33 assert(m.try_lock_for(ms(300)) == true);
36 ns d = t1 - t0 - ms(250);
37 assert(d < ms(50)); // within 50ms
43 assert(m.try_lock_for(ms(250)) == false);
45 ns d = t1 - t0 - ms(250);
46 assert(d < ms(50)); // within 50ms
54 std::this_thread::sleep_for(ms(250))
    [all...]
try_lock_until.pass.cpp 27 typedef std::chrono::milliseconds ms; typedef
33 assert(m.try_lock_until(Clock::now() + ms(300)) == true);
36 ns d = t1 - t0 - ms(250);
37 assert(d < ms(50)); // within 50ms
43 assert(m.try_lock_until(Clock::now() + ms(250)) == false);
45 ns d = t1 - t0 - ms(250);
46 assert(d < ms(50)); // within 50ms
54 std::this_thread::sleep_for(ms(250))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
try_lock_until.pass.cpp 27 typedef std::chrono::milliseconds ms; typedef
33 assert(m.try_lock_until(Clock::now() + ms(300)) == true);
38 ns d = t1 - t0 - ms(250);
39 assert(d < ms(50)); // within 50ms
45 assert(m.try_lock_until(Clock::now() + ms(250)) == false);
47 ns d = t1 - t0 - ms(250);
48 assert(d < ms(50)); // within 50ms
56 std::this_thread::sleep_for(ms(250))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/
sleep_for.pass.cpp 24 std::chrono::milliseconds ms(500);
26 std::this_thread::sleep_for(ms);
28 std::chrono::nanoseconds ns = (t1 - t0) - ms;
29 std::chrono::nanoseconds err = 5 * ms / 100;
30 // The time slept is within 5% of 500ms
sleep_until.pass.cpp 24 std::chrono::milliseconds ms(500);
26 std::this_thread::sleep_until(t0 + ms);
28 std::chrono::nanoseconds ns = (t1 - t0) - ms;
29 std::chrono::nanoseconds err = 5 * ms / 100;
30 // The time slept is within 5% of 500ms
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.async/
async.pass.cpp 25 typedef std::chrono::milliseconds ms; typedef
29 std::this_thread::sleep_for(ms(200));
37 std::this_thread::sleep_for(ms(200));
43 std::this_thread::sleep_for(ms(200));
48 std::this_thread::sleep_for(ms(200));
54 std::this_thread::sleep_for(ms(200));
62 std::this_thread::sleep_for(ms(300));
66 assert(t1-t0 < ms(100));
70 std::this_thread::sleep_for(ms(300));
74 assert(t1-t0 < ms(100))
    [all...]
  /external/chromium_org/chrome/browser/resources/uber/
uber.css 35 -webkit-transition: -webkit-transform 100ms, width 100ms;
40 -webkit-transition: margin 100ms, opacity 100ms;
52 -webkit-transition: margin 200ms, opacity 200ms;
53 -webkit-transition-delay: 100ms;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
wait_for.pass.cpp 21 typedef std::chrono::milliseconds ms; typedef
25 std::this_thread::sleep_for(ms(500));
33 std::this_thread::sleep_for(ms(500));
40 std::this_thread::sleep_for(ms(500));
53 assert(f.wait_for(ms(300)) == std::future_status::timeout);
55 assert(f.wait_for(ms(300)) == std::future_status::ready);
61 assert(t1-t0 < ms(5));
69 assert(f.wait_for(ms(300)) == std::future_status::timeout);
71 assert(f.wait_for(ms(300)) == std::future_status::ready);
77 assert(t1-t0 < ms(5))
    [all...]

Completed in 474 milliseconds

1 2 3 4 5 6 7 8 91011>>