Home
last modified time | relevance | path

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

12345

/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.
22 $ python infra/bots/recipes.py test run --train
35 for the module. The tests are run using the recipes test command above.
/external/deqp/scripts/
Dcheck_build_sanity.py222 def getAllRecipe (recipes): argument
224 for name, steps in recipes:
229 recipes = EARLY_SPECIAL_RECIPES + getBuildRecipes() + LATE_SPECIAL_RECIPES
230 return recipes
232 def getRecipe (recipes, recipeName): argument
233 for curName, steps in recipes:
/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/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/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/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/skia/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/skia/infra/bots/
Dswarm_recipe.isolate8 '../config/recipes.cfg',
Dbundle_recipes.sh13 python infra/bots/recipes.py bundle --destination ${1}/recipe_bundle
/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/scapy/doc/scapy/
Dbackmatter.rst9 - Peter Kacherginsky contributed several tutorial sections, one-liners and recipes.
/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;
DPostString.java16 package com.squareup.okhttp.recipes;
DPostFile.java16 package com.squareup.okhttp.recipes;
DCertificatePinning.java16 package com.squareup.okhttp.recipes;
DPerCallSettings.java16 package com.squareup.okhttp.recipes;
DPostMultipart.java16 package com.squareup.okhttp.recipes;
DParseResponseWithGson.java16 package com.squareup.okhttp.recipes;

12345