Searched refs:RUNS (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/message_loop/ |
D | message_loop_test.cc | 445 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 …]
|
D | message_loop_unittest.cc | 163 RUNS, enumerator
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
D | TimedScenario.java | 21 private static final int RUNS = 10; field in TimedScenario 51 for (int i = 0; i < RUNS; i++) { in getMinimumTime()
|