Home
last modified time | relevance | path

Searched full:priority (Results 1 – 25 of 4220) sorted by relevance

12345678910>>...169

/external/javaparser/
Druleset.xml7 <priority>2</priority>
10 <priority>2</priority>
13 <priority>2</priority>
16 <priority>3</priority>
19 <priority>2</priority>
22 <priority>2</priority>
25 <priority>2</priority>
28 <priority>3</priority>
31 <priority>2</priority>
34 <priority>2</priority>
[all …]
/external/ImageMagick/config/
Dmime.xml14 <!ATTLIST mime priority CDATA #IMPLIED>
20 …<mime type="application/andrew-inset" acronym="ATK" description="Andrew Toolkit" priority="100" pa…
21 …<mime type="application/illustrator" description="Adobe Illustrator document" priority="100" patte…
22 …encoded file" data-type="string" offset="11" magic="must be converted with BinHex" priority="50" />
23 …="string" offset="0" magic="(************** Content-type: application/mathematica" priority="50" />
24 …100:256" magic="This notebook can be used on any computer system with Mathematica" priority="50" />
25 …ffset="10:256" magic="This is a Mathematica Notebook file. It contains ASCII text" priority="50" />
26 …<mime type="application/mathematica" description="Mathematica Notebook" priority="100" pattern="*.…
27 …ation/mbox" description="mailbox file" data-type="string" offset="0" magic="From " priority="20" />
28 <mime type="application/octet-stream" description="unknown" priority="100" pattern="*.bin" />
[all …]
/external/ImageMagick/www/source/
Dmime.xml14 <!ATTLIST mime priority CDATA #IMPLIED>
20 …<mime type="application/andrew-inset" acronym="ATK" description="Andrew Toolkit" priority="100" pa…
21 …<mime type="application/illustrator" description="Adobe Illustrator document" priority="100" patte…
22 …encoded file" data-type="string" offset="11" magic="must be converted with BinHex" priority="50" />
23 …="string" offset="0" magic="(************** Content-type: application/mathematica" priority="50" />
24 …100:256" magic="This notebook can be used on any computer system with Mathematica" priority="50" />
25 …ffset="10:256" magic="This is a Mathematica Notebook file. It contains ASCII text" priority="50" />
26 …<mime type="application/mathematica" description="Mathematica Notebook" priority="100" pattern="*.…
27 …ation/mbox" description="mailbox file" data-type="string" offset="0" magic="From " priority="20" />
28 <mime type="application/octet-stream" description="unknown" priority="100" pattern="*.bin" />
[all …]
/external/tcpdump/tests/
Dlldp-infinite-loop-1.out28 Application Priority Subtype (12)
30 Application Priority Table
31 Priority: 0, RES: 0, Sel: 0, Protocol ID: 0
32 Priority: 0, RES: 0, Sel: 0, Protocol ID: 0
33 Priority: 0, RES: 0, Sel: 0, Protocol ID: 128
34 Priority: 0, RES: 1, Sel: 4, Protocol ID: 3072
35 Priority: 0, RES: 0, Sel: 0, Protocol ID: 0
36 Priority: 0, RES: 0, Sel: 0, Protocol ID: 0
37 Priority: 4, RES: 0, Sel: 0, Protocol ID: 32962
38 Priority: 0, RES: 0, Sel: 0, Protocol ID: 0
[all …]
Dlacp-ev.out3 System 00:13:c4:12:0f:00, System Priority 32768, Key 13, Port 22, Port Priority 32768
6 System 00:0e:83:16:f5:00, System Priority 32768, Key 13, Port 25, Port Priority 32768
13 System 00:13:c4:12:0f:00, System Priority 32768, Key 13, Port 22, Port Priority 32768
16 System 00:0e:83:16:f5:00, System Priority 32768, Key 13, Port 25, Port Priority 32768
23 System 00:13:c4:12:0f:00, System Priority 32768, Key 13, Port 22, Port Priority 32768
26 System 00:0e:83:16:f5:00, System Priority 32768, Key 13, Port 25, Port Priority 32768
33 System 00:13:c4:12:0f:00, System Priority 32768, Key 13, Port 22, Port Priority 32768
36 System 00:00:00:00:00:00, System Priority 0, Key 0, Port 0, Port Priority 0
43 System 00:13:c4:12:0f:00, System Priority 32768, Key 13, Port 22, Port Priority 32768
46 System 00:00:00:00:00:00, System Priority 0, Key 0, Port 0, Port Priority 0
[all …]
Dlisp_eid_notify.out8 Priority/Weight 1/100, Multicast Priority/Weight 1/100, flags [none],
11 Priority/Weight 1/100, Multicast Priority/Weight 1/100, flags [none],
13 Priority/Weight 1/100, Multicast Priority/Weight 1/100, flags [none],
16 Priority/Weight 1/100, Multicast Priority/Weight 1/100, flags [none],
24 Priority/Weight 1/100, Multicast Priority/Weight 1/100, flags [none],
27 Priority/Weight 1/100, Multicast Priority/Weight 1/100, flags [none],
29 Priority/Weight 1/100, Multicast Priority/Weight 1/100, flags [none],
39 Priority/Weight 1/100, Multicast Priority/Weight 1/100, flags [none],
42 Priority/Weight 1/100, Multicast Priority/Weight 1/100, flags [none],
44 Priority/Weight 1/100, Multicast Priority/Weight 1/100, flags [none],
[all …]
/external/arm-trusted-firmware/bl31/
Dehf.c8 * Exception handlers at EL3, their priority levels, and management.
37 * Convert index into secure priority using the platform-defined priority bits
47 /* Returns whether given priority is in secure priority range */
53 /* Translate priority to the index in the priority array */
54 static unsigned int pri_to_idx(unsigned int priority) in pri_to_idx() argument
58 idx = EHF_PRI_TO_IDX(priority, exception_data.pri_bits); in pri_to_idx()
65 /* Return whether there are outstanding priority activation */
77 * Return the current priority index of this CPU. If no priority is active,
85 /* Current priority is the right-most bit */ in get_pe_highest_active_idx()
90 * Mark priority active by setting the corresponding bit in active_pri_bits and
[all …]
/external/arm-trusted-firmware/docs/components/
Dexception-handling.rst90 is based on a priority scheme. This priority scheme is closely tied to how the
94 The platform is required to `partition`__ the Secure priority space into
95 priority levels as applicable for the Secure software stack. It then assigns the
96 dispatchers to one or more priority levels. The dispatchers then register
97 handlers for the priority levels at runtime. A dispatcher can register handlers
98 for more than one priority level.
100 .. __: `Partitioning priority levels`_
107 A priority level is *active* when a handler at that priority level is currently
110 priority of the acknowledged interrupt is used to match its registered handler.
111 The priority level is likewise implicitly deactivated when the interrupt
[all …]
/external/clang/test/OpenMP/
Dtask_priority_messages.cpp14 #pragma omp task priority // expected-error {{expected '(' after 'priority'}} in tmain()
15 …#pragma omp task priority ( // expected-error {{expected expression}} expected-error {{expected ')… in tmain()
16 #pragma omp task priority () // expected-error {{expected expression}} in tmain()
17 …#pragma omp task priority (argc // expected-error {{expected ')'}} expected-note {{to match this '… in tmain()
18 …#pragma omp task priority (argc)) // expected-warning {{extra tokens at the end of '#pragma omp ta… in tmain()
19 #pragma omp task priority (argc > 0 ? argv[1][0] : argv[2][argc]) in tmain()
20 …ma omp task priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp t… in tmain()
21 #pragma omp task priority (S) // expected-error {{'S' does not refer to a value}} in tmain()
22 …#pragma omp task priority (argc argc) // expected-error {{expected ')'}} expected-note {{to match … in tmain()
23 #pragma omp task priority(0) in tmain()
[all …]
Dtaskloop_simd_priority_messages.cpp14 #pragma omp taskloop simd priority // expected-error {{expected '(' after 'priority'}} in tmain()
17 …#pragma omp taskloop simd priority ( // expected-error {{expected expression}} expected-error {{ex… in tmain()
20 #pragma omp taskloop simd priority () // expected-error {{expected expression}} in tmain()
23 …#pragma omp taskloop simd priority (argc // expected-error {{expected ')'}} expected-note {{to mat… in tmain()
26 …#pragma omp taskloop simd priority (argc)) // expected-warning {{extra tokens at the end of '#prag… in tmain()
29 #pragma omp taskloop simd priority (argc > 0 ? argv[1][0] : argv[2][argc]) in tmain()
32 …p simd priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp tasklo… in tmain()
35 #pragma omp taskloop simd priority (S) // expected-error {{'S' does not refer to a value}} in tmain()
38 …#pragma omp taskloop simd priority (argc argc) // expected-error {{expected ')'}} expected-note {{… in tmain()
41 #pragma omp taskloop simd priority(0) in tmain()
[all …]
Dtaskloop_priority_messages.cpp14 #pragma omp taskloop priority // expected-error {{expected '(' after 'priority'}} in tmain()
17 …#pragma omp taskloop priority ( // expected-error {{expected expression}} expected-error {{expecte… in tmain()
20 #pragma omp taskloop priority () // expected-error {{expected expression}} in tmain()
23 …#pragma omp taskloop priority (argc // expected-error {{expected ')'}} expected-note {{to match th… in tmain()
26 …#pragma omp taskloop priority (argc)) // expected-warning {{extra tokens at the end of '#pragma om… in tmain()
29 #pragma omp taskloop priority (argc > 0 ? argv[1][0] : argv[2][argc]) in tmain()
32 … taskloop priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp tas… in tmain()
35 #pragma omp taskloop priority (S) // expected-error {{'S' does not refer to a value}} in tmain()
38 …#pragma omp taskloop priority (argc argc) // expected-error {{expected ')'}} expected-note {{to ma… in tmain()
41 #pragma omp taskloop priority(0) in tmain()
[all …]
/external/libchrome/base/task/sequence_manager/
Dtask_queue_selector.h43 // Called get or set the priority of |queue|.
45 TaskQueue::QueuePriority priority);
80 TaskQueue::QueuePriority priority);
82 TaskQueue::QueuePriority priority);
103 bool ChooseOldestWithPriority(TaskQueue::QueuePriority priority,
113 TaskQueue::QueuePriority priority,
116 bool ChooseOldestDelayedTaskWithPriority(TaskQueue::QueuePriority priority,
120 // task from the set of queues of |priority|, or false if all queues of that
121 // priority are empty. In addition |out_chose_delayed_over_immediate| is set
125 TaskQueue::QueuePriority priority,
[all …]
Dtask_queue_selector.cc20 TaskQueue::QueuePriority priority) { in QueuePriorityToSelectorLogic() argument
21 switch (priority) { in QueuePriorityToSelectorLogic()
87 TaskQueue::QueuePriority priority) { in SetQueuePriority() argument
88 DCHECK_LT(priority, TaskQueue::kQueuePriorityCount); in SetQueuePriority()
91 prioritizing_selector_.ChangeSetIndex(queue, priority); in SetQueuePriority()
94 // and have to assign priority for the queue itself. in SetQueuePriority()
95 queue->delayed_work_queue()->AssignSetIndex(priority); in SetQueuePriority()
96 queue->immediate_work_queue()->AssignSetIndex(priority); in SetQueuePriority()
98 DCHECK_EQ(priority, queue->GetQueuePriority()); in SetQueuePriority()
102 TaskQueue::QueuePriority priority) { in NextPriority() argument
[all …]
/external/llvm-project/clang/test/OpenMP/
Dtask_priority_messages.cpp17 #pragma omp task priority // expected-error {{expected '(' after 'priority'}} in tmain()
18 …#pragma omp task priority ( // expected-error {{expected expression}} expected-error {{expected ')… in tmain()
19 #pragma omp task priority () // expected-error {{expected expression}} in tmain()
20 …#pragma omp task priority (argc // expected-error {{expected ')'}} expected-note {{to match this '… in tmain()
21 …#pragma omp task priority (argc)) // expected-warning {{extra tokens at the end of '#pragma omp ta… in tmain()
22 #pragma omp task priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain()
23 …ma omp task priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp t… in tmain()
24 #pragma omp task priority (S) // expected-error {{'S' does not refer to a value}} in tmain()
25 …#pragma omp task priority (argc argc) // expected-error {{expected ')'}} expected-note {{to match … in tmain()
26 #pragma omp task priority(0) in tmain()
[all …]
Dtaskloop_priority_messages.cpp17 #pragma omp taskloop priority // expected-error {{expected '(' after 'priority'}} in tmain()
20 …#pragma omp taskloop priority ( // expected-error {{expected expression}} expected-error {{expecte… in tmain()
23 #pragma omp taskloop priority () // expected-error {{expected expression}} in tmain()
26 …#pragma omp taskloop priority (argc // expected-error {{expected ')'}} expected-note {{to match th… in tmain()
29 …#pragma omp taskloop priority (argc)) // expected-warning {{extra tokens at the end of '#pragma om… in tmain()
32 #pragma omp taskloop priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain()
35 … taskloop priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp tas… in tmain()
38 #pragma omp taskloop priority (S) // expected-error {{'S' does not refer to a value}} in tmain()
41 …#pragma omp taskloop priority (argc argc) // expected-error {{expected ')'}} expected-note {{to ma… in tmain()
44 #pragma omp taskloop priority(0) in tmain()
[all …]
Dmaster_taskloop_priority_messages.cpp17 #pragma omp master taskloop priority // expected-error {{expected '(' after 'priority'}} in tmain()
20 …#pragma omp master taskloop priority ( // expected-error {{expected expression}} expected-error {{… in tmain()
23 #pragma omp master taskloop priority () // expected-error {{expected expression}} in tmain()
26 …#pragma omp master taskloop priority (argc // expected-error {{expected ')'}} expected-note {{to m… in tmain()
29 …#pragma omp master taskloop priority (argc)) // expected-warning {{extra tokens at the end of '#pr… in tmain()
32 #pragma omp master taskloop priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain()
35 …kloop priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp master … in tmain()
38 #pragma omp master taskloop priority (S) // expected-error {{'S' does not refer to a value}} in tmain()
41 …#pragma omp master taskloop priority (argc argc) // expected-error {{expected ')'}} expected-note … in tmain()
44 #pragma omp master taskloop priority(0) in tmain()
[all …]
Dparallel_master_taskloop_priority_messages.cpp17 #pragma omp parallel master taskloop priority // expected-error {{expected '(' after 'priority'}} in tmain()
20 …#pragma omp parallel master taskloop priority ( // expected-error {{expected expression}} expected… in tmain()
23 #pragma omp parallel master taskloop priority () // expected-error {{expected expression}} in tmain()
26 …#pragma omp parallel master taskloop priority (argc // expected-error {{expected ')'}} expected-no… in tmain()
29 …#pragma omp parallel master taskloop priority (argc)) // expected-warning {{extra tokens at the en… in tmain()
32 #pragma omp parallel master taskloop priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain()
35 …p priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp parallel ma… in tmain()
38 …#pragma omp parallel master taskloop priority (S) // expected-error {{'S' does not refer to a valu… in tmain()
41 …#pragma omp parallel master taskloop priority (argc argc) // expected-error {{expected ')'}} expec… in tmain()
44 #pragma omp parallel master taskloop priority(0) in tmain()
[all …]
Dmaster_taskloop_simd_priority_messages.cpp17 #pragma omp master taskloop simd priority // expected-error {{expected '(' after 'priority'}} in tmain()
20 …#pragma omp master taskloop simd priority ( // expected-error {{expected expression}} expected-err… in tmain()
23 #pragma omp master taskloop simd priority () // expected-error {{expected expression}} in tmain()
26 …#pragma omp master taskloop simd priority (argc // expected-error {{expected ')'}} expected-note {… in tmain()
29 …#pragma omp master taskloop simd priority (argc + z)) // expected-warning {{extra tokens at the en… in tmain()
32 #pragma omp master taskloop simd priority (argc > 0 ? argv[1][0] : argv[2][argc]) in tmain()
35 …imd priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp master ta… in tmain()
38 #pragma omp master taskloop simd priority (S) // expected-error {{'S' does not refer to a value}} in tmain()
41 …#pragma omp master taskloop simd priority (argc argc) // expected-error {{expected ')'}} expected-… in tmain()
44 #pragma omp master taskloop simd priority(0) in tmain()
[all …]
Dtaskloop_simd_priority_messages.cpp17 #pragma omp taskloop simd priority // expected-error {{expected '(' after 'priority'}} in tmain()
20 …#pragma omp taskloop simd priority ( // expected-error {{expected expression}} expected-error {{ex… in tmain()
23 #pragma omp taskloop simd priority () // expected-error {{expected expression}} in tmain()
26 …#pragma omp taskloop simd priority (argc // expected-error {{expected ')'}} expected-note {{to mat… in tmain()
29 …#pragma omp taskloop simd priority (argc + z)) // expected-warning {{extra tokens at the end of '#… in tmain()
32 #pragma omp taskloop simd priority (argc > 0 ? argv[1][0] : argv[2][argc]) in tmain()
35 …p simd priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp tasklo… in tmain()
38 #pragma omp taskloop simd priority (S) // expected-error {{'S' does not refer to a value}} in tmain()
41 …#pragma omp taskloop simd priority (argc argc) // expected-error {{expected ')'}} expected-note {{… in tmain()
44 #pragma omp taskloop simd priority(0) in tmain()
[all …]
Dparallel_master_taskloop_simd_priority_messages.cpp17 …#pragma omp parallel master taskloop simd priority // expected-error {{expected '(' after 'priorit… in tmain()
20 …#pragma omp parallel master taskloop simd priority ( // expected-error {{expected expression}} exp… in tmain()
23 #pragma omp parallel master taskloop simd priority () // expected-error {{expected expression}} in tmain()
26 …#pragma omp parallel master taskloop simd priority (argc // expected-error {{expected ')'}} expect… in tmain()
29 …#pragma omp parallel master taskloop simd priority (argc)) // expected-warning {{extra tokens at t… in tmain()
32 #pragma omp parallel master taskloop simd priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain()
35priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp parallel mast… in tmain()
38 …#pragma omp parallel master taskloop simd priority (S) // expected-error {{'S' does not refer to a… in tmain()
41 …#pragma omp parallel master taskloop simd priority (argc argc) // expected-error {{expected ')'}} … in tmain()
44 #pragma omp parallel master taskloop simd priority(0) in tmain()
[all …]
/external/llvm-project/clang/test/Index/
Dcomplete-type-factors.m7 enum Priority {
13 enum Priority func2(int);
15 enum Priority test1(enum Priority priority, enum Color color, int integer) {
18 return priority;
26 + (void)method:(enum Color)color priority:(enum Priority)priority; argument
27 - (void)method:(enum Color)color priority:(enum Priority)priority; argument
31 [a method:Red priority:High];
32 [A method:Red priority:Low];
39 // CHECK-CC1: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int…
41 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (32)
[all …]
/external/clang/test/Index/
Dcomplete-type-factors.m7 enum Priority {
13 enum Priority func2(int);
15 enum Priority test1(enum Priority priority, enum Color color, int integer) {
18 return priority;
26 + (void)method:(enum Color)color priority:(enum Priority)priority; argument
27 - (void)method:(enum Color)color priority:(enum Priority)priority; argument
31 [a method:Red priority:High];
32 [A method:Red priority:Low];
39 // CHECK-CC1: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int…
41 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (32)
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DPriorityTaskManager.java26 * unregister. A registered task will prevent tasks of lower priority from proceeding, and should
33 * Thrown when task attempts to proceed when another registered task has a higher priority.
37 public PriorityTooLowException(int priority, int highestPriority) { in PriorityTooLowException() argument
38 super("Priority too low [priority=" + priority + ", highest=" + highestPriority + "]"); in PriorityTooLowException()
57 * @param priority The priority of the task. Larger values indicate higher priorities.
59 public void add(int priority) { in add() argument
61 queue.add(priority); in add()
62 highestPriority = Math.max(highestPriority, priority); in add()
69 * @param priority The priority of the task.
72 public void proceed(int priority) throws InterruptedException { in proceed() argument
[all …]
/external/kernel-headers/original/uapi/linux/
Ddcbnl.h42 * @prio_tc: priority assignment table mapping 8021Qp to traffic class
52 * 0 strict priority
137 * by RPs at this priority level on this Port
169 /* priority to buffer mapping */
181 * struct cee_pg - CEE Priority-Group managed object
187 * @pg_bw: bandwidth percentage for each priority group
188 * @prio_pg: priority to PG mapping indexed by priority
226 * @priority: 3-bit unsigned integer indicating priority for IEEE
227 * 8-bit 802.1p user priority bitmap for CEE
246 __u8 priority; member
[all …]
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DPriority.java28 public class Priority { class
46 final static public Priority FATAL = new Level(FATAL_INT, "FATAL", 0);
51 final static public Priority ERROR = new Level(ERROR_INT, "ERROR", 3);
56 final static public Priority WARN = new Level(WARN_INT, "WARN", 4);
61 final static public Priority INFO = new Level(INFO_INT, "INFO", 6);
66 final static public Priority DEBUG = new Level(DEBUG_INT, "DEBUG", 7);
71 protected Priority() { in Priority() method in Priority
80 protected Priority(int level, String levelStr, int syslogEquivalent) { in Priority() method in Priority
91 if (o instanceof Priority) { in equals()
92 Priority r = (Priority) o; in equals()
[all …]

12345678910>>...169