HomeSort by relevance Sort by last modified time
    Searched refs:RECIPES (Results 1 - 2 of 2) sorted by null

  /external/deqp/scripts/
check_build_sanity.py 203 def getAllRecipe (recipes):
205 for name, steps in recipes:
210 recipes = getBuildRecipes()
211 recipes += SPECIAL_RECIPES
212 return recipes
214 def getRecipe (recipes, recipeName):
215 for curName, steps in recipes:
220 RECIPES = getRecipes()
238 choices=[n for n, s in RECIPES] + ["all"],
242 "--dump-recipes",
    [all...]
  /external/llvm/utils/TableGen/
tdtags 62 particular common use case. See the RECIPES section below for details.
83 that recipe. With no arguments, lists the available recipes.
85 formed outside a specific context, so recipes will sometimes
90 RECIPES
446 printf >&2 'Recipes:\n'

Completed in 368 milliseconds