Home
last modified time | relevance | path

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

1234

/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.cpp46 TestNode::TestNode(TestContext &testCtx, TestNodeType nodeType, const char *name) in TestNode()
56 TestNode::TestNode(TestContext &testCtx, TestNodeType nodeType, const char *name, const vector<Test… in TestNode()
167 TestCase::TestCase(TestContext &testCtx, TestNodeType nodeType, const char *name) : TestNode(testCt… in TestCase()
179 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/json-schema-validator/src/main/java/com/networknt/schema/
DMaxLengthValidator.java45 JsonType nodeType = TypeFactory.getValueNodeType(node, this.validationContext.getConfig()); in validate() local
DMinLengthValidator.java45 JsonType nodeType = TypeFactory.getValueNodeType(node, this.validationContext.getConfig()); in validate() local
DContentEncodingValidator.java72 JsonType nodeType = TypeFactory.getValueNodeType(node, this.validationContext.getConfig()); in validate() local
DPatternValidator.java54 JsonType nodeType = TypeFactory.getValueNodeType(node, this.validationContext.getConfig()); in validate() local
DTypeValidator.java62 … JsonType nodeType = TypeFactory.getValueNodeType(node, this.validationContext.getConfig()); in validate() local
DContentMediaTypeValidator.java96 JsonType nodeType = TypeFactory.getValueNodeType(node, this.validationContext.getConfig()); in validate() local
DUnionTypeValidator.java70 JsonType nodeType = TypeFactory.getValueNodeType(node, validationContext.getConfig()); in validate() 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/external/openglcts/modules/common/
DglcTestCase.hpp85 inline TestCase::TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const cha… in TestCase()

1234