/third_party/elfutils/backends/ |
H A D | arm_attrs.c | 49 const char **tag_name, const char **value_name) in arm_check_object_attribute() 55 *tag_name = "CPU_raw_name"; in arm_check_object_attribute() 58 *tag_name = "CPU_name"; in arm_check_object_attribute() 61 *tag_name = "CPU_arch"; in arm_check_object_attribute() 77 *tag_name = "CPU_arch_profile"; in arm_check_object_attribute() 92 *tag_name = "ARM_ISA_use"; in arm_check_object_attribute() 96 *tag_name = "THUMB_ISA_use"; in arm_check_object_attribute() 100 *tag_name = "VFP_arch"; in arm_check_object_attribute() 104 *tag_name = "WMMX_arch"; in arm_check_object_attribute() 108 *tag_name in arm_check_object_attribute() 47 arm_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) arm_check_object_attribute() argument [all...] |
H A D | csky_attrs.c | 43 const char **tag_name, in csky_check_object_attribute() 50 *tag_name = "CSKY_ARCH_NAME"; in csky_check_object_attribute() 54 *tag_name = "CSKY_CPU_NAME"; in csky_check_object_attribute() 58 *tag_name = "CSKY_ISA_FLAGS"; in csky_check_object_attribute() 62 *tag_name = "CSKY_ISA_EXT_FLAGS"; in csky_check_object_attribute() 40 csky_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor, int tag, uint64_t value __attribute__ ((unused)), const char **tag_name, const char **value_name __attribute__ ((unused))) csky_check_object_attribute() argument
|
H A D | ppc_attrs.c | 42 const char **tag_name, const char **value_name) in ppc_check_object_attribute() 48 *tag_name = "GNU_Power_ABI_FP"; in ppc_check_object_attribute() 61 *tag_name = "GNU_Power_ABI_Vector"; in ppc_check_object_attribute() 71 *tag_name = "GNU_Power_ABI_Struct_Return"; in ppc_check_object_attribute() 40 ppc_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) ppc_check_object_attribute() argument
|
H A D | sparc_attrs.c | 42 const char **tag_name, const char **value_name) in sparc_check_object_attribute() 80 *tag_name = "GNU_Sparc_HWCAPS"; in sparc_check_object_attribute() 85 *tag_name = "GNU_Sparc_HWCAPS2"; in sparc_check_object_attribute() 40 sparc_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) sparc_check_object_attribute() argument
|
/third_party/notofonts/scripts/ |
H A D | gather.py | 101 m = re.match(r"^(.*)-(v[\d.]+)", release.tag_name) 103 print(f"Unparsable release {release.tag_name} in {repo_name}") 109 if release.tag_name in state[repo_name].get("known_releases", []): 115 state[repo_name].setdefault("known_releases", []).append(release.tag_name) 122 tag_sha = repo.get_git_ref("tags/" + release.tag_name).object.sha 126 print("Couldn't retrieve release message for %s" % release.tag_name) 152 subprocess.run(["git", "commit", "-m", "Add " + release.tag_name]) 153 subprocess.run(["git", "tag", release.tag_name]) 154 to_push.append(release.tag_name)
|
H A D | issue-stats.py | 57 {"tag": release.tag_name, "url": release.html_url}
|
/third_party/elfutils/libebl/ |
H A D | eblcheckobjattr.c | 39 uint64_t value, const char **tag_name, in ebl_check_object_attribute() 43 tag_name, value_name)) in ebl_check_object_attribute() 51 *tag_name = "compatibility"; in ebl_check_object_attribute() 38 ebl_check_object_attribute(Ebl *ebl, const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) ebl_check_object_attribute() argument
|
H A D | eblopenbackend.c | 217 const char **tag_name, 694 const char **tag_name, const char **value_name) in default_check_object_attribute() 696 *tag_name = NULL; in default_check_object_attribute() 690 default_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor __attribute__ ((unused)), int tag __attribute__ ((unused)), uint64_t value __attribute__ ((unused)), const char **tag_name, const char **value_name) default_check_object_attribute() argument
|
H A D | libebl.h | 186 const char **tag_name,
|
/third_party/libsnd/src/ |
H A D | ogg_vcomment.c | 184 const char *tag_name ; in vorbiscomment_write_tags() local 208 tag_name = vorbiscomment_lookup_name (psf->strings.data [i].type) ; in vorbiscomment_write_tags() 209 if (tag_name == NULL) in vorbiscomment_write_tags() 212 tag_name_len = strlen (tag_name) ; in vorbiscomment_write_tags() 220 BHWv (tag_name), BHWz (tag_name_len), in vorbiscomment_write_tags()
|
/third_party/python/Lib/idlelib/ |
H A D | squeezer.py | 296 # Set tag_name to the first valid tag found on the "insert" cursor. 298 for tag_name in ("stdout", "stderr"): 299 if tag_name in tag_names: 307 start, end = self.text.tag_prevrange(tag_name, tk.INSERT + "+1c") 320 expandingbutton = ExpandingButton(s, tag_name, numoflines, self)
|
/third_party/node/deps/v8/tools/release/ |
H A D | git_recipes.py | 294 def GitGetHashOfTag(self, tag_name, **kwargs): 295 return self.Git("rev-list -1 " + tag_name).strip().encode("ascii", "ignore")
|
/third_party/ffmpeg/tools/ |
H A D | ismindex.c | 107 static int copy_tag(AVIOContext *in, AVIOContext *out, int32_t tag_name) in copy_tag() argument 115 if (expect_tag(tag, tag_name) != 0) in copy_tag() 132 static int skip_tag(AVIOContext *in, int32_t tag_name) in skip_tag() argument 139 if (expect_tag(tag, tag_name) != 0) in skip_tag()
|
/third_party/lwip/src/apps/http/ |
H A D | httpd.c | 228 u8_t tag_name_len; /* Length of the tag name in string tag_name */ 229 char tag_name[LWIP_HTTPD_MAX_TAG_NAME_LEN + 1]; /* Last tag name extracted */ member 230 char tag_insert[LWIP_HTTPD_MAX_TAG_INSERT_LEN + 1]; /* Insert string for tag_name */ 750 * The tag's name is stored in ssi->tag_name (NULL-terminated), the replacement 780 tag = ssi->tag_name; 794 if (strcmp(ssi->tag_name, httpd_tags[tag]) == 0) 823 len = LWIP_MIN(sizeof(ssi->tag_name), LWIP_MIN(strlen(ssi->tag_name), 826 MEMCPY(&ssi->tag_insert[UNKNOWN_TAG1_LEN], ssi->tag_name, len); 1356 ssi->tag_name[ss [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_parse_utils.h | 128 const char *tag_name = NULL);
|
H A D | dng_parse_utils.cpp | 2002 const char *tag_name) in DumpTagValues() 2009 printf ("%s:", tag_name ? tag_name in DumpTagValues() 1996 DumpTagValues(dng_stream &stream, const char *entry_name, uint32 parentCode, uint32 tagCode, uint32 tagType, uint32 tagCount, const char *tag_name) DumpTagValues() argument
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_squeezer.py | 210 for tag_name in ["stdout", "stderr"]: 217 text_widget.insert("1.0", "SOME\nTEXT\n", tag_name)
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 3003 Handle<String> tag_name = v8_str(isolate, "Tag"); in InstallConditionalFeatures() local 3011 if (JSObject::HasOwnProperty(isolate, webassembly, tag_name) in InstallConditionalFeatures() 3019 CreateFunc(isolate, tag_name, WebAssemblyTag, has_prototype, in InstallConditionalFeatures() 3029 LookupIterator it(isolate, webassembly, tag_name, LookupIterator::OWN); in InstallConditionalFeatures()
|
/third_party/elfutils/src/ |
H A D | elflint.c | 3593 const char *tag_name = NULL; in check_attributes() local 3597 &tag_name, &value_name)) in check_attributes() 3605 tag_name, value); in check_attributes()
|
H A D | readelf.c | 3806 const char *tag_name = NULL; in print_attributes() local 3810 &tag_name, &value_name); in print_attributes() 3812 if (tag_name != NULL) in print_attributes() 3816 tag_name, value, string); in print_attributes() 3819 tag_name, value); in print_attributes() 3822 tag_name, string ?: value_name); in print_attributes()
|
/third_party/rust/crates/serde/serde/src/private/ |
H A D | de.rs | 819 tag_name: &'static str, 829 tag_name: name, in new() 853 return Err(de::Error::missing_field(self.tag_name)); in visit_seq() 869 while let Some(k) = tri!(map.next_key_seed(TagOrContentVisitor::new(self.tag_name))) { in visit_map() 873 return Err(de::Error::duplicate_field(self.tag_name)); in visit_map() 884 None => Err(de::Error::missing_field(self.tag_name)), in visit_map()
|