/third_party/python/Lib/xml/dom/ |
H A D | minidom.py | 213 # 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 D | expatbuilder.py | 84 def getAttributeTypeNS(self, namespaceURI, localName): 794 and curNode.localName == localname
|
/third_party/skia/src/core/ |
H A D | SkYUVPlanesCache.cpp | 15 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ 16 ((localCache) ? localCache->localName(__VA_ARGS__) : SkResourceCache::globalName(__VA_ARGS__))
|
H A D | SkMaskCache.cpp | 10 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ 11 ((localCache) ? localCache->localName(__VA_ARGS__) : SkResourceCache::globalName(__VA_ARGS__))
|
H A D | SkBitmapCache.cpp | 216 #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 D | CurrencyDataParser.java | 93 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 D | test_minidom.py | 81 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 D | VertexArrayGL.cpp | 66 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 D | StateManagerGL.cpp | 43 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 D | vktBindingBufferDeviceAddressTests.cpp | 240 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 D | vktBindingBufferDeviceAddressTests.cpp | 240 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 D | testharness.js | 1386 var ret = "<" + val.localName; 1390 ret += ">" + val.innerHTML + "</" + val.localName + ">"; 4037 root.localName == "html");
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |