/third_party/icu/icu4c/source/test/cintltst/ |
H A D | callcoll.h | 53 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize); 54 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result); 57 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
|
/third_party/mesa3d/src/imagination/csbgen/ |
H A D | gen_pack_header.py | 946 def start_element(self, name: str, attrs: t.Dict[str, str]) -> None: 954 csbgen = Csbgen(attrs["name"], attrs["prefix"], self.filename) 961 struct = Struct(parent, attrs["name"], int(attrs["length"])) 966 if "default" in attrs.keys(): 967 default = attrs["default"] 970 if "shift" in attrs.keys(): 971 shift = attrs["shift"] 973 field = Field(parent, name=attrs["nam [all...] |
/third_party/python/Lib/xml/dom/ |
H A D | pulldom.py | 51 def startElementNS(self, name, tagName , attrs): 57 attrs._attrs[(xmlns_uri, aname)] = value 82 for aname,value in attrs.items(): 112 def startElement(self, name, attrs): 118 for aname,value in attrs.items(): 285 def startElementNS(self, name, tagName , attrs): 286 PullDOM.startElementNS(self, name, tagName, attrs) 291 def startElement(self, name, attrs): 292 PullDOM.startElement(self, name, attrs)
|
/third_party/rust/crates/syn/src/ |
H A D | attr.rs | 93 /// attrs: Vec<Attribute>, 102 /// attrs: input.call(Attribute::parse_outer)?, 287 /// for attr in &input.attrs { 353 /// for attr in &input.attrs { 399 let mut attrs = Vec::new(); in parse_outer() variables 401 attrs.push(input.call(parsing::single_parse_outer)?); in parse_outer() 403 Ok(attrs) in parse_outer() 415 let mut attrs = Vec::new(); in parse_inner() variables 416 parsing::parse_inner(input, &mut attrs)?; in parse_inner() 417 Ok(attrs) in parse_inner() [all...] |
H A D | data.rs | 8 pub attrs: Vec<Attribute>, 139 pub attrs: Vec<Attribute>, 167 let attrs = input.call(Attribute::parse_outer)?; in parse() 198 attrs, in parse() 305 let attrs = input.call(Attribute::parse_outer)?; in parse_named() 330 attrs, in parse_named() 343 attrs: input.call(Attribute::parse_outer)?, in parse_unnamed() 364 tokens.append_all(&self.attrs); in to_tokens() 395 tokens.append_all(&self.attrs); in to_tokens()
|
H A D | derive.rs | 8 pub attrs: Vec<Attribute>, 69 let attrs = input.call(Attribute::parse_outer)?; in parse() 79 attrs, in parse() 98 attrs, in parse() 117 attrs, in parse() 205 for attr in self.attrs.outer() { in to_tokens()
|
/third_party/libuv/src/unix/ |
H A D | process.c | 460 posix_spawnattr_t* attrs, in uv__spawn_set_posix_spawn_attrs() 467 err = posix_spawnattr_init(attrs); in uv__spawn_set_posix_spawn_attrs() 507 err = posix_spawnattr_setflags(attrs, flags); in uv__spawn_set_posix_spawn_attrs() 513 err = posix_spawnattr_setsigdefault(attrs, &signal_set); in uv__spawn_set_posix_spawn_attrs() 519 err = posix_spawnattr_setsigmask(attrs, &signal_set); in uv__spawn_set_posix_spawn_attrs() 526 (void) posix_spawnattr_destroy(attrs); in uv__spawn_set_posix_spawn_attrs() 669 posix_spawnattr_t* attrs, in uv__spawn_resolve_and_spawn() 700 err = posix_spawn(pid, options->file, actions, attrs, options->args, env); in uv__spawn_resolve_and_spawn() 744 err = posix_spawn(pid, b, actions, attrs, options->args, env); in uv__spawn_resolve_and_spawn() 775 posix_spawnattr_t attrs; in uv__spawn_and_init_child_posix_spawn() local 459 uv__spawn_set_posix_spawn_attrs( posix_spawnattr_t* attrs, const uv__posix_spawn_fncs_t* posix_spawn_fncs, const uv_process_options_t* options) uv__spawn_set_posix_spawn_attrs() argument 668 uv__spawn_resolve_and_spawn(const uv_process_options_t* options, posix_spawnattr_t* attrs, posix_spawn_file_actions_t* actions, pid_t* pid) uv__spawn_resolve_and_spawn() argument [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | shared.py | 37 def colored(s, color=None, attrs=None): 40 return colored_impl(s, color, attrs=attrs) 107 return colored(str(self) + ':', 'magenta', attrs=['bold']) 109 return colored(str(self) + ':', 'red', attrs=['bold'])
|
/third_party/vk-gl-cts/scripts/log/ |
H A D | bottleneck_report.py | 53 def startElement (self, name, attrs): 55 self.element.path = attrs.getValue("CasePath") 56 if name == "Number" and "TestDuration" == attrs.getValue("Name") : 83 def startElement (self, name, attrs) : 86 self.element.path = attrs.getValue("Name")
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xml_fix.py | 31 attrs = self._get_attributes() 32 a_names = sorted(attrs.keys()) 36 _Replacement_write_data(writer, attrs[a_name].value, is_attrib=True)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xml_fix.py | 31 attrs = self._get_attributes() 32 a_names = sorted(attrs.keys()) 36 _Replacement_write_data(writer, attrs[a_name].value, is_attrib=True)
|
/third_party/ltp/testcases/kernel/syscalls/mount_setattr/ |
H A D | mount_setattr01.c | 38 #define TCASE_ENTRY(attrs, exp_attrs) \ 40 .name = #attrs, \ 41 .mount_attrs = attrs, \
|
/third_party/ltp/testcases/kernel/syscalls/fsmount/ |
H A D | fsmount01.c | 14 #define TCASE_ENTRY(_flags, _attrs) {.name = "Flag " #_flags ", Attr " #_attrs, .flags = _flags, .attrs = _attrs} 19 unsigned int attrs; member 66 TEST(mfd = fsmount(sfd, tc->flags, tc->attrs)); in run()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_attr.c | 95 ASN1_TYPE *PKCS12_get_attr_gen(const STACK_OF(X509_ATTRIBUTE) *attrs, in STACK_OF() 100 i = X509at_get_attr_by_NID(attrs, attr_nid, -1); in STACK_OF() 101 attrib = X509at_get_attr(attrs, i); in STACK_OF()
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_attr.c | 95 ASN1_TYPE *PKCS12_get_attr_gen(const STACK_OF(X509_ATTRIBUTE) *attrs, in STACK_OF() 100 i = X509at_get_attr_by_NID(attrs, attr_nid, -1); in STACK_OF() 101 attrib = X509at_get_attr(attrs, i); in STACK_OF()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_attribute.rs | 219 let attrs = Attribute::parse_outer.parse_str(input).unwrap(); in test() 221 assert_eq!(attrs.len(), 1); in test() 222 let attr = attrs.into_iter().next().unwrap(); in test()
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | bound.rs | 49 .filter_map(|field| from_field(&field.attrs)) in with_where_predicates_from_fields() 71 .filter_map(|variant| from_variant(&variant.attrs)) in with_where_predicates_from_variants() 260 .filter(|field| filter(&field.attrs, Some(&variant.attrs))); 267 for field in fields.iter().filter(|field| filter(&field.attrs, None)) { 340 attrs: Vec::new(), in with_lifetime_bound()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | mod.rs | 25 use crate::syntax::{self, attrs, Types}; 142 attrs::parse( 144 bridge.attrs, 145 attrs::Parser {
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | mod.rs | 25 use crate::syntax::{self, attrs, Types}; 142 attrs::parse( 144 bridge.attrs, 145 attrs::Parser {
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | mod.rs | 25 use crate::syntax::{self, attrs, Types}; 142 attrs::parse( 144 bridge.attrs, 145 attrs::Parser {
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | mod.rs | 25 use crate::syntax::{self, attrs, Types}; 142 attrs::parse( 144 bridge.attrs, 145 attrs::Parser {
|
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | item.rs | 58 let attrs = &input.attrs; in from_args_struct() 64 let parsed_attrs = ClapAttr::parse_all(attrs)?; in from_args_struct() 67 res.push_doc_comment(attrs, "about", Some("long_about")); in from_args_struct() 75 let attrs = &input.attrs; in from_subcommand_enum() 81 let parsed_attrs = ClapAttr::parse_all(attrs)?; in from_subcommand_enum() 84 res.push_doc_comment(attrs, "about", Some("long_about")); in from_subcommand_enum() 92 let attrs = &input.attrs; in from_value_enum() [all...] |
/third_party/skia/modules/svg/src/ |
H A D | SkSVGRenderContext.cpp | 234 void SkSVGRenderContext::applyPresentationAttributes(const SkSVGPresentationAttributes& attrs, in applyPresentationAttributes() argument 241 const auto& attr = attrs.f ## ATTR; \ in applyPresentationAttributes() 274 const bool hasFilter = attrs.fFilter.isValue(); in applyPresentationAttributes() 275 if (attrs.fOpacity.isValue()) { in applyPresentationAttributes() 276 this->applyOpacity(*attrs.fOpacity, flags, hasFilter); in applyPresentationAttributes() 279 if (attrs.fClipPath.isValue()) { in applyPresentationAttributes() 280 this->applyClip(*attrs.fClipPath); in applyPresentationAttributes() 283 if (attrs.fMask.isValue()) { in applyPresentationAttributes() 284 this->applyMask(*attrs.fMask); in applyPresentationAttributes() 289 this->applyFilter(*attrs in applyPresentationAttributes() [all...] |
/third_party/rust/crates/cxx/macro/src/ |
H A D | expand.rs | 2 use crate::syntax::attrs::{self, OtherAttrs}; 25 let attrs = attrs::parse( in bridge() 27 mem::take(&mut ffi.attrs), in bridge() 28 attrs::Parser { in bridge() 48 Ok(expand(ffi, doc, attrs, apis, types)) in bridge() 51 fn expand(ffi: Module, doc: Doc, attrs: OtherAttrs, apis: &[Api], types: &Types) -> TokenStream { in expand() 139 #attrs in expand() 157 let attrs = &strct.attrs; in expand_struct() [all...] |
/third_party/python/Lib/xml/sax/ |
H A D | saxutils.py | 166 def startElement(self, name, attrs): 169 for (name, value) in attrs.items(): 183 def startElementNS(self, name, qname, attrs): 194 for (name, value) in attrs.items(): 267 def startElement(self, name, attrs): 268 self._cont_handler.startElement(name, attrs) 273 def startElementNS(self, name, qname, attrs): 274 self._cont_handler.startElementNS(name, qname, attrs)
|