/external/chromium_org/ui/views/focus/ |
focus_manager.h | 225 // higher priority. 227 // |priority| denotes the priority of the handler. 241 ui::AcceleratorManager::HandlerPriority priority, 280 // Whether the given |accelerator| has a priority handler associated with it.
|
/frameworks/base/docs/html/tools/projects/ |
projects-eclipse.jd | 227 them up and down in priority.</p><img src="{@docRoot}images/developing/adt-props-libRef.png"> 233 priority (and merge order) by selecting a library and using the <strong>Up</strong> and 235 starting from lowest priority (bottom of the list) to highest (top of the list). If more than one 237 priority. The application itself has highest priority and its resources are always used in
|
index.jd | 264 priority and that the resource in the library project is not compiled into the application 269 projects, then specify the relative priority of the resources in each library. This lets you 272 resource from the library with higher priority and discard the other.</p> 275 you can set their relative priority. At build time, the 276 libraries are merged with the application one at a time, starting from the lowest priority to 291 the resource from the application, or the library with highest priority, and discard the other 294 highest-priority library taking precedence.</p>
|
/frameworks/base/media/java/android/media/audiofx/ |
Equalizer.java | 131 * @param priority the priority level requested by the application for controlling the Equalizer 133 * how much the requesting application needs control of effect parameters. The normal priority 143 public Equalizer(int priority, int audioSession) 146 super(EFFECT_TYPE_EQUALIZER, EFFECT_TYPE_NULL, priority, audioSession);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
LogUtils.java | 38 * Priority constant for the println method; use LogUtils.v. 43 * Priority constant for the println method; use LogUtils.d. 48 * Priority constant for the println method; use LogUtils.i. 53 * Priority constant for the println method; use LogUtils.w. 58 * Priority constant for the println method; use LogUtils.e.
|
/external/guava/guava/src/com/google/common/collect/ |
MinMaxPriorityQueue.java | 42 * A double-ended priority queue, which provides constant-time access to both 50 * the queue according to the queue's comparator. But unlike a regular priority 55 * <p>A min-max priority queue can be configured with a maximum size. If so, 63 * developed by Atkinson, et al. Unlike many other double-ended priority queues, 93 * Creates a new min-max priority queue with default settings: natural order, 101 * Creates a new min-max priority queue using natural order, no maximum size, 141 * The builder class used in creation of min-max priority queues. Instead of 170 * Configures this builder to build min-max priority queues with an initial 192 * Builds a new min-max priority queue using the previously specified 200 * Builds a new min-max priority queue using the previously specifie [all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 347 TargetLoweringObjectFileELF::getStaticCtorSection(unsigned Priority) const { 348 // The default scheme is .ctor / .dtor, so we have to invert the priority 350 if (Priority == 65535) 354 std::string Name = std::string(".init_array.") + utostr(Priority); 359 std::string Name = std::string(".ctors.") + utostr(65535 - Priority); 367 TargetLoweringObjectFileELF::getStaticDtorSection(unsigned Priority) const { 368 // The default scheme is .ctor / .dtor, so we have to invert the priority 370 if (Priority == 65535) 374 std::string Name = std::string(".fini_array.") + utostr(Priority); 379 std::string Name = std::string(".dtors.") + utostr(65535 - Priority); [all...] |
/external/tinyxml/ |
xmltest.cpp | 89 "<Item priority=\"1\" distance='close'> Go to the <bold>Toy store!</bold></Item>" 90 "<Item priority=\"2\" distance='none'> Do bills </Item>" 91 "<Item priority=\"2\" distance='far & back'> Look for Evil Dinosaurs! </Item>" 102 "<Item priority=\"2\" distance=\"close\">Go to the" 106 "<Item priority=\"1\" distance=\"far\">Talk to:" 113 "<Item priority=\"2\" distance=\"here\">Do bills" 166 // Going to the toy store is now our second priority... 167 // So set the "priority" attribute of the first item in the list. 172 itemElement->SetAttribute( "priority", 2 ); 195 item.SetAttribute( "priority", "1" ) [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
bcmutils.c | 640 /* Priority peek from a specific set of precedences */ 669 /* Priority dequeue from a specific set of precedences */ 1127 int priority = 0; local 1150 /* DSCP priority gets precedence over 802.1P (vlan tag) */ 1152 priority = dscp_prio; 1155 priority = vlan_prio; 1159 * If the DSCP priority is not the same as the VLAN priority, 1160 * then overwrite the priority field in the vlan tag, with the 1161 * DSCP priority value. This is required for Linux APs becaus [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.cc | 76 // Compare connection priority. Lower values get sorted last. 77 if (a->priority() > b->priority()) 79 if (a->priority() < b->priority()) 100 // priority writable connections first. 500 // The priority of the candidate is set to the PRIORITY attribute [all...] |
/external/clang/lib/CodeGen/ |
CodeGenModule.h | 90 unsigned int priority; member in struct:clang::CodeGen::OrderGlobalInits 93 : priority(p), lex_order(l) {} 96 return priority == RHS.priority && 101 if (priority < RHS.priority) 104 return priority == RHS.priority && lex_order < RHS.lex_order; 344 return LHS.first.priority < RHS.first.priority; [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfigStore.java | 137 /* Tracks the highest priority of configured networks */ 242 * updating the priority of all the networks and enabling the given 256 // Reset the priority of each network at start or if it goes too high. 260 config.priority = 0; 267 // Set to the highest priority and save the configuration. 270 config.priority = ++mLastPriority; 683 if (config.priority > mLastPriority) { 684 mLastPriority = config.priority; [all...] |
/hardware/invensense/60xx/mlsdk/mllite/ |
mlFIFO.c | 158 int priority[MAX_HIGH_RATE_PROCESSES]; member in struct:fifo_rate_obj 175 accuracy = INV_32_BIT; // 32-bits takes priority [all...] |
/bionic/libc/netbsd/nameser/ |
ns_print.c | 274 /* Priority. */ 292 /* Priority. */ 392 u_int priority, weight, port; local 398 /* Priority, Weight, Port. */ 399 priority = ns_get16(rdata); rdata += NS_INT16SZ; 402 len = SPRINTF((t, "%u %u %u ", priority, weight, port)); 648 /* Priority, Weight, Port. */
|
/external/chromium/third_party/libevent/ |
event.c | 327 /* Allocate our priority queues */ 351 * Active events are stored in priority queues. Lower priorities are always 352 * process before higher priorities. Low priority events can starve high 353 * priority ones. 632 /* by default, we put new events into the middle priority */ 651 * Set's the priority of an event - if an event is already scheduled 652 * changing the priority is going to fail.
|
/external/chromium_org/third_party/libevent/ |
event.c | 327 /* Allocate our priority queues */ 351 * Active events are stored in priority queues. Lower priorities are always 352 * process before higher priorities. Low priority events can starve high 353 * priority ones. 632 /* by default, we put new events into the middle priority */ 651 * Set's the priority of an event - if an event is already scheduled 652 * changing the priority is going to fail.
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXAlgo.cpp | 919 status_t OMXCameraAdapter::setAlgoPriority(AlgoPriority priority, 932 if ( FACE_PRIORITY == priority ) { 962 CAMHAL_LOGEB("Error while configuring face priority 0x%x", eError); 964 CAMHAL_LOGDB("Face priority for algorithms set successfully 0x%x, 0x%x, 0x%x", 970 } else if ( REGION_PRIORITY == priority ) { 1000 CAMHAL_LOGEB("Error while configuring region priority 0x%x", eError); 1002 CAMHAL_LOGDB("Region priority for algorithms set successfully 0x%x, 0x%x, 0x%x", [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintList.java | [all...] |
/external/chromium/net/socket/ |
client_socket_pool_base.cc | 143 RequestPriority priority, 153 priority_(priority), 201 // priority. Highest priorities are closest to the front. Older requests are 202 // prioritized over requests of equal priority. 208 while (it != pending_requests->end() && r->priority() >= (*it)->priority()) 306 DCHECK_GE(request->priority(), 0); 760 // Search for the highest priority pending request, amongst the groups that 762 // the same priority, the winner is based on group hash ordering (and not [all...] |
/external/chromium/net/url_request/ |
url_request.h | 553 // Returns the priority level for this request. 554 RequestPriority priority() const { return priority_; } function in class:net::URLRequest 555 void set_priority(RequestPriority priority) { 557 DCHECK_GE(static_cast<int>(priority), static_cast<int>(HIGHEST)); 558 DCHECK_LT(static_cast<int>(priority), static_cast<int>(NUM_PRIORITIES)); 560 DCHECK_GE(priority, HIGHEST); 561 DCHECK_LT(priority, NUM_PRIORITIES); 563 priority_ = priority; 666 // The priority level for this request. Objects like ClientSocketPool use
|
/external/chromium_org/net/url_request/ |
url_request.cc | 204 RequestPriority priority, 219 priority_(priority), 984 void URLRequest::SetPriority(RequestPriority priority) { 985 DCHECK_GE(priority, MINIMUM_PRIORITY); 986 DCHECK_LE(priority, MAXIMUM_PRIORITY); 988 if ((load_flags_ & LOAD_IGNORE_LIMITS) && (priority != MAXIMUM_PRIORITY)) { 995 if (priority_ == priority) 998 priority_ = priority; 1001 NetLog::IntegerCallback("priority", priority_)); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config.h | 55 * priority - Priority group 57 * By default, all networks and credentials get the same priority group 58 * (0). This field can be used to give higher priority for credentials 62 * with the highest priority value will be selected. 64 int priority; member in struct:wpa_cred 243 * pssid - Per-priority network lists (in priority order) 250 * This indicates how many per-priority network lists are included in
|
/bionic/libc/unistd/ |
syslog.c | 122 "syslog: unknown facility/priority: %x", pri); 125 "syslog_r: unknown facility/priority: %x", pri); 130 /* Check priority against setlogmask values. */
|
/dalvik/vm/ |
Misc.h | 71 void dvmPrintHexDumpEx(int priority, const char* tag, const void* vaddr, 110 int priority; member in struct:DebugOutputTarget::__anon847::__anon848 122 void dvmCreateLogOutputTarget(DebugOutputTarget* target, int priority,
|
/external/chromium/net/spdy/ |
spdy_stream.h | 121 int priority() const { return priority_; } function in class:net::SpdyStream 122 void set_priority(int priority) { priority_ = priority; }
|