Home
last modified time | relevance | path

Searched refs:maker (Results 1 - 17 of 17) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DcircularTypeofWithFunctionModule.js6 function maker (value: string): typeof maker.Bar {
7 return maker.Bar;
10 namespace maker {
37 function maker(value) { function
38 return maker.Bar;
40 (function (maker) {
48 maker.Bar = Bar;
49 })(maker || (maker
[all...]
H A DunusedLocalsOnFunctionDeclarationWithinFunctionDeclaration1.js4 function maker(child: string): void {
13 function maker(child) {
H A DunusedLocalsOnFunctionDeclarationWithinFunctionExpression1.js4 function maker(child: string): void {
13 function maker(child) {
H A DunusedLocalsOnFunctionExpressionWithinFunctionDeclaration1.js4 var maker = function (child: string): void {
13 var maker = function (child) {
H A DunusedLocalsOnFunctionExpressionWithinFunctionExpression1.js4 var maker = function (child: string): void {
13 var maker = function (child) {
H A DunusedLocalsOnFunctionDeclarationWithinFunctionDeclaration2.js4 function maker(child: string): void {
16 function maker(child) {
H A DunusedLocalsOnFunctionDeclarationWithinFunctionExpression2.js4 function maker(child: string): void {
16 function maker(child) {
H A DunusedLocalsOnFunctionExpressionWithinFunctionDeclaration2.js4 var maker = function(child: string): void {
16 var maker = function (child) {
H A DunusedLocalsOnFunctionExpressionWithinFunctionExpression2.js4 var maker = function (child: string): void {
16 var maker = function (child) {
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_set_literal.py43 maker = pytree.Node(syms.dictsetmaker, literal)
44 maker.prefix = node.prefix
47 if len(maker.children) == 4:
48 n = maker.children[2]
50 maker.children[-1].prefix = n.prefix
53 return maker
/third_party/skia/bench/
H A DShaderMaskFilterBench.cpp45 ShaderMFBench(const char* nm, bool opaque, const ShaderMaker maker) in ShaderMFBench() argument
46 : fMaker{maker} in ShaderMFBench()
/third_party/skia/third_party/externals/piex/src/
H A Dpiex_types.h93 std::string maker; member
H A Dtiff_parser.cc183 success &= tiff_directory.Get(kTiffTagMake, &preview_image_data->maker); in FillPreviewImageData()
/third_party/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp765 if (PassMaker* maker = GaussPass::MakeMaker(sigma, &alloc)) { in cpu_blur()
766 return maker; in cpu_blur()
768 if (PassMaker* maker = TentPass::MakeMaker(sigma, &alloc)) { in cpu_blur()
769 return maker; in cpu_blur()
/third_party/skia/gm/
H A Dpatheffects.cpp274 for (auto maker : makers) { in DEF_SIMPLE_GM()
275 const SkPath path = maker(); in DEF_SIMPLE_GM()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp89 void makeMeshGraphicsPipeline ( GraphicsPipelineWrapper& maker, in makeMeshGraphicsPipeline() argument
102 maker.setDefaultMultisampleState() in makeMeshGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp87 void makeMeshGraphicsPipeline ( GraphicsPipelineWrapper& maker, in makeMeshGraphicsPipeline() argument
100 maker.setDefaultMultisampleState() in makeMeshGraphicsPipeline()

Completed in 15 milliseconds