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

<<31323334353637383940>>

  /external/chromium_org/net/http/
http_pipelined_stream.cc 30 RequestPriority priority,
128 void HttpPipelinedStream::SetPriority(RequestPriority priority) {
http_proxy_client_socket_pool.cc 80 RequestPriority priority,
88 : ConnectJob(group_name, timeout_duration, priority, delegate,
185 priority(),
219 group_name(), params_->ssl_params(), priority(), callback_,
329 priority(),
394 request.priority(),
439 RequestPriority priority, ClientSocketHandle* handle,
444 return base_.RequestSocket(group_name, *casted_socket_params, priority,
  /external/chromium_org/net/socket/
ssl_client_socket_pool.cc 101 RequestPriority priority,
114 priority,
229 priority(),
250 priority(),
272 priority(),
560 new SSLConnectJob(group_name, request.priority(), request.params(),
573 RequestPriority priority,
580 return base_.RequestSocket(group_name, *casted_socket_params, priority,
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.h 111 void set_priority(QuicPriority priority) { priority_ = priority; }
  /external/chromium_org/net/url_request/
url_request_context.cc 75 RequestPriority priority,
77 return scoped_ptr<URLRequest>(new URLRequest(url, priority, delegate, this));
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.h 37 RequestPriority priority,
62 virtual void SetPriority(RequestPriority priority) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h 58 , priority(0)
94 int priority; member in struct:WebCore::SVGGlyph
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc 194 bool Thread::SetPriority(ThreadPriority priority) {
198 if (priority == PRIORITY_NORMAL) {
200 } else if (priority == PRIORITY_HIGH) {
202 } else if (priority == PRIORITY_ABOVE_NORMAL) {
204 } else if (priority == PRIORITY_IDLE) {
211 priority_ = priority;
216 priority_ = priority;
257 // There is no POSIX-standard way to set a below-normal priority for an
  /external/compiler-rt/make/
lib_util.mk 46 # Helper function to select the right set of dirs in generic priority order.
53 # Helper function to select the right set of dirs in optimized priority order.
  /external/dropbear/
cli-main.c 33 static void cli_dropbear_log(int priority, const char* format, va_list param);
107 static void cli_dropbear_log(int UNUSED(priority),
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
LocalAndGlobalData.java 33 * @param local the request-specific HDF data that takes priority.
47 * @param local the request-specific HDF data that takes priority.
  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 1 //===---- LatencyPriorityQueue.h - A latency-oriented priority queue ------===//
90 // single predecessor has a higher priority, since scheduling it will make
  /external/replicaisland/src/com/replica/replicaisland/
RenderComponent.java 91 public void setPriority(int priority) {
92 mPriority = priority;
  /external/stlport/stlport/stl/
_threads.c 82 // 2) SwitchToThread yields to lower-priority threads
91 * According to MSDN, Sleep(0) will never yield to a lower-priority thread,
  /external/stressapptest/src/
logger.cc 35 void Logger::VLogF(int priority, const char *format, va_list args) {
36 if (priority > verbosity_) {
  /external/wpa_supplicant_8/src/radius/
radius_client.h 122 * auth_servers - RADIUS Authentication servers in priority order
137 * acct_servers - RADIUS Accounting servers in priority order
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 792 ssid->priority = cred->priority;
996 selected->priority < cred->priority)
1122 ssid->priority = cred->priority;
1190 "consortium matching credential priority %d",
1191 cred_rc->priority);
1197 "matching credential priority %d",
1198 cred->priority);
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 94 bool runOnCallingThread, bool canCallJava, int32_t priority) {
121 mName.empty() ? "ALooper" : mName.c_str(), priority);
  /frameworks/base/core/java/android/hardware/camera2/
CameraAccessException.java 55 * higher-priority access request for the camera device.
128 "to a higher-priority access request for the camera device.";
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 112 * Gets the current priority of the common time service used in the master election protocol.
114 * @return an 8 bit value indicating the priority of this common time service relative to other
125 * Sets the current priority of the common time service used in the master election protocol.
127 * @param priority priority of the common time service used in the master election protocol.
128 * Lower numbers are lower priority.
132 public int setMasterElectionPriority(byte priority) {
135 return mUtils.transactSetInt(METHOD_SET_MASTER_ELECTION_PRIORITY, priority);
  /frameworks/base/core/java/android/util/
Slog.java 97 public static int println(int priority, String tag, String msg) {
98 return Log.println_native(Log.LOG_ID_SYSTEM, priority, tag, msg);
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 33 boolean useChronometer, int priority, CharSequence subText) {
57 .setPriority(priority)
  /libcore/benchmarks/src/benchmarks/regression/
PriorityQueueBenchmark.java 54 // add priority queue only elements (these won't be touched)
58 // add non-priority queue elements (these will be misses)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c 82 // 2) SwitchToThread yields to lower-priority threads
91 * According to MSDN, Sleep(0) will never yield to a lower-priority thread,
  /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;

Completed in 1777 milliseconds

<<31323334353637383940>>