HomeSort by relevance Sort by last modified time
    Searched defs:PRIORITY (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/tools/cr/cr/targets/
target.py 23 # The default base priority
24 PRIORITY = 0
93 This searches the set of installed targets in priority order to see if any
103 key=operator.attrgetter('PRIORITY'),
142 Up it's priority to come ahead of general purpose rule matches.
145 PRIORITY = Target.PRIORITY + 1
  /external/ipsec-tools/src/libipsec/
policy_parse.h 43 PRIORITY = 259,
62 #define PRIORITY 259
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
Property.java 194 * Gets the custom sort priority of this property
196 * @return the sort priority
203 * Sets the custom sort priority of this property
205 * @param priority the new priority to use
207 public void setPriority(int priority) {
208 this.mPriority = priority;
219 /** Sort {@link Property} instances by priority */
220 public static final Comparator<Property> PRIORITY = new Comparator<Property>() {
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 93 public static final String PRIORITY = PriorityHeader.NAME; //39
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 36 private static final int PRIORITY = 1;
91 int sampleId1 = mSoundPool.load(mContext, getSoundA(), PRIORITY);
98 sampleId2 = mSoundPool.load(afd, PRIORITY);
106 sampleId3 = mSoundPool.load(fd, offset, length, PRIORITY);
113 sampleId4 = mSoundPool.load(path, PRIORITY);
140 int sampleID = loadSampleSync(getSoundA(), PRIORITY);
145 int priority = 1; local
148 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
162 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
173 priority = 0
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 65 public static final String PRIORITY = "pref_key_mms_priority";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 83 private static final String PRIORITY = "priority"; //$NON-NLS-1$
436 args.put(PRIORITY, EMPTY);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 70 public static final int PRIORITY = START + 33;
Lexer.java 174 TokenTypes.PRIORITY);
  /frameworks/base/core/java/android/text/
DynamicLayout.java 38 private static final int PRIORITY = 128;
185 (PRIORITY << Spannable.SPAN_PRIORITY_SHIFT));
  /external/chromium_org/net/spdy/
spdy_protocol.h 291 PRIORITY,
292 LAST_CONTROL_TYPE = PRIORITY
411 // A SPDY priority is a number between 0 and 7 (inclusive).
412 // SPDY priority range is version-dependent. For SPDY 2 and below, priority is a
689 SpdyPriority priority() const { return priority_; } function in class:net::SpdySynStreamIR
690 void set_priority(SpdyPriority priority) { priority_ = priority; }
851 uint32 priority() const { return priority_; } function in class:net::SpdyHeadersIR
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduHeaders.java 43 public static final int PRIORITY = 0x8F;
203 * X-Mms-Priority field types.
395 case PRIORITY:
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 40 * Audio session priority
42 private static final int PRIORITY = 0;
186 virtualizerEffect = new Virtualizer(PRIORITY, session);
216 equalizerEffect = new Equalizer(PRIORITY, session);
    [all...]
  /external/netperf/
netlib.c 126 #define PRIORITY PRI_LOW
131 #define PRIORITY NDPLOMIN
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cfgmgr32.h 63 typedef ULONG PRIORITY;
64 typedef PRIORITY *PPRIORITY;
747 CMAPI CONFIGRET WINAPI CM_Add_Empty_Log_Conf(PLOG_CONF plcLogConf,DEVINST dnDevInst,PRIORITY Priority,ULONG ulFlags);
748 CMAPI CONFIGRET WINAPI CM_Add_Empty_Log_Conf_Ex(PLOG_CONF plcLogConf,DEVINST dnDevInst,PRIORITY Priority,ULONG ulFlags,HMACHINE hMachine);
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 699 milliseconds

1 2