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

<<41424344454647484950>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-posix.h 395 /* Set the current thread's priority. */
397 __gthread_objc_thread_set_priority (int priority)
418 if (priority > priority_max)
419 priority = priority_max;
420 else if (priority < priority_min)
421 priority = priority_min;
422 params.sched_priority = priority;
438 /* Return the current thread's priority. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h 395 /* Set the current thread's priority. */
397 __gthread_objc_thread_set_priority (int priority)
418 if (priority > priority_max)
419 priority = priority_max;
420 else if (priority < priority_min)
421 priority = priority_min;
422 params.sched_priority = priority;
438 /* Return the current thread's priority. */
gthr-posix.h 395 /* Set the current thread's priority. */
397 __gthread_objc_thread_set_priority (int priority)
418 if (priority > priority_max)
419 priority = priority_max;
420 else if (priority < priority_min)
421 priority = priority_min;
422 params.sched_priority = priority;
438 /* Return the current thread's priority. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-default.h 395 /* Set the current thread's priority. */
397 __gthread_objc_thread_set_priority (int priority)
418 if (priority > priority_max)
419 priority = priority_max;
420 else if (priority < priority_min)
421 priority = priority_min;
422 params.sched_priority = priority;
438 /* Return the current thread's priority. */
gthr-posix.h 395 /* Set the current thread's priority. */
397 __gthread_objc_thread_set_priority (int priority)
418 if (priority > priority_max)
419 priority = priority_max;
420 else if (priority < priority_min)
421 priority = priority_min;
422 params.sched_priority = priority;
438 /* Return the current thread's priority. */
  /system/core/include/utils/
Printer.h 43 // Create a printer using the specified logcat and log priority
47 android_LogPriority priority = ANDROID_LOG_DEBUG,
  /system/core/libutils/
CallStack.cpp 112 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const {
113 LogPrinter printer(logtag, priority, prefix, /*ignoreBlankLines*/false);
Printer.cpp 70 android_LogPriority priority,
74 mPriority(priority),
  /external/chromium/chrome/browser/history/
history.h 584 PRIORITY_UI, // The highest priority (must respond to UI events).
586 PRIORITY_LOW, // Low priority things like indexing or expiration.
687 // specified priority. The task will have ownership taken.
688 void ScheduleTask(SchedulePriority priority, Task* task);
697 Handle Schedule(SchedulePriority priority,
705 ScheduleTask(priority,
712 Handle Schedule(SchedulePriority priority,
721 ScheduleTask(priority,
    [all...]
  /external/chromium/net/spdy/
spdy_session.cc 381 RequestPriority priority,
387 return CreateStreamImpl(url, priority, spdy_stream, stream_net_log);
392 create_stream_queues_[priority].push(
393 PendingCreateStream(url, priority, spdy_stream,
408 pending_create.priority,
454 RequestPriority priority,
477 stream->set_priority(priority);
484 static_cast<int>(priority), 0, 10, 11);
487 DCHECK(priority >= net::HIGHEST && priority < net::NUM_PRIORITIES)
605 int priority = 3; local
    [all...]
  /device/asus/flo/camera/QCamera2/util/
QCameraCmdThread.h 62 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
  /external/chromium/net/base/
host_resolver.h 73 RequestPriority priority() const { return priority_; } function in class:net::HostResolver::RequestInfo
74 void set_priority(RequestPriority priority) { priority_ = priority; }
98 // The priority for the request.
  /external/chromium/net/socket/
client_socket_handle.h 46 // method returns either OK or ERR_IO_PENDING. On ERR_IO_PENDING, |priority|
75 RequestPriority priority,
188 RequestPriority priority,
205 group_name, &socket_params, priority, this, &callback_, net_log);
client_socket_pool.h 41 // connecting. |priority| will determine the placement into the wait list.
65 RequestPriority priority,
76 // ClientSocketPool will assign a priority to the new connections, if any.
77 // This priority will probably be lower than all others, since this method
  /external/chromium/net/tools/flip_server/
sm_interface.h 49 virtual void NewStream(uint32 stream_id, uint32 priority,
  /external/chromium_org/base/
pending_task.cc 41 // Since the top of a priority queue is defined as the "greatest" element, we
  /external/chromium_org/chrome/browser/chromeos/login/
helper.h 49 // If there are multiple connected networks, network priority:
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
message_center_tray_bridge_unittest.mm 45 data.priority = -1;
  /external/chromium_org/chrome_frame/
bind_status_callback_impl.h 60 STDMETHOD(GetPriority)(LONG* priority);
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_response_builder.h 45 void AppendSrv(const std::string& service_name, uint32 ttl, uint16 priority,
  /external/chromium_org/extensions/browser/
pending_extension_info.cc 60 // |install_source_| is the higher priority source.
  /external/chromium_org/ipc/
ipc_message.h 47 PRIORITY_MASK = 0x03, // Low 2 bits of store the priority value.
60 // Initialize a message with a user-defined type, priority value, and
62 Message(int32 routing_id, uint32 type, PriorityValue priority);
72 PriorityValue priority() const { function in class:IPC::Message
  /external/chromium_org/net/dns/
single_request_host_resolver.h 36 RequestPriority priority,
  /external/chromium_org/net/http/
http_basic_state.cc 28 RequestPriority priority,
http_network_layer.h 46 virtual int CreateTransaction(RequestPriority priority,

Completed in 1077 milliseconds

<<41424344454647484950>>