HomeSort by relevance Sort by last modified time
    Searched full:low_priority (Results 1 - 16 of 16) 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 349 AddPriorityNotification(LOW_PRIORITY);
415 std::string id0 = AddPriorityNotification(LOW_PRIORITY);
443 std::string id0 = AddPriorityNotification(LOW_PRIORITY);
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/notifications/
PriorityPresets.java 31 new SimplePriorityPreset(R.string.low_priority, Notification.PRIORITY_LOW),
  /development/samples/wearable/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 31 new SimplePriorityPreset(R.string.low_priority, Notification.PRIORITY_LOW),
  /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);
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/res/values/
strings.xml 43 <string name="low_priority">Low priority</string>
  /development/samples/wearable/Notifications/Application/src/main/res/values/
strings.xml 44 <string name="low_priority">Low priority</string>
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.cc 484 notification->set_priority(message_center::LOW_PRIORITY);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_unittest.cc 29 message_center::LOW_PRIORITY);
synced_notification.cc 489 return message_center::LOW_PRIORITY;
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c     [all...]
sme.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 366 * low_priority - Requests driver to use a lower scan priority
371 unsigned int low_priority:1; member in struct:wpa_driver_scan_params
    [all...]
driver_nl80211.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 628 milliseconds