HomeSort by relevance Sort by last modified time
    Searched full:priority (Results 1551 - 1575 of 3742) sorted by null

<<61626364656667686970>>

  /external/chromium/net/tools/flip_server/
http_interface.cc 200 void HttpSM::NewStream(uint32 stream_id, uint32 priority,
204 mci.priority = priority;
  /external/chromium/third_party/libevent/
evbuffer.c 296 bufferevent_priority_set(struct bufferevent *bufev, int priority)
298 if (event_priority_set(&bufev->ev_read, priority) == -1)
300 if (event_priority_set(&bufev->ev_write, priority) == -1)
  /external/chromium_org/chrome/browser/history/
thumbnail_database.h 32 // higher priority history operations.
125 // returned in the priority of TOUCH_PRECOMPOSED_ICON, TOUCH_ICON, and
165 // will be returned in the priority of TOUCH_PRECOMPOSED_ICON, TOUCH_ICON,
  /external/chromium_org/content/common/
resource_messages.h 160 // The priority of this request.
161 IPC_STRUCT_MEMBER(net::RequestPriority, priority)
323 // Sent by the renderer when a resource request changes priority.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ChildProcessConnectionImpl.java 55 // Strong binding will make the service priority equal to the priority of the activity. We want
60 // Low priority binding maintained in the entire lifetime of the connection, i.e. between calls
  /external/chromium_org/net/dns/
host_resolver_impl.h 58 // Jobs are ordered in the queue based on their priority and order of arrival.
134 RequestPriority priority,
250 // Starts Jobs according to their priority and the configured limits.
  /external/chromium_org/net/http/
http_stream_factory_impl_job.h 42 RequestPriority priority,
77 void SetPriority(RequestPriority priority);
79 RequestPriority priority() const { return priority_; } function in class:net::HttpStreamFactoryImpl::Job
http_stream_factory_impl_request.cc 221 void HttpStreamFactoryImpl::Request::SetPriority(RequestPriority priority) {
224 (*it)->SetPriority(priority);
227 bound_job_->SetPriority(priority);
  /external/chromium_org/net/socket/
client_socket_pool_base.cc 46 RequestPriority priority,
51 priority_(priority),
134 RequestPriority priority,
140 priority_(priority),
817 // Search for the highest priority pending request, amongst the groups that
819 // the same priority, the winner is based on group hash ordering (and not
1275 RequestPriority priority = request->priority(); local
    [all...]
  /external/chromium_org/net/tools/flip_server/
http_interface.cc 181 uint32 priority,
185 mci.priority = priority;
  /external/chromium_org/net/url_request/
url_request_ftp_job.cc 87 void URLRequestFtpJob::SetPriority(RequestPriority priority) {
88 priority_ = priority;
90 http_transaction_->SetPriority(priority);
  /external/chromium_org/third_party/libevent/
evbuffer.c 296 bufferevent_priority_set(struct bufferevent *bufev, int priority)
298 if (event_priority_set(&bufev->ev_read, priority) == -1)
300 if (event_priority_set(&bufev->ev_write, priority) == -1)
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.h 141 // Sets the thread's priority. Must be called before Start().
142 ThreadPriority priority() const { return priority_; } function in class:talk_base::Thread
143 bool SetPriority(ThreadPriority priority);
  /external/chromium_org/webkit/child/
resource_loader_bridge.h 80 // Indicates the priority of this request, as determined by WebKit.
81 net::RequestPriority priority; member in struct:webkit_glue::ResourceLoaderBridge::RequestInfo
210 // Call this method when the priority of the requested resource changes after
  /external/iproute2/include/linux/
pkt_sched.h 6 /* Logical priority bands not depending on specific packet scheduler.
120 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
421 unsigned char priority; member in struct:tc_cbq_wrropt
  /external/kernel-headers/original/linux/
ipv6.h 108 * are glued to priority now, forming "class".
113 __u8 priority:4, member in struct:ipv6hdr
117 priority:4;
  /frameworks/base/core/java/android/os/
Trace.java 94 // The system provides ordering through a priority level. Callbacks made through
95 // SystemProperties.addChangeCallback currently have a negative priority, while
96 // our native code is using a priority of zero.
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.app.Notification.html 129 <A NAME="android.app.Notification.priority"></A>
130 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/Notification.html#priority" target="_top"><code>priority</code></A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.provider.Contacts.PresenceColumns.html 143 <A NAME="android.provider.Contacts.PresenceColumns.PRIORITY"></A>
144 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#PRIORITY" target="_top"><code>PRIORITY</code></A></nobr>
  /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.
  /hardware/ti/omap4xxx/camera/
TICameraParameters.cpp 146 const char TICameraParameters::WHITE_BALANCE_FACE[] = "face-priority";
151 const char TICameraParameters::FOCUS_MODE_FACE[] = "face-priority";
170 const char TICameraParameters::EXPOSURE_MODE_FACE[] = "face-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;
  /external/chromium_org/net/spdy/
spdy_framer.cc 178 // control frame header + 2 * 4 (stream IDs) + 1 (priority) + 1 (slot)
182 // frame prefix + 4 (associated stream ID) + 1 (priority) + 1 (slot)
1109 SpdyPriority priority = 0; local
1682 uint8 priority = syn_stream.priority(); local
    [all...]
  /bionic/libc/include/
syslog.h 76 #define LOG_MASK(pri) (1 << (pri)) /* mask for one priority */
  /dalvik/vm/
Thread.h 569 * Update the priority value of the underlying pthread.
573 /* "change flags" values for raise/reset thread priority calls */
578 * If necessary, raise the thread's priority to nice=0 cgroup=fg.
586 * Drop the thread priority to what it was before an earlier call to

Completed in 2926 milliseconds

<<61626364656667686970>>