Searched refs:testNode (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTagCollection.cpp50 bool TagCollection::elementMatches(const Element& testNode) const
53 if (m_localName != starAtom && m_localName != testNode.localName())
56 return m_namespaceURI == starAtom || m_namespaceURI == testNode.namespaceURI();
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DKeyIterator.java95 * @param testNode The node to check to see if it passes the filter or not.
100 public short acceptNode(int testNode) argument
129 double score = matchExpr.getMatchScore(xctxt, testNode);
/external/deqp/executor/tools/
H A DxeBatchResultToXml.cpp283 static void writeTestCaseListNode (const xe::TestNode* testNode, const ShortTestResultMap& resultMap, xe::xml::Writer& dst) argument
287 bool isGroup = testNode->getNodeType() == xe::TESTNODETYPE_GROUP;
289 testNode->getFullPath(fullPath);
293 const xe::TestGroup* group = static_cast<const xe::TestGroup*>(testNode);
296 << Writer::Attribute("Name", testNode->getName());
305 DE_ASSERT(testNode->getNodeType() == xe::TESTNODETYPE_TEST_CASE);
307 const xe::TestCase* testCase = static_cast<const xe::TestCase*>(testNode);
314 << Writer::Attribute("Name", testNode->getName())
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTreeIterator.java40 @Test public void testNode() { method in class:TestTreeIterator
/external/chromium_org/net/tools/tld_cleanup/
H A Dmake_dafsa_unittest.py591 def testNode(self): member in class:TopSortTest
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc1216 const v8::CpuProfileNode* testNode = local
1218 if (testNode) {
1225 CheckChildrenNames(testNode, names);
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttree.py1267 def testNode(self): member in class:TestTreeIterator
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2523 milliseconds