Searched refs:RUNS (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/message_loop/ |
D | message_loop_test.cc | 390 RUNS, enumerator 697 order->RecordStart(RUNS, cookie); in FuncThatRuns() 702 order->RecordEnd(RUNS, cookie); in FuncThatRuns() 734 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in RunTest_QuitNow() 737 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in RunTest_QuitNow() 766 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in RunTest_RunLoopQuitTop() 769 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in RunTest_RunLoopQuitTop() 796 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in RunTest_RunLoopQuitNested() 797 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in RunTest_RunLoopQuitNested() 829 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in RunTest_RunLoopQuitBogus() [all …]
|
D | message_loop_unittest.cc | 162 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()
|