/aosp_15_r20/external/clang/test/CXX/class.access/class.access.dcl/ |
H A D | p1.cpp | 25 enum tagname { enumerator }; enum 67 enum tagname { enumerator }; enum 138 enum tagname { enumerator }; enum 212 enum tagname { enumerator }; // expected-note {{target of using declaration}} enum
|
/aosp_15_r20/external/cronet/third_party/protobuf/ |
H A D | update_version.py | 42 def Find(elem, tagname): argument 49 def FindAndClone(elem, tagname): argument 314 def CreateNode(tagname, indent, children): argument
|
/aosp_15_r20/external/protobuf/ |
H A D | update_version.py | 42 def Find(elem, tagname): argument 49 def FindAndClone(elem, tagname): argument 302 def CreateNode(tagname, indent, children): argument
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p4.cpp | 21 enum tagname { enumerator }; enum 40 enum tagname { enumerator }; enum 83 enum tagname { enumerator }; enum 128 enum tagname { enumerator }; // expected-note 2 {{target of using declaration}} enum
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_print.c | 65 static const struct tagname struct 69 } tagnames[] = { argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/repository/test/karma/ |
D | confix.cpp | 45 tag (std::basic_string<Char, Traits, Allocator> const& tagname) in tag() 53 tag (char const* tagname) in tag()
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/ |
H A D | style-cache.js | 30 store(tagname, properties, styleElement, scopeSelector) { argument 39 fetch(tagname, properties, ownPropertyNames) { argument
|
/aosp_15_r20/external/pdfium/core/fxcrt/css/ |
H A D | cfx_cssstyleselector.cpp | 53 const WideString& tagname) { in MatchDeclarations() 69 bool CFX_CSSStyleSelector::MatchSelector(const WideString& tagname, in MatchSelector()
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
H A D | elementgettagname.java | 65 String tagname; in runTest() local
|
H A D | hc_elementgettagname.java | 61 String tagname; in runTest() local
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
H A D | getElementById01.java | 75 String tagname; in runTest() local
|
/aosp_15_r20/external/autotest/client/site_tests/power_Idle/ |
H A D | power_Idle.py | 45 def measure_it(warmup_secs, idle_secs, tagname): argument
|
/aosp_15_r20/external/e2fsprogs/lib/blkid/ |
H A D | resolve.c | 28 char *blkid_get_tag_value(blkid_cache cache, const char *tagname, in blkid_get_tag_value()
|
/aosp_15_r20/build/make/tools/ |
H A D | merge-event-log-tags.py | 90 tagname = t.tagname variable
|
H A D | event_log_tags.py | 23 def __init__(self, tagnum, tagname, description, filename, linenum): argument
|
/aosp_15_r20/external/doclava/doclet_adapter/src/main/java/com/sun/javadoc/ |
H A D | Doc.java | 73 Tag[] tags(String tagname); in tags()
|
/aosp_15_r20/external/wpa_supplicant_8/src/wps/ |
H A D | upnp_xml.c | 194 const char *tag, *tagname, *end; in xml_get_first_item() local
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 1442 def tag_bind(self, tagname, sequence=None, callback=None): argument 1449 def tag_configure(self, tagname, option=None, **kw): argument 1462 def tag_has(self, tagname, item=None): argument
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 1437 def tag_bind(self, tagname, sequence=None, callback=None): argument 1444 def tag_configure(self, tagname, option=None, **kw): argument 1457 def tag_has(self, tagname, item=None): argument
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | mmapmodule.c | 105 char * tagname; member 1249 char *tagname = ""; in new_mmap_object() local
|
/aosp_15_r20/packages/apps/SecureElement/src/com/android/se/security/ |
D | HalRefDoParser.java | 126 String tagname = parser.getName(); in parse() local
|
/aosp_15_r20/external/python/google-auth-library-python/system_tests/system_tests_sync/ |
D | test_external_accounts.py | 141 def get_xml_value_by_tagname(data, tagname): argument
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMNodeProxy.java | 743 public final NodeList getElementsByTagName(String tagname) in getElementsByTagName() 785 String tagname, in traverseChildren()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | mmapmodule.c | 112 char * tagname; member 1396 const char *tagname = ""; in new_mmap_object() local
|
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/ |
H A D | Document.java | 199 public NodeList getElementsByTagName(String tagname); in getElementsByTagName()
|