Home
last modified time | relevance | path

Searched defs:PRIORITY (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/
Dinterest.rs25 const PRIORITY: u8 = 0b10000; constant
52 pub const PRIORITY: Interest = Interest(unsafe { NonZeroU8::new_unchecked(PRIORITY) }); constant
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/
Dinterest.rs18 const PRIORITY: usize = 0b0001_0000; constant
71 pub const PRIORITY: Interest = Interest(PRIORITY); constant
Dready.rs13 const PRIORITY: usize = 0b1_0000; constant
42 pub const PRIORITY: Ready = Ready(PRIORITY); constant
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/
H A Dhttp2_constants.h33 PRIORITY = 2, // enumerator
74 PRIORITY = 0x20, // HEADERS enumerator
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_cortex.h335 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
337 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_cortex.h335 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
337 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
H A DX86TargetParser.cpp709 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getCpuSupportsMask() argument
723 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) PRIORITY, in getFeaturePriority() argument
737 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getFeaturePriority() argument
/aosp_15_r20/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/12/com/google/hardware/pixel/display/
DPriority.aidl38 PRIORITY = 1, enumConstant
/aosp_15_r20/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/10/com/google/hardware/pixel/display/
DPriority.aidl38 PRIORITY = 1, enumConstant
/aosp_15_r20/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/current/com/google/hardware/pixel/display/
DPriority.aidl38 PRIORITY = 1, enumConstant
/aosp_15_r20/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/7/com/google/hardware/pixel/display/
DPriority.aidl38 PRIORITY = 1, enumConstant
/aosp_15_r20/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/6/com/google/hardware/pixel/display/
DPriority.aidl38 PRIORITY = 1, enumConstant
/aosp_15_r20/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/5/com/google/hardware/pixel/display/
DPriority.aidl38 PRIORITY = 1, enumConstant
/aosp_15_r20/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/13/com/google/hardware/pixel/display/
DPriority.aidl38 PRIORITY = 1, enumConstant
/aosp_15_r20/hardware/google/interfaces/display/com/google/hardware/pixel/display/
DPriority.aidl23 PRIORITY = 1, enumConstant
/aosp_15_r20/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/9/com/google/hardware/pixel/display/
DPriority.aidl38 PRIORITY = 1, enumConstant
/aosp_15_r20/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/8/com/google/hardware/pixel/display/
DPriority.aidl38 PRIORITY = 1, enumConstant
/aosp_15_r20/out/soong/.intermediates/hardware/google/interfaces/display/com.google.hardware.pixel.display_interface/dump/com/google/hardware/pixel/display/
DPriority.aidl38 PRIORITY = 1, enumConstant
/aosp_15_r20/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/11/com/google/hardware/pixel/display/
DPriority.aidl38 PRIORITY = 1, enumConstant
/aosp_15_r20/external/autotest/server/site_tests/cheets_CTS_P/
H A Dcontrol.x86.CtsDeqpTestCases.dEQP-VK.subgroups.s16 PRIORITY = 50 define
H A Dcontrol.arm.CtsDeqpTestCases.dEQP-VK.subgroups.s16 PRIORITY = 50 define
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
H A D1-3.c28 #define PRIORITY 20 macro
H A D1-4.c28 #define PRIORITY 20 macro
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
H A D2-3.c28 #define PRIORITY 20 macro
H A D2-4.c28 #define PRIORITY 20 macro

12345678910>>...15