Home
last modified time | relevance | path

Searched defs:is_present (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/libwebm/webm_parser/include/webm/
H A Delement.h67 constexpr Element(const T& value, bool is_present) in Element()
76 constexpr Element(T&& value, bool is_present) in Element()
93 void Set(const T& value, bool is_present) { in Set()
104 void Set(T&& value, bool is_present) { in Set()
122 constexpr bool is_present() const { return is_present_; } in is_present() function
/aosp_15_r20/system/update_engine/scripts/update_payload/
H A Dchecker_unittest.py187 def SetupAddElemTest(self, is_present, is_submsg, convert=str, argument
226 def DoAddElemTest(self, is_present, is_mandatory, is_submsg, convert, argument
253 def DoAddFieldTest(self, is_mandatory, is_present, convert, linebreak, argument
283 def DoAddSubMsgTest(self, is_mandatory, is_present): argument
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/output/
Dusage.rs391 let is_present = matcher in get_required_usage_from() localVariable
410 let is_present = matcher in get_required_usage_from() localVariable
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dargument_spec.cpp214 auto is_present = spec.isPresent(optional_arg_spec_offset++); in specializeTypes() local
233 auto is_present = spec.isPresent(optional_arg_spec_offset++); in specializeTypes() local
H A Dargument_spec.h83 bool is_present = !input.isNone(); in addOptional() local
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/output/
Dusage.rs466 let is_present = matcher in get_required_usage_from() localVariable
494 let is_present = matcher in get_required_usage_from() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/output/
H A Dusage.rs466 let is_present = matcher in get_required_usage_from() localVariable
494 let is_present = matcher in get_required_usage_from() localVariable
/aosp_15_r20/external/pigweed/pw_ide/py/pw_ide/
H A Deditors.py363 def is_present(self) -> bool: # pylint: disable=no-self-use member in EditorSettingsDefinition
451 def is_present(self) -> bool: member in EditorSettingsFile
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc471 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in ScalarMapGet() local
715 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in MessageMapGet() local
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc471 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in ScalarMapGet() local
715 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in MessageMapGet() local
/aosp_15_r20/frameworks/base/core/proto/android/service/
H A Dbattery.proto46 optional bool is_present = 8; field
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/
Dtry_result.rs14 pub fn is_present(&self) -> bool { in is_present() method
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/util/
Dflag.rs54 pub fn is_present(&self) -> bool { in is_present() method
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Dsplitting_filter_unittest.cc50 bool is_present[kNumBands]; in TEST() local
/aosp_15_r20/external/python/setuptools/setuptools/
Ddepends.py73 def is_present(self, paths=None): member in Require
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/
Ddepends.py73 def is_present(self, paths=None): member in Require
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/
Ddepends.py73 def is_present(self, paths=None): member in Require
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/
Ddepends.py73 def is_present(self, paths=None): member in Require
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/
Ddepends.py73 def is_present(self, paths=None): member in Require
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/
Dzio.rs201 pub fn is_present(&self) -> bool { in is_present() method
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_text.cpp312 auto is_present = struct_def.fixed || table->CheckField(fd.value.offset); in GenStruct() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/service/
Dbattery.pb.h619 inline bool BatteryServiceDumpProto::is_present() const { in is_present() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/service/
Dbattery.pb.h619 inline bool BatteryServiceDumpProto::is_present() const { in is_present() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/service/
Dbattery.pb.h640 inline bool BatteryServiceDumpProto::is_present() const { in is_present() function
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dconfdata.c24 static bool is_present(const char *path) in is_present() function

12