/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDefaultBaseIterators.java | 434 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/ |
D | NodeId.java | 47 private final NodeType nodeType; field in NodeId 49 private NodeId(Key<?> key, NodeType nodeType) { in NodeId()
|
/external/deqp/framework/common/ |
D | tcuTestCase.cpp | 46 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()
|
D | tcuTestHierarchyUtil.cpp | 37 static const char* getNodeTypeName (TestNodeType nodeType) in getNodeTypeName() 85 const TestNodeType nodeType = node->getNodeType(); in writeXmlCaselist() local
|
D | tcuTestSessionExecutor.cpp | 35 static qpTestCaseType nodeTypeToTestCaseType (TestNodeType nodeType) in nodeTypeToTestCaseType() 80 const TestNodeType nodeType = curNode->getNodeType(); in iterate() local
|
D | tcuTestHierarchyIterator.cpp | 108 const TestNodeType nodeType = node->getNodeType(); in ~TestHierarchyIterator() local
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM2.java | 230 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/ |
D | ClonerToResultTree.java | 132 public static void cloneToResultTree(int node, int nodeType, DTM dtm, in cloneToResultTree()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliStubBasedPsiElement.java | 45 protected SmaliStubBasedPsiElement(@NotNull T stub, @NotNull IStubElementType nodeType) { in SmaliStubBasedPsiElement()
|
D | SmaliBaseReferenceList.java | 44 protected SmaliBaseReferenceList(@NotNull StubT stub, @NotNull IStubElementType nodeType) { in SmaliBaseReferenceList()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemCopy.java | 99 short nodeType = dtm.getNodeType(sourceNode); in execute() local
|
D | ElemApplyTemplates.java | 273 final int nodeType = dtm.getNodeType(child); in transformSelectedNodes() local
|
D | ElemForEach.java | 374 final int nodeType = dtm.getNodeType(child); in transformSelectedNodes() local
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ |
D | JavadocUtils.java | 58 int nodeType = node.getNodeType(); in isNormallyDocumented() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ |
D | Node.java | 785 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/ |
D | ACBTree.h | 58 NSInteger nodeType; /* 1 = node, 2 = leaf, -1 = unused */ variable
|
/external/deqp/modules/gles3/ |
D | tes3TestCase.hpp | 77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const ch… in TestCase()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTestCase.hpp | 82 inline TestCase::TestCase(Context& context, tcu::TestNodeType nodeType, const char* name, const cha… in TestCase()
|
/external/deqp/modules/gles31/ |
D | tes31TestCase.hpp | 77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const ch… in TestCase()
|
/external/angle/src/tests/deqp_support/ |
D | tcuRandomOrderExecutor.cpp | 155 static qpTestCaseType nodeTypeToTestCaseType(TestNodeType nodeType) in nodeTypeToTestCaseType()
|
/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 327 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/ |
D | minidom.py | 318 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/ |
D | BodyDeclarationLocators.java | 77 int nodeType = bodyDeclaration.getNodeType(); in createLocators() local
|
/external/deqp/executor/ |
D | xeTestCase.cpp | 87 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/ |
D | pattern.c | 95 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()
|