Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/framework/common/
DtcuTestCase.cpp46 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestNode()
55 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestNode()
140 TestCase::TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestCase()
DtcuTestHierarchyUtil.cpp37 static const char* getNodeTypeName (TestNodeType nodeType) in getNodeTypeName()
85 const TestNodeType nodeType = node->getNodeType(); in writeXmlCaselist() local
DtcuTestSessionExecutor.cpp35 static qpTestCaseType nodeTypeToTestCaseType (TestNodeType nodeType) in nodeTypeToTestCaseType()
80 const TestNodeType nodeType = curNode->getNodeType(); in iterate() local
DtcuTestHierarchyIterator.cpp111 const TestNodeType nodeType = node->getNodeType(); in ~TestHierarchyIterator() local
/third_party/jsframework/runtime/vdom/
DNode.ts126 public get nodeType() { method in Node
130 public set nodeType(newNodeType: NodeType) { method in Node
/third_party/typescript/tests/baselines/reference/
DintersectionsOfLargeUnions2.js15 let nodeType = node === null ? null : node.nodeType; variable
DintersectionsOfLargeUnions.js5 let nodeType = node === null ? null : node.nodeType; variable
DparserRealSource13.js135 var nodeType = ast.nodeType; variable
DparserRealSource11.js2398 function AST(nodeType) { argument
2718 function Expression(nodeType) { argument
2728 function UnaryExpression(nodeType, operand) { argument
2873 function CallExpression(nodeType, target, arguments) { argument
2906 function BinaryExpression(nodeType, operand1, operand2) { argument
3175 function ModuleElement(nodeType) { argument
3243 function BoundDecl(id, nodeType, nestingLevel) { argument
3308 function FuncDecl(name, bod, isConstructor, arguments, vars, scopes, statics, nodeType) { argument
3519 function NamedDeclaration(nodeType, name, members) { argument
3568 function TypeDeclaration(nodeType, name, extendsList, implementsList, members) { argument
[all …]
/third_party/typescript/src/services/codefixes/
DreturnValueCorrect.ts97 …const nodeType = createObjectTypeFromLabeledExpression(checker, firstStatement.label, firstStateme… constant
118 …const nodeType = createObjectTypeFromLabeledExpression(checker, firstBlockStatement.label, firstBl… constant
DconvertToAsyncFunction.ts135 const nodeType = isExpressionOfName && checker.getTypeAtLocation(node); constant
244 const nodeType = transformer.checker.getTypeAtLocation(node); constant
/third_party/vk-gl-cts/modules/gles3/
Dtes3TestCase.hpp77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const ch… in TestCase()
/third_party/vk-gl-cts/modules/gles31/
Dtes31TestCase.hpp77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const ch… in TestCase()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTestCase.hpp82 inline TestCase::TestCase(Context& context, tcu::TestNodeType nodeType, const char* name, const cha… in TestCase()
/third_party/python/Lib/xml/dom/
Dminidom.py328 nodeType = Node.DOCUMENT_FRAGMENT_NODE variable in DocumentFragment
348 nodeType = Node.ATTRIBUTE_NODE variable in Attr
666 nodeType = Node.ELEMENT_NODE variable in Element
991 nodeType = Node.PROCESSING_INSTRUCTION_NODE variable in ProcessingInstruction
1093 nodeType = Node.TEXT_NODE variable in Text
1200 nodeType = Node.COMMENT_NODE variable in Comment
1216 nodeType = Node.CDATA_SECTION_NODE variable in CDATASection
1307 nodeType = Node.DOCUMENT_TYPE_NODE variable in DocumentType
1368 nodeType = Node.ENTITY_NODE variable in Entity
1407 nodeType = Node.NOTATION_NODE variable in Notation
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp155 static qpTestCaseType nodeTypeToTestCaseType(TestNodeType nodeType) in nodeTypeToTestCaseType()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp162 static qpTestCaseType nodeTypeToTestCaseType(TestNodeType nodeType) in nodeTypeToTestCaseType()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DPipeline.cpp28 const TType &nodeType = var.getType(); in uses() local
/third_party/vk-gl-cts/executor/
DxeTestCase.cpp87 TestNode::TestNode (TestGroup* parent, TestNodeType nodeType, const char* name, const char* desc) in TestNode()
180 TestGroup::TestGroup (TestGroup* parent, TestNodeType nodeType, const char* name, const char* descr… in TestGroup()
/third_party/typescript/src/compiler/transformers/
Des2017.ts457 const nodeType = original.type; constant
/third_party/libxml2/
Dpattern.c95 int nodeType; /* type of node */ member
1550 const xmlChar *ns, int nodeType, int flags) { in xmlStreamCompAddStep()
1863 int nodeType) { in xmlStreamPushInternal()
2247 int nodeType) in xmlStreamPushNode()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource14.ts68 public nodeType(): TypeScript.NodeType { method in AstPath
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeType.h42 NodeType nodeType; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBIRuleScanner.java1025 RBBINode pushNewNode(int nodeType) { in pushNewNode()
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp103 std::string GstOnnxClient::getOutputNodeName (GstMlOutputNodeFunction nodeType) in getOutputNodeName()

12