Home
last modified time | relevance | path

Searched refs:childIndex (Results 1 - 16 of 16) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DmoduleMemberWithoutTypeAnnotation1.js15 public childIndex(child: ISyntaxElement) {
16 return Syntax.childIndex();
39 export function childIndex() { }
70 PositionedElement.prototype.childIndex = function (child) {
71 return TypeScript.Syntax.childIndex();
102 function childIndex() { }
103 Syntax.childIndex = childIndex;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermTraverse.cpp37 size_t childIndex = 0; in traverse() local
40 while (childIndex < childCount && visit) in traverse()
42 mCurrentChildIndex = childIndex; in traverse()
43 node->getChildNode(childIndex)->traverse(this); in traverse()
44 mCurrentChildIndex = childIndex; in traverse()
46 if (inVisit && childIndex != childCount - 1) in traverse()
50 ++childIndex; in traverse()
471 for (size_t childIndex = 0; childIndex < sequence->size(); ++childIndex) in traverseBlock()
[all...]
/third_party/skia/src/gpu/
H A DGrFragmentProcessor.h555 inline SkString invokeChild(int childIndex, in invokeChild() argument
558 return this->invokeChild(childIndex, in invokeChild()
565 inline SkString invokeChildWithMatrix(int childIndex, EmitArgs& parentArgs) { in invokeChildWithMatrix() argument
566 return this->invokeChildWithMatrix(childIndex, in invokeChildWithMatrix()
573 inline SkString invokeChild(int childIndex, in invokeChild() argument
577 return this->invokeChild(childIndex, in invokeChild()
584 inline SkString invokeChildWithMatrix(int childIndex, in invokeChildWithMatrix() argument
587 return this->invokeChildWithMatrix(childIndex, in invokeChildWithMatrix()
604 SkString invokeChild(int childIndex,
615 SkString invokeChildWithMatrix(int childIndex,
[all...]
H A DGrFragmentProcessor.cpp925 SkString ProgramImpl::invokeChild(int childIndex,
930 SkASSERT(childIndex >= 0);
936 const GrFragmentProcessor* childProc = args.fFp.childProcessor(childIndex);
942 auto invocation = SkStringPrintf("%s(%s", this->childProcessor(childIndex)->functionName(),
966 SkString ProgramImpl::invokeChildWithMatrix(int childIndex,
970 SkASSERT(childIndex >= 0);
976 const GrFragmentProcessor* childProc = args.fFp.childProcessor(childIndex);
990 auto invocation = SkStringPrintf("%s(%s", this->childProcessor(childIndex)->functionName(),
/third_party/libevdev/doc/html/search/
H A Dsearch.js690 this.NavChild = function(evt,itemIndex,childIndex)
698 if (childIndex>0)
700 var newIndex = childIndex-1;
710 var newIndex = childIndex+1;
/third_party/skia/third_party/externals/oboe/docs/reference/search/
H A Dsearch.js688 this.NavChild = function(evt,itemIndex,childIndex)
696 if (childIndex>0)
698 var newIndex = childIndex-1;
708 var newIndex = childIndex+1;
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp325 int childIndex = this->numChildProcessors(); in addChild() local
326 SkASSERT((size_t)childIndex < fEffect->fSampleUsages.size()); in addChild()
330 this->registerChild(std::move(child), fEffect->fSampleUsages[childIndex]); in addChild()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp246 unsigned int childIndex = 0; in getChildNode() local
249 children[childIndex] = mInit; in getChildNode()
250 ++childIndex; in getChildNode()
254 children[childIndex] = mCond; in getChildNode()
255 ++childIndex; in getChildNode()
259 children[childIndex] = mExpr; in getChildNode()
260 ++childIndex; in getChildNode()
264 children[childIndex] = mBody; in getChildNode()
265 ++childIndex; in getChildNode()
267 ASSERT(index < childIndex); in getChildNode()
[all...]
H A DOutputSPIRV.cpp4442 for (size_t childIndex = 0; childIndex < childCount; ++childIndex) in extendScalarParamsToVector()
4444 const TType &childType = node->getChildNode(childIndex)->getAsTyped()->getType(); in extendScalarParamsToVector()
4454 (*parameters)[childIndex] = createConstructorVectorFromScalar( in extendScalarParamsToVector()
4455 childType, vectorType, resultTypeId, {{(*parameters)[childIndex]}}); in extendScalarParamsToVector()
4838 const size_t childIndex = getParentChildIndex(PreVisit); in visitConstantUnion() local
4858 expectedBasicType = structure->fields()[childIndex]->type()->getBasicType(); in visitConstantUnion()
5459 const size_t childIndex = getParentChildIndex(PreVisit); in visitCase() local
5473 if (childIndex > in visitCase()
5512 const size_t childIndex = getLastTraversedChildIndex(visit); visitBlock() local
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 240 milliseconds