Searched refs:aname (Results 1 - 25 of 46) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DPrefixResolverDefault.java104 String aname = attr.getNodeName();
105 boolean isPrefix = aname.startsWith("xmlns:");
107 if (isPrefix || aname.equals("xmlns"))
109 int index = aname.indexOf(':');
110 String p = isPrefix ? aname.substring(index + 1) : "";
H A DDOMHelper.java708 String aname = attr.getNodeName();
710 if (aname.charAt(0) == 'x')
712 boolean isPrefix = aname.startsWith("xmlns:");
714 if (aname.equals("xmlns") || isPrefix)
722 String p = isPrefix ? aname.substring(6) : "";
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DJAXPPrefixResolver.java105 String aname = attr.getNodeName();
106 boolean isPrefix = aname.startsWith("xmlns:");
108 if (isPrefix || aname.equals("xmlns")) {
109 int index = aname.indexOf(':');
110 String p =isPrefix ?aname.substring(index + 1) :"";
/external/freetype/src/base/
H A Dftsnames.c47 FT_SfntName *aname )
52 if ( aname && face && FT_IS_SFNT( face ) )
78 aname->platform_id = entry->platformID;
79 aname->encoding_id = entry->encodingID;
80 aname->language_id = entry->languageID;
81 aname->name_id = entry->nameID;
82 aname->string = (FT_Byte*)entry->string;
83 aname->string_len = entry->stringLength;
/external/freetype/include/freetype/
H A Dftsnames.h151 /* aname :: The indexed @FT_SfntName structure. */
157 /* The `string' array returned in the `aname' structure is not */
171 FT_SfntName *aname );
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dparse_single_example_op_test.py412 aname = "a"
416 aname: float_feature([1, 1]),
419 aname: float_feature([-1, -1]),
425 aname: np.array([1, 1], dtype=np.float32).reshape(1, 2, 1),
428 aname: np.array([-1, -1], dtype=np.float32).reshape(1, 2, 1),
437 aname:
448 aname = "a"
453 aname: float_feature([10, 10]),
455 aname: float_feature([1, 1]),
463 aname
[all...]
H A Dparsing_ops_test.py421 aname = "a"
425 aname: float_feature([1, 1]),
428 aname: float_feature([-1, -1]),
436 aname:
450 aname:
463 aname = "a"
468 aname: float_feature([10, 10]),
470 aname: float_feature([1, 1]),
478 aname: float_feature([-1, -1]),
488 aname
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c183 char *aname = NULL; local
198 aname = bfd_demangle(abfd, data.function,
200 name = aname ? aname : data.function;
213 free(aname);
214 aname = NULL;
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c183 char *aname = NULL; local
198 aname = bfd_demangle(abfd, data.function,
200 name = aname ? aname : data.function;
213 free(aname);
214 aname = NULL;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c183 char *aname = NULL; local
198 aname = bfd_demangle(abfd, data.function,
200 name = aname ? aname : data.function;
213 free(aname);
214 aname = NULL;
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DScanHandler.java35 public void aname(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
H A DPYXScanner.java81 h.aname(buff, 1, sp - 1);
H A DHTMLScanner.java450 h.aname(theOutputBuffer, 0, theSize);
454 h.aname(theOutputBuffer, 0, theSize);
459 h.aname(theOutputBuffer, 0, theSize);
H A DPYXWriter.java42 public void aname(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
/external/python/cpython2/Lib/xml/dom/
H A Dpulldom.py62 for aname, value in xmlns_attrs:
63 attrs._attrs[(xmlns_uri, aname)] = value
88 for aname,value in attrs.items():
89 a_uri, a_localname = aname
124 for aname,value in attrs.items():
125 attr = self.document.createAttribute(aname)
H A Dexpatbuilder.py76 def getAttributeType(self, aname):
78 if info[1] == aname:
103 def isId(self, aname):
105 if info[1] == aname:
109 def isIdNS(self, euri, ename, auri, aname):
111 return self.isId((auri, aname))
776 aname = attributes[i]
778 if ' ' in aname:
779 uri, localname, prefix, qname = _parse_ns_name(self, aname)
784 a = minidom.Attr(aname, EMPTY_NAMESPAC
[all...]
/external/python/cpython3/Lib/xml/dom/
H A Dpulldom.py56 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 Dexpatbuilder.py74 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...]
/external/tagsoup/templates/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java229 h.aname(theOutputBuffer, 0, theSize);
233 h.aname(theOutputBuffer, 0, theSize);
238 h.aname(theOutputBuffer, 0, theSize);
/external/python/cpython2/Lib/xml/sax/
H A Dexpatreader.py335 for (aname, value) in attrs.items():
336 parts = aname.split()
340 qname = aname
341 apair = (None, aname)
/external/python/cpython3/Lib/xml/sax/
H A Dexpatreader.py340 for (aname, value) in attrs.items():
341 parts = aname.split()
345 qname = aname
346 apair = (None, aname)
/external/elfutils/tests/
H A Ddwflsyms.c162 const char *aname = dwfl_module_addrinfo (mod, addr, &off, &asym, local
172 assert ((strcmp (name, aname) == 0
/external/python/cpython2/Tools/bgen/bgen/
H A Dscantools.py738 for atype, aname, amode in arglist:
741 (atype, aname, amode))
749 for atype, aname, amode in arglist:
750 oline += ",\n (%s, %r, %s)" % (atype, aname, amode)
770 for atype, aname, amode in arglist:
/external/tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/
H A DTensorFlowInferenceInterface.java70 String aname = hasAssetPrefix ? model.split(ASSET_FILE_PREFIX)[1] : model;
71 is = assetManager.open(aname);
/external/e2fsprogs/contrib/
H A Dfsstress.c1500 char *aname; local
1534 aname = NULL;
1545 aname = aep->a_name;
1550 if (aname == NULL) {
1557 e = attr_remove_path(&f, aname, ATTR_DONTFOLLOW) < 0 ? errno : 0;
1561 procid, opno, f.path, aname, e);
1567 char aname[10]; local
1579 sprintf(aname, "a%x", nameseq++);
1586 e = attr_set_path(&f, aname, aval, len, ATTR_DONTFOLLOW) < 0 ?
1592 aname,
[all...]

Completed in 1672 milliseconds

12