HomeSort by relevance Sort by last modified time
    Searched refs:Level (Results 451 - 475 of 1786) sorted by null

<<11121314151617181920>>

  /external/parameter-framework/upstream/test/functional-tests/
Basic.cpp 80 using Level = StoreLogger::Log::Level;
81 CHECK(logger.filter(Level::warning) != Logs{});
  /external/slf4j/slf4j-jcl/src/test/java/org/slf4j/
InvocationTest.java 27 import java.util.logging.Level;
39 Level oldLevel;
49 root.setLevel(Level.OFF);
  /external/testng/src/test/java/test/
Test1.java 8 import java.util.logging.Level;
131 handler.setLevel(Level.WARNING);
134 logger.setLevel(Level.SEVERE);
  /frameworks/base/tools/aapt2/link/
PrivateAttributeMover_test.cpp 33 Visibility::Level::kPublic)
35 Visibility::Level::kPublic)
84 .SetSymbolState("android:attr/pub", ResourceId(0x01010000), Visibility::Level::kPublic)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetSubtargetInfo.h 107 getDAGScheduler(CodeGenOpt::Level) const {
151 /// for preRA scheduling with the source level scheduler.
204 // For use with PostRAScheduling: get the minimum optimization level needed
206 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
214 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetSubtargetInfo.h 107 getDAGScheduler(CodeGenOpt::Level) const {
151 /// for preRA scheduling with the source level scheduler.
204 // For use with PostRAScheduling: get the minimum optimization level needed
206 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
214 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetSubtargetInfo.h 117 getDAGScheduler(CodeGenOpt::Level) const {
159 /// for preRA scheduling with the source level scheduler.
212 // For use with PostRAScheduling: get the minimum optimization level needed
214 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
222 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetSubtargetInfo.h 117 getDAGScheduler(CodeGenOpt::Level) const {
159 /// for preRA scheduling with the source level scheduler.
212 // For use with PostRAScheduling: get the minimum optimization level needed
214 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
222 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetSubtargetInfo.h 117 getDAGScheduler(CodeGenOpt::Level) const {
159 /// for preRA scheduling with the source level scheduler.
212 // For use with PostRAScheduling: get the minimum optimization level needed
214 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
222 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetSubtargetInfo.h 117 getDAGScheduler(CodeGenOpt::Level) const {
159 /// for preRA scheduling with the source level scheduler.
212 // For use with PostRAScheduling: get the minimum optimization level needed
214 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
222 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetSubtargetInfo.h 107 getDAGScheduler(CodeGenOpt::Level) const {
151 /// for preRA scheduling with the source level scheduler.
204 // For use with PostRAScheduling: get the minimum optimization level needed
206 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
214 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetSubtargetInfo.h 107 getDAGScheduler(CodeGenOpt::Level) const {
151 /// for preRA scheduling with the source level scheduler.
204 // For use with PostRAScheduling: get the minimum optimization level needed
206 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
214 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetSubtargetInfo.h 117 getDAGScheduler(CodeGenOpt::Level) const {
159 /// for preRA scheduling with the source level scheduler.
212 // For use with PostRAScheduling: get the minimum optimization level needed
214 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
222 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetSubtargetInfo.h 117 getDAGScheduler(CodeGenOpt::Level) const {
159 /// for preRA scheduling with the source level scheduler.
212 // For use with PostRAScheduling: get the minimum optimization level needed
214 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
222 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetSubtargetInfo.h 117 getDAGScheduler(CodeGenOpt::Level) const {
159 /// for preRA scheduling with the source level scheduler.
212 // For use with PostRAScheduling: get the minimum optimization level needed
214 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
222 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetSubtargetInfo.h 117 getDAGScheduler(CodeGenOpt::Level) const {
159 /// for preRA scheduling with the source level scheduler.
212 // For use with PostRAScheduling: get the minimum optimization level needed
214 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
222 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /system/libvintf/include/vintf/
HalManifest.h 27 #include "Level.h"
91 Level level() const;
157 Level mLevel = Level::UNSPECIFIED;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
Dsdt.asl 104 Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000183, }
133 Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000182, }
166 Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000165, } // XGMAC
171 Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000163, } // XPCS
221 Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000164, } // XGMAC
226 Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000162, } // XPCS
260 Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x0000016A, }
274 Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000169, }
313 Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000168, }
328 Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000189, }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsplp.h 91 WINBOOL (WINAPI *fpSetJob)(HANDLE hPrinter, DWORD JobID, DWORD Level,
93 WINBOOL (WINAPI *fpGetJob)(HANDLE hPrinter, DWORD JobID, DWORD Level,
96 DWORD Level, LPBYTE pJob, DWORD cbBuf, LPDWORD pcbNeeded,
98 HANDLE (WINAPI *fpAddPrinter)(LPWSTR pName, DWORD Level, LPBYTE pPrinter);
100 WINBOOL (WINAPI *fpSetPrinter)(HANDLE hPrinter, DWORD Level, LPBYTE pPrinter,
102 WINBOOL (WINAPI *fpGetPrinter)(HANDLE hPrinter, DWORD Level, LPBYTE pPrinter,
107 WINBOOL (WINAPI *fpAddPrinterDriver)(LPWSTR pName, DWORD Level, LPBYTE pDriverInfo);
109 DWORD Level, LPBYTE pDriverInfo, DWORD cbBuf,
112 DWORD Level, LPBYTE pDriverInfo, DWORD cbBuf,
115 DWORD Level, LPBYTE pDriverDirectory
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Include/Chipset/
AArch64Mmu.h 32 // Return the smallest offset from the table level.
33 // The first offset starts at 12bit. There are 4 levels of 9-bit address range from level 3 to level 0
36 #define TT_BLOCK_ENTRY_SIZE_AT_LEVEL(Level) (1ULL << TT_ADDRESS_OFFSET_AT_LEVEL(Level))
39 #define TT_GET_ENTRY_FOR_ADDRESS(TranslationTable, Level, Address) \
40 ((UINTN)(TranslationTable) + ((((UINTN)(Address) >> TT_ADDRESS_OFFSET_AT_LEVEL(Level)) & (BIT9-1)) * sizeof(UINT64)))
42 // Return the smallest address granularity from the table level.
43 // The first offset starts at 12bit. There are 4 levels of 9-bit address range from level 3 to level 0
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/GenericMemoryTest/
GenericMemoryTest.h 43 IN EXTENDMEM_COVERAGE_LEVEL Level,
53 Level - The coverage level of the memory test.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/
PlatformBdsLib.h 23 Perform the memory test base on the memory test intensive level,
26 @param Level The memory test intensive level.
35 IN EXTENDMEM_COVERAGE_LEVEL Level
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
GenericMemoryTest.h 24 /// Memory test coverage level.
40 @param Level The coverage level of the memory test.
51 IN EXTENDMEM_COVERAGE_LEVEL Level,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/
NullMemoryTest.h 44 @param Level The coverage level of the memory test.
58 IN EXTENDMEM_COVERAGE_LEVEL Level,
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecDebug.c 104 @param[in] Level Debug print error level. Pass to DEBUG().
111 IN UINTN Level,
118 (Level,
130 (Level,
143 (Level,

Completed in 1055 milliseconds

<<11121314151617181920>>