/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
MonitorStartup.java | 51 pingJob.setPriority(Job.DECORATE); // lowest priority
|
/system/core/include/utils/ |
ProcessCallStack.h | 45 void log(const char* logtag, android_LogPriority priority = ANDROID_LOG_DEBUG,
|
/system/core/logwrapper/ |
logwrapper.c | 38 "the Android logging system. Tag is set to BINARY, priority is\n"
|
/external/apache-http/src/org/apache/commons/logging/ |
LogFactory.java | 57 * The name (<code>priority</code>) of the key in the config file used to 58 * specify the priority of that particular config file. The associated value 59 * is a floating-point number; higher values take priority over lower values. 61 public static final String PRIORITY_KEY = "priority"; 759 * just disable all commons-logging? Not high priority though - as stated [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.conf | 345 # priority: Priority group 346 # By default, all networks and credentials get the same priority group 347 # (0). This field can be used to give higher priority for credentials 351 # with the highest priority value will be selected. 491 # priority: priority group (integer) 492 # By default, all networks will get same priority group (0). If some of the 495 # priority groups will be iterated in decreasing priority (i.e., the larger th [all...] |
/external/chromium_org/net/spdy/ |
spdy_session.h | 140 RequestPriority priority, 169 RequestPriority priority() const { return priority_; } function in class:net::SpdyStreamRequest 288 RequestPriority priority, 394 size_t pending_create_stream_queue_size(RequestPriority priority) const { 395 DCHECK_GE(priority, MINIMUM_PRIORITY); 396 DCHECK_LE(priority, MAXIMUM_PRIORITY); 397 return pending_create_stream_queues_[priority].size(); 597 RequestPriority priority, 660 RequestPriority priority); 676 // Pushes the given frame with the given priority into the writ [all...] |
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
data_builder.c | 38 int priority; member in struct:process_t 803 * @param[in] priority Lower priority numbers receive a callback before larger numbers. All priority 813 int priority, int sensor_type) 819 // Or used the same priority 822 (inv_data_builder.process[kk].priority == priority)) { 833 (inv_data_builder.process[kk].priority < priority)) { [all...] |
/external/chromium_org/cc/trees/ |
thread_proxy.cc | 1583 TreePriority priority = SAME_PRIORITY_FOR_BOTH_TREES; local [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnectionPool.java | 142 * The connection pool can use this flag to elevate the priority 619 // No connections available. Enqueue a waiter in priority order. 620 final int priority = getPriority(connectionFlags); local 623 priority, wantPrimaryConnection, sql, connectionFlags); 627 if (priority > successor.mPriority) { 924 final int priority = getPriority(connectionFlags); local [all...] |
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertReceiver.java | 261 int notificationId, boolean doPopup, int priority) { 264 doPopup, priority, false); 270 long eventId, int notificationId, boolean doPopup, int priority, 321 // A higher priority will encourage notification manager to expand it. 322 notificationBuilder.setPriority(priority); 324 // Add action buttons. Show at most three, using the following priority ordering: 409 * the notification manager based on the priority. 413 int notificationId, boolean doPopup, int priority) { 417 priority, true); 493 // Set to min priority to encourage the notification manager to collapse it [all...] |
/bionic/libc/kernel/common/linux/ |
binder.h | 112 int priority; member in struct:binder_pri_desc 117 int priority; member in struct:binder_pri_ptr_cookie
|
/dalvik/vm/ |
AtomicCache.h | 67 * but if we're a high-priority thread that may cause a lockup. 120 * spinning, which might not complete if we're a high priority \
|
/docs/source.android.com/src/devices/ |
latency_design.jd | 118 The fast mixer runs at elevated <code>SCHED_FIFO</code> priority. It needs very 178 The normal mixer runs at elevated <code>SCHED_OTHER</code> priority.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
TemplateSubPatternAssociation.java | 238 * list, which should be equal or less in priority to 239 * this association, and, if equal priority, should occur
|
/external/bluetooth/bluedroid/stack/include/ |
l2c_api.h | 53 /* Values for priority parameter to L2CA_SetAclPriority */ 57 /* Values for priority parameter to L2CA_SetTxPriority */ 619 ** Description Sets the transmission priority for an ACL channel. 626 L2C_API extern BOOLEAN L2CA_SetAclPriority (BD_ADDR bd_addr, UINT8 priority); 657 ** Description Sets the transmission priority for a channel. (FCR Mode) 662 L2C_API extern BOOLEAN L2CA_SetTxPriority (UINT16 cid, tL2CAP_CHNL_PRIORITY priority); [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_ucd.c | 510 ** Description Sets the transmission priority for a connectionless channel. 515 BOOLEAN L2CA_UCDSetTxPriority ( BD_ADDR rem_bda, tL2CAP_CHNL_PRIORITY priority ) 520 L2CAP_TRACE_API3 ("L2CA_UCDSetTxPriority() priority: 0x%02x BDA: %08x%04x", priority, 537 /* it will update the order of CCB in LCB by priority and update round robin service variables */ 538 l2cu_change_pri_ccb (p_ccb, priority); 609 /* Set the default channel priority value to use */ 930 /* Set the default channel priority value to use */ [all...] |
/external/chromium/chrome/browser/prefs/ |
pref_value_store.cc | 107 // Check the |PrefStore|s in order of their priority from highest to lowest 129 // If the pref is controlled by a higher-priority store, its effective value
|
/external/chromium/net/http/ |
http_stream_factory_impl.cc | 182 // pqueue (Order by priority first, then FIFO within same priority). Unclear
|
/external/chromium/net/socket/ |
socks_client_socket_pool_unittest.cc | 76 int StartRequest(const std::string& group_name, RequestPriority priority) { 78 &pool_, group_name, priority, ignored_socket_params_);
|
/external/chromium/net/tools/flip_server/ |
output_ordering.cc | 123 PriorityMap::iterator pmi = priority_map_.find(mci.priority); 126 std::pair<uint32, PriorityRing>(mci.priority, PriorityRing())).first;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
signalthread.cc | 57 bool SignalThread::SetPriority(ThreadPriority priority) { 61 return worker_.SetPriority(priority);
|
signalthread.h | 62 // Context: Main Thread. Call before Start to change the worker's priority. 63 bool SetPriority(ThreadPriority priority);
|
/external/chromium/third_party/libjingle/source/talk/third_party/libudev/ |
libudev.h | 35 int priority, const char *file, int line, const char *fn, 38 void udev_set_log_priority(struct udev *udev, int priority);
|
/external/chromium_org/base/prefs/ |
pref_value_store.cc | 109 // Check the |PrefStore|s in order of their priority from highest to lowest, 131 // store is currently being overridden by a higher-priority store, the
|
/external/chromium_org/base/threading/ |
thread.cc | 164 void Thread::SetPriority(ThreadPriority priority) { 168 PlatformThread::SetThreadPriority(thread_, priority);
|