/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftsnames.c | 46 FT_SfntName *aname ) in FT_EXPORT_DEF() 51 if ( aname && face && FT_IS_SFNT( face ) ) in FT_EXPORT_DEF() 77 aname->platform_id = entry->platformID; in FT_EXPORT_DEF() 78 aname->encoding_id = entry->encodingID; in FT_EXPORT_DEF() 79 aname->language_id = entry->languageID; in FT_EXPORT_DEF() 80 aname->name_id = entry->nameID; in FT_EXPORT_DEF() 81 aname->string = (FT_Byte*)entry->string; in FT_EXPORT_DEF() 82 aname->string_len = entry->stringLength; in FT_EXPORT_DEF() 159 FT_SfntName *aname ) in FT_EXPORT_DEF() 163 FT_UNUSED( aname ); in FT_EXPORT_DEF() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTInfo.h | 18 #define FIELD2(sname, aname, name) \ 19 RECORD(sname, aname, printField<FLD_T(name)>, parseField<FLD_T(name)>) 53 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ 54 RECORD(name, aname, PRINTCOMP(GetMacro, Shift), PARSECOMP(SetMacro, Shift)) 56 #define COMPPGM1(name, aname, AccMacro) \ 57 COMPPGM(name, aname, G_00B848_##AccMacro, S_00B848_##AccMacro, 0) 59 #define COMPPGM2(name, aname, AccMacro) \ 60 COMPPGM(name, aname, G_00B84C_##AccMacro, S_00B84C_##AccMacro, 32)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | trace.c | 183 char *aname = NULL; in wpa_trace_bfd_addr() local 198 aname = bfd_demangle(abfd, data.function, in wpa_trace_bfd_addr() 200 name = aname ? aname : data.function; in wpa_trace_bfd_addr() 213 free(aname); in wpa_trace_bfd_addr() 214 aname = NULL; in wpa_trace_bfd_addr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | trace.c | 194 char *aname = NULL; in wpa_trace_bfd_addr() local 209 aname = bfd_demangle(abfd, data.function, in wpa_trace_bfd_addr() 211 name = aname ? aname : data.function; in wpa_trace_bfd_addr() 224 free(aname); in wpa_trace_bfd_addr() 225 aname = NULL; in wpa_trace_bfd_addr()
|
/third_party/python/Lib/xml/dom/ |
H A D | pulldom.py | 56 for aname, value in xmlns_attrs: 57 attrs._attrs[(xmlns_uri, aname)] = value 82 for aname,value in attrs.items(): 83 a_uri, a_localname = aname 118 for aname,value in attrs.items(): 119 attr = self.document.createAttribute(aname)
|
H A D | expatbuilder.py | 74 def getAttributeType(self, aname): 76 if info[1] == aname: 101 def isId(self, aname): 103 if info[1] == aname: 107 def isIdNS(self, euri, ename, auri, aname): 109 return self.isId((auri, aname)) 767 aname = attributes[i] 769 if ' ' in aname: 770 uri, localname, prefix, qname = _parse_ns_name(self, aname) 775 a = minidom.Attr(aname, EMPTY_NAMESPAC [all...] |
H A D | minidom.py | 1510 def getAttributeType(self, aname): 1524 def isId(self, aname):
|
/third_party/NuttX/fs/nfs/ |
H A D | rpc_clnt.c | 139 static int rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, 199 static int rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, in rpcclnt_receive() argument 230 nbytes = recvfrom(rpc->rc_so, reply, resplen, 0, aname, &fromlen); in rpcclnt_receive() 264 static int rpcclnt_receive(struct rpcclnt *rpc, struct sockaddr *aname, in rpcclnt_receive() argument 299 nbytes = recvfrom(rpc->rc_so, (char *)reply + offset, resplen - offset, 0, aname, &fromlen); in rpcclnt_receive()
|
/third_party/python/Lib/xml/sax/ |
H A D | expatreader.py | 351 for (aname, value) in attrs.items(): 352 parts = aname.split() 356 qname = aname 357 apair = (None, aname)
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftsnames.h | 159 * aname :: 166 * The `string` array returned in the `aname` structure is not 183 FT_SfntName *aname );
|
/third_party/elfutils/tests/ |
H A D | dwflsyms.c | 161 const char *aname = dwfl_module_addrinfo (mod, addr, &off, &asym, in list_syms() local 171 assert ((strcmp (name, aname) == 0 in list_syms()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_process.c | 1057 const char *aname = NULL; in same_questions() local 1069 if (ares_dns_record_query_get(arec, i, &aname, &atype, &aclass) != in same_questions() 1071 aname == NULL) { in same_questions() 1074 if (strcasecmp(qname, aname) != 0 || qtype != atype || qclass != aclass) { in same_questions()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 1476 char *aname; in attr_remove_f() local 1510 aname = NULL; in attr_remove_f() 1521 aname = aep->a_name; in attr_remove_f() 1526 if (aname == NULL) { in attr_remove_f() 1533 e = attr_remove_path(&f, aname, ATTR_DONTFOLLOW) < 0 ? errno : 0; in attr_remove_f() 1537 procid, opno, f.path, aname, e); in attr_remove_f() 1543 char aname[10]; in attr_set_f() local 1555 sprintf(aname, "a%x", nameseq++); in attr_set_f() 1562 e = attr_set_path(&f, aname, aval, len, ATTR_DONTFOLLOW) < 0 ? in attr_set_f() 1568 aname, in attr_set_f() [all...] |
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | PerfTest.java | 180 public Function getTestCmd(String aname) { in getTestCmd() argument 181 String name = (String) theTests.get(isTestCmd_impl(aname)); in getTestCmd()
|
/third_party/python/Parser/ |
H A D | asdl_c.py | 391 argstr = ", ".join(["%s %s" % (atype, aname) 392 for atype, aname, opt in args]) 411 argstr = ", ".join(["%s %s" % (atype, aname) 412 for atype, aname, opt in args + attrs])
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | doio.c | 2426 struct smap *aname; in fmt_ioreq() local 2442 for (aname = aionames; in fmt_ioreq() 2443 aname->value != -1 && aname->value != io->r_aio_strat; aname++) ; in fmt_ioreq() 2468 aname->string); in fmt_ioreq()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 2574 const char *aname, in lookup_data_attr() 2587 if ((ustr = ntfs_str2ucs(aname, &len)) == NULL) { in lookup_data_attr() 2588 perr_printf("Couldn't convert '%s' to Unicode", aname); in lookup_data_attr() 2572 lookup_data_attr(ntfs_volume *vol, MFT_REF mref, const char *aname, ntfs_attr_search_ctx **ctx) lookup_data_attr() argument
|