HomeSort by relevance Sort by last modified time
    Searched refs:priority (Results 301 - 325 of 384) sorted by null

<<111213141516

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 367 void cgraph_build_static_cdtor (char which, tree body, int priority);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cgraph.h 371 void cgraph_build_static_cdtor (char which, tree body, int priority);
  /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/bison/src/
vcg.c 198 e->priority = E_PRIORITY;
620 if (e->priority != E_PRIORITY)
621 fprintf (fout, "\t\tpriority:\t%d\n", e->priority);
  /external/chromium/net/base/
host_resolver_impl.cc 378 // We rely on the priority enum values being sequential having starting at 0,
428 PendingRequestsQueue& q = pending_requests_[req->info().priority()];
431 // If the queue is too big, kick out the lowest priority oldest request.
433 // Iterate over the queues from lowest priority to highest priority.
451 PendingRequestsQueue& q = pending_requests_[req->info().priority()];
457 // Removes and returns the highest priority pending request.
828 "Received request r%d for {hostname='%s', port=%d, priority=%d, "
833 static_cast<int>(info.priority()),
930 // Find the highest priority request that can be scheduled
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 648 * Creates a new PriorityHeader based on the newly supplied priority value.
650 * @param priority - the new string value of the priority.
652 * unexpectedly while parsing the priority value.
655 public PriorityHeader createPriorityHeader(String priority)
657 if (priority == null)
658 throw new NullPointerException("bad priority arg");
659 Priority p = new Priority();
660 p.setPriority(priority);
    [all...]
  /external/tcpdump/
print-decnet.c 185 int priority; local
262 priority = EXTRACT_LE_8BITS(cmp->cm_rhello.rh_priority);
268 blksize, priority, hello);
print-isoclns.c 204 { ESIS_OPTION_PRIORITY, "Priority" },
220 { CLNP_OPTION_PRIORITY, "Priority"},
562 u_int8_t priority; member in struct:isis_iih_lan_header
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridDrawManager.java 146 boolean priority = !(index < firstVisibleSlot || index > lastVisibleSlot);
182 view.prime(texture, priority);
184 if (priority && isCached && texture.mState != Texture.STATE_ERROR)
    [all...]
  /system/core/nexus/
WifiNetwork.cpp 208 if (mSuppl->getNetworkVar(mNetid, "priority", buffer, len))
324 int WifiNetwork::setPriority(int priority) {
326 sprintf(val, "%d", priority);
327 if (mSuppl->setNetworkVar(mNetid, "priority", val))
330 mPriority = priority;
456 LOGE("Cannot enable network when priority is not set");
757 WifiNetworkIntegerProperty(wn, "Priority", false, 1) {
  /external/bluetooth/glib/glib/
giochannel.c 502 * at the default priority.
522 * @priority: the priority of the #GIOChannel source
529 * with the given priority.
539 gint priority,
552 if (priority != G_PRIORITY_DEFAULT)
553 g_source_set_priority (source, priority);
570 * with the default priority.
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 809 int priority = 2; local
812 /* skip priority */
814 priority = atoi(pos);
822 WpaMsg wm(pos, priority);
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java 114 Mms.PRIORITY,
238 OCTET_COLUMN_INDEX_MAP.put(PduHeaders.PRIORITY, PDU_COLUMN_PRIORITY);
250 OCTET_COLUMN_NAME_MAP.put(PduHeaders.PRIORITY, Mms.PRIORITY);
843 int priority = sendReq.getPriority(); local
    [all...]
  /external/kernel-headers/original/asm-arm/arch/
dma.h 365 extern void omap_set_dma_priority(int lch, int dst_port, int priority);
  /frameworks/base/core/java/android/content/res/
AssetManager.java 734 /*package*/ native static final void dumpTheme(int theme, int priority, String tag, String prefix);
  /frameworks/base/services/java/com/android/server/
WifiService.java     [all...]
PackageManagerService.java     [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
linux_osl.c 252 skb->priority = 0;
  /external/dnsmasq/src/
dnsmasq.h 222 int issrv, srvport, priority, weight; member in struct:mx_srv_record
758 void my_syslog(int priority, const char *format, ...);
  /frameworks/base/core/java/android/content/
IntentFilter.java 43 * and/or path) in an Intent. It also includes a "priority" value which is
138 * The filter {@link #setPriority} value at which system high-priority
148 * The filter {@link #setPriority} value at which system low-priority
401 * Modify priority of this filter. The default priority is 0. Positive
407 * @param priority The new priority value.
413 public final void setPriority(int priority) {
414 mPriority = priority;
418 * Return the priority of this filter
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /dalvik/vm/
Thread.c 362 dvmFindFieldOffset(gDvm.classJavaLangThread, "priority", "I");
1697 int priority = dvmGetFieldInt(self->threadObj, local
3507 int priority; \/\/ java.lang.Thread priority local
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 519 int priority[8] = {1, 2, 4, 3, 8, 6, 7, 5}; local
538 /** check the right priority */
568 /**get priority by Indicator*/
574 if(priority[num1] > priority[num2]) {
577 } else if(priority[pCurConstraint->Indicator] < priority[pCompareConstraint->Indicator])
628 /** check the right priority */
668 /** refresh the right priority */
    [all...]
  /external/bluetooth/bluez/audio/
avdtp.c 435 static int send_request(struct avdtp *session, gboolean priority,
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 268 assertEquals(bearerData.priority, BearerData.PRIORITY_EMERGENCY);
315 assertEquals(bearerData.priority, BearerData.PRIORITY_EMERGENCY);
    [all...]

Completed in 1247 milliseconds

<<111213141516