Home
last modified time | relevance | path

Searched defs:Invalid (Results 1 – 19 of 19) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_file_types.h40 static constexpr DexIndex Invalid() { in Invalid() function
67 static constexpr ProtoIndex Invalid() { in Invalid() function
77 static constexpr StringIndex Invalid() { in Invalid() function
87 static constexpr TypeIndex Invalid() { in Invalid() function
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayerVector.h36 Invalid, enumerator
/aosp12/system/chre/core/include/chre/core/
H A Dwifi_scan_request.h40 enum class WifiScanType { Invalid, Active, ActivePlusPassiveDfs, Passive }; enumerator
/aosp12/packages/modules/Gki/libkver/
H A Dtest.cpp43 TEST(KmiVersion, Invalid) { in TEST() argument
82 TEST(KernelRelease, Invalid) { in TEST() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DContainsPoolIndex.java33 Invalid enumConstant
/aosp12/frameworks/native/libs/ui/include/ui/
H A DFence.h115 Invalid, // Fence is invalid enumerator
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DFence.h115 Invalid, // Fence is invalid enumerator
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityModel.java39 Invalid, // NULL state enumConstant
/aosp12/system/teeui/libteeui/include/teeui/
H A Dgeneric_messages.h32 Invalid, enumerator
/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h788 Invalid = HWC2_ATTRIBUTE_INVALID, enumerator
799 Invalid = HWC2_BLEND_MODE_INVALID, enumerator
807 Invalid = HWC2_CALLBACK_INVALID, enumerator
818 Invalid = HWC2_CAPABILITY_INVALID, enumerator
827 Invalid = HWC2_COMPOSITION_INVALID, enumerator
837 Invalid = HWC2_CONNECTION_INVALID, enumerator
851 Invalid = HWC2_DISPLAY_TYPE_INVALID, enumerator
879 Invalid = HWC2_FUNCTION_INVALID, enumerator
993 Invalid = HWC2_VSYNC_INVALID, enumerator
1000 Invalid = HWC2_DISPLAY_CAPABILITY_INVALID, enumerator
/aosp12/art/runtime/
H A Ddex_register_location.h45 static DexRegisterLocation Invalid() { return DexRegisterLocation(Kind::kInvalid, 0); } in Invalid() function
H A Doat_file.h226 static const OatMethod Invalid() { in Invalid() function
273 static OatClass Invalid() { in Invalid() function
/aosp12/frameworks/base/libs/hostgraphics/ui/
H A DFence.h43 Invalid, // Fence is invalid enumerator
/aosp12/system/teeui/libteeui/include/secure_input/
H A Dsecure_input_proto.h39 Invalid, enumerator
/aosp12/art/libartbase/base/
H A Dmem_map.h66 static MemMap Invalid() { in Invalid() function
/aosp12/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.cpp102 bool Invalid; in HandlePragma() local
/aosp12/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h127 Invalid = DVR_SURFACE_ATTRIBUTE_INVALID, enumerator
/aosp12/art/compiler/optimizing/
H A Dexecution_subgraph_test.cc572 TEST_F(ExecutionSubgraphTest, Invalid) { in TEST_F() argument
H A Dload_store_elimination.cc432 static constexpr Value Invalid() { in Invalid() function in art::LSEVisitor::Value