Home
last modified time | relevance | path

Searched defs:nodeType (Results 1 – 25 of 39) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseIterators.java434 public TypedChildrenIterator(int nodeType) in TypedChildrenIterator()
475 int nodeType = _nodeType; in next() local
653 public TypedNamespaceIterator(int nodeType) in TypedNamespaceIterator()
754 public TypedRootIterator(int nodeType) in TypedRootIterator()
770 int nodeType = _nodeType; in next() local
938 int nodeType = _nodeType; in next() local
1031 public TypedAttributeIterator(int nodeType) in TypedAttributeIterator()
1199 int nodeType = _nodeType; in next() local
1428 int nodeType = _nodeType; in next() local
1771 int nodeType = _nodeType; in setStartNode() local
[all …]
/external/guice/extensions/grapher/src/com/google/inject/grapher/
DNodeId.java47 private final NodeType nodeType; field in NodeId
49 private NodeId(Key<?> key, NodeType nodeType) { in NodeId()
/external/deqp/framework/common/
DtcuTestCase.cpp46 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestNode()
55 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestNode()
140 TestCase::TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestCase()
DtcuTestHierarchyUtil.cpp37 static const char* getNodeTypeName (TestNodeType nodeType) in getNodeTypeName()
85 const TestNodeType nodeType = node->getNodeType(); in writeXmlCaselist() local
DtcuTestSessionExecutor.cpp35 static qpTestCaseType nodeTypeToTestCaseType (TestNodeType nodeType) in nodeTypeToTestCaseType()
80 const TestNodeType nodeType = curNode->getNodeType(); in iterate() local
DtcuTestHierarchyIterator.cpp108 const TestNodeType nodeType = node->getNodeType(); in ~TestHierarchyIterator() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java230 public TypedChildrenIterator(int nodeType) in TypedChildrenIterator()
272 final int nodeType = _nodeType; in next() local
316 final int nodeType = _nodeType; in getNodeByPosition() local
359 public TypedRootIterator(int nodeType) in TypedRootIterator()
478 final int nodeType = _nodeType; in next() local
562 public TypedAttributeIterator(int nodeType) in TypedAttributeIterator()
729 final int nodeType = _nodeType; in next() local
764 final int nodeType = _nodeType; in getLast() local
984 final int nodeType = _nodeType; in next() local
1172 final int nodeType = _nodeType; in next() local
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DClonerToResultTree.java132 public static void cloneToResultTree(int node, int nodeType, DTM dtm, in cloneToResultTree()
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliStubBasedPsiElement.java45 protected SmaliStubBasedPsiElement(@NotNull T stub, @NotNull IStubElementType nodeType) { in SmaliStubBasedPsiElement()
DSmaliBaseReferenceList.java44 protected SmaliBaseReferenceList(@NotNull StubT stub, @NotNull IStubElementType nodeType) { in SmaliBaseReferenceList()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemCopy.java99 short nodeType = dtm.getNodeType(sourceNode); in execute() local
DElemApplyTemplates.java273 final int nodeType = dtm.getNodeType(child); in transformSelectedNodes() local
DElemForEach.java374 final int nodeType = dtm.getNodeType(child); in transformSelectedNodes() local
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
DJavadocUtils.java58 int nodeType = node.getNodeType(); in isNormallyDocumented() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DNode.java785 public <T extends Node> void walk(Class<T> nodeType, Consumer<T> consumer) { in walk()
796 public <T extends Node> List<T> findAll(Class<T> nodeType) { in findAll()
805 public <T extends Node> List<T> findAll(Class<T> nodeType, Predicate<T> predicate) { in findAll()
832 public <N extends Node> Optional<N> findFirst(Class<N> nodeType) { in findFirst()
/external/antlr/runtime/ObjC/Framework/
DACBTree.h58 NSInteger nodeType; /* 1 = node, 2 = leaf, -1 = unused */ variable
/external/deqp/modules/gles3/
Dtes3TestCase.hpp77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const ch… in TestCase()
/external/deqp/external/openglcts/modules/common/
DglcTestCase.hpp82 inline TestCase::TestCase(Context& context, tcu::TestNodeType nodeType, const char* name, const cha… in TestCase()
/external/deqp/modules/gles31/
Dtes31TestCase.hpp77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const ch… in TestCase()
/external/angle/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp155 static qpTestCaseType nodeTypeToTestCaseType(TestNodeType nodeType) in nodeTypeToTestCaseType()
/external/python/cpython3/Lib/xml/dom/
Dminidom.py327 nodeType = Node.DOCUMENT_FRAGMENT_NODE variable in DocumentFragment
347 nodeType = Node.ATTRIBUTE_NODE variable in Attr
665 nodeType = Node.ELEMENT_NODE variable in Element
967 nodeType = Node.PROCESSING_INSTRUCTION_NODE variable in ProcessingInstruction
1069 nodeType = Node.TEXT_NODE variable in Text
1176 nodeType = Node.COMMENT_NODE variable in Comment
1192 nodeType = Node.CDATA_SECTION_NODE variable in CDATASection
1283 nodeType = Node.DOCUMENT_TYPE_NODE variable in DocumentType
1344 nodeType = Node.ENTITY_NODE variable in Entity
1383 nodeType = Node.NOTATION_NODE variable in Notation
[all …]
/external/python/cpython2/Lib/xml/dom/
Dminidom.py318 nodeType = Node.DOCUMENT_FRAGMENT_NODE variable in DocumentFragment
336 nodeType = Node.ATTRIBUTE_NODE variable in Attr
631 nodeType = Node.ELEMENT_NODE variable in Element
908 nodeType = Node.PROCESSING_INSTRUCTION_NODE variable in ProcessingInstruction
1018 nodeType = Node.TEXT_NODE variable in Text
1127 nodeType = Node.COMMENT_NODE variable in Comment
1145 nodeType = Node.CDATA_SECTION_NODE variable in CDATASection
1237 nodeType = Node.DOCUMENT_TYPE_NODE variable in DocumentType
1298 nodeType = Node.ENTITY_NODE variable in Entity
1337 nodeType = Node.NOTATION_NODE variable in Notation
[all …]
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
DBodyDeclarationLocators.java77 int nodeType = bodyDeclaration.getNodeType(); in createLocators() local
/external/deqp/executor/
DxeTestCase.cpp87 TestNode::TestNode (TestGroup* parent, TestNodeType nodeType, const char* name, const char* desc) in TestNode()
180 TestGroup::TestGroup (TestGroup* parent, TestNodeType nodeType, const char* name, const char* descr… in TestGroup()
/external/libxml2/
Dpattern.c95 int nodeType; /* type of node */ member
1547 const xmlChar *ns, int nodeType, int flags) { in xmlStreamCompAddStep()
1860 int nodeType) { in xmlStreamPushInternal()
2244 int nodeType) in xmlStreamPushNode()

12