Home
last modified time | relevance | path

Searched defs:Valid (Results 1 – 25 of 270) sorted by relevance

1234567891011

/aosp_15_r20/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_target.h83 virtual bool Valid() const { return true; } in Valid() function
152 bool Valid() const override { return valid_; } in Valid() function
184 bool Valid() const override { return true; } in Valid() function
232 bool Valid() const override { return true; } in Valid() function
263 bool Valid() const override { return true; } in Valid() function
287 bool Valid() const override { return true; } in Valid() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dmce.h33 ULONG Valid:1; member
51 ULONG Valid:1; member
72 ULONG Valid:1; member
203 UCHAR Valid; member
214 ERROR_RECORD_VALID Valid; member
227 UCHAR Valid:1; member
260 ULONGLONG Valid; member
558 ERROR_MODINFO_VALID Valid; member
567 ULONGLONG Valid; member
670 ULONGLONG Valid; member
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/validation/
DValid.java4 public final class Valid<T extends java.lang.Object> implements com.android.intentresolver.validati… class
9 public Valid(T value, @org.jetbrains.annotations.NotNull() in Valid() method in Valid
23 public Valid(T value, @org.jetbrains.annotations.NotNull() in Valid() method in Valid
/aosp_15_r20/external/gmmlib/Source/GmmLib/inc/External/Common/
H A DGmmCachePolicyExt.h50 uint64_t Valid : 1; member
58 uint64_t Valid : 1; member
67 uint64_t Valid : 1; member
78 uint64_t Valid : 1; member
H A DGmmHw.h40 uint64_t Valid : 1; member
66 uint64_t Valid : 1; member
92 uint64_t Valid : 1; member
/aosp_15_r20/system/extras/simpleperf/
H A DJITDebugReader.cpp94 bool Valid() const { return symfile_addr > 0u && symfile_size > 0u; } in Valid() function
107 bool Valid() const { return symfile_addr > 0u && symfile_size > 0u; } in Valid() function
121 bool Valid() const { return (seqlock & 1) == 0; } in Valid() function
135 bool Valid() const { return (seqlock & 1) == 0; } in Valid() function
150 bool Valid() const { return (seqlock & 1) == 0; } in Valid() function
174 bool JITDescriptor<ADDRT>::Valid() const { in Valid() function in simpleperf::JITDescriptor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Ddump_mlir_util_test.cc50 TEST(DumpMlirModuleTest, Valid) { in TEST() argument
98 TEST(DumpCrashReproducerTest, Valid) { in TEST() argument
126 TEST(DumpRawStringToFileTest, Valid) { in TEST() argument
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/validation/
DValidationResult.kt20 data class Valid<T>(val value: T, val warnings: List<Finding> = emptyList()) : ValidationResult<T> { class
/aosp_15_r20/bootable/recovery/fuse_sideload/include/
H A Dfuse_provider.h71 bool Valid() const override { in Valid() function
96 bool Valid() const override { in Valid() function
/aosp_15_r20/bionic/libc/malloc_debug/
H A DGuardData.cpp82 bool FrontGuardData::Valid(const Header* header) { in Valid() function in FrontGuardData
93 bool RearGuardData::Valid(const Header* header) { in Valid() function in RearGuardData
/aosp_15_r20/external/libchrome-gestures/include/
H A Dsplit_correcting_filter_interpreter.h29 bool Valid() const { return input_id != -1; } in Valid() function
41 bool Valid() const { return output_id != -1; } in Valid() function
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql.go200 Valid bool // Valid is true if String is not NULL member
226 Valid bool // Valid is true if Int64 is not NULL member
252 Valid bool // Valid is true if Int32 is not NULL member
278 Valid bool // Valid is true if Int16 is not NULL member
305 Valid bool // Valid is true if Byte is not NULL member
332 Valid bool // Valid is true if Float64 is not NULL member
358 Valid bool // Valid is true if Bool is not NULL member
384 Valid bool // Valid is true if Time is not NULL member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/fsp/fsp2_0/graniterapids/sp/
H A DIioUniversalDataHob.h135 …UINT8 Valid; // TRUE, if the link is valid (i.e reached normal operati… member
142 UINT8 Valid; member
157 UINT8 Valid; member
223 UINT8 Valid; member
239 UINT8 Valid; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/fsp/fsp2_0/graniterapids/ap/
H A DIioUniversalDataHob.h135 …UINT8 Valid; // TRUE, if the link is valid (i.e reached normal operati… member
142 UINT8 Valid; member
157 UINT8 Valid; member
223 UINT8 Valid; member
239 UINT8 Valid; member
/aosp_15_r20/packages/modules/Gki/libkver/
Dtest.cpp35 TEST(KmiVersion, Valid) { in TEST() argument
73 TEST(KernelRelease, Valid) { in TEST() argument
/aosp_15_r20/external/coreboot/src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
H A Dhob_iiouds.h69 uint8_t Valid; member
76 uint8_t Valid; member
93 uint8_t Valid; member
118 uint8_t Valid; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/
H A DIioUniversalDataHob.h117 …UINT8 Valid; // TRUE, if the link is valid (i.e reached normal operati… member
124 UINT8 Valid; member
139 UINT8 Valid; member
172 UINT8 Valid; member
/aosp_15_r20/external/capstone/arch/AArch64/
H A DAArch64BaseInfo.c31 const char *A64NamedImmMapper_toString(const A64NamedImmMapper *N, uint32_t Value, bool *Valid) in A64NamedImmMapper_toString()
60 uint32_t A64NamedImmMapper_fromString(const A64NamedImmMapper *N, char *Name, bool *Valid) in A64NamedImmMapper_fromString()
H A DAArch64InstPrinter.c1249 bool Valid; in printPrefetchOp() local
1551 bool Valid; in printBarrierOption() local
1633 bool Valid; in printSystemPStateField() local
/aosp_15_r20/external/coreboot/src/vendorcode/intel/fsp/fsp2_0/cooperlake_sp/
H A Dhob_iiouds.h147 …uint8_t Valid; // TRUE, if the link is valid (i.e reached normal opera… member
154 uint8_t Valid; member
168 uint8_t Valid; member
220 uint8_t Valid; member
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dsuper-dealloc-attribute.m73 @interface Valid : Baz interface
76 @implementation Valid implementation
/aosp_15_r20/system/core/fs_mgr/libdm/
H A Ddm_target.cpp261 bool DmTargetDefaultKey::Valid() const { in Valid() function in android::dm::DmTargetDefaultKey
320 bool DmTargetThinPool::Valid() const { in Valid() function in android::dm::DmTargetThinPool
/aosp_15_r20/external/skia/src/core/
H A DSkLatticeIter.cpp32 bool SkLatticeIter::Valid(int width, int height, const SkCanvas::Lattice& lattice) { in Valid() function in SkLatticeIter
215 bool SkLatticeIter::Valid(int width, int height, const SkIRect& center) { in Valid() function in SkLatticeIter
/aosp_15_r20/external/icing/icing/index/hit/
H A Dhit_test.cc58 TEST(BasicHitTest, Valid) { in TEST() argument
219 TEST(HitTest, Valid) { in TEST() argument
/aosp_15_r20/bootable/recovery/minadbd/
H A Dfuse_adb_provider.h32 bool Valid() const override { in Valid() function

1234567891011