Home
last modified time | relevance | path

Searched refs:nodeType (Results 1 – 25 of 159) sorted by relevance

1234567

/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
44 nodeType = null; in NodeTypeName()
50 nodeType = Preconditions.checkNotNull(builder.getNodeType()); in NodeTypeName()
62 return nodeType; in getNodeType()
73 public static NodeTypeName of(String project, String location, String nodeType) { in of() argument
74 return newBuilder().setProject(project).setLocation(location).setNodeType(nodeType).build(); in of()
77 public static String format(String project, String location, String nodeType) { in format() argument
81 .setNodeType(nodeType) in format()
132 if (nodeType != null) { in getFieldValuesMap()
133 fieldMapBuilder.put("node_type", nodeType); in getFieldValuesMap()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseIterators.java434 public TypedChildrenIterator(int nodeType) in TypedChildrenIterator() argument
436 _nodeType = nodeType; in TypedChildrenIterator()
475 int nodeType = _nodeType; in next() local
477 if (nodeType >= DTM.NTYPES) { in next()
478 while (node != DTM.NULL && _exptype(node) != nodeType) { in next()
485 if (eType == nodeType) { in next()
488 } else if (m_expandedNameTable.getType(eType) == nodeType) { in next()
653 public TypedNamespaceIterator(int nodeType) in TypedNamespaceIterator() argument
656 _nodeType = nodeType; in TypedNamespaceIterator()
754 public TypedRootIterator(int nodeType) in TypedRootIterator() argument
[all …]
/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() argument
51 this.nodeType = nodeType; in NodeId()
68 return Objects.hashCode(key, nodeType); in hashCode()
77 return Objects.equal(key, other.key) && Objects.equal(nodeType, other.nodeType); in equals()
82 return "NodeId{nodeType=" + nodeType + " key=" + key + "}"; in toString()
/external/libxml2/python/
Ddrv_libxml2.py190 nodeType = reader.NodeType()
192 if nodeType == 1:
238 elif nodeType == 15:
248 elif nodeType == 3:
251 elif nodeType == 13:
254 elif nodeType == 14:
257 elif nodeType == 4:
264 elif nodeType == 5:
269 elif nodeType == 16:
273 elif nodeType == 7:
[all …]
/external/googletest/googletest/test/
Dgtest_xml_test_utils.py66 if expected_node.nodeType == Node.CDATA_SECTION_NODE:
67 self.assertEqual(Node.CDATA_SECTION_NODE, actual_node.nodeType)
71 self.assertEqual(Node.ELEMENT_NODE, actual_node.nodeType)
72 self.assertEqual(Node.ELEMENT_NODE, expected_node.nodeType)
154 if child.nodeType == Node.ELEMENT_NODE:
171 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
174 child.nodeType == Node.CDATA_SECTION_NODE
183 self.fail('Encountered unexpected node type %d' % child.nodeType)
233 if child.nodeType == Node.CDATA_SECTION_NODE:
241 if child.nodeType == Node.ELEMENT_NODE:
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgtest_xml_test_utils.py66 if expected_node.nodeType == Node.CDATA_SECTION_NODE:
67 self.assertEqual(Node.CDATA_SECTION_NODE, actual_node.nodeType)
71 self.assertEqual(Node.ELEMENT_NODE, actual_node.nodeType)
72 self.assertEqual(Node.ELEMENT_NODE, expected_node.nodeType)
154 if child.nodeType == Node.ELEMENT_NODE:
171 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
174 child.nodeType == Node.CDATA_SECTION_NODE
183 self.fail('Encountered unexpected node type %d' % child.nodeType)
233 if child.nodeType == Node.CDATA_SECTION_NODE:
241 if child.nodeType == Node.ELEMENT_NODE:
/external/cronet/stable/third_party/googletest/src/googletest/test/
Dgtest_xml_test_utils.py66 if expected_node.nodeType == Node.CDATA_SECTION_NODE:
67 self.assertEqual(Node.CDATA_SECTION_NODE, actual_node.nodeType)
71 self.assertEqual(Node.ELEMENT_NODE, actual_node.nodeType)
72 self.assertEqual(Node.ELEMENT_NODE, expected_node.nodeType)
154 if child.nodeType == Node.ELEMENT_NODE:
171 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
174 child.nodeType == Node.CDATA_SECTION_NODE
183 self.fail('Encountered unexpected node type %d' % child.nodeType)
233 if child.nodeType == Node.CDATA_SECTION_NODE:
241 if child.nodeType == Node.ELEMENT_NODE:
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgtest_xml_test_utils.py66 if expected_node.nodeType == Node.CDATA_SECTION_NODE:
67 self.assertEqual(Node.CDATA_SECTION_NODE, actual_node.nodeType)
71 self.assertEqual(Node.ELEMENT_NODE, actual_node.nodeType)
72 self.assertEqual(Node.ELEMENT_NODE, expected_node.nodeType)
154 if child.nodeType == Node.ELEMENT_NODE:
171 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
174 child.nodeType == Node.CDATA_SECTION_NODE
183 self.fail('Encountered unexpected node type %d' % child.nodeType)
233 if child.nodeType == Node.CDATA_SECTION_NODE:
241 if child.nodeType == Node.ELEMENT_NODE:
/external/cronet/tot/third_party/googletest/src/googletest/test/
Dgtest_xml_test_utils.py66 if expected_node.nodeType == Node.CDATA_SECTION_NODE:
67 self.assertEqual(Node.CDATA_SECTION_NODE, actual_node.nodeType)
71 self.assertEqual(Node.ELEMENT_NODE, actual_node.nodeType)
72 self.assertEqual(Node.ELEMENT_NODE, expected_node.nodeType)
154 if child.nodeType == Node.ELEMENT_NODE:
171 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
174 child.nodeType == Node.CDATA_SECTION_NODE
183 self.fail('Encountered unexpected node type %d' % child.nodeType)
233 if child.nodeType == Node.CDATA_SECTION_NODE:
241 if child.nodeType == Node.ELEMENT_NODE:
/external/deqp/framework/common/
DtcuTestCase.cpp46 TestNode::TestNode(TestContext &testCtx, TestNodeType nodeType, const char *name) in TestNode() argument
49 , m_nodeType(nodeType) in TestNode()
56 TestNode::TestNode(TestContext &testCtx, TestNodeType nodeType, const char *name, const vector<Test… in TestNode() argument
59 , m_nodeType(nodeType) in TestNode()
167 …se::TestCase(TestContext &testCtx, TestNodeType nodeType, const char *name) : TestNode(testCtx, no… in TestCase() argument
169 DE_ASSERT(isTestNodeTypeExecutable(nodeType)); in TestCase()
179 TestCase::TestCase(TestContext &testCtx, TestNodeType nodeType, const char *name, const char *descr… in TestCase() argument
180 : TestCase(testCtx, nodeType, name) in TestCase()
DtcuTestCase.hpp121 TestNode(TestContext &testCtx, TestNodeType nodeType, const char *name);
122 …TestNode(TestContext &testCtx, TestNodeType nodeType, const char *name, const std::vector<TestNode…
217 TestCase(TestContext &testCtx, TestNodeType nodeType, const char *name);
221 … TestCase(TestContext &testCtx, TestNodeType nodeType, const char *name, const char *description);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemCopy.java99 short nodeType = dtm.getNodeType(sourceNode); in execute() local
101 if ((DTM.DOCUMENT_NODE != nodeType) && (DTM.DOCUMENT_FRAGMENT_NODE != nodeType)) in execute()
106 ClonerToResultTree.cloneToResultTree(sourceNode, nodeType, dtm, in execute()
109 if (DTM.ELEMENT_NODE == nodeType) in execute()
112 SerializerUtils.processNSDecls(rthandler, sourceNode, nodeType, dtm); in execute()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java230 public TypedChildrenIterator(int nodeType) in TypedChildrenIterator() argument
232 _nodeType = nodeType; in TypedChildrenIterator()
272 final int nodeType = _nodeType; in next() local
274 if (nodeType != DTM.ELEMENT_NODE) { in next()
275 while (node != DTM.NULL && _exptype2(node) != nodeType) { in next()
316 final int nodeType = _nodeType; in getNodeByPosition() local
317 if (nodeType != DTM.ELEMENT_NODE) { in getNodeByPosition()
319 if (_exptype2(node) == nodeType) { in getNodeByPosition()
359 public TypedRootIterator(int nodeType) in TypedRootIterator() argument
362 _nodeType = nodeType; in TypedRootIterator()
[all …]
/external/python/cpython3/Lib/xml/dom/
Dminidom.py58 if self.nodeType == Node.DOCUMENT_NODE:
83 if newChild.nodeType == self.DOCUMENT_FRAGMENT_NODE:
88 if newChild.nodeType not in self._child_node_types:
100 if newChild.nodeType in _nodeTypes_with_children:
115 if node.nodeType == self.DOCUMENT_FRAGMENT_NODE:
120 if node.nodeType not in self._child_node_types:
123 elif node.nodeType in _nodeTypes_with_children:
132 if newChild.nodeType == self.DOCUMENT_FRAGMENT_NODE:
136 if newChild.nodeType not in self._child_node_types:
150 if (newChild.nodeType in _nodeTypes_with_children
[all …]
/external/antlr/runtime/ObjC/Framework/
DACBTree.m84 @synthesize nodeType;
126 tmp.nodeType = nodeType;
133 tmp.numrecs = ((nodeType == LEAF)?1:numrecs);
163 if ( numkeys == 1 && nodeType != LEAF ) {
191 tnew.nodeType = BTNODE;
219 if ( self.numkeys == 0 && self.nodeType == LEAF )
225 if ( t.nodeType == LEAF ) {
235 if ( t.nodeType == BTNODE ) t = t.btNodes[i];
281 if ( self.nodeType != LEAF ) {
358 … if ( nodeType == LEAF && ret == 0 ) return (self); /* node containing keyentry found */
[all …]
/external/apache-xml/test/tests/bugzilla/
DBugzilla4336.java110 public static String getNodeTypeString(short nodeType) in getNodeTypeString() argument
112 if ((nodeType > 0) && (nodeType < 13)) in getNodeTypeString()
114 return nodeTypeString[nodeType]; in getNodeTypeString()
/external/json-schema-validator/src/main/java/com/networknt/schema/utils/
DJsonNodeUtil.java74 JsonType nodeType = TypeFactory.getValueNodeType(node, config); in equalsToSchemaType() local
78 if (nodeType != schemaType) { in equalsToSchemaType()
83 if (schemaType == JsonType.NUMBER && nodeType == JsonType.INTEGER) { in equalsToSchemaType()
86 …if (schemaType == JsonType.INTEGER && nodeType == JsonType.NUMBER && node.canConvertToExactIntegra… in equalsToSchemaType()
90 if (nodeType == JsonType.NULL) { in equalsToSchemaType()
111 if (nodeType == JsonType.STRING) { in equalsToSchemaType()
/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() argument
787 if (nodeType.isAssignableFrom(node.getClass())) { in walk()
788 consumer.accept(nodeType.cast(node)); in walk()
796 public <T extends Node> List<T> findAll(Class<T> nodeType) { in findAll() argument
798 walk(nodeType, found::add); in findAll()
805 public <T extends Node> List<T> findAll(Class<T> nodeType, Predicate<T> predicate) { in findAll() argument
807 walk(nodeType, n -> { in findAll()
832 public <N extends Node> Optional<N> findFirst(Class<N> nodeType) { in findFirst() argument
834 if (nodeType.isAssignableFrom(node.getClass())) { in findFirst()
835 return Optional.of(nodeType.cast(node)); in findFirst()
[all …]
/external/deqp/modules/gles3/
Dtes3TestCase.hpp57 … TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const char *description);
85 inline TestCase::TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const cha… in TestCase() argument
86 : tcu::TestCase(context.getTestContext(), nodeType, name, description) in TestCase()
/external/deqp/modules/gles31/
Dtes31TestCase.hpp57 … TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const char *description);
85 inline TestCase::TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const cha… in TestCase() argument
86 : tcu::TestCase(context.getTestContext(), nodeType, name, description) in TestCase()
/external/deqp/external/openglcts/modules/common/
DglcTestCase.hpp57 … TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const char *description);
85 inline TestCase::TestCase(Context &context, tcu::TestNodeType nodeType, const char *name, const cha… in TestCase() argument
86 : tcu::TestCase(context.getTestContext(), nodeType, name, description) in TestCase()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DClonerToResultTree.java132 public static void cloneToResultTree(int node, int nodeType, DTM dtm, in cloneToResultTree() argument
140 switch (nodeType) in cloneToResultTree()
168 SerializerUtils.processNSDecls(rth, node, nodeType, dtm); in cloneToResultTree()
/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() argument
47 Validate.notNull(nodeType); in selectXpath()
53 return w3c.sourceNodes(nodeList, nodeType); in selectXpath()
/external/google-cloud-java/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/nodetypes/get/
DSyncGetStringStringString.java38 String nodeType = "nodeType1123082332"; in syncGetStringStringString() local
39 NodeType response = nodeTypesClient.get(project, zone, nodeType); in syncGetStringStringString()
/external/deqp/executor/
DxeTestCase.cpp91 TestNode::TestNode(TestGroup *parent, TestNodeType nodeType, const char *name) in TestNode() argument
93 , m_nodeType(nodeType) in TestNode()
183 …Group::TestGroup(TestGroup *parent, TestNodeType nodeType, const char *name) : TestNode(parent, no… in TestGroup() argument
185 DE_ASSERT(nodeType == TESTNODETYPE_GROUP || nodeType == TESTNODETYPE_ROOT); in TestGroup()
186 DE_ASSERT(!parent == (nodeType == TESTNODETYPE_ROOT)); in TestGroup()

1234567