Home
last modified time | relevance | path

Searched refs:recipe (Results 1 – 25 of 70) sorted by relevance

123

/external/skqp/infra/bots/recipes/
DREADME.md7 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/skia/infra/bots/recipes/
DREADME.md7 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/cpython2/Mac/BuildScript/
Dbuild-installer.py920 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/python/cpython3/Mac/BuildScript/
Dbuild-installer.py912 def buildRecipe(recipe, basedir, archList): argument
920 name = recipe['name']
922 url = recipe['url']
923 configure = recipe.get('configure', './configure')
924 buildrecipe = recipe.get('buildrecipe', None)
925 install = recipe.get('install', 'make && make install DESTDIR=%s'%(
934 verifyThirdPartyFile(url, recipe['checksum'], sourceArchive)
943 for patch in recipe.get('patches', ()):
951 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1),
954 for patchscript in recipe.get('patchscripts', ()):
[all …]
/external/skqp/infra/bots/recipe_modules/
DREADME.md4 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/recipe_modules/
DREADME.md4 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/llvm/utils/TableGen/
Dtdtags25 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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
Dtdtags25 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/skqp/infra/bots/
Dgen_tasks.go258 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/skia/infra/bots/
Dgen_tasks.go256 func kitchenTask(name, recipe, isolate, serviceAccount string, dimensions []string, extraProps map[… argument
310 "-recipe", recipe,
1066 recipe := "test"
1068 recipe = "skqp_test"
1070 recipe = "test_skqp_emulator"
1075 recipe = "compute_test"
1077 recipe = "test_pathkit"
1079 recipe = "test_canvaskit"
1081 recipe = "test_lottie_web"
1094 task := kitchenTask(name, recipe, isolate, "", swarmDimensions(parts), extraProps, OUTPUT_TEST)
[all …]
/external/strace/tests/
Dgen_tests.sh109 recipe='$(AM_V_GEN) $^ $@'
110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
/external/strace/tests-mx32/
Dgen_tests.sh109 recipe='$(AM_V_GEN) $^ $@'
110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
/external/strace/tests-m32/
Dgen_tests.sh109 recipe='$(AM_V_GEN) $^ $@'
110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
/external/opencensus-java/.github/
DISSUE_TEMPLATE10 If possible, provide a recipe for reproducing the error.
/external/golang-protobuf/.github/ISSUE_TEMPLATE/
Dbug_report.md11 If possible, provide a recipe for reproducing the error.
/external/deqp/scripts/
Dcheck_build_sanity.py282 name, steps = getAllRecipe(RECIPES) if args.recipe == "all" \
283 else getRecipe(RECIPES, args.recipe)
/external/libevent/
DREADME.android14 generated makefiles again. This is the recipe I used:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DHowToCrossCompileBuiltinsOnArm.rst129 then the easiest way is to use the BaremetalARM.cmake recipe in
142 **Note** that for the recipe to work the compiler-rt source must be checked out
/external/protobuf/jenkins/docker/
DDockerfile1 # This Dockerfile specifies the recipe for creating an image for the tests
/external/v8/tools/release/
Dtest_scripts.py273 def Expect(self, recipe): argument
274 self._recipe = recipe
/external/libjpeg-turbo/
DBUILDING.md534 The following is a general recipe script that can be modified for your specific
559 The following is a general recipe script that can be modified for your specific
584 The following is a general recipe script that can be modified for your specific
607 The following is a general recipe script that can be modified for your specific
/external/python/cpython2/Doc/library/
Dbisect.rst64 `SortedCollection recipe
/external/python/cpython3/Doc/library/
Dbisect.rst62 `SortedCollection recipe
/external/swiftshader/third_party/SPIRV-Tools/
DCHANGES322 - Improve the HLSL legalization optimization recipe. #1311
329 To recover the previous behaviour, a recipe using those transforms should now
375 - Add scalar replacement of aggregates to size-optimization recipe.
378 - Rearragne and add passes to performance-optimization recipe, to produce better results.
/external/deqp-deps/SPIRV-Tools/
DCHANGES301 - Improve the HLSL legalization optimization recipe. #1311
308 To recover the previous behaviour, a recipe using those transforms should now
354 - Add scalar replacement of aggregates to size-optimization recipe.
357 - Rearragne and add passes to performance-optimization recipe, to produce better results.

123