/system/chre/ |
gen_todo.sh | 3 # Generate a TODO with a unique hash and priority level to allow tracking. 15 read -p "Priority (ex: 0, 1, 2 or 3):" 18 PRIORITY="?" 20 PRIORITY=$REPLY 26 PRIORITY=$1 34 TODO_STR="TODO(P$PRIORITY-$TODO_ID): $TODO_TEXT"
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/tools/ |
watchdogtimer.sh | 2 PRIORITY=20 6 chrt -p -f $PRIORITY $$
|
/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...] |
/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/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");
|
/development/samples/ApiDemos/src/com/example/android/mmslib/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);
|
/device/linaro/bootloader/arm-trusted-firmware/lib/locks/bakery/ |
bakery_lock_coherent.c | 54 * observed so far. Our priority is set to be greater than the maximum 55 * observed priority 58 * ticket value. That's OK as the lock is acquired based on the priority 84 * priority value. A contending CPU iterate over all other CPUs in the platform, 87 * (and priority) value as 0. The contending CPU compares its priority with that 88 * of others'. The CPU with the highest priority (lowest numerical value) 105 * Now that we got our ticket, compute our priority value, then compare 108 my_prio = PRIORITY(my_ticket, me); 123 if (their_ticket && (PRIORITY(their_ticket, they) < my_prio)) [all...] |
bakery_lock_normal.c | 167 * Now that we got our ticket, compute our priority value, then compare 170 my_prio = PRIORITY(my_ticket, me); 193 if (their_ticket && (PRIORITY(their_ticket, they) < my_prio)) { 195 * They have higher priority (lower value). Wait for
|
/frameworks/opt/telephony/src/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);
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
MultimediaMessagePdu.java | 113 * Get X-Mms-Priority value. 118 return mPduHeaders.getOctet(PduHeaders.PRIORITY); 122 * Set X-Mms-Priority value. 128 mPduHeaders.setOctet(value, PduHeaders.PRIORITY);
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/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);
|
/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))
|
/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...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
AMDGPUKernelDescriptor.h | 69 AMDGPU_BITS_ENUM_ENTRY(PRIORITY, 10, 2),
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
AMDGPUKernelDescriptor.h | 69 AMDGPU_BITS_ENUM_ENTRY(PRIORITY, 10, 2),
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
AMDGPUKernelDescriptor.h | 69 AMDGPU_BITS_ENUM_ENTRY(PRIORITY, 10, 2),
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
AMDGPUKernelDescriptor.h | 69 AMDGPU_BITS_ENUM_ENTRY(PRIORITY, 10, 2),
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
AMDGPUKernelDescriptor.h | 69 AMDGPU_BITS_ENUM_ENTRY(PRIORITY, 10, 2),
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
AMDGPUKernelDescriptor.h | 69 AMDGPU_BITS_ENUM_ENTRY(PRIORITY, 10, 2),
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
AMDGPUKernelDescriptor.h | 69 AMDGPU_BITS_ENUM_ENTRY(PRIORITY, 10, 2),
|