Home
last modified time | relevance | path

Searched refs:localName (Results 1 - 20 of 20) sorted by relevance

/third_party/python/Lib/xml/dom/
H A Dminidom.py213 # Overridden in Element and Attr where localName can be Non-Null
282 defproperty(Node, "localName", doc="Namespace-local name of this node.")
318 def _get_elements_by_tagName_ns_helper(parent, nsURI, localName, rc):
321 if ((localName == "*" or node.localName == localName) and
324 _get_elements_by_tagName_ns_helper(node, nsURI, localName, rc)
355 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None,
361 if localName is not None:
362 self._localName = localName
[all...]
H A Dexpatbuilder.py84 def getAttributeTypeNS(self, namespaceURI, localName):
794 and curNode.localName == localname
/third_party/skia/src/core/
H A DSkYUVPlanesCache.cpp15 #define CHECK_LOCAL(localCache, localName, globalName, ...) \
16 ((localCache) ? localCache->localName(__VA_ARGS__) : SkResourceCache::globalName(__VA_ARGS__))
H A DSkMaskCache.cpp10 #define CHECK_LOCAL(localCache, localName, globalName, ...) \
11 ((localCache) ? localCache->localName(__VA_ARGS__) : SkResourceCache::globalName(__VA_ARGS__))
H A DSkBitmapCache.cpp216 #define CHECK_LOCAL(localCache, localName, globalName, ...) \
217 ((localCache) ? localCache->localName(__VA_ARGS__) : SkResourceCache::globalName(__VA_ARGS__))
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
H A DCurrencyDataParser.java93 public void startElement(String uri, String localName, String qName, Attributes attributes) { in startElement() argument
106 public void endElement(String uri, String localName, String qName) { in endElement() argument
/third_party/python/Lib/test/
H A Dtest_minidom.py81 attr = Attr("qName", "namespaceURI", "localName", "prefix")
85 self.assertEqual(attr.localName, "localName")
92 self.assertEqual(attr.localName, attr.name)
439 and elems[0].localName == "myelem"
562 and pi.localName is None
667 and a1.localName == a2.localName
1242 and attr.localName is None
1256 and attr.localName
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DVertexArrayGL.cpp66 const char *localName, in ValidateStateHelperGetIntegerv()
75 WARN() << localName << " (" << localValue << ") != " << driverName << " (" << queryValue in ValidateStateHelperGetIntegerv()
88 const char *localName, in ValidateStateHelperGetVertexAttribiv()
97 WARN() << localName << "[" << index << "] (" << localValue << ") != " << driverName << "[" in ValidateStateHelperGetVertexAttribiv()
63 ValidateStateHelperGetIntegerv(const gl::Context *context, const GLuint localValue, const GLenum pname, const char *localName, const char *driverName) ValidateStateHelperGetIntegerv() argument
84 ValidateStateHelperGetVertexAttribiv(const gl::Context *context, const GLint index, const GLuint localValue, const GLenum pname, const char *localName, const char *driverName) ValidateStateHelperGetVertexAttribiv() argument
H A DStateManagerGL.cpp43 const char *localName, in ValidateStateHelper()
50 WARN() << localName << " (" << localValue << ") != " << driverName << " (" << queryValue in ValidateStateHelper()
2554 std::string localName = "mBuffers[" + ToString(bindingType) + "]";
2555 ValidateStateHelper(mFunctions, mBuffers[bindingType], bindingTypeGL, localName.c_str(),
40 ValidateStateHelper(const FunctionsGL *functions, const GLuint localValue, const GLenum pname, const char *localName, const char *driverName) ValidateStateHelper() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp240 std::string localName = "l" + de::toString(bufNum); in checkBuffer() local
241 checks << " " << ((bufNum & 1) ? "restrict " : "") << "T1 " << localName << " = " << newPrefix << ";\n"; in checkBuffer()
242 newPrefix = localName; in checkBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp240 std::string localName = "l" + de::toString(bufNum); in checkBuffer() local
241 checks << " " << ((bufNum & 1) ? "restrict " : "") << "T1 " << localName << " = " << newPrefix << ";\n"; in checkBuffer()
242 newPrefix = localName; in checkBuffer()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js1386 var ret = "<" + val.localName;
1390 ret += ">" + val.innerHTML + "</" + val.localName + ">";
4037 root.localName == "html");
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 245 milliseconds