/aosp_15_r20/external/libwebm/webm_parser/include/webm/ |
H A D | element.h | 67 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 D | checker_unittest.py | 187 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/ |
D | usage.rs | 391 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 D | argument_spec.cpp | 214 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 D | argument_spec.h | 83 bool is_present = !input.isNone(); in addOptional() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/output/ |
D | usage.rs | 466 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 D | usage.rs | 466 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 D | editors.py | 363 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 D | map_container.cc | 471 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 D | map_container.cc | 471 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 D | battery.proto | 46 optional bool is_present = 8; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/ |
D | try_result.rs | 14 pub fn is_present(&self) -> bool { in is_present() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/util/ |
D | flag.rs | 54 pub fn is_present(&self) -> bool { in is_present() method
|
/aosp_15_r20/external/webrtc/modules/audio_processing/ |
H A D | splitting_filter_unittest.cc | 50 bool is_present[kNumBands]; in TEST() local
|
/aosp_15_r20/external/python/setuptools/setuptools/ |
D | depends.py | 73 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/ |
D | depends.py | 73 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/ |
D | depends.py | 73 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/ |
D | depends.py | 73 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/ |
D | depends.py | 73 def is_present(self, paths=None): member in Require
|
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/ |
D | zio.rs | 201 pub fn is_present(&self) -> bool { in is_present() method
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_text.cpp | 312 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/ |
D | battery.pb.h | 619 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/ |
D | battery.pb.h | 619 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/ |
D | battery.pb.h | 640 inline bool BatteryServiceDumpProto::is_present() const { in is_present() function
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | confdata.c | 24 static bool is_present(const char *path) in is_present() function
|