/external/dnsmasq/src/ |
log.c | 255 /* priority is one of LOG_DEBUG, LOG_INFO, LOG_NOTICE, etc. See sys/syslog.h. 256 OR'd to priority can be MS_TFTP, MS_DHCP, ... to be able to do log separation between 259 void my_syslog(int priority, const char *format, ...) 272 if ((LOG_FACMASK & priority) == MS_TFTP) 274 else if ((LOG_FACMASK & priority) == MS_DHCP) 277 priority = LOG_PRI(priority); 289 if (priority <= LOG_ERR) 291 else if (priority == LOG_WARNING) 293 else if (priority <= LOG_INFO [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
ModuleUtils.h | 25 /// Append F to the list of global ctors of module M with the given Priority. 29 void appendToGlobalCtors(Module &M, Function *F, int Priority); 32 void appendToGlobalDtors(Module &M, Function *F, int Priority);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothMap.java | 318 * Set priority of the profile 321 * Priority can be one of {@link #PRIORITY_ON} or 325 * @param priority 326 * @return true if priority is set, false on error 328 public boolean setPriority(BluetoothDevice device, int priority) { 329 if (DBG) log("setPriority(" + device + ", " + priority + ")"); 332 if (priority != BluetoothProfile.PRIORITY_OFF && 333 priority != BluetoothProfile.PRIORITY_ON) { 337 return mService.setPriority(device, priority); 348 * Get the priority of the profile [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ipv6.h | 100 * are glued to priority now, forming "class". 105 __u8 priority:4, member in struct:ipv6hdr 109 priority:4;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ipv6.h | 100 * are glued to priority now, forming "class". 105 __u8 priority:4, member in struct:ipv6hdr 109 priority:4;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ipv6.h | 100 * are glued to priority now, forming "class". 105 __u8 priority:4, member in struct:ipv6hdr 109 priority:4;
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
rostermodule_unittest.cc | 139 os<<" priority:"<<presence->priority(); 313 "<priority>-37</priority>" 367 "priority:42 status:Hey there, friend!]" 369 "<cli:priority>42</cli:priority>" 377 "<priority>42</priority>" 394 "<priority>120</priority> [all...] |
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
declarative_rule.h | 131 // // Return the minimum priority of rules that can be evaluated after this 166 // Returns the minimum priority of rules that may be evaluated after 191 typedef int Priority; 208 Priority priority); 231 Priority priority() const { return priority_; } function in class:extensions::DeclarativeRule 239 // Returns the minimum priority of rules that may be evaluated after 242 Priority GetMinimumPriority() const; 250 Priority priority_ 467 int priority = *(rule->priority); local [all...] |
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Thread.c | 155 threadContext->priority = M4OSA_kThreadNormalPriority ; 213 int priority = 0; local 260 /* Set the priority based on default android priorities */ 262 * outcome of this priority settings are not yet satisfactory */ 265 switch(threadContext->priority) 268 priority = ANDROID_PRIORITY_NORMAL; 271 priority = ANDROID_PRIORITY_DISPLAY; 274 priority = ANDROID_PRIORITY_URGENT_DISPLAY; 277 priority = ANDROID_PRIORITY_AUDIO; 280 priority = ANDROID_PRIORITY_URGENT_AUDIO 521 M4OSA_ThreadPriorityLevel priority local 758 M4OSA_ThreadPriorityLevel* priority = local [all...] |
/bionic/libc/kernel/common/linux/netfilter/ |
xt_CLASSIFY.h | 22 u_int32_t priority; member in struct:xt_classify_target_info
|
/development/ndk/platforms/android-3/include/android/ |
log.h | 42 * - a priority 77 * Android log priority values, in ascending priority order. 114 * to inspect it, if a debugger is attached. This uses the FATAL priority.
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
TaskListView.java | 47 * priority for the task. 55 int priority = (Integer) child.getTag(); local 56 String priorityStr = "Priority: " + priority;
|
/external/chromium/net/socket/ |
tcp_client_socket_pool.h | 28 TCPSocketParams(const HostPortPair& host_port_pair, RequestPriority priority, 36 TCPSocketParams(const std::string& host, int port, RequestPriority priority, 52 void Initialize(RequestPriority priority, const GURL& referrer, 137 RequestPriority priority,
|
/external/chromium/net/spdy/ |
spdy_bitmasks.h | 17 // Priority mask from the SYN_FRAME
|
spdy_http_utils.h | 33 int ConvertRequestPriorityToSpdyPriority(RequestPriority priority);
|
/external/chromium/net/url_request/ |
url_request_netlog_params.h | 24 RequestPriority priority);
|
/external/chromium_org/base/allocator/ |
allocator_shim.h | 14 // be used by subprocesses. Priority is given to the current value of
|
/external/chromium_org/base/process/ |
process_linux.cc | 21 // We are more aggressive in our lowering of background process priority 105 int priority = background ? kBackgroundPriority : kForegroundPriority; local 106 int result = setpriority(PRIO_PROCESS, process_, priority); 113 // We won't be able to raise the priority if we don't have the right rlimit.
|
/external/chromium_org/chrome/browser/net/ |
preconnect.cc | 71 // priority here, as we won't make a request, and will surrender the created 73 // speculative socket as such, and IF we use a net::LOWEST priority, and if 81 net::RequestPriority priority = net::HIGHEST; local 113 http_stream_factory->PreconnectStreams(count, request_info, priority,
|
/external/chromium_org/chrome/browser/prefs/ |
pref_service_syncable.h | 61 // TODO(albertb): Given that we now support priority preferences, callers of 63 // into priority preferences and calling IsPrioritySyncing(). 66 // Returns true if priority preferences state has synchronized with the remote 67 // priority preferences.
|
/external/chromium_org/chrome/installer/linux/debian/ |
control.template | 3 Priority: optional
|
/external/chromium_org/chrome/installer/setup/ |
run_all_unittests.cc | 13 // Handle the --adjust-process-priority switch, which is used to test the
|
/external/chromium_org/components/policy/core/common/ |
policy_types.h | 21 // override it or not. The values are listed in increasing order of priority.
|
/external/chromium_org/content/browser/loader/ |
resource_scheduler.h | 51 // interface or it may alter the request's priority by calling set_priority() on 99 // Queues are maintained for each priority level. When |request| is 100 // reprioritized, it will move to the end of the queue for that priority 109 // Returns the number of requests with priority < LOW that are currently in
|
/external/chromium_org/net/base/ |
request_priority.h | 30 const char* RequestPriorityToString(RequestPriority priority);
|