/external/google-cloud-java/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/ |
D | NodeTypeName.java | 38 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/ |
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/deqp/framework/common/ |
D | tcuTestCase.cpp | 46 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()
|
D | tcuTestHierarchyUtil.cpp | 37 static const char *getNodeTypeName(TestNodeType nodeType) in getNodeTypeName() 90 const TestNodeType nodeType = node->getNodeType(); in writeXmlCaselist() local
|
D | tcuTestSessionExecutor.cpp | 36 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/ |
D | NodeId.java | 47 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/ |
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/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/ |
D | NodeTypesClientTest.java | 153 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/ |
D | ClonerToResultTree.java | 132 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/ |
D | SyncGetStringStringString.java | 38 String nodeType = "nodeType1123082332"; in syncGetStringStringString() 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/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemCopy.java | 99 short nodeType = dtm.getNodeType(sourceNode); in execute() local
|
/external/json-schema-validator/src/main/java/com/networknt/schema/ |
D | MaxLengthValidator.java | 45 JsonType nodeType = TypeFactory.getValueNodeType(node, this.validationContext.getConfig()); in validate() local
|
D | MinLengthValidator.java | 45 JsonType nodeType = TypeFactory.getValueNodeType(node, this.validationContext.getConfig()); in validate() local
|
D | ContentEncodingValidator.java | 72 JsonType nodeType = TypeFactory.getValueNodeType(node, this.validationContext.getConfig()); in validate() local
|
D | PatternValidator.java | 54 JsonType nodeType = TypeFactory.getValueNodeType(node, this.validationContext.getConfig()); in validate() local
|
D | TypeValidator.java | 62 … JsonType nodeType = TypeFactory.getValueNodeType(node, this.validationContext.getConfig()); in validate() local
|
D | ContentMediaTypeValidator.java | 96 JsonType nodeType = TypeFactory.getValueNodeType(node, this.validationContext.getConfig()); in validate() local
|
D | UnionTypeValidator.java | 70 JsonType nodeType = TypeFactory.getValueNodeType(node, validationContext.getConfig()); in validate() local
|
/external/apache-xml/test/tests/bugzilla/ |
D | Bugzilla4336.java | 110 public static String getNodeTypeString(short nodeType) in getNodeTypeString()
|
/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/jsoup/src/main/java/org/jsoup/nodes/ |
D | NodeUtils.java | 44 static <T extends Node> List<T> selectXpath(String xpath, Element el, Class<T> nodeType) { in selectXpath()
|
/external/mesa3d/src/intel/vulkan/grl/gpu/morton/ |
D | morton_common.h | 129 … 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/ |
D | ACBTree.h | 58 NSInteger nodeType; /* 1 = node, 2 = leaf, -1 = unused */ variable
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTestCase.hpp | 85 inline TestCase::TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const cha… in TestCase()
|