Home
last modified time | relevance | path

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

123

/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/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/python/cpython3/Mac/BuildScript/
Dbuild-installer.py943 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/
Dbuild-installer.py969 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/
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/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/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/strace/tests/
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/strace/tests-mx32/
Dgen_tests.sh109 recipe='$(AM_V_GEN) $^ $@'
110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
/external/skqp/infra/bots/ct/blacklists/
DREADME.md4 …://cs.chromium.org/chromium/build/scripts/slave/recipes/skia/ct_skps.py) recipe to find which SKPs…
/external/skia/infra/bots/ct/blacklists/
DREADME.md4 …://cs.chromium.org/chromium/build/scripts/slave/recipes/skia/ct_skps.py) recipe to find which SKPs…
/external/deqp/scripts/
Dcheck_build_sanity.py270 name, steps = getAllRecipe(RECIPES) if args.recipe == "all" \
271 else getRecipe(RECIPES, args.recipe)
/external/libevent/
DREADME.android14 generated makefiles again. This is the recipe I used:
/external/libedit/
Dconfigure.ac87 # the recipe given by the autoconf maintainers.)
/external/protobuf/jenkins/docker/
DDockerfile1 # This Dockerfile specifies the recipe for creating an image for the tests
/external/skia/infra/bots/
Dgen_tasks.go1063 recipe := "perf"
1066 recipe = "skpbench"
1089 "--workdir", "../../..", recipe,
/external/skqp/infra/bots/
Dgen_tasks.go1067 recipe := "perf"
1070 recipe = "skpbench"
1093 "--workdir", "../../..", recipe,
/external/python/cpython2/Doc/library/
Dbisect.rst64 `SortedCollection recipe
Dcollections.rst200 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/
Dbisect.rst62 `SortedCollection recipe
Dshelve.rst78 `Persistent dictionary recipe <https://code.activestate.com/recipes/576642/>`_
Dcollections.abc.rst297 * `OrderedSet recipe <https://code.activestate.com/recipes/576694/>`_ for an
/external/v8/tools/release/
Dtest_scripts.py307 def Expect(self, recipe): argument
308 self._recipe = recipe
/external/libjpeg-turbo/
DBUILDING.md375 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

123