HomeSort by relevance Sort by last modified time
    Searched refs:RUNS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/message_loop/
message_loop_test.cc 67 // This function runs slowly to simulate a large amount of work being done.
199 // Test that a delayed task still runs after a normal tasks even if the
226 // Test that a delayed task still runs after a pile of normal tasks. The key
384 RUNS,
691 order->RecordStart(RUNS, cookie);
696 order->RecordEnd(RUNS, cookie);
722 FROM_HERE, Bind(&OrderedFunc, &order, 4)); // never runs
728 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true));
731 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false));
760 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true))
    [all...]
message_loop_unittest.cc 75 // This function runs slowly to simulate a large amount of work being done.
157 RUNS,
560 // Make sure the thread runs and sleeps for lack of work.
603 // Make sure the thread runs and sleeps for lack of work.
974 // Run a nested windows-style message loop and verify that our task runs. If
    [all...]

Completed in 42 milliseconds