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

1 2 3 4

  /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...]
TokenTypes.java 70 public static final int PRIORITY = START + 33;
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 39 private static final int PRIORITY = 1;
94 int sampleId1 = mSoundPool.load(mContext, getSoundA(), PRIORITY);
101 sampleId2 = mSoundPool.load(afd, PRIORITY);
109 sampleId3 = mSoundPool.load(fd, offset, length, PRIORITY);
116 sampleId4 = mSoundPool.load(path, PRIORITY);
143 int sampleID = loadSampleSync(getSoundA(), PRIORITY);
148 int priority = 1; local
151 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
165 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
176 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");
  /device/linaro/bootloader/arm-trusted-firmware/lib/locks/bakery/
bakery_lock_coherent.c 66 /* Convert a ticket to priority */
67 #define PRIORITY(t, pos) (((t) << 8) | (pos))
90 * observed so far. Our priority is set to be greater than the maximum
91 * observed priority
94 * ticket value. That's OK as the lock is acquired based on the priority
121 * priority value. A contending CPU iterate over all other CPUs in the platform,
124 * (and priority) value as 0. The contending CPU compares its priority with that
125 * of others'. The CPU with the highest priority (lowest numerical value)
144 * Now that we got our ticket, compute our priority value, then compar
    [all...]
bakery_lock_normal.c 59 /* Convert a ticket to priority */
60 #define PRIORITY(t, pos) (((t) << 8) | (pos))
163 * Now that we got our ticket, compute our priority value, then compare
166 my_prio = PRIORITY(my_ticket, me);
192 if (their_ticket && (PRIORITY(their_ticket, they) < my_prio)) {
194 * 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);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/autotest/site_utils/suite_scheduler/
build_event.py 98 PRIORITY = priorities.Priority.POSTBUILD
timed_event.py 133 PRIORITY = priorities.Priority.DAILY
186 PRIORITY = priorities.Priority.WEEKLY
base_event.py 56 @var PRIORITY: The priority of suites kicked off by this event.
68 PRIORITY = priorities.Priority.DEFAULT
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 568 * Message Priority flag
569 * <P>Type: INTEGER (boolean) normal priority = 0, high priority = 1</P>
    [all...]
  /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/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTInfo.h 101 COMPPGM1(priority, PRIORITY),
  /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
  /external/netperf/src/
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 */

Completed in 808 milliseconds

1 2 3 4