Lines Matching refs:RUNS
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()
868 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in RunTest_RunLoopQuitBogus()
920 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in RunTest_RunLoopQuitDeep()
921 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 2, true)); in RunTest_RunLoopQuitDeep()
922 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 3, true)); in RunTest_RunLoopQuitDeep()
923 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 4, true)); in RunTest_RunLoopQuitDeep()
934 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 4, false)); in RunTest_RunLoopQuitDeep()
935 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 3, false)); in RunTest_RunLoopQuitDeep()
936 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 2, false)); in RunTest_RunLoopQuitDeep()
937 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in RunTest_RunLoopQuitDeep()
1018 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in RunTest_RunLoopQuitOrderAfter()
1021 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in RunTest_RunLoopQuitOrderAfter()