Home
last modified time | relevance | path

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

12

/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
/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
/external/autotest/server/site_tests/cheets_CTS_P/
Dcontrol.arm.CtsDeqpTestCases.dEQP-VK.subgroups.s16 PRIORITY = 50 define
Dcontrol.x86.CtsDeqpTestCases.dEQP-VK.subgroups.s16 PRIORITY = 50 define
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/
Dhttp2_constants.h33 PRIORITY = 2, // enumerator
74 PRIORITY = 0x20, // HEADERS enumerator
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/
Dhttp2_constants.h33 PRIORITY = 2, // enumerator
74 PRIORITY = 0x20, // HEADERS enumerator
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
D1-3.c28 #define PRIORITY 20 macro
D1-4.c28 #define PRIORITY 20 macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
D2-4.c28 #define PRIORITY 20 macro
D2-3.c28 #define PRIORITY 20 macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h335 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
337 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h335 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
337 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) argument
/external/selinux/libsemanage/utils/
Dsemanage_migrate_store237 PRIORITY = options.priority variable
/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/
DRobolectricProcessor.java54 private static final String PRIORITY = "org.robolectric.annotation.processing.priority"; field in RobolectricProcessor
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPHeaderNames.java93 public static final String PRIORITY = PriorityHeader.NAME; //39 field
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/adapter/
Dnghttp2_test.cc25 PRIORITY, enumerator
Dhttp2_protocol.h78 PRIORITY, enumerator
Dnghttp2_session_test.cc24 PRIORITY, enumerator
Dcallback_visitor_test.cc27 PRIORITY, enumerator
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/adapter/
Dnghttp2_test.cc25 PRIORITY, enumerator
Dnghttp2_session_test.cc24 PRIORITY, enumerator
Dhttp2_protocol.h78 PRIORITY, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
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
/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Depoll.rs53 const PRIORITY = EPOLLPRI as u32; constant

12