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

  /external/chromium_org/chrome/browser/chromeos/drive/
job_queue_unittest.cc 14 enum {HIGH_PRIORITY, LOW_PRIORITY};
21 queue.Push(101, LOW_PRIORITY);
23 queue.Push(103, LOW_PRIORITY);
28 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id));
30 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id));
34 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id));
38 EXPECT_FALSE(queue.PopForRun(LOW_PRIORITY, &id));
48 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id));
52 queue.Push(105, LOW_PRIORITY);
65 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id))
    [all...]
  /external/chromium_org/ui/message_center/
notification_types.h 41 LOW_PRIORITY = -1,
notification_list_unittest.cc 284 AddPriorityNotification(LOW_PRIORITY);
345 std::string id0 = AddPriorityNotification(LOW_PRIORITY);
373 std::string id0 = AddPriorityNotification(LOW_PRIORITY);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate_browsertest.cc 27 message_center::LOW_PRIORITY);
synced_notification_unittest.cc 30 message_center::LOW_PRIORITY);
chrome_notifier_service_unittest.cc 38 message_center::LOW_PRIORITY);
synced_notification.cc 545 return message_center::LOW_PRIORITY;
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 58 private final static int LOW_PRIORITY = 1000;
213 LOW_PRIORITY, DEFAULT_LOOP, 1.0f);
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 894 milliseconds