HomeSort by relevance Sort by last modified time
    Searched defs:priority (Results 251 - 275 of 720) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/socket/
transport_client_socket_pool_unittest.cc 469 int StartRequest(const std::string& group_name, RequestPriority priority) {
474 &pool_, group_name, priority, params);
590 // Make sure that TransportConnectJob passes on its priority to its
594 RequestPriority priority = static_cast<RequestPriority>(i); local
598 handle.Init("a", params_, priority, callback.callback(), &pool_,
600 EXPECT_EQ(priority, host_resolver_->last_request_priority());
669 // First part of requests, all with the same priority, finishes in FIFO order.
677 // Make sure that rest of the requests complete in the order of priority.
    [all...]
  /external/chromium_org/net/spdy/
spdy_stream.h 162 RequestPriority priority,
190 RequestPriority priority() const { return priority_; } function in class:net::SpdyStream
  /external/chromium_org/net/url_request/
url_request.h 303 RequestPriority priority,
555 // the priority of this request must already be MAXIMUM_PRIORITY.
654 // Returns the priority level for this request.
655 RequestPriority priority() const { return priority_; } function in class:net::URLRequest
657 // Sets the priority level for this request and any related
658 // jobs. Must not change the priority to anything other than
660 void SetPriority(RequestPriority priority);
    [all...]
  /external/chromium_org/third_party/jinja2/
ext.py 63 #: the priority of that extension. This is especially useful for
65 #: priority.
68 priority = 100 variable in class:Extension
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presencestatus.h 41 // These are arranged in "priority order", i.e., if we see
42 // two statuses at the same priority but with different Shows,
56 int priority() const { return pri_; } function in class:buzz::PresenceStatus
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_XML.py 374 def priority(self): member in class:gl_enum
375 """Calculate a 'priority' for this enum name.
379 priority is used to select which name is the 'best'.
392 priority = 0
394 priority = 2
396 priority = 4
398 priority = 6
400 return priority + bias
  /external/chromium_org/ui/message_center/
notification.h 42 int priority; member in class:message_center::RichNotificationData
96 int priority() const { return optional_fields_.priority; } function in class:message_center::Notification
97 void set_priority(int priority) { optional_fields_.priority = priority; }
181 // Set the priority to SYSTEM. The system priority user needs to call this
  /external/compiler-rt/lib/msandr/
msandr.cc 712 drmgr_priority_t priority = { local
713 sizeof(priority), /* size of struct */
718 }; /* numeric priority */
720 drmgr_register_bb_app2app_event(event_basic_block_app2app, &priority);
721 drmgr_register_bb_instru2instru_event(event_basic_block, &priority);
  /external/kernel-headers/original/linux/
netfilter.h 104 /* Hooks are ordered in ascending priority. */
105 int priority; member in struct:nf_hook_ops
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 374 def priority(self): member in class:gl_enum
375 """Calculate a 'priority' for this enum name.
379 priority is used to select which name is the 'best'.
392 priority = 0
394 priority = 2
396 priority = 4
398 priority = 6
400 return priority + bias
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
MockSpdyPeer.java 168 public int priority; field in class:MockSpdyPeer.InFrame
188 @Override public void synStream(int flags, int streamId, int associatedStreamId, int priority,
195 this.priority = priority;
  /frameworks/av/media/libmedia/
SoundPool.cpp 202 int SoundPool::load(const char* path, int priority)
204 ALOGV("load: path=%s, priority=%d", path, priority);
212 int SoundPool::load(int fd, int64_t offset, int64_t length, int priority)
214 ALOGV("load: fd=%d, offset=%lld, length=%lld, priority=%d",
215 fd, offset, length, priority);
238 int priority, int loop, float rate)
240 ALOGV("play sampleID=%d, leftVolume=%f, rightVolume=%f, priority=%d, loop=%d, rate=%f",
241 sampleID, leftVolume, rightVolume, priority, loop, rate);
261 channel = allocateChannel_l(priority);
656 int priority; local
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java 115 int priority = cursor.getInt( local
212 language, body, priority, etwsInfo, cmasInfo);
309 * This includes lower priority test messages and Amber alerts.
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 173 public boolean setPriority(BluetoothDevice device, int priority) {
176 return service.setPriority(device, priority);
363 public boolean setPriority(BluetoothDevice device, int priority) {
368 priority); local
369 if (DBG) Log.d(TAG, "Saved priority " + device + " = " + priority);
376 int priority = Settings.Global.getInt(getContentResolver(), local
379 return priority;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java 52 private String priority = null; field in class:BluetoothMapMessageListingElement
175 return priority;
178 public void setPriority(String priority) {
179 this.priority = priority;
249 if(priority != null)
250 xmlMsgElement.attribute("", "priority", priority);
  /packages/apps/Settings/src/com/android/settings/
NotificationStation.java 190 public int priority; field in class:NotificationStation.HistoricalNotificationInfo
228 info.priority = sbn.getNotification().priority;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;

Completed in 2409 milliseconds

<<11121314151617181920>>