/external/javaparser/ |
D | ruleset.xml | 7 <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/tcpdump/tests/ |
D | lldp-infinite-loop-1.out | 28 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: 32962 34 Priority: 0, RES: 1, Sel: 4, Protocol ID: 0 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: 49676 38 Priority: 0, RES: 0, Sel: 0, Protocol ID: 0 [all …]
|
D | lacp-ev.out | 3 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 …]
|
/external/pigweed/pw_thread/public/pw_thread/internal/ |
D | priority.h | 32 // These values are used as offsets when mapping from the native priority type. 47 // Abstract priority level. Specialized for cases when lower numbers represent 49 // abtract priority rather than the numeric value. 106 // Produces a table that maps named priority levels to their corresponding 107 // native priority values. 114 /// Generic priority class. `pw::ThreadPriority` instantiates `Priority` with 115 /// the priority range specified by the backend. 117 class Priority { 119 /// True if the `pw_thread` backend supports more than one priority level. 122 /// Constructs a priority at the backend-specified default level. [all …]
|
/external/trusty/arm-trusted-firmware/bl31/ |
D | ehf.c | 8 * 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/bl31/ |
D | ehf.c | 8 * 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/deqp/android/cts/main/vk-main-2020-03-01/ |
D | memory.txt | 1 dEQP-VK.memory.binding.priority.aliasing.suballocated.buffer_1048577 2 dEQP-VK.memory.binding.priority.aliasing.suballocated.buffer_257 3 dEQP-VK.memory.binding.priority.aliasing.suballocated.buffer_33 4 dEQP-VK.memory.binding.priority.aliasing.suballocated.buffer_4087 5 dEQP-VK.memory.binding.priority.aliasing.suballocated.buffer_8095 6 dEQP-VK.memory.binding.priority.aliasing.suballocated.image_257_257 7 dEQP-VK.memory.binding.priority.aliasing.suballocated.image_257_33 8 dEQP-VK.memory.binding.priority.aliasing.suballocated.image_257_8 9 dEQP-VK.memory.binding.priority.aliasing.suballocated.image_33_257 10 dEQP-VK.memory.binding.priority.aliasing.suballocated.image_33_33 [all …]
|
/external/cronet/stable/net/third_party/quiche/src/quiche/common/ |
D | btree_scheduler.h | 27 // - A stream has to be registered with a priority before being scheduled. 30 // - PopFront() will return the stream with highest priority. 31 // - ShouldYield() will return if there is a stream with higher priority than 35 // - If two streams have different priorities, the higher priority stream goes 37 // - If two streams have the same priority, the one that got scheduled earlier 42 // printable via operator<<; the Priority type has to define operator<. 43 template <typename Id, typename Priority> 57 size_t NumScheduledInPriorityRange(std::optional<Priority> min, 58 std::optional<Priority> max) const; 64 // Returns the priority for `id`, or nullopt if stream is not registered. [all …]
|
/external/cronet/tot/net/third_party/quiche/src/quiche/common/ |
D | btree_scheduler.h | 27 // - A stream has to be registered with a priority before being scheduled. 30 // - PopFront() will return the stream with highest priority. 31 // - ShouldYield() will return if there is a stream with higher priority than 35 // - If two streams have different priorities, the higher priority stream goes 37 // - If two streams have the same priority, the one that got scheduled earlier 42 // printable via operator<<; the Priority type has to define operator<. 43 template <typename Id, typename Priority> 57 size_t NumScheduledInPriorityRange(std::optional<Priority> min, 58 std::optional<Priority> max) const; 64 // Returns the priority for `id`, or nullopt if stream is not registered. [all …]
|
/external/trusty/arm-trusted-firmware/docs/components/ |
D | exception-handling.rst | 90 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/arm-trusted-firmware/docs/components/ |
D | exception-handling.rst | 90 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/ |
D | task_priority_messages.cpp | 14 #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 …]
|
D | taskloop_simd_priority_messages.cpp | 14 #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 …]
|
D | taskloop_priority_messages.cpp | 14 #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/ |
D | task_queue_selector.h | 43 // 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 …]
|
D | task_queue_selector.cc | 20 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/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
D | PriorityLoadBalancer.java | 53 * Load balancer for priority policy. A <em>priority</em> represents a logical entity within a 62 // Includes all active and deactivated children. Mutable. New entries are only added from priority 63 // 0 up to the selected priority. An entry is only deleted 15 minutes after its deactivation. 70 // List of priority names in order. 72 // Config for each priority. 84 InternalLogId logId = InternalLogId.allocate("priority-lb", helper.getAuthority()); in PriorityLoadBalancer() 94 checkNotNull(config, "missing priority lb config"); in acceptResolvedAddresses() 99 for (String priority : childKeys) { in acceptResolvedAddresses() 100 if (!prioritySet.contains(priority)) { in acceptResolvedAddresses() 101 ChildLbState childLbState = children.get(priority); in acceptResolvedAddresses() [all …]
|
/external/clang/test/Index/ |
D | complete-type-factors.m | 7 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/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | Priority.java | 28 public class Priority { class 46 final static public Priority FATAL = new Level(FATAL_INT, "FATAL", 0); 52 final static public Priority ERROR = new Level(ERROR_INT, "ERROR", 3); 58 final static public Priority WARN = new Level(WARN_INT, "WARN", 4); 64 final static public Priority INFO = new Level(INFO_INT, "INFO", 6); 70 final static public Priority DEBUG = new Level(DEBUG_INT, "DEBUG", 7); 75 protected Priority() { in Priority() method in Priority 93 protected Priority(int level, String levelStr, int syslogEquivalent) { in Priority() method in Priority 104 if (o instanceof Priority) { in equals() 105 Priority r = (Priority) o; in equals() [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | PriorityTaskManager.java | 28 * unregister. A registered task will prevent tasks of lower priority from proceeding, and should 34 /** 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() 56 * @param priority The priority of the task. Larger values indicate higher priorities. 58 public void add(int priority) { in add() argument 60 queue.add(priority); in add() 61 highestPriority = max(highestPriority, priority); in add() 68 * @param priority The priority of the task. 71 public void proceed(int priority) throws InterruptedException { in proceed() argument [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | PriorityTaskManager.java | 28 * unregister. A registered task will prevent tasks of lower priority from proceeding, and should 34 /** 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() 56 * @param priority The priority of the task. Larger values indicate higher priorities. 58 public void add(int priority) { in add() argument 60 queue.add(priority); in add() 61 highestPriority = max(highestPriority, priority); in add() 68 * @param priority The priority of the task. 71 public void proceed(int priority) throws InterruptedException { in proceed() argument [all …]
|
/external/rust/android-crates-io/crates/pin-project-internal/ |
D | Cargo.toml | 81 priority = 1 85 priority = 1 89 priority = 1 93 priority = 1 97 priority = 1 101 priority = 1 105 priority = 1 109 priority = 1 113 priority = 1 117 priority = 1 [all …]
|
/external/cronet/stable/net/base/ |
D | priority_queue.h | 27 // A simple priority queue. The order of values is by priority and then FIFO. 29 // from the queue, and all operations are O(p) time for p priority levels. 30 // The queue is agnostic to priority ordering (whether 0 precedes 1). 31 // If the highest priority is 0, FirstMin() returns the first in order. 47 typedef uint32_t Priority; typedef 85 Priority priority() const { return priority_; } in priority() function 111 static const Priority kNullPriority = static_cast<Priority>(-1); 115 Pointer(Priority priority, const ListIterator& iterator) in Pointer() argument 116 : priority_(priority), iterator_(iterator) { in Pointer() 122 Priority priority_; [all …]
|
/external/cronet/tot/net/base/ |
D | priority_queue.h | 27 // A simple priority queue. The order of values is by priority and then FIFO. 29 // from the queue, and all operations are O(p) time for p priority levels. 30 // The queue is agnostic to priority ordering (whether 0 precedes 1). 31 // If the highest priority is 0, FirstMin() returns the first in order. 47 typedef uint32_t Priority; typedef 85 Priority priority() const { return priority_; } in priority() function 111 static const Priority kNullPriority = static_cast<Priority>(-1); 115 Pointer(Priority priority, const ListIterator& iterator) in Pointer() argument 116 : priority_(priority), iterator_(iterator) { in Pointer() 122 Priority priority_; [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | dcbnl.h | 42 * @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 229 * @priority: 3-bit unsigned integer indicating priority for IEEE 230 * 8-bit 802.1p user priority bitmap for CEE 249 __u8 priority; member [all …]
|