Searched refs:childName (Results 1 – 13 of 13) sorted by relevance
/third_party/typescript/src/harness/ |
D | harnessUtils.ts | 118 for (const childName in node) { constant 119 …if (childName === "parent" || childName === "nextContainer" || childName === "modifiers" || childN… 121 …childName === "jsDocComment" || childName === "checkJsDirective" || childName === "commonJsModuleI… 124 const child = (<any>node)[childName]; 127 … "Missing child when forEach'ing over node: " + (<any>ts).SyntaxKind[node.kind] + "-" + childName); 306 const childName = findChildName(node1, child1); constant 307 const child2: ts.Node = (<any>node2)[childName]; 312 const childName = findChildName(node1, array1); constant 313 const array2: ts.NodeArray<ts.Node> = (<any>node2)[childName];
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | sceneio.cpp | 359 string childName = (*it)->mNodeLabel; in exportXtext() local 361 std::transform(childName.begin(), childName.end(), childName.begin(), ::tolower); in exportXtext() 362 childName += "s"; in exportXtext() 364 buffer << "\t\t" << childName << "+=" << (*it)->mNodeLabel << "*" << endl; in exportXtext()
|
D | Expression.cpp | 324 string childName = (*iter)->mName; in getClosureExecutables() local 342 string childName = (*iter)->mName; in getClosureExecutables() local 343 if (childName[0] == '[') in getClosureExecutables()
|
/third_party/node/deps/npm/lib/install/ |
D | deps.js | 272 var childName = moduleName(child) 278 tree.package[child.save][childName] = child.saveSpec 288 delete tree.package[saveType][childName] 291 … if (child.save === 'optionalDependencies') tree.package.dependencies[childName] = child.saveSpec 652 var childName = moduleName(child) 654 return moduleName(replacing) === childName
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLCPPCodeGenerator.cpp | 450 String childName = "_sample" + to_string(c.fOffset); in writeFunctionCall() local 451 addExtraEmitCodeLine("SkString " + childName + "(\"" + childName + "\");"); in writeFunctionCall() 456 inputArg + ", &" + childName + ", args);"); in writeFunctionCall() 465 " fragBuilder->codeAppendf(\"half4 %s;\", " + childName + ".c_str());" in writeFunctionCall() 469 fFormatArgs.push_back(childName + ".c_str()"); in writeFunctionCall()
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 687 function createAndAddChildDirectoryWatcher(childName: string) { 688 const result = createDirectoryWatcher(childName, options);
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 708 std::ostringstream childName; in setName() local 709 childName << "m" << (i % (childUniforms.size() / type.arraySize)); in setName() 714 childUniforms[i].setName(childParentName.str(), childName.str()); in setName()
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 6760 function createAndAddChildDirectoryWatcher(childName) { argument 6761 var result = createDirectoryWatcher(childName, options);
|
D | tsc.js | 4198 function createAndAddChildDirectoryWatcher(childName) { argument 4199 var result = createDirectoryWatcher(childName, options);
|
D | tsserver.js | 6771 function createAndAddChildDirectoryWatcher(childName) { argument 6772 var result = createDirectoryWatcher(childName, options);
|
D | typescriptServices.js | 6965 function createAndAddChildDirectoryWatcher(childName) { argument 6966 var result = createDirectoryWatcher(childName, options);
|
D | tsserverlibrary.js | 6965 function createAndAddChildDirectoryWatcher(childName) { argument 6966 var result = createDirectoryWatcher(childName, options);
|
D | typescript.js | 6965 function createAndAddChildDirectoryWatcher(childName) { argument 6966 var result = createDirectoryWatcher(childName, options);
|