/third_party/glslang/glslang/HLSL/ |
D | hlslGrammar.h | 74 …bool acceptFullySpecifiedType(TType&, TIntermNode*& nodeList, const TAttributes&, bool forbidDecla… 78 bool acceptType(TType&, TIntermNode*& nodeList); 94 bool acceptStruct(TType&, TIntermNode*& nodeList); 95 …bool acceptStructDeclarationList(TTypeList*&, TIntermNode*& nodeList, TVector<TFunctionDeclarator>… 96 … bool acceptMemberFunctionDefinition(TIntermNode*& nodeList, const TType&, TString& memberName, 100 …bool acceptFunctionDefinition(TFunctionDeclarator&, TIntermNode*& nodeList, TVector<HlslToken>* de… 101 bool acceptFunctionBody(TFunctionDeclarator& declarator, TIntermNode*& nodeList);
|
D | hlslGrammar.cpp | 153 bool HlslGrammar::acceptDeclarationList(TIntermNode*& nodeList) in acceptDeclarationList() argument 164 if (! acceptDeclaration(nodeList)) in acceptDeclarationList() 329 bool HlslGrammar::acceptDeclaration(TIntermNode*& nodeList) in acceptDeclaration() argument 343 if (!acceptDeclarationList(nodeList)) { in acceptDeclaration() 377 … if (! acceptFullySpecifiedType(declaredType, nodeList, declarator.attributes, forbidDeclarators)) in acceptDeclaration() 430 return acceptFunctionDefinition(declarator, nodeList, nullptr); in acceptDeclaration() 523 if (nodeList) in acceptDeclaration() 524 nodeList = intermediate.growAggregate(nodeList, initializers); in acceptDeclaration() 526 nodeList = initializers; in acceptDeclaration() 598 TIntermNode* nodeList = nullptr; in acceptFullySpecifiedType() local [all …]
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 80 const TestNode** nodeList, 329 const TestNode** nodeList, in iterateTestsWithLevel() argument 348 nodeList[depth++] = root; in iterateTestsWithLevel() 354 strcat(pathToFunction, nodeList[i]->name); in iterateTestsWithLevel() 357 strcat(pathToFunction, nodeList[i]->name); /* including 'root' */ in iterateTestsWithLevel() 440 log_testinfo("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR ); in iterateTestsWithLevel() 454 iterateTestsWithLevel ( root->child, depth, nodeList, mode ); in iterateTestsWithLevel() 486 iterateTestsWithLevel ( root->sibling, depth, nodeList, mode ); in iterateTestsWithLevel() 496 const TestNode *nodeList[MAXTESTS]; in showTests() local 501 iterateTestsWithLevel ( root, 0, nodeList, SHOWTESTS ); in showTests() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | ctest.c | 80 const TestNode** nodeList, 329 const TestNode** nodeList, in iterateTestsWithLevel() argument 348 nodeList[depth++] = root; in iterateTestsWithLevel() 354 strcat(pathToFunction, nodeList[i]->name); in iterateTestsWithLevel() 357 strcat(pathToFunction, nodeList[i]->name); /* including 'root' */ in iterateTestsWithLevel() 440 log_testinfo("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR ); in iterateTestsWithLevel() 454 iterateTestsWithLevel ( root->child, depth, nodeList, mode ); in iterateTestsWithLevel() 486 iterateTestsWithLevel ( root->sibling, depth, nodeList, mode ); in iterateTestsWithLevel() 496 const TestNode *nodeList[MAXTESTS]; in showTests() local 501 iterateTestsWithLevel ( root, 0, nodeList, SHOWTESTS ); in showTests() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | ctest.c | 80 const TestNode** nodeList, 329 const TestNode** nodeList, in iterateTestsWithLevel() argument 348 nodeList[depth++] = root; in iterateTestsWithLevel() 354 strcat(pathToFunction, nodeList[i]->name); in iterateTestsWithLevel() 357 strcat(pathToFunction, nodeList[i]->name); /* including 'root' */ in iterateTestsWithLevel() 440 log_testinfo("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR ); in iterateTestsWithLevel() 454 iterateTestsWithLevel ( root->child, depth, nodeList, mode ); in iterateTestsWithLevel() 486 iterateTestsWithLevel ( root->sibling, depth, nodeList, mode ); in iterateTestsWithLevel() 496 const TestNode *nodeList[MAXTESTS]; in showTests() local 501 iterateTestsWithLevel ( root, 0, nodeList, SHOWTESTS ); in showTests() [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_graph.cpp | 407 std::list<Node *> nodeList; in findLightestPathWeight() local 417 nodeList.push_front(t); in findLightestPathWeight() 424 for (std::list<Node *>::iterator n = nodeList.begin(); in findLightestPathWeight() 425 n != nodeList.end(); ++n) { in findLightestPathWeight() 430 n = nodeList.erase(n); in findLightestPathWeight()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderLibrary.cpp | 1104 vector<tcu::TestNode*> nodeList; in parse() local 1111 parseShaderCase(nodeList); in parse() 1113 parseShaderGroup(nodeList); in parse() 1122 return nodeList; in parse()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderLibrary.cpp | 1614 vector<tcu::TestNode*> nodeList; in parse() local 1621 parseShaderCase(nodeList); in parse() 1623 parseShaderGroup(nodeList); in parse() 1625 parseImport(nodeList); in parse() 1634 return nodeList; in parse()
|
/third_party/typescript/src/testRunner/unittests/services/ |
D | textChanges.ts | 27 const nodeList = flattenNodes(node); constant 30 zipWith(nodeList, parsedNodeList, (left, right) => {
|
/third_party/freetype/docs/reference/assets/javascripts/ |
D | application.c33a9706.js | 8 …nodeList(e))return a=e,s=t,c=n,Array.prototype.forEach.call(a,function(e){e.addEventListener(s,c)}… function in n
|