Home
last modified time | relevance | path

Searched defs:localName (Results 1 – 25 of 27) sorted by relevance

12

/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
DCurrencyDataParser.java93 … public void startElement(String uri, String localName, String qName, Attributes attributes) { in startElement()
106 public void endElement(String uri, String localName, String qName) { in endElement()
/third_party/python/Lib/xml/dom/
Dminidom.py318 def _get_elements_by_tagName_ns_helper(parent, nsURI, localName, rc): argument
355 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, argument
579 def getNamedItemNS(self, namespaceURI, localName): argument
597 def removeNamedItemNS(self, namespaceURI, localName): argument
682 localName=None): argument
739 def getAttributeNS(self, namespaceURI, localName): argument
781 def getAttributeNodeNS(self, namespaceURI, localName): argument
816 def removeAttributeNS(self, namespaceURI, localName): argument
851 def hasAttributeNS(self, namespaceURI, localName): argument
864 def getElementsByTagNameNS(self, namespaceURI, localName): argument
[all …]
Dexpatbuilder.py84 def getAttributeTypeNS(self, namespaceURI, localName): argument
/third_party/typescript/src/compiler/transformers/
Dts.ts685 const localName = factory.getInternalName(node); constant
1146 const localName = setParent(setTextRange(factory.cloneNode(name), name), name.parent); constant
1535 … const localName = factory.getLocalName(node, /*allowComments*/ false, /*allowSourceMaps*/ true); constant
1837 … const localName = factory.getLocalName(node, /*allowComments*/ false, /*allowSourceMaps*/ true); constant
DlegacyDecorators.ts556 const localName = languageVersion <= ScriptTarget.ES2015 ? constant
/third_party/skia/src/core/
DSkYUVPlanesCache.cpp15 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
DSkMaskCache.cpp10 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
DSkBitmapCache.cpp216 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp66 const char *localName, in ValidateStateHelperGetIntegerv()
88 const char *localName, in ValidateStateHelperGetVertexAttribiv()
DStateManagerGL.cpp43 const char *localName, in ValidateStateHelper()
2554 std::string localName = "mBuffers[" + ToString(bindingType) + "]"; in validateState() local
/third_party/typescript/src/compiler/transformers/module/
Dsystem.ts447 …const localName = forEach(group.externalImports, i => getLocalNameForExternalImport(factory, i, cu… constant
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_account_osAccount.js21 localName: "[PC Preview] unknown localName", property
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp240 std::string localName = "l" + de::toString(bufNum); in checkBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp240 std::string localName = "l" + de::toString(bufNum); in checkBuffer() local
/third_party/typescript/src/services/
Dtypes.ts1105 localName, enumerator
/third_party/typescript/src/compiler/
Dchecker.ts7459 const localName = getInternalSymbolName(symbol, symbolName); constant
7700 const localName = getInternalSymbolName(symbol, symbolName); constant
7705 const localName = getInternalSymbolName(symbol, symbolName); constant
7711 const localName = getInternalSymbolName(s, name); constant
/third_party/typescript/lib/
Dtsc.js47849 function serializeAsFunctionNamespaceMerge(type, symbol, localName, modifierFlags) { argument
47872 …function serializeAsNamespaceDeclaration(props, localName, modifierFlags, suppressNewPrivateContex… argument
47936 function serializeAsClass(symbol, localName, modifierFlags) { argument
47999 function serializeAsAlias(symbol, localName, modifierFlags) { argument
48085 function serializeExportSpecifier(localName, targetName, specifier) { argument
48338 function getNameCandidateWorker(symbol, localName) { argument
48355 function getInternalSymbolName(symbol, localName) { argument
82025 function transformEnumBody(node, localName) { argument
DtypingsInstaller.js57630 function serializeAsFunctionNamespaceMerge(type, symbol, localName, modifierFlags) { argument
57656 …function serializeAsNamespaceDeclaration(props, localName, modifierFlags, suppressNewPrivateContex… argument
57740 function serializeAsClass(symbol, localName, modifierFlags) { argument
57820 function serializeAsAlias(symbol, localName, modifierFlags) { argument
57958 function serializeExportSpecifier(localName, targetName, specifier) { argument
58266 function getNameCandidateWorker(symbol, localName) { argument
58283 function getInternalSymbolName(symbol, localName) { argument
97266 function transformEnumBody(node, localName) { argument
Dtypescript.d.ts6859 localName = 9, enumerator
DtypescriptServices.d.ts6859 localName = 9, enumerator
Dlib.dom.d.ts2220 readonly localName: string; property
5024 readonly localName: string; property
Dtsserverlibrary.d.ts6859 localName = 9, enumerator
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6859 localName = 9, enumerator
Dtsserverlibrary.d.ts6859 localName = 9, enumerator
/third_party/typescript/src/lib/
Ddom.generated.d.ts2200 readonly localName: string; property
5004 readonly localName: string; property

12