Home
last modified time | relevance | path

Searched refs:childName (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/harness/
DharnessUtils.ts118 for (const childName in node) { constant
119 …if (childName === "parent" || childName === "nextContainer" || childName === "modifiers" || childN…
121childName === "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/
Dsceneio.cpp359 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()
DExpression.cpp324 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/
Ddeps.js272 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/
DSkSLCPPCodeGenerator.cpp450 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/
Dsys.ts687 function createAndAddChildDirectoryWatcher(childName: string) {
688 const result = createDirectoryWatcher(childName, options);
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp708 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/
DtypingsInstaller.js6760 function createAndAddChildDirectoryWatcher(childName) { argument
6761 var result = createDirectoryWatcher(childName, options);
Dtsc.js4198 function createAndAddChildDirectoryWatcher(childName) { argument
4199 var result = createDirectoryWatcher(childName, options);
Dtsserver.js6771 function createAndAddChildDirectoryWatcher(childName) { argument
6772 var result = createDirectoryWatcher(childName, options);
DtypescriptServices.js6965 function createAndAddChildDirectoryWatcher(childName) { argument
6966 var result = createDirectoryWatcher(childName, options);
Dtsserverlibrary.js6965 function createAndAddChildDirectoryWatcher(childName) { argument
6966 var result = createDirectoryWatcher(childName, options);
Dtypescript.js6965 function createAndAddChildDirectoryWatcher(childName) { argument
6966 var result = createDirectoryWatcher(childName, options);