Home
last modified time | relevance | path

Searched refs:recipes (Results 1 – 25 of 136) sorted by relevance

123456

/external/angle/infra/config/generated/
Dcr-buildbucket.cfg24 cmd: "recipes"
41 cmd: "recipes"
58 cmd: "recipes"
75 cmd: "recipes"
92 cmd: "recipes"
110 cmd: "recipes"
128 cmd: "recipes"
146 cmd: "recipes"
164 cmd: "recipes"
182 cmd: "recipes"
[all …]
/external/skqp/infra/bots/recipe_modules/
DREADME.md4 This directory contains recipe modules designed to be used by recipes (see
5 infra/bots/recipes). They are all Skia-specific and some are interrelated:
9 * core - Use as a starting point for most recipes: runs setup and sync steps.
17 * vars - Common global variables used by Skia recipes/modules.
22 $ python infra/bots/recipes.py test run --train
35 for the module. The tests are run using the recipes test command above.
/external/skia/infra/bots/recipe_modules/
DREADME.md4 This directory contains recipe modules designed to be used by recipes (see
5 infra/bots/recipes). They are all Skia-specific and some are interrelated:
9 * core - Use as a starting point for most recipes: runs setup and sync steps.
17 * vars - Common global variables used by Skia recipes/modules.
35 for the module. The tests are run using the recipes test command above.
/external/deqp/scripts/
Dcheck_build_sanity.py221 def getAllRecipe (recipes): argument
223 for name, steps in recipes:
228 recipes = EARLY_SPECIAL_RECIPES + getBuildRecipes() + LATE_SPECIAL_RECIPES
229 return recipes
231 def getRecipe (recipes, recipeName): argument
232 for curName, steps in recipes:
/external/python/cryptography/docs/
Dindex.rst4 ``cryptography`` includes both high level recipes and low level interfaces to
41 cryptographic recipes that require little to no configuration choices. These
52 We recommend using the recipes layer whenever possible, and falling back to the
57 :caption: The recipes layer
/external/skia/infra/bots/
DREADME.md58 * recipes.py - Used for running and testing recipes.
59 * recipes - These are the entry points for each type of task, eg. compiling
61 * recipe_modules - Shared modules which are used by recipes.
63 The recipes.py script automatically syncs those dependencies in this
Dbundle_recipes.sh13 python infra/bots/recipes.py bundle --destination ${1}/recipe_bundle
/external/skqp/infra/bots/
DREADME.md64 * recipes.py - Used for running and testing recipes.
65 * recipes - These are the entry points for each type of task, eg. compiling
67 * recipe_modules - Shared modules which are used by recipes.
69 The recipes.py script automatically syncs those dependencies in this
Dswarm_recipe.isolate8 '../config/recipes.cfg',
Dbundle_recipes.sh13 python infra/bots/recipes.py bundle --destination ${1}/recipe_bundle
/external/skia/site/docs/dev/testing/
Dautomated_testing.md114 to recipes:
118 * If there are modifications to dm flags: [infra/bots/recipes/test.py][test py]
120 [infra/bots/recipes/perf.py][perf py]
134 https://skia.googlesource.com/skia/+/master/infra/bots/recipes/test.py
136 https://skia.googlesource.com/skia/+/master/infra/bots/recipes/perf.py
155 most common parameters for a TaskSpec that will run a recipe. More info on recipes at
156 [infra/bots/recipes/README.md][recipes README] and
187 [recipes README]:
188 https://skia.googlesource.com/skia/+/master/infra/bots/recipes/README.md
/external/skia/infra/bots/recipes/
DREADME.md9 …$ python infra/bots/recipes.py run --workdir=/tmp/<workdir> <recipe name without .py> key1=value1 …
16 $ python infra/bots/recipes.py test train
/external/skqp/infra/bots/recipes/
DREADME.md9 …$ python infra/bots/recipes.py run --workdir=/tmp/<workdir> <recipe name without .py> key1=value1 …
16 $ python infra/bots/recipes.py test train
/external/skqp/site/dev/testing/
Dautomated_testing.md110 to recipes:
114 * If there are modifications to dm flags: [infra/bots/recipes/test.py][test py]
116 [infra/bots/recipes/perf.py][perf py]
134 https://skia.googlesource.com/skia/+/master/infra/bots/recipes/test.py
136 https://skia.googlesource.com/skia/+/master/infra/bots/recipes/perf.py
/external/python/cryptography/
DREADME.rst19 ``cryptography`` is a package which provides cryptographic recipes and
23 ``cryptography`` includes both high level recipes and low level interfaces to
DMETADATA3 "cryptography is a package which provides cryptographic recipes and "
/external/perfetto/infra/config/
Drecipes.cfg7 "url": "https://chromium.googlesource.com/infra/luci/recipes-py"
DREADME.md1 This folder contains the recipes.cfg file which is needed for our
/external/skqp/infra/config/
Drecipes.cfg23 "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
/external/skia/infra/config/
Drecipes.cfg23 "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DConfigureTimeouts.java16 package com.squareup.okhttp.recipes;
DAccessHeaders.java16 package com.squareup.okhttp.recipes;
DPostForm.java16 package com.squareup.okhttp.recipes;
DSynchronousGet.java16 package com.squareup.okhttp.recipes;
/external/angle/infra/
DREADME.md74 * Update **`scripts/slave/recipes/angle.py`** with new the config.
76 …* Maybe run `./scripts/slave/recipes.py test train` to update checked-in golden files. This might …
96 * **`recipes/recipe_modules/gclient/config.py`** (gclient config)

123456