Home
last modified time | relevance | path

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

12345678910>>...565

/aosp_15_r20/external/javaparser/
H A 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 …]
/aosp_15_r20/external/tcpdump/tests/
H A 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: 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 …]
H A 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 …]
/aosp_15_r20/external/trusty/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 …]
/aosp_15_r20/external/arm-trusted-firmware/bl31/
H A 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 …]
/aosp_15_r20/external/arm-trusted-firmware/docs/components/
H A 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 …]
/aosp_15_r20/external/trusty/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 …]
/aosp_15_r20/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/
DDvrScheduleManagerTest.java55 long priority = 0; in testGetConflictingSchedules_noConflict() local
61 ++channelId, ++priority, 0L, 200L)); in testGetConflictingSchedules_noConflict()
66 ++channelId, ++priority, 0L, 100L)); in testGetConflictingSchedules_noConflict()
71 ++channelId, ++priority, 100L, 200L)); in testGetConflictingSchedules_noConflict()
76 ++channelId, ++priority, 0L, 100L)); in testGetConflictingSchedules_noConflict()
81 ++channelId, ++priority, 100L, 200L)); in testGetConflictingSchedules_noConflict()
87 long priority = 0; in testGetConflictingSchedules_noTuner() local
94 ++channelId, ++priority, 0L, 200L)); in testGetConflictingSchedules_noTuner()
99 ++channelId, ++priority, 0L, 100L)); in testGetConflictingSchedules_noTuner()
105 long priority = 0; in testGetConflictingSchedules_conflict() local
[all …]
/aosp_15_r20/system/timezone/input_data/android/
H A Dcountryzones.txt94 # appear before legacy zones, and then legacy zones appear in reverse priority
95 # order (see priority below). This is for easier maintenance and validation
98 # been superseded by the same zone are listed together in reverse priority
147 # priority:
150 # for a given time range). Zones that are identical but lower priority
152 # with the higher priority zone for that period. The priority is in the
153 # range >=1, the default is 1. Whether a priority needs to be
159 # Often the exact priority assigned doesn't matter and zone priorities are
303 # Priority is related to the population of the province.
320 priority:15600
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dbtree_scheduler.h27 // - 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>
55 size_t NumScheduledInPriorityRange(std::optional<Priority> min,
56 std::optional<Priority> max) const;
62 // Returns the priority for `id`, or nullopt if stream is not registered.
[all …]
/aosp_15_r20/external/clang/test/Index/
H A 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 …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Ddcbnl.h41 * @prio_tc: priority assignment table mapping 8021Qp to traffic class
51 * 0 strict priority
106 * struct cee_pg - CEE Priority-Group managed object
112 * @pg_bw: bandwidth percentage for each priority group
113 * @prio_pg: priority to PG mapping indexed by priority
151 * @priority: 3-bit unsigned integer indicating priority
164 __u8 priority; member
194 * @DCB_CMD_PGTX_GCFG: request the priority group configuration for Tx
195 * @DCB_CMD_PGTX_SCFG: set the priority group configuration for Tx
196 * @DCB_CMD_PGRX_GCFG: request the priority group configuration for Rx
[all …]
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DPriorityLoadBalancer.java53 * 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 …]
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A 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
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 …]
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2020-03-01/
H A Dmemory.txt1 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 …]
/aosp_15_r20/external/libchrome/base/task/sequence_manager/
H A 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 …]
H A 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 …]
/aosp_15_r20/device/google/atv/FrameworkPackageStubs/
DAndroidManifest.xml26 <intent-filter android:priority="-1">
35 <intent-filter android:priority="-1">
41 <intent-filter android:priority="-1">
52 <intent-filter android:priority="-1">
62 <intent-filter android:priority="-1">
86 <intent-filter android:priority="-1">
93 <intent-filter android:priority="-1">
98 <intent-filter android:priority="-1">
103 <intent-filter android:priority="-1">
118 <intent-filter android:priority="-1">
[all …]
/aosp_15_r20/out/
Dsoong.log
/aosp_15_r20/external/cronet/net/base/
H A Dpriority_queue.h26 // A simple priority queue. The order of values is by priority and then FIFO.
28 // from the queue, and all operations are O(p) time for p priority levels.
29 // The queue is agnostic to priority ordering (whether 0 precedes 1).
30 // If the highest priority is 0, FirstMin() returns the first in order.
46 typedef uint32_t Priority; typedef
84 Priority priority() const { return priority_; } in priority() function
110 static const Priority kNullPriority = static_cast<Priority>(-1);
114 Pointer(Priority priority, const ListIterator& iterator) in Pointer() argument
115 : priority_(priority), iterator_(iterator) { in Pointer()
121 Priority priority_;
[all …]
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/task/sequence_manager/
Dtask_queue_selector.h46 // Called get or set the priority of |queue|.
48 TaskQueue::QueuePriority priority);
83 TaskQueue::QueuePriority priority);
85 TaskQueue::QueuePriority priority);
106 bool ChooseOldestWithPriority(TaskQueue::QueuePriority priority,
116 TaskQueue::QueuePriority priority,
119 bool ChooseOldestDelayedTaskWithPriority(TaskQueue::QueuePriority priority,
123 // task from the set of queues of |priority|, or false if all queues of that
124 // priority are empty. In addition |out_chose_delayed_over_immediate| is set
128 TaskQueue::QueuePriority priority,
[all …]
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task/sequence_manager/
Dtask_queue_selector.h46 // Called get or set the priority of |queue|.
48 TaskQueue::QueuePriority priority);
83 TaskQueue::QueuePriority priority);
85 TaskQueue::QueuePriority priority);
106 bool ChooseOldestWithPriority(TaskQueue::QueuePriority priority,
116 TaskQueue::QueuePriority priority,
119 bool ChooseOldestDelayedTaskWithPriority(TaskQueue::QueuePriority priority,
123 // task from the set of queues of |priority|, or false if all queues of that
124 // priority are empty. In addition |out_chose_delayed_over_immediate| is set
128 TaskQueue::QueuePriority priority,
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/
Dattribution_service_test.json17 "priority": 100, number
38 "priority": 101, number
64 "priority": 100, number
85 "priority": 101, number
140 "priority": 100, number
172 "priority": 101, number
197 "priority": 100, number
229 "priority": 101, number
284 "priority": 100, number
316 "priority": 101, number
[all …]
/aosp_15_r20/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DPriority.java28 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 …]
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/
DCarModeTracker.java52 public CarModeApp(int priority, @NonNull String packageName) { in CarModeApp() argument
53 this(false, priority, packageName); in CarModeApp()
56 … private CarModeApp(boolean automotiveProjection, int priority, @NonNull String packageName) { in CarModeApp() argument
58 mPriority = priority; in CarModeApp()
67 * The priority at which the app requested to enter car mode.
69 * was called, or {@link UiModeManager#DEFAULT_PRIORITY} if no priority was specified.
70 * @return The priority.
95 * Priority list of apps which have entered or exited car mode, ordered first by whether the app
96 * has set automotive projection, and then by highest priority. Where items have the same
97 * priority, order is arbitrary, but we only allow one item in the queue per priority.
[all …]

12345678910>>...565