/external/ipsec-tools/src/libipsec/ |
policy_parse.h | 43 PRIORITY = 259, 62 #define PRIORITY 259
|
policy_parse.y | 36 * in <priority> <policy> 37 * out <priority> <policy> 39 * <priority> is one of the following: 40 * priority <signed int> where the integer is an offset from the default 41 * priority, where negative numbers indicate lower 42 * priority (towards end of list) and positive numbers 43 * indicate higher priority (towards beginning of list) 45 * priority {low,def,high} {+,-} <unsigned int> where low and high are 139 %token PRIORITY PLUS 145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVE [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
PriorityParser.java | 33 * Parser for Priority header. 48 * @param priority the header to parse 50 public PriorityParser(String priority) { 51 super(priority); 64 * @return SIPHeader (Priority object) 71 Priority priority = new Priority(); local 73 headerName(TokenTypes.PRIORITY); 75 priority.setHeaderName(SIPHeaderNames.PRIORITY) [all...] |
TokenTypes.java | 70 public static final int PRIORITY = START + 33;
|
/cts/tests/tests/media/src/android/media/cts/ |
SoundPoolTest.java | 42 private static final int PRIORITY = 1; 130 int sampleId1 = mSoundPool.load(mContext, getSoundA(), PRIORITY); 137 sampleId2 = mSoundPool.load(afd, PRIORITY); 145 sampleId3 = mSoundPool.load(fd, offset, length, PRIORITY); 152 sampleId4 = mSoundPool.load(path, PRIORITY); 231 int sampleID = loadSampleSync(getSoundA(), PRIORITY); 236 int priority = 1; local 239 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); 253 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); 264 priority = 0 [all...] |
/frameworks/base/core/java/com/google/android/mms/pdu/ |
MultimediaMessagePdu.java | 115 * Get X-Mms-Priority value. 120 return mPduHeaders.getOctet(PduHeaders.PRIORITY); 124 * Set X-Mms-Priority value. 130 mPduHeaders.setOctet(value, PduHeaders.PRIORITY);
|
PduHeaders.java | 43 public static final int PRIORITY = 0x8F; 203 * X-Mms-Priority field types. 395 case PRIORITY:
|
PduPersister.java | 113 Mms.PRIORITY, 237 OCTET_COLUMN_INDEX_MAP.put(PduHeaders.PRIORITY, PDU_COLUMN_PRIORITY); 249 OCTET_COLUMN_NAME_MAP.put(PduHeaders.PRIORITY, Mms.PRIORITY); 849 int priority = sendReq.getPriority(); local [all...] |
PduComposer.java | 564 case PduHeaders.PRIORITY: 825 // X-Mms-Priority Optional 826 appendHeader(PduHeaders.PRIORITY); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
NameMap.java | 155 putNameMap(PRIORITY, Priority.class.getName()); //39
|
SIPHeaderNames.java | 93 public static final String PRIORITY = PriorityHeader.NAME; //39
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MmsMessageSender.java | 106 // Priority. 107 sendReq.setPriority(prefs.getInt(MessagingPreferenceActivity.PRIORITY, DEFAULT_PRIORITY));
|
/external/netperf/ |
netcpu_looper.c | 173 /* priority manipulating code for lots of different operating */ 221 /* every once and again, make sure that our process priority is */ 229 prio = PRIORITY; 232 /* cannot change one's own priority to lower value is beyond */ 239 prio = PRIORITY; 253 /* priority low for this looper process. however, either my mind */
|
/frameworks/base/core/java/android/text/ |
DynamicLayout.java | 36 private static final int PRIORITY = 128; 183 (PRIORITY << Spannable.SPAN_PRIORITY_SHIFT));
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
ControlPanelEffect.java | 40 * Audio session priority 42 private static final int PRIORITY = 0; 193 equalizerEffect = new Equalizer(PRIORITY, session); [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/ |
arm-eabi-gccbug | 327 >Priority: $PRIORITY_C 429 # 3) Priority 431 PATTERN=">Priority:" 432 PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP` 433 case "$PRIORITY" in 435 high) echo "$COMMAND: \`Priority: high' is reserved for GCC maintainers." ;; 436 *) echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'." 538 /^>Priority:/s;<.*>;;
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/ |
arm-eabi-gccbug | 326 >Priority: $PRIORITY_C 428 # 3) Priority 430 PATTERN=">Priority:" 431 PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP` 432 case "$PRIORITY" in 434 high) echo "$COMMAND: \`Priority: high' is reserved for GCC maintainers." ;; 435 *) echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'." 537 /^>Priority:/s;<.*>;;
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/ |
arm-eabi-gccbug | 326 >Priority: $PRIORITY_C 428 # 3) Priority 430 PATTERN=">Priority:" 431 PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP` 432 case "$PRIORITY" in 434 high) echo "$COMMAND: \`Priority: high' is reserved for GCC maintainers." ;; 435 *) echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'." 537 /^>Priority:/s;<.*>;;
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/ |
arm-eabi-gccbug | 326 >Priority: $PRIORITY_C 428 # 3) Priority 430 PATTERN=">Priority:" 431 PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP` 432 case "$PRIORITY" in 434 high) echo "$COMMAND: \`Priority: high' is reserved for GCC maintainers." ;; 435 *) echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'." 537 /^>Priority:/s;<.*>;;
|
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/bin/ |
arm-linux-androideabi-gccbug | 326 >Priority: $PRIORITY_C 428 # 3) Priority 430 PATTERN=">Priority:" 431 PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP` 432 case "$PRIORITY" in 434 high) echo "$COMMAND: \`Priority: high' is reserved for GCC maintainers." ;; 435 *) echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'." 537 /^>Priority:/s;<.*>;;
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/ |
arm-eabi-gccbug | 327 >Priority: $PRIORITY_C 429 # 3) Priority 431 PATTERN=">Priority:" 432 PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP` 433 case "$PRIORITY" in 435 high) echo "$COMMAND: \`Priority: high' is reserved for GCC maintainers." ;; 436 *) echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'." 538 /^>Priority:/s;<.*>;;
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/ |
arm-eabi-gccbug | 326 >Priority: $PRIORITY_C 428 # 3) Priority 430 PATTERN=">Priority:" 431 PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP` 432 case "$PRIORITY" in 434 high) echo "$COMMAND: \`Priority: high' is reserved for GCC maintainers." ;; 435 *) echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'." 537 /^>Priority:/s;<.*>;;
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/ |
arm-eabi-gccbug | 326 >Priority: $PRIORITY_C 428 # 3) Priority 430 PATTERN=">Priority:" 431 PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP` 432 case "$PRIORITY" in 434 high) echo "$COMMAND: \`Priority: high' is reserved for GCC maintainers." ;; 435 *) echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'." 537 /^>Priority:/s;<.*>;;
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ |
arm-eabi-gccbug | 326 >Priority: $PRIORITY_C 428 # 3) Priority 430 PATTERN=">Priority:" 431 PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP` 432 case "$PRIORITY" in 434 high) echo "$COMMAND: \`Priority: high' is reserved for GCC maintainers." ;; 435 *) echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'." 537 /^>Priority:/s;<.*>;;
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/ |
arm-linux-androideabi-gccbug | 326 >Priority: $PRIORITY_C 428 # 3) Priority 430 PATTERN=">Priority:" 431 PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP` 432 case "$PRIORITY" in 434 high) echo "$COMMAND: \`Priority: high' is reserved for GCC maintainers." ;; 435 *) echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'." 537 /^>Priority:/s;<.*>;;
|