/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/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/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/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 912 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/ |
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/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/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/swiftshader/third_party/llvm-7.0/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/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/skia/infra/bots/ |
D | gen_tasks.go | 256 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/ |
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/strace/tests-m32/ |
D | gen_tests.sh | 109 recipe='$(AM_V_GEN) $^ $@' 110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
|
/external/opencensus-java/.github/ |
D | ISSUE_TEMPLATE | 10 If possible, provide a recipe for reproducing the error.
|
/external/golang-protobuf/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 11 If possible, provide a recipe for reproducing the error.
|
/external/deqp/scripts/ |
D | check_build_sanity.py | 282 name, steps = getAllRecipe(RECIPES) if args.recipe == "all" \ 283 else getRecipe(RECIPES, args.recipe)
|
/external/libevent/ |
D | README.android | 14 generated makefiles again. This is the recipe I used:
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | HowToCrossCompileBuiltinsOnArm.rst | 129 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/ |
D | Dockerfile | 1 # This Dockerfile specifies the recipe for creating an image for the tests
|
/external/v8/tools/release/ |
D | test_scripts.py | 273 def Expect(self, recipe): argument 274 self._recipe = recipe
|
/external/libjpeg-turbo/ |
D | BUILDING.md | 534 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/ |
D | bisect.rst | 64 `SortedCollection recipe
|
/external/python/cpython3/Doc/library/ |
D | bisect.rst | 62 `SortedCollection recipe
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 322 - 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/ |
D | CHANGES | 301 - 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.
|