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

1 2 3

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
bakery_lock.h 20 /* Convert a ticket to priority */
21 #define PRIORITY(t, pos) (((t) << 8) | (pos))
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
2-3.c 9 * policy and priority.
14 * 3. Change main's priority and policy
16 * 5. Check that it has correct priority and policy
28 #define PRIORITY 20
49 if (param.sched_priority == PRIORITY) {
63 param.sched_priority = PRIORITY;
2-4.c 9 * policy and priority.
13 * 2. Change main's priority and policy
16 * 5. Check that it has correct priority and policy
28 #define PRIORITY 20
49 if (param.sched_priority == PRIORITY) {
63 param.sched_priority = PRIORITY;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
1-3.c 12 * 1. Create a pthread_attr structure and set policy and priority in it
28 #define PRIORITY 20
48 if (param.sched_priority == PRIORITY) {
61 /* initialze the attribute and set policy and priority in it */
72 param.sched_priority = PRIORITY;
100 printf("Test FAILED. Priority set incorrectly\n");
1-4.c 12 * 1. Create a pthread_attr structure and set policy and priority in it
28 #define PRIORITY 20
51 if (param.sched_priority == PRIORITY) {
64 /* Initialze the attribute struct and set policy and priority in it */
75 param.sched_priority = PRIORITY;
104 printf("Test FAILED. Priority set incorrectly\n");
  /external/ipsec-tools/src/libipsec/
policy_parse.h 43 PRIORITY = 259,
62 #define PRIORITY 259
  /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 41 private static final int PRIORITY = 1;
96 int sampleId1 = mSoundPool.load(mContext, getSoundA(), PRIORITY);
103 sampleId2 = mSoundPool.load(afd, PRIORITY);
111 sampleId3 = mSoundPool.load(fd, offset, length, PRIORITY);
118 sampleId4 = mSoundPool.load(path, PRIORITY);
145 int sampleID = loadSampleSync(getSoundA(), PRIORITY);
150 int priority = 1; local
153 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
167 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
178 priority = 0
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 70 public static final int PRIORITY = START + 33;
Lexer.java 174 TokenTypes.PRIORITY);
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 578 * Message Priority flag
579 * <P>Type: INTEGER (boolean) normal priority = 0, high priority = 1</P>
    [all...]
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduHeaders.java 43 public static final int PRIORITY = 0x8F;
203 * X-Mms-Priority field types.
395 case PRIORITY:
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 46 private static final int PRIORITY = 128;
492 (PRIORITY << Spannable.SPAN_PRIORITY_SHIFT));
    [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/Messaging/src/android/support/v7/mms/pdu/
PduHeaders.java 41 public static final int PRIORITY = 0x8F;
201 * X-Mms-Priority field types.
393 case PRIORITY:
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduHeaders.java 44 public static final int PRIORITY = 0x8F;
208 * X-Mms-Priority field types.
413 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...]
  /frameworks/base/telephony/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 58 typedef ULONG PRIORITY;
59 typedef PRIORITY *PPRIORITY;
742 CMAPI CONFIGRET WINAPI CM_Add_Empty_Log_Conf(PLOG_CONF plcLogConf,DEVINST dnDevInst,PRIORITY Priority,ULONG ulFlags);
743 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/logkit/logkit/1.0.1/
logkit-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 

Completed in 665 milliseconds

1 2 3