Home
last modified time | relevance | path

Searched defs:PRELOAD (Results 1 – 9 of 9) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInlineBytecodeGenerator.java48 private static final String PRELOAD = "org.mockito.inline.preload"; field in InlineBytecodeGenerator
/external/llvm/lib/Target/ARM/
DARMISelLowering.h91 PRELOAD, // Preload enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h126 PRELOAD, // Preload enumerator
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.h128 PRELOAD, // Preload enumerator
/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c967 #define PRELOAD 0x03 macro
DsljitNativeARM_T2_32.c871 #define PRELOAD 0x0c macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h1539 #define IS_TIM_AUTORELOAD_PRELOAD(PRELOAD) (((PRELOAD) == TIM_AUTORELOAD_PRELOAD_DISABLE) || \ argument
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h1539 #define IS_TIM_AUTORELOAD_PRELOAD(PRELOAD) (((PRELOAD) == TIM_AUTORELOAD_PRELOAD_DISABLE) || \ argument
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py130 PRELOAD = ['__main__', 'test.test_multiprocessing_forkserver'] variable