Home
last modified time | relevance | path

Searched refs:Valid (Results 1 – 10 of 10) sorted by relevance

/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_target.h83 virtual bool Valid() const { return true; } in Valid() function
134 bool Valid() const override { return valid_; } in Valid() function
166 bool Valid() const override { return true; } in Valid() function
214 bool Valid() const override { return true; } in Valid() function
245 bool Valid() const override { return true; } in Valid() function
269 bool Valid() const override { return true; } in Valid() function
295 bool Valid() const override;
/aosp14/system/core/init/fuzzer/
H A DREADME.md14 | Parameter| Valid Values| Configured Value|
35 | Parameter| Valid Values |Configured Value|
71 | Parameter| Valid Values| Configured Value|
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_table.cpp26 if (!target->Valid()) { in AddTarget()
H A Ddm_test.cpp533 ASSERT_TRUE(target1.Valid()); in TEST_F()
550 ASSERT_TRUE(target.Valid()); in TEST_F()
561 ASSERT_TRUE(target.Valid()); in TEST_F()
H A Ddm_target.cpp257 bool DmTargetDefaultKey::Valid() const { in Valid() function in android::dm::DmTargetDefaultKey
/aosp14/system/core/fastboot/device/
H A Dcommands.cpp456 bool Valid() const { return !!builder_; } in Valid() function in PartitionBuilder
502 if (!builder.Valid()) { in CreatePartitionHandler()
536 if (!builder.Valid()) { in DeletePartitionHandler()
562 if (!builder.Valid()) { in ResizePartitionHandler()
586 if (!builder.Valid()) return; in CancelPartitionSnapshot()
/aosp14/system/core/fastboot/fuzzer/
H A DREADME.md18 | Parameter| Valid Values| Configured Value|
/aosp14/frameworks/base/libs/hwui/jni/
H A DNinePatch.cpp105 if (SkLatticeIter::Valid(bitmap.width(), bitmap.height(), lattice)) { in getTransparentRegion()
/aosp14/frameworks/base/core/proto/android/server/
H A Djobscheduler.proto600 // run as a foreground job. Valid only if is_foreground_requested_job is true.
701 // How many background jobs are currently running. Valid only if is_active is true.
715 // How many activities are currently in the RESUMED state. Valid only if is_active is
1086 // The original latest runtime value, in the elapsed realtime timebase. Valid only for periodic
/aosp14/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp1198 if (SkLatticeIter::Valid(payload.image->width(), payload.image->height(), latticePlusBounds)) { in drawImageLattice()