/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
notifier.h | 21 int priority; member in struct:notifier_block
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
ipmi_smi.h | 49 int priority);
|
notifier.h | 21 int priority; member in struct:notifier_block
|
/sdk/eclipse/scripts/ |
_mk_icons.sh | 46 icon P green priority
|
/system/core/include/utils/ |
AndroidThreads.h | 80 // Change the priority AND scheduling group of a particular thread. The priority 82 // if the priority set failed, else another value if just the group set failed; 86 // Get the current priority of a particular thread. Returns one of the
|
/external/chromium_org/base/prefs/ |
pref_value_store.h | 25 // the value of a Preference from the source with the highest priority, and 96 // a higher-priority source. 103 // a higher-priority source. 110 // there is no higher-priority source controlling it. 114 // whether there is no higher-priority source controlling it. 121 // PrefStores must be listed here in order from highest to lowest priority. 196 // overridden by a higher-priority store.
|
/external/chromium_org/chrome/browser/history/ |
history_service.h | 598 PRIORITY_UI, // The highest priority (must respond to UI events). 600 PRIORITY_LOW, // Low priority things like indexing or expiration. 678 // returned in the priority of TOUCH_PRECOMPOSED_ICON, TOUCH_ICON, and 695 // only a single type will be returned in the priority of [all...] |
/external/chromium_org/chrome/test/functional/ap_lab/ |
ap_configurator.py | 141 def AddItemToCommandList(self, method, args, page, priority): 148 priority: the priority of the method 153 'priority': priority}) 348 # Sort the commands in this page by priority 349 sorted_page_commands = sorted(page_commands, key=lambda k: k['priority'])
|
/external/chromium_org/sync/engine/ |
sync_scheduler_impl.h | 158 void DoNudgeSyncSessionJob(JobPriority priority); 161 void DoConfigurationSyncSessionJob(JobPriority priority); 181 bool CanRunJobNow(JobPriority priority); 184 bool CanRunNudgeJobNow(JobPriority priority); 207 // priority. 212 void TrySyncSessionJob(JobPriority priority); 213 void TrySyncSessionJobImpl(JobPriority priority);
|
sync_scheduler_impl.cc | 307 bool SyncSchedulerImpl::CanRunJobNow(JobPriority priority) { 316 && priority != CANARY_PRIORITY) { 329 bool SyncSchedulerImpl::CanRunNudgeJobNow(JobPriority priority) { 332 if (!CanRunJobNow(priority)) { 449 void SyncSchedulerImpl::DoNudgeSyncSessionJob(JobPriority priority) { 451 DCHECK(CanRunNudgeJobNow(priority)); 483 void SyncSchedulerImpl::DoConfigurationSyncSessionJob(JobPriority priority) { 488 if (!CanRunJobNow(priority)) { 666 void SyncSchedulerImpl::TrySyncSessionJob(JobPriority priority) { 672 priority)); [all...] |
/external/chromium_org/tools/cr/cr/ |
plugin.py | 25 _selectors = cr.Config('PRIORITY') 27 # Lowest priority, always there default values. 158 def priority(self): member in class:Plugin 231 """Return all enabled plugins of type cls in priority order.""" 233 key=attrgetter('priority'), reverse=True) 286 if not result or plugin.priority > result.priority:
|
/external/chromium_org/chrome/browser/automation/ |
automation_util.cc | 132 cookie.IsHttpOnly(), cookie.Priority(), 319 if (cookie.Priority() != net::COOKIE_PRIORITY_DEFAULT) { 320 cookie_dict->SetString("priority", 321 net::CookiePriorityToString(cookie.Priority())); 380 net::CookiePriority priority = net::COOKIE_PRIORITY_DEFAULT; local 416 if (cookie_dict->HasKey("priority")) { 418 if (!cookie_dict->GetString("priority", &priority_string)) { 419 reply.SendError("optional 'priority' invalid"); 422 priority = net::StringToCookiePriority(priority_string); 428 base::Time::FromDoubleT(expiry), secure, http_only, priority)); local [all...] |
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_rules_registry.cc | 88 // Sort all matching rules by their priority so that they can be processed 90 typedef std::pair<WebRequestRule::Priority, WebRequestRule::GlobalRuleId> 96 ordered_matches.push_back(make_pair((*i)->priority(), (*i)->id())); 98 // Sort from rbegin to rend in order to get descending priority order. 101 // Build a map that maps each extension id to the minimum required priority 102 // for rules of that extension. Initially, this priority is -infinite and 106 typedef std::map<ExtensionId, WebRequestRule::Priority> MinPriorities; 117 // Create deltas until we have passed the minimum priority. 121 const WebRequestRule::Priority priority_of_rule = i->first; 129 // all rules with a lower priority than min_priorities[extension_id] [all...] |
/external/chromium_org/content/browser/loader/ |
resource_scheduler_unittest.cc | 140 net::RequestPriority priority, 143 context_.CreateRequest(GURL(url), priority, NULL)); 171 net::RequestPriority priority) { 172 return NewURLRequestWithRoute(url, priority, kRouteId); 176 net::RequestPriority priority, 179 NewURLRequestWithRoute(url, priority, route_id)); 187 TestRequest* NewRequest(const char* url, net::RequestPriority priority) { 188 return NewRequestWithRoute(url, priority, kRouteId); 315 // We only load low priority resources if there's a body. 318 // Throw in one high priority request to make sure that's not a factor [all...] |
/external/nist-sip/java/gov/nist/core/ |
LogWriter.java | 109 //import org.apache.log4j.Priority; 182 // Priority priority = this.getLogPriority(); 183 // if ( level.isGreaterOrEqual(priority)) { 554 // public Priority getLogPriority() { 556 // return Priority.INFO; 558 // return Priority.ERROR; 560 // return Priority.DEBUG; 562 // return Priority.DEBUG; 564 // return Priority.FATAL [all...] |
/frameworks/volley/src/com/android/volley/ |
Request.java | 430 * Priority values. Requests will be processed from higher priorities to 433 public enum Priority { 441 * Returns the {@link Priority} of this request; {@link Priority#NORMAL} by default. 443 public Priority getPriority() { 444 return Priority.NORMAL; 522 * Our comparator sorts from high to low priority, and secondarily by 527 Priority left = this.getPriority(); 528 Priority right = other.getPriority(); 530 // High-priority requests are "lesser" so they are sorted to the front [all...] |
/external/chromium/net/socket/ |
socks_client_socket_pool.cc | 24 RequestPriority priority, 37 destination_.set_priority(priority); 140 socks_params_->destination().priority(), 240 RequestPriority priority, 247 return base_.RequestSocket(group_name, *casted_socket_params, priority,
|
/external/iproute2/man/man8/ |
ip-xfrm.8 | 207 .RB "[ " priority 208 .IR PRIORITY " ]" 240 .RB "[ " priority 241 .IR PRIORITY " ]" 530 .I PRIORITY
|
tc-cbq.8 | 38 priority 120 Consult the defmap for the priority assigned to this packet, which depends 124 Ask the defmap for instructions for the 'best effort' priority. Check the 140 starts by asking the highest priority classes (lowest numerically - 213 only the ratios matter. Defaults to the configured rate, unless the priority 223 prio priority 224 In the round-robin process, classes with the lowest priority field are tried 281 CBQ can also classify based on the packet's priority. There are 16 285 specified as a bitmap. The Least Significant Bit corresponds to priority
|
/frameworks/base/media/java/android/media/audiofx/ |
LoudnessEnhancer.java | 90 * @param priority the priority level requested by the application for controlling the 93 * parameters. The normal priority is 0, above normal is a positive number, below normal a 103 public LoudnessEnhancer(int priority, int audioSession) 106 super(EFFECT_TYPE_LOUDNESS_ENHANCER, EFFECT_TYPE_NULL, priority, audioSession);
|
/frameworks/base/services/common_time/ |
common_time_server.h | 59 status_t getMasterElectionPriority(uint8_t *priority); 60 status_t setMasterElectionPriority(uint8_t priority); 216 // priority than all of their peers during elections. This flag is set and 255 uint8_t mMasterPriority; // Priority of this device in master election. 271 // Priority mask and shift fields.
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertService.java | 108 // The grace period before changing a notification's priority bucket. 332 // If there are more high/medium priority events than we can show, bump some to 333 // the low priority digest. 337 // Post the individual higher priority events (future and recently started 347 // Keep concurrent events high priority (to appear higher in the notification list) 352 // Post the medium priority events (concurrent events that started a while ago). 355 // TODO: Post these with the same notification priority level as the higher priority 370 // Post the low priority events as 1 combined notification. 406 Log.d(TAG, "No low priority events, canceling the digest notification.") [all...] |
/external/chromium/third_party/libevent/ |
event.3 | 129 .Fn "event_priority_set" "struct event *ev" "int priority" 445 schedules all active events with the same priority. 447 priority than others. 450 supports strict priority queues. 451 Active events with a lower priority are always processed before events 452 with a higher priority. 461 function can be used to assign a priority to an event. 464 assigns the middle priority to all events unless their priority
|
/external/chromium_org/net/http/ |
http_transaction_unittest.cc | 156 net::RequestPriority priority, 160 factory->CreateTransaction(priority, &trans_, NULL); 226 net::RequestPriority priority, 230 priority_(priority), 375 void MockNetworkTransaction::SetPriority(net::RequestPriority priority) { 376 priority_ = priority; 408 net::RequestPriority priority, 412 last_create_transaction_priority_ = priority; 414 new MockNetworkTransaction(priority, this));
|
/external/chromium_org/third_party/libevent/ |
event.3 | 129 .Fn "event_priority_set" "struct event *ev" "int priority" 445 schedules all active events with the same priority. 447 priority than others. 450 supports strict priority queues. 451 Active events with a lower priority are always processed before events 452 with a higher priority. 461 function can be used to assign a priority to an event. 464 assigns the middle priority to all events unless their priority
|