Home
last modified time | relevance | path

Searched defs:tag_name (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/external/cronet/third_party/libevent/
H A Devent_rpcgen.py494 def CodeUnmarshal(self, buf, tag_name, var_name): argument
506 def CodeMarshal(self, buf, tag_name, var_name): argument
538 def CodeUnmarshal(self, buf, tag_name, var_name): argument
547 def CodeMarshal(self, buf, tag_name, var_name): argument
584 def CodeUnmarshal(self, buf, tag_name, var_name): argument
594 def CodeMarshal(self, buf, tag_name, var_name): argument
704 def CodeUnmarshal(self, buf, tag_name, var_name): argument
718 def CodeMarshal(self, buf, tag_name, var_name): argument
802 def CodeUnmarshal(self, buf, tag_name, var_name): argument
823 def CodeMarshal(self, buf, tag_name, var_name): argument
[all …]
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dshared_prefs.py38 tag_name = None variable in BasePref
73 tag_name = 'boolean' variable in BooleanPref
91 tag_name = 'float' variable in FloatPref
104 tag_name = 'int' variable in IntPref
119 tag_name = 'long' variable in LongPref
128 tag_name = 'string' variable in StringPref
149 tag_name = 'set' variable in StringSetPref
/aosp_15_r20/external/libevent/
H A Devent_rpcgen.py655 def CodeUnmarshal(self, buf, tag_name, var_name, var_len): argument
671 def CodeMarshal(buf, tag_name, var_name, var_len): argument
731 def CodeUnmarshal(self, buf, tag_name, var_name, _var_len): argument
743 def CodeMarshal(self, buf, tag_name, var_name, _var_len): argument
831 def CodeUnmarshal(self, buf, tag_name, var_name, _var_len): argument
844 def CodeMarshal(buf, tag_name, var_name, _var_len): argument
1006 def CodeUnmarshal(self, buf, tag_name, var_name, _var_len): argument
1022 def CodeMarshal(self, buf, tag_name, var_name, _var_len): argument
1127 def CodeUnmarshal(self, buf, tag_name, var_name, var_len): argument
1148 def CodeMarshal(buf, tag_name, var_name, var_len): argument
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/instruments/
H A Dinstruments_xml_tokenizer.cc180 std::string_view tag_name = tag_stack_.back(); in ElementStart() local
318 std::string tag_name = std::move(tag_stack_.back()); in ElementEnd() local
381 std::string_view tag_name = tag_stack_.back(); in CharacterData() local
/aosp_15_r20/frameworks/base/tools/aapt2/tools/consumers/
H A Dpositional_arguments.py57 def start_element(self, tag_name, attrs): argument
70 def end_element(self, tag_name): argument
H A Dduplicates.py98 def start_element(self, tag_name, attrs): argument
119 def end_element(self, tag_name): argument
/aosp_15_r20/build/soong/scripts/
H A Dmanifest.py56 def get_children_with_tag(parent, tag_name): argument
65 def find_child_with_attribute(element, tag_name, namespace_uri, argument
/aosp_15_r20/external/elfutils/libebl/
H A Deblcheckobjattr.c39 uint64_t value, const char **tag_name, in ebl_check_object_attribute()
/aosp_15_r20/external/elfutils/backends/
H A Dcsky_attrs.c43 const char **tag_name, in csky_check_object_attribute()
H A Darm_attrs.c49 const char **tag_name, const char **value_name) in arm_check_object_attribute()
H A Dppc_attrs.c42 const char **tag_name, const char **value_name) in ppc_check_object_attribute()
H A Dsparc_attrs.c42 const char **tag_name, const char **value_name) in sparc_check_object_attribute()
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dvendor_tag_interface.h32 std::string tag_name; member
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DExternalProject-gitupdate.cmake.in215 set(tag_name _cmake_ExternalProject_moved_from_here_${tag_timestamp}Z) variable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/util/
Devent_log_tags.pb.h932 inline const std::string& EventLogTag::tag_name() const { in tag_name() function
973 inline void EventLogTag::set_allocated_tag_name(std::string* tag_name) { in set_allocated_tag_name()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/util/
Devent_log_tags.pb.h932 inline const std::string& EventLogTag::tag_name() const { in tag_name() function
973 inline void EventLogTag::set_allocated_tag_name(std::string* tag_name) { in set_allocated_tag_name()
/aosp_15_r20/frameworks/base/core/proto/android/util/
H A Devent_log_tags.proto36 optional string tag_name = 2; field
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/util/
Devent_log_tags.pb.h1005 inline const std::string& EventLogTag::tag_name() const { in tag_name() function
1046 inline void EventLogTag::set_allocated_tag_name(std::string* tag_name) { in set_allocated_tag_name()
/aosp_15_r20/system/media/audio_route/
H A Daudio_route.c496 static void start_tag(void *data, const XML_Char *tag_name, in start_tag()
676 static void end_tag(void *data, const XML_Char *tag_name) in end_tag()
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/metrics/v3/
H A Dstats.proto228 string tag_name = 1; field
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dcreate_app_bundle.py429 def _GetComponentNames(manifest, tag_name): argument
/aosp_15_r20/external/angle/build/android/gyp/
H A Dcreate_app_bundle.py444 def _GetComponentNames(manifest, tag_name): argument
/aosp_15_r20/external/pdfium/testing/fuzzers/
H A Dpdf_xfa_xdp_fdp_fuzzer.cc29 const char* tag_name; member
/aosp_15_r20/hardware/google/camera/common/hal/tests/
Dvendor_tag_tests.cc183 const char* tag_name = VendorTagManager::GetInstance().GetTagName(tag_id); in TEST() local
/aosp_15_r20/external/fonttools/
H A Dsetup.py249 tag_name = "{new_version}" variable in release

123