Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A 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 …]
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A 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 …]
/aosp_15_r20/external/google-cloud-java/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/
H A DNodeTypeName.java38 private final String nodeType; field in NodeTypeName
73 public static NodeTypeName of(String project, String location, String nodeType) { in of()
77 public static String format(String project, String location, String nodeType) { in format()
182 private String nodeType; field in NodeTypeName.Builder
208 public Builder setNodeType(String nodeType) { in setNodeType()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestCase.cpp47 TestNode::TestNode(TestContext &testCtx, TestNodeType nodeType, const char *name) in TestNode()
55 TestNode::TestNode(TestContext &testCtx, TestNodeType nodeType, const char *name, const vector<Test… in TestNode()
163 TestCase::TestCase(TestContext &testCtx, TestNodeType nodeType, const char *name) : TestNode(testCt… in TestCase()
175 TestCase::TestCase(TestContext &testCtx, TestNodeType nodeType, const char *name, const char *descr… in TestCase()
H A DtcuTestHierarchyUtil.cpp37 static const char *getNodeTypeName(TestNodeType nodeType) in getNodeTypeName()
90 const TestNodeType nodeType = node->getNodeType(); in writeXmlCaselist() local
H A DtcuTestSessionExecutor.cpp36 static qpTestCaseType nodeTypeToTestCaseType(TestNodeType nodeType) in nodeTypeToTestCaseType()
85 const TestNodeType nodeType = curNode->getNodeType(); in iterate() local
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/
Dminidom.py328 nodeType = Node.DOCUMENT_FRAGMENT_NODE variable in DocumentFragment
348 nodeType = Node.ATTRIBUTE_NODE variable in Attr
668 nodeType = Node.ELEMENT_NODE variable in Element
993 nodeType = Node.PROCESSING_INSTRUCTION_NODE variable in ProcessingInstruction
1095 nodeType = Node.TEXT_NODE variable in Text
1202 nodeType = Node.COMMENT_NODE variable in Comment
1218 nodeType = Node.CDATA_SECTION_NODE variable in CDATASection
1309 nodeType = Node.DOCUMENT_TYPE_NODE variable in DocumentType
1370 nodeType = Node.ENTITY_NODE variable in Entity
1409 nodeType = Node.NOTATION_NODE variable in Notation
[all …]
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/
Dminidom.py328 nodeType = Node.DOCUMENT_FRAGMENT_NODE variable in DocumentFragment
348 nodeType = Node.ATTRIBUTE_NODE variable in Attr
668 nodeType = Node.ELEMENT_NODE variable in Element
993 nodeType = Node.PROCESSING_INSTRUCTION_NODE variable in ProcessingInstruction
1095 nodeType = Node.TEXT_NODE variable in Text
1202 nodeType = Node.COMMENT_NODE variable in Comment
1218 nodeType = Node.CDATA_SECTION_NODE variable in CDATASection
1309 nodeType = Node.DOCUMENT_TYPE_NODE variable in DocumentType
1370 nodeType = Node.ENTITY_NODE variable in Entity
1409 nodeType = Node.NOTATION_NODE variable in Notation
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/
Dminidom.py328 nodeType = Node.DOCUMENT_FRAGMENT_NODE variable in DocumentFragment
348 nodeType = Node.ATTRIBUTE_NODE variable in Attr
668 nodeType = Node.ELEMENT_NODE variable in Element
993 nodeType = Node.PROCESSING_INSTRUCTION_NODE variable in ProcessingInstruction
1095 nodeType = Node.TEXT_NODE variable in Text
1202 nodeType = Node.COMMENT_NODE variable in Comment
1218 nodeType = Node.CDATA_SECTION_NODE variable in CDATASection
1309 nodeType = Node.DOCUMENT_TYPE_NODE variable in DocumentType
1370 nodeType = Node.ENTITY_NODE variable in Entity
1409 nodeType = Node.NOTATION_NODE variable in Notation
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/
Dminidom.py328 nodeType = Node.DOCUMENT_FRAGMENT_NODE variable in DocumentFragment
348 nodeType = Node.ATTRIBUTE_NODE variable in Attr
668 nodeType = Node.ELEMENT_NODE variable in Element
993 nodeType = Node.PROCESSING_INSTRUCTION_NODE variable in ProcessingInstruction
1095 nodeType = Node.TEXT_NODE variable in Text
1202 nodeType = Node.COMMENT_NODE variable in Comment
1218 nodeType = Node.CDATA_SECTION_NODE variable in CDATASection
1309 nodeType = Node.DOCUMENT_TYPE_NODE variable in DocumentType
1370 nodeType = Node.ENTITY_NODE variable in Entity
1409 nodeType = Node.NOTATION_NODE variable in Notation
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/
H A Dminidom.py328 nodeType = Node.DOCUMENT_FRAGMENT_NODE variable in DocumentFragment
348 nodeType = Node.ATTRIBUTE_NODE variable in Attr
668 nodeType = Node.ELEMENT_NODE variable in Element
993 nodeType = Node.PROCESSING_INSTRUCTION_NODE variable in ProcessingInstruction
1095 nodeType = Node.TEXT_NODE variable in Text
1202 nodeType = Node.COMMENT_NODE variable in Comment
1218 nodeType = Node.CDATA_SECTION_NODE variable in CDATASection
1309 nodeType = Node.DOCUMENT_TYPE_NODE variable in DocumentType
1370 nodeType = Node.ENTITY_NODE variable in Entity
1409 nodeType = Node.NOTATION_NODE variable in Notation
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/
Dminidom.py328 nodeType = Node.DOCUMENT_FRAGMENT_NODE variable in DocumentFragment
348 nodeType = Node.ATTRIBUTE_NODE variable in Attr
668 nodeType = Node.ELEMENT_NODE variable in Element
993 nodeType = Node.PROCESSING_INSTRUCTION_NODE variable in ProcessingInstruction
1095 nodeType = Node.TEXT_NODE variable in Text
1202 nodeType = Node.COMMENT_NODE variable in Comment
1218 nodeType = Node.CDATA_SECTION_NODE variable in CDATASection
1309 nodeType = Node.DOCUMENT_TYPE_NODE variable in DocumentType
1370 nodeType = Node.ENTITY_NODE variable in Entity
1409 nodeType = Node.NOTATION_NODE variable in Notation
[all …]
/aosp_15_r20/external/guice/extensions/grapher/src/com/google/inject/grapher/
H A DNodeId.java47 private final NodeType nodeType; field in NodeId
49 private NodeId(Key<?> key, NodeType nodeType) { in NodeId()
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DTextImpl.java118 short nodeType = p.getNodeType(); in firstTextNodeInCurrentRun() local
138 short nodeType = nextSibling.getNodeType(); in nextTextNode() local
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/
H A DNodeTypesClientTest.java153 String nodeType = "nodeType-3966"; in getTest() local
183 String nodeType = "nodeType-3966"; in getExceptionTest() local
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDocumentImportNode.java94 int nodeType; in testImportNode2() local
175 int nodeType; in testImportNode5() local
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dpattern.c92 int nodeType; /* type of node */ member
1474 const xmlChar *ns, int nodeType, int flags) { in xmlStreamCompAddStep()
1784 int nodeType) { in xmlStreamPushInternal()
2149 int nodeType) in xmlStreamPushNode()
/aosp_15_r20/external/libxml2/
H A Dpattern.c92 int nodeType; /* type of node */ member
1342 const xmlChar *ns, int nodeType, int flags) { in xmlStreamCompAddStep()
1652 int nodeType) { in xmlStreamPushInternal()
2001 int nodeType) in xmlStreamPushNode()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/morton/
H A Dmorton_common.h129 … uniform uint nodeType = MortonFlattenedBoxlessNode_GetType(local_nodes[curNodeIndex].boxlessNode); in SUBGROUP_refit_bottom_up_local() local
222 uint nodeType = MortonFlattenedBoxlessNode_GetType(local_nodes[curNodeIndex].boxlessNode); in SUBGROUP_refit_bottom_up_local() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
H A DDeserializers.java45 public JsonDeserializer<?> findTreeNodeDeserializer(Class<? extends JsonNode> nodeType, in findTreeNodeDeserializer()
266 public JsonDeserializer<?> findTreeNodeDeserializer(Class<? extends JsonNode> nodeType, in findTreeNodeDeserializer()
/aosp_15_r20/external/deqp/executor/
H A DxeTestCase.cpp91 TestNode::TestNode(TestGroup *parent, TestNodeType nodeType, const char *name) in TestNode()
183 TestGroup::TestGroup(TestGroup *parent, TestNodeType nodeType, const char *name) : TestNode(parent,… in TestGroup()
/aosp_15_r20/external/google-cloud-java/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/
H A DSyncGetStringStringString.java38 String nodeType = "nodeType1123082332"; in syncGetStringStringString() local
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dnodedocumentnodetype.java63 int nodeType; in runTest() local

12345678910>>...12