Home
last modified time | relevance | path

Searched defs:get_bool (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/mesa3d/src/nouveau/compiler/acorn/
H A Dlib.rs62 pub fn get_bool(&mut self) -> bool { in get_bool() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dsysprop.rs90 pub fn get_bool(prop: PropertyBool) -> bool { in get_bool() function
/aosp_15_r20/tools/test/mobly_extensions/tools/
Ddevice_flags.py85 def get_bool(self, namespace: str, key: str) -> bool: member in DeviceFlags
/aosp_15_r20/external/tensorflow/tensorflow/security/fuzzing/
H A Dpython_fuzzing.py56 def get_bool(self): member in FuzzingHelper
/aosp_15_r20/external/rust/android-crates-io/crates/strum/src/
Dlib.rs183 fn get_bool(&self, _prop: &str) -> Option<bool> { in get_bool() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strum-0.25.0/src/
H A Dlib.rs183 fn get_bool(&self, _prop: &str) -> Option<bool> { in get_bool() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/reflect/
Dfield.rs205 pub fn get_bool(&self, m: &dyn Message) -> bool { in get_bool() method
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/
H A Deap.h150 bool (*get_bool)(void *ctx, enum eapol_bool_var variable); member
/aosp_15_r20/external/rust/android-crates-io/crates/config/src/
Dconfig.rs180 pub fn get_bool(&self, key: &str) -> Result<bool> { in get_bool() method
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dstruct_with_traits_impl.h48 bool get_bool() const { return bool_; } in get_bool() function
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dbazel_query.py179 def get_bool(self, attr_name: str) -> bool: member in BazelRule
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py170 def get_bool(pos): function
/aosp_15_r20/bionic/linker/
H A Dlinker_config.cpp374 bool get_bool(const std::string& name, size_t* lineno = nullptr) const { in get_bool() function in Properties
/aosp_15_r20/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py413 def get_bool(self, key): member in IniFormatParser
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/reader/
H A Dmod.rs341 pub fn get_bool(&self) -> Result<bool, Error> { in get_bool() method
/aosp_15_r20/external/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp136 static bool get_bool(FcPattern* pattern, const char object[], bool missing = false) { in get_bool() function
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py3741 def get_bool(pos): function