/external/deqp-deps/amber/src/ |
D | amber.cc | 89 amber::Result Amber::Parse(const std::string& input, amber::Recipe* recipe) { in Parse() argument 90 if (!recipe) in Parse() 103 recipe->SetImpl(parser->GetScript().release()); in Parse() 113 Result CreateEngineAndCheckRequirements(const Recipe* recipe, in CreateEngineAndCheckRequirements() argument 118 if (!recipe) in CreateEngineAndCheckRequirements() 121 Script* script = static_cast<Script*>(recipe->GetImpl()); in CreateEngineAndCheckRequirements() 148 amber::Result Amber::AreAllRequirementsSupported(const amber::Recipe* recipe, in AreAllRequirementsSupported() argument 153 return CreateEngineAndCheckRequirements(recipe, opts, GetDelegate(), &engine, in AreAllRequirementsSupported() 157 amber::Result Amber::Execute(const amber::Recipe* recipe, Options* opts) { in Execute() argument 159 return ExecuteWithShaderData(recipe, opts, map); in Execute() [all …]
|
/external/openscreen/infra/config/global/ |
D | cr-buildbucket.cfg | 38 recipe { 45 recipe { 52 recipe { 60 recipe { 67 recipe { 74 recipe { 96 # 1. The recipe code that uses the "osx_sdk" recipe module: 100 # 2. The XCode version look-up table in the "osx_sdk" recipe module: 116 recipe { 124 recipe { [all …]
|
/external/angle/infra/config/generated/ |
D | cr-buildbucket.cfg | 26 …a.chromium.org\"},\"builder_group\":\"angle\",\"platform\":\"android\",\"recipe\":\"angle\",\"test… 43 …a.chromium.org\"},\"builder_group\":\"angle\",\"platform\":\"android\",\"recipe\":\"angle\",\"test… 60 …a.chromium.org\"},\"builder_group\":\"angle\",\"platform\":\"android\",\"recipe\":\"angle\",\"test… 77 …a.chromium.org\"},\"builder_group\":\"angle\",\"platform\":\"android\",\"recipe\":\"angle\",\"test… 94 …a.chromium.org\"},\"builder_group\":\"angle\",\"platform\":\"android\",\"recipe\":\"angle\",\"test… 112 …oma.chromium.org\"},\"builder_group\":\"angle\",\"platform\":\"linux\",\"recipe\":\"angle\",\"test… 130 …oma.chromium.org\"},\"builder_group\":\"angle\",\"platform\":\"linux\",\"recipe\":\"angle\",\"test… 148 …oma.chromium.org\"},\"builder_group\":\"angle\",\"platform\":\"linux\",\"recipe\":\"angle\",\"test… 166 …oma.chromium.org\"},\"builder_group\":\"angle\",\"platform\":\"linux\",\"recipe\":\"angle\",\"test… 184 …oma.chromium.org\"},\"builder_group\":\"angle\",\"platform\":\"linux\",\"recipe\":\"angle\",\"test… [all …]
|
/external/skia/infra/bots/recipes/ |
D | README.md | 7 To run a recipe locally: 9 …$ python infra/bots/recipes.py run --workdir=/tmp/<workdir> <recipe name without .py> key1=value1 … 11 Each recipe may have its own required properties which must be entered as 14 When you change a recipe, you generally need to re-train the simulation test: 23 recipe which illustrate which steps would run, given a particular set of inputs.
|
/external/skqp/infra/bots/recipes/ |
D | README.md | 7 To run a recipe locally: 9 …$ python infra/bots/recipes.py run --workdir=/tmp/<workdir> <recipe name without .py> key1=value1 … 11 Each recipe may have its own required properties which must be entered as 14 When you change a recipe, you generally need to re-train the simulation test: 23 recipe which illustrate which steps would run, given a particular set of inputs.
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 964 def buildRecipe(recipe, basedir, archList): argument 972 name = recipe['name'] 974 url = recipe['url'] 975 configure = recipe.get('configure', './configure') 976 buildrecipe = recipe.get('buildrecipe', None) 977 install = recipe.get('install', 'make && make install DESTDIR=%s'%( 986 verifyThirdPartyFile(url, recipe['checksum'], sourceArchive) 995 for patch in recipe.get('patches', ()): 1003 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1), 1006 for patchscript in recipe.get('patchscripts', ()): [all …]
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 920 def buildRecipe(recipe, basedir, archList): argument 928 name = recipe['name'] 930 url = recipe['url'] 931 configure = recipe.get('configure', './configure') 932 buildrecipe = recipe.get('buildrecipe', None) 933 install = recipe.get('install', 'make && make install DESTDIR=%s'%( 942 verifyThirdPartyFile(url, recipe['checksum'], sourceArchive) 951 for patch in recipe.get('patches', ()): 959 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1), 962 for patchscript in recipe.get('patchscripts', ()): [all …]
|
/external/deqp-deps/amber/include/amber/ |
D | amber.h | 142 amber::Result Parse(const std::string& data, amber::Recipe* recipe); 147 amber::Result AreAllRequirementsSupported(const amber::Recipe* recipe, 154 amber::Result Execute(const amber::Recipe* recipe, Options* opts); 159 amber::Result ExecuteWithShaderData(const amber::Recipe* recipe,
|
/external/angle/infra/config/ |
D | main.star | 149 def recipe(*, name, cipd_version = None, recipe = None, use_bbagent = False): 155 if recipe == None: 156 recipe = name[len(_RECIPE_NAME_PREFIX):] 157 return luci.recipe( 161 recipe = recipe, 165 return recipe
|
/external/skia/infra/bots/recipe_modules/ |
D | README.md | 4 This directory contains recipe modules designed to be used by recipes (see 19 When you change a recipe module, you generally need to re-train the simulation 28 Each recipe module contains a few files: 32 recipe modules on which this module depends.
|
/external/skqp/infra/bots/recipe_modules/ |
D | README.md | 4 This directory contains recipe modules designed to be used by recipes (see 19 When you change a recipe module, you generally need to re-train the simulation 28 Each recipe module contains a few files: 32 recipe modules on which this module depends.
|
/external/skia/infra/bots/gen_tasks_logic/ |
D | gen_tasks_logic.go | 553 func (b *taskBuilder) kitchenTaskNoBundle(recipe string, outputDir string) { 562 …b.cmd(python, "-u", "skia/infra/bots/run_recipe.py", "${ISOLATED_OUTDIR}", recipe, b.getRecipeProp… 582 func (b *taskBuilder) kitchenTask(recipe string, outputDir string) { 583 b.kitchenTaskNoBundle(recipe, outputDir) 1162 recipe := "compile" 1165 recipe = "sync_and_compile" 1175 b.kitchenTask(recipe, OUTPUT_BUILD) 1465 recipe := "test" 1468 recipe = "skqp_test" 1470 recipe = "test_skqp_emulator" [all …]
|
/external/deqp-deps/amber/samples/ |
D | amber.cc | 481 std::unique_ptr<amber::Recipe> recipe; in main() member 497 std::unique_ptr<amber::Recipe> recipe = amber::MakeUnique<amber::Recipe>(); in main() local 499 result = am.Parse(data, recipe.get()); in main() 507 recipe->SetFenceTimeout(static_cast<uint32_t>(options.fence_timeout)); in main() 511 recipe_data.back().recipe = std::move(recipe); in main() 536 const auto features = recipe_data_elem.recipe->GetRequiredFeatures(); in main() 540 recipe_data_elem.recipe->GetRequiredDeviceExtensions(); in main() 545 recipe_data_elem.recipe->GetRequiredInstanceExtensions(); in main() 602 const auto* recipe = recipe_data_elem.recipe.get(); in main() local 606 result = am.Execute(recipe, &amber_options); in main() [all …]
|
/external/deqp-deps/amber/android_sample/jni/ |
D | main.cc | 47 amber::Recipe recipe; in amber_sample_main() local 48 amber::Result r = am.Parse(info.script_content, &recipe); in amber_sample_main() 56 r = am.ExecuteWithShaderData(&recipe, amber_options, info.shader_map); in amber_sample_main()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | tdtags | 24 or: $SELF [ <options> ] -x recipe [arg ...] 30 -x <recipe> Generate tags file(s) for a common use case: 56 $SELF [ options ] -x recipe [arg ...] 79 -x Run a canned recipe, rather than operate on specified files. 81 name of a recipe, and any further arguments are arguments to 82 that recipe. With no arguments, lists the available recipes.
|
/external/llvm/utils/TableGen/ |
D | tdtags | 25 or: $SELF [ <options> ] -x recipe [arg ...] 31 -x <recipe> Generate tags file(s) for a common use case: 57 $SELF [ options ] -x recipe [arg ...] 80 -x Run a canned recipe, rather than operate on specified files. 82 name of a recipe, and any further arguments are arguments to 83 that recipe. With no arguments, lists the available recipes.
|
/external/strace/tests-m32/ |
D | gen_tests.sh | 109 recipe='$(AM_V_GEN) $^ $@' 110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
|
/external/strace/tests/ |
D | gen_tests.sh | 109 recipe='$(AM_V_GEN) $^ $@' 110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
|
/external/strace/tests-mx32/ |
D | gen_tests.sh | 109 recipe='$(AM_V_GEN) $^ $@' 110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
|
/external/skqp/infra/bots/ |
D | gen_tasks.go | 258 func kitchenTask(name, recipe, isolate, serviceAccount string, dimensions []string, extraProps map[… argument 311 "-recipe", recipe, 1083 recipe := "test" 1085 recipe = "skqp_test" 1087 recipe = "test_skqp_emulator" 1092 recipe = "compute_test" 1094 recipe = "test_pathkit" 1096 recipe = "test_canvaskit" 1098 recipe = "test_lottie_web" 1111 task := kitchenTask(name, recipe, isolate, "", swarmDimensions(parts), extraProps, OUTPUT_TEST) [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/amber/ |
D | vktAmberTestCase.hpp | 51 amber::Recipe* recipe) in AmberTestInstance() argument 52 : TestInstance(context), m_recipe(recipe) in AmberTestInstance()
|
/external/toolchain-utils/ |
D | buildbot_test_toolchains.py | 86 recipe=False, argument 98 self._recipe = recipe 376 options.weekday, options.patches, options.recipe,
|
/external/opencensus-java/.github/ |
D | ISSUE_TEMPLATE | 10 If possible, provide a recipe for reproducing the error.
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | BUILD | 9 exclude = ["load-quantization-recipe.mlir"],
|
/external/skia/site/docs/dev/testing/ |
D | automated_testing.md | 117 [infra/bots/recipe_modules/build][build recipe module], probably default.py. 131 [build recipe module]: 154 Most Skia tasks run a recipe with Kitchen. The arguments to the kitchenTask function specify the 155 most common parameters for a TaskSpec that will run a recipe. More info on recipes at 165 Kitchen command that runs a recipe; see below.)
|