/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 | 943 def buildRecipe(recipe, basedir, archList): argument 951 name = recipe['name'] 953 url = recipe['url'] 954 configure = recipe.get('configure', './configure') 955 buildrecipe = recipe.get('buildrecipe', None) 956 install = recipe.get('install', 'make && make install DESTDIR=%s'%( 965 verifyThirdPartyFile(url, recipe['checksum'], sourceArchive) 974 for patch in recipe.get('patches', ()): 982 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1), 985 for patchscript in recipe.get('patchscripts', ()): [all …]
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 969 def buildRecipe(recipe, basedir, archList): argument 977 name = recipe['name'] 979 url = recipe['url'] 980 configure = recipe.get('configure', './configure') 981 buildrecipe = recipe.get('buildrecipe', None) 982 install = recipe.get('install', 'make && make install DESTDIR=%s'%( 991 verifyThirdPartyFile(url, recipe['checksum'], sourceArchive) 1000 for patch in recipe.get('patches', ()): 1008 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1), 1011 for patchscript in recipe.get('patchscripts', ()): [all …]
|
/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/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/ |
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/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/ct/blacklists/ |
D | README.md | 4 …://cs.chromium.org/chromium/build/scripts/slave/recipes/skia/ct_skps.py) recipe to find which SKPs…
|
/external/skia/infra/bots/ct/blacklists/ |
D | README.md | 4 …://cs.chromium.org/chromium/build/scripts/slave/recipes/skia/ct_skps.py) recipe to find which SKPs…
|
/external/deqp/scripts/ |
D | check_build_sanity.py | 270 name, steps = getAllRecipe(RECIPES) if args.recipe == "all" \ 271 else getRecipe(RECIPES, args.recipe)
|
/external/libevent/ |
D | README.android | 14 generated makefiles again. This is the recipe I used:
|
/external/libedit/ |
D | configure.ac | 87 # the recipe given by the autoconf maintainers.)
|
/external/protobuf/jenkins/docker/ |
D | Dockerfile | 1 # This Dockerfile specifies the recipe for creating an image for the tests
|
/external/skia/infra/bots/ |
D | gen_tasks.go | 1063 recipe := "perf" 1066 recipe = "skpbench" 1089 "--workdir", "../../..", recipe,
|
/external/skqp/infra/bots/ |
D | gen_tasks.go | 1067 recipe := "perf" 1070 recipe = "skpbench" 1093 "--workdir", "../../..", recipe,
|
/external/python/cpython2/Doc/library/ |
D | bisect.rst | 64 `SortedCollection recipe
|
D | collections.rst | 200 adapted for Python 2.5 and an early `Bag recipe 789 `Named tuple recipe <https://code.activestate.com/recipes/500261/>`_ 832 `Equivalent OrderedDict recipe <https://code.activestate.com/recipes/576693/>`_ 1047 * `OrderedSet recipe <https://code.activestate.com/recipes/576694/>`_ for an
|
/external/python/cpython3/Doc/library/ |
D | bisect.rst | 62 `SortedCollection recipe
|
D | shelve.rst | 78 `Persistent dictionary recipe <https://code.activestate.com/recipes/576642/>`_
|
D | collections.abc.rst | 297 * `OrderedSet recipe <https://code.activestate.com/recipes/576694/>`_ for an
|
/external/v8/tools/release/ |
D | test_scripts.py | 307 def Expect(self, recipe): argument 308 self._recipe = recipe
|
/external/libjpeg-turbo/ |
D | BUILDING.md | 375 The following is a general recipe script that can be modified for your specific 412 The following is a general recipe script that can be modified for your specific 448 The following is a general recipe script that can be modified for your specific 484 The following is a general recipe script that can be modified for your specific
|