HomeSort by relevance Sort by last modified time
    Searched refs:tagname (Results 1 - 25 of 75) sorted by null

1 2 3

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementgettagname.java 32 * tagName of an element.
65 String tagname; local
68 tagname = root.getTagName();
71 assertEquals("svgTagName", "svg", tagname);
73 assertEquals("elementGetTagNameAssert", "staff", tagname);
hc_elementgettagname.java 61 String tagname; local
64 tagname = root.getTagName();
67 assertEquals("svgTagname", "svg", tagname);
69 assertEqualsAutoCase("element", "tagname", "html", tagname);
  /build/tools/
merge-event-log-tags.py 83 pre_merged_tags[t.tagname] = t
90 tagname = t.tagname variable
93 if t.tagname in by_tagname:
94 orig = by_tagname[t.tagname]
108 (t.tagname, t.tagnum, orig.filename, orig.linenum),
113 (t.tagname, orig.tagnum, orig.filename, orig.linenum),
120 if t.tagname != orig.tagname:
123 (t.tagnum, orig.tagname, orig.filename, orig.linenum)
    [all...]
java-event-log-tags.py 67 merged_by_name = dict([(t.tagname, t) for t in merged_tagfile.tags])
70 if t.tagname in merged_by_name:
71 t.tagnum = merged_by_name[t.tagname].tagnum
109 buffer.write("\n /** %d %s %s */\n" % (t.tagnum, t.tagname, t.description))
111 buffer.write("\n /** %d %s */\n" % (t.tagnum, t.tagname))
114 (t.tagname.upper(), t.tagnum))
134 methodName = javaName("write_" + t.tagname)
142 buffer.write("\n android.util.EventLog.writeEvent(%s%s);" % (t.tagname.upper(), argNames))
event_log_tags.py 21 __slots__ = ["tagnum", "tagname", "description", "filename", "linenum"]
23 def __init__(self, tagnum, tagname, description, filename, linenum):
25 self.tagname = tagname
87 tagname = parts[1]
98 self.AddError("tag \"%s\" has unparseable description" % (tagname,))
101 self.tags.append(Tag(tag, tagname, description,
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 23 enum tagname { enumerator }; enum in namespace:test0::NonClass
42 enum tagname { enumerator }; enum in struct:test1::A
50 A::tagname; // expected-warning {{access declarations are deprecated}} member in class:test1::B::A
70 enum tagname _ = enumerator;
85 enum tagname { enumerator }; enum in struct:test2::A
93 A::tagname; // expected-warning {{access declarations are deprecated}} member in class:test2::B::A
113 enum tagname _ = enumerator;
130 enum tagname { enumerator }; // expected-note {{target of using declaration}} enum in struct:test3::A
138 A<T>::tagname; // expected-error {{dependent using declaration resolved to type without 'typename'}} // expected-warning {{access declarations are deprecated}} member in class:test3::B::A
159 enum tagname _ = enumerator
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p4.cpp 20 enum tagname { enumerator }; enum in namespace:test0::NonClass
39 enum tagname { enumerator }; enum in struct:test1::A
47 using A::tagname;
67 enum tagname _ = enumerator;
82 enum tagname { enumerator }; enum in struct:test2::A
90 using A::tagname;
110 enum tagname _ = enumerator;
127 enum tagname { enumerator }; // expected-note 2 {{target of using declaration}} enum in struct:test3::A
135 using A<T>::tagname; // expected-error {{dependent using declaration resolved to type without 'typename'}}
156 enum tagname _ = enumerator
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementById01.java 75 String tagname; local
78 tagname = element.getTagName();
79 assertEquals("throw_Equals", "emp:address", tagname);
  /external/pdfium/core/src/fxcrt/
fx_xml_composer.cpp 28 void CXML_Element::SetTag(FX_BSTR qSpace, FX_BSTR tagname)
32 m_TagName.Set(tagname, pAllocator);
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 194 const char *tag, *tagname, *end; local
203 if (xml_next_tag(doc, &tag, &tagname, &end))
206 if (!os_strncasecmp(tagname, match, match_len) &&
208 (tagname[match_len] == '>' ||
209 !isgraph(tagname[match_len]))) {
  /cts/tests/signature/src/android/signature/cts/
SignatureTest.java 179 String tagname = parser.getName(); local
180 if (!mKeyTagSet.contains(tagname)) {
184 if (type == XmlPullParser.START_TAG && tagname.equals(TAG_PACKAGE)) {
186 } else if (tagname.equals(TAG_CLASS)) {
188 } else if (tagname.equals(TAG_INTERFACE)) {
190 } else if (tagname.equals(TAG_IMPLEMENTS)) {
192 } else if (tagname.equals(TAG_CONSTRUCTOR)) {
196 } else if (tagname.equals(TAG_METHOD)) {
199 } else if (tagname.equals(TAG_PARAM)) {
201 } else if (tagname.equals(TAG_EXCEPTION))
    [all...]
  /external/e2fsprogs/lib/blkid/
resolve.c 25 * Find a tagname (e.g. LABEL or UUID) on a specific device.
27 char *blkid_get_tag_value(blkid_cache cache, const char *tagname,
35 DBG(DEBUG_RESOLVE, printf("looking for %s on %s\n", tagname, devname));
46 (found = blkid_find_tag_dev(dev, tagname)))
116 fprintf(stderr, "Usage:\t%s tagname=value\n"
117 "\t%s tagname devname\n"
blkid.h 83 extern char *blkid_get_tag_value(blkid_cache cache, const char *tagname,
blkid.h.in 83 extern char *blkid_get_tag_value(blkid_cache cache, const char *tagname,
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 71 * @param tagName The name of the element type to instantiate. For XML,
77 * <code>nodeName</code> attribute set to <code>tagName</code>, and
85 public Element createElement(String tagName)
192 * @param tagname The name of the tag to match on. The special value "*"
193 * matches all tags. For XML, the <code>tagname</code> parameter is
199 public NodeList getElementsByTagName(String tagname);
353 * <td valign='top' rowspan='1' colspan='1'><code>Element.tagName</code></td>
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details.h 112 // relationship. |parent| and |tagname| can be empty, |children| can be NULL.
115 const std::string& tagname,
malware_details.cc 124 const std::string& tagname,
132 if (!tagname.empty())
133 url_resource->set_tag_name(tagname);
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 72 def _print_error(self, stream, tagname, error):
77 % (tagname, str(error[0]), text))
81 stream.write(' </%s>\n' % tagname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 40 starttagmatch = re.compile('<(?P<tagname>'+_Name+')'
601 nstag = tagname = tag.group('tagname')
603 nstag = tagname = nstag.lower()
605 tagname != self.__seen_doctype:
610 attrdict, nsdict, k = self.parse_attributes(tagname, k, j)
611 self.stack.append((tagname, nsdict, nstag))
613 res = qname.match(tagname)
630 self.stack[-1] = tagname, nsdict, nstag
662 self.syntax_error("unknown attribute `%s' in tag `%s'" % (attrnamemap[key], tagname))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 40 starttagmatch = re.compile('<(?P<tagname>'+_Name+')'
601 nstag = tagname = tag.group('tagname')
603 nstag = tagname = nstag.lower()
605 tagname != self.__seen_doctype:
610 attrdict, nsdict, k = self.parse_attributes(tagname, k, j)
611 self.stack.append((tagname, nsdict, nstag))
613 res = qname.match(tagname)
630 self.stack[-1] = tagname, nsdict, nstag
662 self.syntax_error("unknown attribute `%s' in tag `%s'" % (attrnamemap[key], tagname))
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_util.js 88 * Returns the tagname of an element node in upper case.
90 * @return {string} The node's tagname.
92 cvox.SemanticUtil.tagName = function(node) {
93 return node.tagName.toUpperCase();
127 var tagName = cvox.SemanticUtil.tagName(node);
128 if (cvox.SemanticUtil.IGNORETAGS.indexOf(tagName) != -1) continue;
129 if (cvox.SemanticUtil.EMPTYTAGS.indexOf(tagName) != -1 &&
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
a_strex.c 316 const char *tagname; local
317 tagname = ASN1_tag2str(type);
318 outlen += strlen(tagname);
319 if(!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1)) return -1;
  /external/openssl/crypto/asn1/
a_strex.c 330 const char *tagname; local
331 tagname = ASN1_tag2str(type);
332 outlen += strlen(tagname);
333 if(!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1)) return -1;
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
common.py 396 def _add_ns(tagname):
398 'tag': tagname}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 64 self.buffer = mmap.mmap(-1, self.size, tagname=self.name)
65 assert win32.GetLastError() == 0, 'tagname already in use'
74 self.buffer = mmap.mmap(-1, self.size, tagname=self.name)

Completed in 3332 milliseconds

1 2 3