/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
H A D | lunr.js | 1842 * @param {Object} attrs - The attributes of the built search index. 1843 * @param {Object} attrs.invertedIndex - An index of term/field to document reference. 1844 * @param {Object<string, lunr.Vector>} attrs.fieldVectors - Field vectors 1845 * @param {lunr.TokenSet} attrs.tokenSet - An set of all corpus tokens. 1846 * @param {string[]} attrs.fields - The names of indexed document fields. 1847 * @param {lunr.Pipeline} attrs.pipeline - The pipeline to use for search terms. 1849 lunr.Index = function (attrs) { 1850 this.invertedIndex = attrs.invertedIndex 1851 this.fieldVectors = attrs.fieldVectors 1852 this.tokenSet = attrs [all...] |
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 1066 attrs = attrs_wo_objs(A) 1068 self.assertIn(('__new__', 'static method', object), attrs, 1070 self.assertIn(('__init__', 'method', object), attrs, 'missing __init__') 1072 self.assertIn(('s', 'static method', A), attrs, 'missing static method') 1073 self.assertIn(('c', 'class method', A), attrs, 'missing class method') 1074 self.assertIn(('p', 'property', A), attrs, 'missing property') 1075 self.assertIn(('m', 'method', A), attrs, 1076 'missing plain method: %r' % attrs) 1077 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') 1078 self.assertIn(('datablob', 'data', A), attrs, 'missin [all...] |
H A D | test_pyexpat.py | 90 def StartElementHandler(self, name, attrs): 92 sortdict(attrs)) 361 def StartElementHandler(self, name, attrs): 363 bt = attrs.get("buffer-text") 443 def StartElementHandler(self, name, attrs): 479 def StartElementHandler(self, name, attrs):
|
/third_party/littlefs/ |
H A D | lfs.c | 547 const struct lfs_mattr *attrs, int attrcount); 549 lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, 860 const struct lfs_mattr *attrs; member 879 const struct lfs_mattr *attrs, int attrcount, in lfs_dir_traverse() 889 // iterate over directory and attrs in lfs_dir_traverse() 910 tag = attrs[0].tag; in lfs_dir_traverse() 911 buffer = attrs[0].buffer; in lfs_dir_traverse() 912 attrs += 1; in lfs_dir_traverse() 934 .attrs = attrs, in lfs_dir_traverse() 877 lfs_dir_traverse(lfs_t *lfs, const lfs_mdir_t *dir, lfs_off_t off, lfs_tag_t ptag, const struct lfs_mattr *attrs, int attrcount, lfs_tag_t tmask, lfs_tag_t ttag, uint16_t begin, uint16_t end, int16_t diff, int (*cb)(void *data, lfs_tag_t tag, const void *buffer), void *data) lfs_dir_traverse() argument 1829 lfs_dir_split(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t split, uint16_t end) lfs_dir_split() argument 1901 lfs_dir_compact(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t begin, uint16_t end) lfs_dir_compact() argument 2074 lfs_dir_splittingcompact(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t begin, uint16_t end) lfs_dir_splittingcompact() argument 2179 lfs_dir_relocatingcommit(lfs_t *lfs, lfs_mdir_t *dir, const lfs_block_t pair[2], const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *pdir) lfs_dir_relocatingcommit() argument 2350 lfs_dir_orphaningcommit(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount) lfs_dir_orphaningcommit() argument 2543 lfs_dir_commit(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount) lfs_dir_commit() argument [all...] |
/third_party/alsa-utils/alsamixer/ |
H A D | colors.h | 36 extern struct attributes attrs;
|
/third_party/curl/packages/OS400/ |
H A D | os400sys.c | 581 char **attrs, int attrsonly, LDAPMessage **res) in Curl_ldap_search_s_a() 619 if(attrs && status == LDAP_SUCCESS) { in Curl_ldap_search_s_a() 620 for(i = 0; attrs[i++];) in Curl_ldap_search_s_a() 627 for(j = 0; attrs[j]; j++) { in Curl_ldap_search_s_a() 628 i = strlen(attrs[j]); in Curl_ldap_search_s_a() 636 QadrtConvertA2E(eattrs[j], attrs[j], i, i); in Curl_ldap_search_s_a() 580 Curl_ldap_search_s_a(void *ld, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPMessage **res) Curl_ldap_search_s_a() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_shader_state.c | 165 PUSH_DATA (push, vp->vp.attrs[0]); in nv50_vertprog_validate() 166 PUSH_DATA (push, vp->vp.attrs[1]); in nv50_vertprog_validate() 557 PUSH_DATA (push, vp->vp.attrs[2] | fp->vp.attrs[2]); in nv50_fp_linkage_validate() 653 PUSH_DATA (push, vp->vp.attrs[2] | gp->vp.attrs[2]); in nv50_gp_linkage_validate()
|
/third_party/curl/lib/vssh/ |
H A D | libssh2.c | 2016 LIBSSH2_SFTP_ATTRIBUTES attrs; in ssh_statemach_act() local 2020 LIBSSH2_SFTP_STAT, &attrs); in ssh_statemach_act() 2025 data->info.filetime = attrs.mtime; in ssh_statemach_act() 2054 LIBSSH2_SFTP_ATTRIBUTES attrs; in ssh_statemach_act() local 2058 LIBSSH2_SFTP_STAT, &attrs); in ssh_statemach_act() 2066 curl_off_t size = attrs.filesize; in ssh_statemach_act() 2071 data->state.resume_from = attrs.filesize; in ssh_statemach_act() 2483 LIBSSH2_SFTP_ATTRIBUTES attrs; in ssh_statemach_act() local 2487 LIBSSH2_SFTP_STAT, &attrs); in ssh_statemach_act() 2492 !(attrs in ssh_statemach_act() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 1094 PropertyAttributes attrs = maybe.FromJust(); in DefineProperties() 1096 if (attrs == ABSENT) continue; in DefineProperties() 1097 if (attrs & DONT_ENUM) continue; in DefineProperties() 1615 PropertyAttributes attrs = NONE; in ValidateAndApplyPropertyDescriptor() local 1618 attrs = static_cast<PropertyAttributes>( in ValidateAndApplyPropertyDescriptor() 1619 attrs | (desc->enumerable() ? NONE : DONT_ENUM)); in ValidateAndApplyPropertyDescriptor() 1621 attrs = static_cast<PropertyAttributes>( in ValidateAndApplyPropertyDescriptor() 1622 attrs | (current->enumerable() ? NONE : DONT_ENUM)); in ValidateAndApplyPropertyDescriptor() 1625 attrs = static_cast<PropertyAttributes>( in ValidateAndApplyPropertyDescriptor() 1626 attrs | (des in ValidateAndApplyPropertyDescriptor() 1848 PropertyAttributes attrs = maybe.FromJust(); GetOwnPropertyDescriptor() local 4197 int attrs = attributes; ApplyAttributesToDictionary() local [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_state.c | 362 v3dx_pack(&so->attrs[i * size], in v3d_vertex_state_create() 420 uint32_t *attrs; in v3d_vertex_state_create() local 423 &so->defaults_offset, &so->defaults, (void **)&attrs); in v3d_vertex_state_create() 426 attrs[i * 4 + 0] = 0; in v3d_vertex_state_create() 427 attrs[i * 4 + 1] = 0; in v3d_vertex_state_create() 428 attrs[i * 4 + 2] = 0; in v3d_vertex_state_create() 431 attrs[i * 4 + 3] = 1; in v3d_vertex_state_create() 433 attrs[i * 4 + 3] = fui(1.0); in v3d_vertex_state_create()
|
/third_party/python/Tools/demo/ |
H A D | spreadsheet.py | 237 def startelement(self, tag, attrs): 240 method(attrs) 251 def start_cell(self, attrs): 252 self.y = int(attrs.get("row")) 253 self.x = int(attrs.get("col")) 255 def start_value(self, attrs): 256 self.fmt = attrs.get('format') 257 self.alignment = xml2align.get(attrs.get('align'))
|
/third_party/curl/lib/vauth/ |
H A D | spnego_sspi.c | 107 unsigned long attrs; in Curl_auth_decode_spnego_message() local 253 &resp_desc, &attrs, in Curl_auth_decode_spnego_message()
|
/third_party/python/Lib/ |
H A D | netrc.py | 179 attrs = self.hosts[host] 180 rep += f"machine {host}\n\tlogin {attrs[0]}\n" 181 if attrs[1]: 182 rep += f"\taccount {attrs[1]}\n" 183 rep += f"\tpassword {attrs[2]}\n"
|
/third_party/python/Lib/http/ |
H A D | cookiejar.py | 482 # RFC 2109 attrs (may turn up in Netscape cookies, too) 1311 attrs = [] 1323 attrs.append("$Version=%s" % version) 1336 attrs.append(cookie.name) 1338 attrs.append("%s=%s" % (cookie.name, value)) 1341 attrs.append('$Path="%s"' % cookie.path) 1347 attrs.append('$Domain="%s"' % domain) 1352 attrs.append(p) 1354 return attrs 1370 attrs [all...] |
/third_party/ltp/lib/ |
H A D | tst_netdevice.c | 115 struct tst_rtnl_attr_list attrs[] = { in tst_create_veth_pair() local 143 if (tst_rtnl_add_attr_list(file, lineno, ctx, attrs) != 2) { in tst_create_veth_pair() 166 struct tst_rtnl_attr_list attrs[] = { in tst_netdev_add_device() local 187 if (tst_rtnl_add_attr_list(file, lineno, ctx, attrs) != 2) { in tst_netdev_add_device()
|
/third_party/python/Lib/importlib/metadata/ |
H A D | __init__.py | 203 attrs = filter(None, (match.group('attr') or '').split('.')) 204 return functools.reduce(getattr, attrs, module) 256 attrs = (getattr(self, param) for param in params) 257 return all(map(operator.eq, params.values(), attrs))
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_pthread.cpp | 310 int dng_pthread_create(dng_pthread_t *thread, const pthread_attr_t *attrs, void * (*func)(void *), void *arg) in dng_pthread_create() argument 327 if (attrs != NULL) in dng_pthread_create() 328 dng_pthread_attr_getstacksize (attrs, &stacksize); in dng_pthread_create() 473 int dng_pthread_mutex_init(dng_pthread_mutex_t *mutex, void * /* attrs */) in dng_pthread_mutex_init() 506 int dng_pthread_cond_init(dng_pthread_cond_t *cond, void * /* attrs */) in dng_pthread_cond_init() 861 int dng_pthread_rwlock_init(dng_pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attrs) in dng_pthread_rwlock_init() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkcs12.c | 903 const STACK_OF(X509_ATTRIBUTE) *attrs; in dump_certs_pkeys_bag() 906 attrs = PKCS12_SAFEBAG_get0_attrs(bag); in dump_certs_pkeys_bag() 914 print_attribs(out, attrs, "Bag Attributes"); in dump_certs_pkeys_bag() 935 print_attribs(out, attrs, "Bag Attributes"); in dump_certs_pkeys_bag() 958 print_attribs(out, attrs, "Bag Attributes"); in dump_certs_pkeys_bag() 971 print_attribs(out, attrs, "Bag Attributes"); in dump_certs_pkeys_bag() 981 print_attribs(out, attrs, "Bag Attributes"); in dump_certs_pkeys_bag()
|
/third_party/openssl/apps/ |
H A D | pkcs12.c | 907 const STACK_OF(X509_ATTRIBUTE) *attrs; in dump_certs_pkeys_bag() 910 attrs = PKCS12_SAFEBAG_get0_attrs(bag); in dump_certs_pkeys_bag() 918 print_attribs(out, attrs, "Bag Attributes"); in dump_certs_pkeys_bag() 939 print_attribs(out, attrs, "Bag Attributes"); in dump_certs_pkeys_bag() 962 print_attribs(out, attrs, "Bag Attributes"); in dump_certs_pkeys_bag() 975 print_attribs(out, attrs, "Bag Attributes"); in dump_certs_pkeys_bag() 985 print_attribs(out, attrs, "Bag Attributes"); in dump_certs_pkeys_bag()
|
/third_party/python/Lib/xml/dom/ |
H A D | expatbuilder.py | 576 # Takes a string for the doctype, subset string, and namespace attrs string. 715 # list of (prefix, uri) ns declarations. Namespace attrs are 716 # constructed from this and added to the element's attrs. 829 attrs = "" 835 # add every new NS decl from context to L and attrs string 843 if attrs: 844 attrs = "%s\n %s='%s'" % (attrs, declname, uri) 846 attrs = " %s='%s'" % (declname, uri) 848 return attrs [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 561 void genericLocaleStarterWithOptions(Locale locale, String[] s, String[] attrs, Object[] values) { in genericLocaleStarterWithOptions() argument 562 genericLocaleStarterWithOptionsAndResult(locale, s, attrs, values, -1); in genericLocaleStarterWithOptions() 565 private void genericOptionsSetter(RuleBasedCollator coll, String[] attrs, Object[] values) { in genericOptionsSetter() argument 566 for(int i = 0; i < attrs.length; i++) { in genericOptionsSetter() 567 if (attrs[i].equals("strength")) { in genericOptionsSetter() 570 else if (attrs[i].equals("decomp")) { in genericOptionsSetter() 573 else if (attrs[i].equals("AlternateHandling")) { in genericOptionsSetter() 577 else if (attrs[i].equals("NumericCollation")) { in genericOptionsSetter() 580 else if (attrs[i].equals("UpperFirst")) { in genericOptionsSetter() 583 else if (attrs[ in genericOptionsSetter() 592 genericLocaleStarterWithOptionsAndResult(Locale locale, String[] s, String[] attrs, Object[] values, int result) genericLocaleStarterWithOptionsAndResult() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 564 void genericLocaleStarterWithOptions(Locale locale, String[] s, String[] attrs, Object[] values) { in genericLocaleStarterWithOptions() argument 565 genericLocaleStarterWithOptionsAndResult(locale, s, attrs, values, -1); in genericLocaleStarterWithOptions() 568 private void genericOptionsSetter(RuleBasedCollator coll, String[] attrs, Object[] values) { in genericOptionsSetter() argument 569 for(int i = 0; i < attrs.length; i++) { in genericOptionsSetter() 570 if (attrs[i].equals("strength")) { in genericOptionsSetter() 573 else if (attrs[i].equals("decomp")) { in genericOptionsSetter() 576 else if (attrs[i].equals("AlternateHandling")) { in genericOptionsSetter() 580 else if (attrs[i].equals("NumericCollation")) { in genericOptionsSetter() 583 else if (attrs[i].equals("UpperFirst")) { in genericOptionsSetter() 586 else if (attrs[ in genericOptionsSetter() 595 genericLocaleStarterWithOptionsAndResult(Locale locale, String[] s, String[] attrs, Object[] values, int result) genericLocaleStarterWithOptionsAndResult() argument [all...] |
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | impls.rs | 345 attrs: _, in eq() 354 attrs: _, in eq() 386 attrs: _, in hash()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | impls.rs | 345 attrs: _, in eq() 354 attrs: _, in eq() 386 attrs: _, in hash()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | impls.rs | 345 attrs: _, in eq() 354 attrs: _, in eq() 386 attrs: _, in hash()
|