Home
last modified time | relevance | path

Searched refs:RUNS (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_test.cc445 RUNS, enumerator
733 order->RecordStart(RUNS, cookie); in FuncThatRuns()
738 order->RecordEnd(RUNS, cookie); in FuncThatRuns()
770 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in RunTest_QuitNow()
773 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in RunTest_QuitNow()
802 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in RunTest_RunLoopQuitTop()
805 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in RunTest_RunLoopQuitTop()
832 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in RunTest_RunLoopQuitNested()
833 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in RunTest_RunLoopQuitNested()
865 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in RunTest_RunLoopQuitBogus()
[all …]
Dmessage_loop_unittest.cc163 RUNS, enumerator
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
DTimedScenario.java21 private static final int RUNS = 10; field in TimedScenario
51 for (int i = 0; i < RUNS; i++) { in getMinimumTime()