HomeSort by relevance Sort by last modified time
    Searched refs:recipe (Results 1 - 25 of 44) sorted by null

1 2

  /build/kati/testcase/
assign_after_tab.mk 6 # But this is a recipe.
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 30 public class Recipe {
59 public Recipe() {
63 public static Recipe fromJson(Context context, JSONObject json) {
64 Recipe recipe = new Recipe(); local
66 recipe.titleText = json.getString(Constants.RECIPE_FIELD_TITLE);
67 recipe.summaryText = json.getString(Constants.RECIPE_FIELD_SUMMARY);
69 recipe.recipeImage = json.getString(Constants.RECIPE_FIELD_IMAGE);
72 recipe.ingredientsText = ""
112 Recipe recipe = new Recipe(); local
    [all...]
RecipeActivity.java 40 private Recipe mRecipe;
61 setContentView(R.layout.recipe);
89 mRecipe = Recipe.fromJson(this, jsonObject);
96 private void displayRecipe(Recipe recipe) {
99 mTitleTextView.setText(recipe.titleText);
100 mSummaryTextView.setText(recipe.summaryText);
101 if (recipe.recipeImage != null) {
103 Bitmap recipeImage = AssetUtils.loadBitmapAsset(this, recipe.recipeImage);
106 mIngredientsTextView.setText(recipe.ingredientsText)
    [all...]
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 30 public class Recipe {
59 public Recipe() {
63 public static Recipe fromJson(Context context, JSONObject json) {
64 Recipe recipe = new Recipe(); local
66 recipe.titleText = json.getString(Constants.RECIPE_FIELD_TITLE);
67 recipe.summaryText = json.getString(Constants.RECIPE_FIELD_SUMMARY);
69 recipe.recipeImage = json.getString(Constants.RECIPE_FIELD_IMAGE);
72 recipe.ingredientsText = ""
112 Recipe recipe = new Recipe(); local
    [all...]
RecipeActivity.java 40 private Recipe mRecipe;
61 setContentView(R.layout.recipe);
89 mRecipe = Recipe.fromJson(this, jsonObject);
96 private void displayRecipe(Recipe recipe) {
99 mTitleTextView.setText(recipe.titleText);
100 mSummaryTextView.setText(recipe.summaryText);
101 if (recipe.recipeImage != null) {
103 Bitmap recipeImage = AssetUtils.loadBitmapAsset(this, recipe.recipeImage);
106 mIngredientsTextView.setText(recipe.ingredientsText)
    [all...]
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Recipe.java 30 public class Recipe {
59 public Recipe() {
63 public static Recipe fromJson(Context context, JSONObject json) {
64 Recipe recipe = new Recipe(); local
66 recipe.titleText = json.getString(Constants.RECIPE_FIELD_TITLE);
67 recipe.summaryText = json.getString(Constants.RECIPE_FIELD_SUMMARY);
69 recipe.recipeImage = json.getString(Constants.RECIPE_FIELD_IMAGE);
72 recipe.ingredientsText = ""
112 Recipe recipe = new Recipe(); local
    [all...]
RecipeActivity.java 40 private Recipe mRecipe;
61 setContentView(R.layout.recipe);
89 mRecipe = Recipe.fromJson(this, jsonObject);
96 private void displayRecipe(Recipe recipe) {
99 mTitleTextView.setText(recipe.titleText);
100 mSummaryTextView.setText(recipe.summaryText);
101 if (recipe.recipeImage != null) {
103 Bitmap recipeImage = AssetUtils.loadBitmapAsset(this, recipe.recipeImage);
106 mIngredientsTextView.setText(recipe.ingredientsText)
    [all...]
  /external/python/cpython3/Doc/includes/
email-alternative.py 20 [1] http://www.yummly.com/recipe/Roasted-Asparagus-Epicurious-203718
35 <a href="http://www.yummly.com/recipe/Roasted-Asparagus-Epicurious-203718>
  /external/strace/tests/
gen_tests.sh 109 recipe='$(AM_V_GEN) $^ $@'
110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
  /external/strace/tests-m32/
gen_tests.sh 109 recipe='$(AM_V_GEN) $^ $@'
110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
  /external/strace/tests-mx32/
gen_tests.sh 109 recipe='$(AM_V_GEN) $^ $@'
110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
  /external/python/cpython2/Mac/BuildScript/
build-installer.py 845 Special case build recipe for universal build of openssl.
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 819 Special case build recipe for universal build of openssl.
    [all...]
  /build/soong/androidmk/parser/
ast.go 86 Recipe string
90 recipe := ""
91 if x.Recipe != "" {
92 recipe = "\n" + x.Recipe
94 return "rule: " + x.Target.Dump() + ": " + x.Prerequisites.Dump() + recipe
98 func (x *Rule) End() Pos { return Pos(int(x.RecipePos) + len(x.Recipe)) }
parser.go 387 recipe := ""
408 recipe += string(p.tok)
412 recipe += "\n"
417 recipe += p.scanner.TokenText()
426 Recipe: recipe,
  /external/llvm/utils/TableGen/
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.
422 RECIPE="$1"
423 case "$RECIPE" in
441 if [ -n "$RECIPE" ]
444 printf >&2 '%s: Unknown recipe "-x %s". ' "$SELF" "$RECIPE
    [all...]
  /build/kati/
runtest.rb 141 expected.gsub!(' recipe for target ', ' commands for target ')
142 expected.gsub!(' recipe commences ', ' commands commence ')
143 expected.gsub!('missing rule before recipe.', 'missing rule before commands.')
  /build/make/core/
dpi_specific_apk.mk 45 # Set up dependenncies and the build recipe.
  /external/deqp/scripts/
check_build_sanity.py 242 "--recipe",
243 dest="recipe",
246 help="Build / test recipe")
270 name, steps = getAllRecipe(RECIPES) if args.recipe == "all" \
271 else getRecipe(RECIPES, args.recipe)
  /build/soong/androidmk/cmd/androidmk/
androidmk.go 103 // echo doing something # this recipe is emitted 6th
104 // endif #some comment # this endif is emitted 4th; this comment is part of the recipe
105 // echo doing more stuff # this is part of the recipe
androidmk_test.go 401 desc: "multiple directives inside recipe",
  /external/robolectric-shadows/
run_robolectric_module_tests.mk 73 # Define the basic recipe for building this module to execute the tests.
  /external/skia/infra/bots/
gen_tasks.go 74 // internal_hardware_label variable to the recipe.
425 // instead of syncing recipe DEPS itself.
    [all...]
  /external/skqp/infra/bots/
gen_tasks.go 74 // internal_hardware_label variable to the recipe.
426 // instead of syncing recipe DEPS itself.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/bug/
bug.go 72 If possible, provide a recipe for reproducing the error.

Completed in 891 milliseconds

1 2