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

  /external/chromium_org/chrome/browser/chromeos/drive/
job_queue_unittest.cc 14 enum {HIGH_PRIORITY, LOW_PRIORITY};
22 queue.Push(102, HIGH_PRIORITY);
24 queue.Push(104, HIGH_PRIORITY);
60 // The remaining jobs is of low priority, so under HIGH_PRIORITY context, it
62 EXPECT_FALSE(queue.PopForRun(HIGH_PRIORITY, &id));
72 enum {HIGH_PRIORITY, LOW_PRIORITY};
80 queue.Push(102, HIGH_PRIORITY);
82 queue.Push(104, HIGH_PRIORITY);
  /external/chromium_org/ui/message_center/
notification_types.h 43 HIGH_PRIORITY = 1,
notification_list_unittest.cc 369 AddPriorityNotification(HIGH_PRIORITY);
480 priority.priority = HIGH_PRIORITY;
642 AddPriorityNotification(HIGH_PRIORITY);
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 60 private final static int HIGH_PRIORITY = 3000;
225 HIGH_PRIORITY, DEFAULT_LOOP, 1.0f);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 564 return message_center::HIGH_PRIORITY;
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 383 milliseconds