Home
last modified time | relevance | path

Searched refs:setFunc (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DgetterSetterNonAccessor.types6 function setFunc(v){}
7 >setFunc : (v: any) => void
11 >Object.defineProperty({}, "0", <PropertyDescriptor>({ get: getFunc, set: setFunc
17 ><PropertyDescriptor>({ get: getFunc, set: setFunc, configurable: true …
18 >({ get: getFunc, set: setFunc, configurable: true }) : { get: () =…
19 >{ get: getFunc, set: setFunc, configurable: true } : { get: () => …
25 set: setFunc,
27 >setFunc : (v: any) => void
DgetterSetterNonAccessor.symbols5 function setFunc(v){}
6 >setFunc : Symbol(setFunc, Decl(getterSetterNonAccessor.ts, 0, 33))
19 set: setFunc,
21 >setFunc : Symbol(setFunc, Decl(getterSetterNonAccessor.ts, 0, 33))
DgetterSetterNonAccessor.js3 function setFunc(v){}
7 set: setFunc,
14 function setFunc(v) { } function
17 set: setFunc,
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DUniformsPerf.cpp412 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local
418 drawLoop<false>(setFunc); in drawBenchmark()
423 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local
429 drawLoop<false>(setFunc); in drawBenchmark()
434 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local
440 drawLoop<false>(setFunc); in drawBenchmark()
445 auto setFunc = [](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local
453 drawLoop<true>(setFunc); in drawBenchmark()
457 drawLoop<false>(setFunc); in drawBenchmark()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DUniformsPerf.cpp415 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local
421 drawLoop<false>(setFunc); in drawBenchmark()
426 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local
432 drawLoop<false>(setFunc); in drawBenchmark()
437 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local
443 drawLoop<false>(setFunc); in drawBenchmark()
448 auto setFunc = [](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local
456 drawLoop<true>(setFunc); in drawBenchmark()
460 drawLoop<false>(setFunc); in drawBenchmark()
/third_party/typescript/tests/cases/compiler/
DgetterSetterNonAccessor.ts2 function setFunc(v){} function
6 set: setFunc,
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DExpression.h45 void setFunc(callback funcPtr);
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpressionInterpreter.cpp67 currentWord->setFunc(funcPtr); in addExpression()
DExpression.cpp427 void Expression::setFunc(callback funcPtr) in setFunc() function in Expression
/third_party/typescript/src/compiler/
Dchecker.ts8553 const setFunc = getTypeOfPropertyOfType(objectLitType, "set" as __String);
8554 if (setFunc) {
8555 const setSig = getSingleCallSignature(setFunc);
/third_party/typescript/lib/
DtypingsInstaller.js51477 var setFunc = getTypeOfPropertyOfType(objectLitType, "set");
51478 if (setFunc) {
51479 var setSig = getSingleCallSignature(setFunc);
Dtsc.js42382 var setFunc = getTypeOfPropertyOfType(objectLitType, "set");
42383 if (setFunc) {
42384 var setSig = getSingleCallSignature(setFunc);
Dtsserver.js51488 var setFunc = getTypeOfPropertyOfType(objectLitType, "set");
51489 if (setFunc) {
51490 var setSig = getSingleCallSignature(setFunc);
DtypescriptServices.js51682 var setFunc = getTypeOfPropertyOfType(objectLitType, "set");
51683 if (setFunc) {
51684 var setSig = getSingleCallSignature(setFunc);
Dtsserverlibrary.js51682 var setFunc = getTypeOfPropertyOfType(objectLitType, "set");
51683 if (setFunc) {
51684 var setSig = getSingleCallSignature(setFunc);
Dtypescript.js51682 var setFunc = getTypeOfPropertyOfType(objectLitType, "set");
51683 if (setFunc) {
51684 var setSig = getSingleCallSignature(setFunc);