Home
last modified time | relevance | path

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

123

/external/google-cloud-java/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/
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()
/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/deqp/framework/common/
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()
DtcuTestHierarchyUtil.cpp37 static const char *getNodeTypeName(TestNodeType nodeType) in getNodeTypeName()
90 const TestNodeType nodeType = node->getNodeType(); in writeXmlCaselist() local
DtcuTestSessionExecutor.cpp36 static qpTestCaseType nodeTypeToTestCaseType(TestNodeType nodeType) in nodeTypeToTestCaseType()
85 const TestNodeType nodeType = curNode->getNodeType(); in iterate() local
/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/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/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/
DNodeTypesClientTest.java153 String nodeType = "nodeType-3966"; in getTest() local
183 String nodeType = "nodeType-3966"; in getExceptionTest() local
/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/google-cloud-java/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/
DSyncGetStringStringString.java38 String nodeType = "nodeType1123082332"; in syncGetStringStringString() 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/apache-xml/src/main/java/org/apache/xalan/templates/
DElemCopy.java99 short nodeType = dtm.getNodeType(sourceNode); in execute() local
/external/apache-xml/test/tests/bugzilla/
DBugzilla4336.java110 public static String getNodeTypeString(short nodeType) in getNodeTypeString()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
DJavadocUtils.java58 int nodeType = node.getNodeType(); in isNormallyDocumented() local
/external/jsoup/src/main/java/org/jsoup/nodes/
DNodeUtils.java44 static <T extends Node> List<T> selectXpath(String xpath, Element el, Class<T> nodeType) { in selectXpath()
/external/mesa3d/src/intel/vulkan/grl/gpu/morton/
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
/external/antlr/runtime/ObjC/Framework/
DACBTree.h58 NSInteger nodeType; /* 1 = node, 2 = leaf, -1 = unused */ variable
/external/deqp/modules/gles31/
Dtes31TestCase.hpp85 inline TestCase::TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const cha… in TestCase()
/external/deqp/external/openglcts/modules/common/
DglcTestCase.hpp85 inline TestCase::TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const cha… in TestCase()
/external/deqp/modules/gles3/
Dtes3TestCase.hpp85 inline TestCase::TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const cha… in TestCase()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DDeserializers.java45 public JsonDeserializer<?> findTreeNodeDeserializer(Class<? extends JsonNode> nodeType, in findTreeNodeDeserializer()
266 public JsonDeserializer<?> findTreeNodeDeserializer(Class<? extends JsonNode> nodeType, in findTreeNodeDeserializer()
/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 …]
/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/angle/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp162 static qpTestCaseType nodeTypeToTestCaseType(TestNodeType nodeType) in nodeTypeToTestCaseType()
/external/angle/src/compiler/translator/tree_ops/
DRescopeGlobalVariables.cpp105 const TType &nodeType = var.getType(); in visitDeclaration() local

123