Home
last modified time | relevance | path

Searched defs:maker (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcircularTypeofWithFunctionModule.ts5 function maker (value: string): typeof maker.Bar { function
9 namespace maker { namespace
/third_party/typescript/tests/baselines/reference/
DcircularTypeofWithFunctionModule.js37 function maker(value) { function
40 (function (maker) { argument
DunusedLocalsOnFunctionExpressionWithinFunctionDeclaration1.js13 var maker = function (child) { function
DunusedLocalsOnFunctionDeclarationWithinFunctionDeclaration1.js13 function maker(child) { function
DunusedLocalsOnFunctionExpressionWithinFunctionExpression1.js13 var maker = function (child) { function
DunusedLocalsOnFunctionDeclarationWithinFunctionExpression1.js13 function maker(child) { function
DunusedLocalsOnFunctionExpressionWithinFunctionExpression2.js16 var maker = function (child) { function
DunusedLocalsOnFunctionDeclarationWithinFunctionExpression2.js16 function maker(child) { function
DunusedLocalsOnFunctionExpressionWithinFunctionDeclaration2.js16 var maker = function (child) { function
DunusedLocalsOnFunctionDeclarationWithinFunctionDeclaration2.js16 function maker(child) { function
/third_party/skia/bench/
DShaderMaskFilterBench.cpp45 ShaderMFBench(const char* nm, bool opaque, const ShaderMaker maker) in ShaderMFBench()
/third_party/skia/third_party/externals/piex/src/
Dpiex_types.h93 std::string maker; member
/third_party/skia/gm/
Dpatheffects.cpp274 for (auto maker : makers) { variable
/third_party/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp765 if (PassMaker* maker = GaussPass::MakeMaker(sigma, &alloc)) { in cpu_blur() local
768 if (PassMaker* maker = TentPass::MakeMaker(sigma, &alloc)) { in cpu_blur() local