HomeSort by relevance Sort by last modified time
    Searched refs:recipe (Results 1 - 25 of 28) 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...]
  /build/soong/androidmk/parser/
ast.go 72 Recipe string
76 recipe := ""
77 if x.Recipe != "" {
78 recipe = "\n" + x.Recipe
80 return "rule: " + x.Target.Dump() + ": " + x.Prerequisites.Dump() + recipe
84 func (x *Rule) End() Pos { return Pos(int(x.RecipePos) + len(x.Recipe)) }
parser.go 373 recipe := ""
394 recipe += string(p.tok)
398 recipe += "\n"
403 recipe += p.scanner.TokenText()
412 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.')
  /external/deqp/scripts/
check_build_sanity.py 240 "--recipe",
241 dest="recipe",
244 help="Build / test recipe")
263 name, steps = getAllRecipe(RECIPES) if args.recipe == "all" \
264 else getRecipe(RECIPES, args.recipe)
  /build/make/core/
dpi_specific_apk.mk 48 # Set up dependenncies and the build recipe.
  /prebuilts/go/darwin-x86/src/cmd/go/
bug.go 66 If possible, provide a recipe for reproducing the error.
  /prebuilts/go/linux-x86/src/cmd/go/
bug.go 66 If possible, provide a recipe for reproducing the error.
  /external/v8/tools/release/
test_scripts.py 307 def Expect(self, recipe):
308 self._recipe = recipe
    [all...]
  /external/skia/infra/bots/
gen_tasks.go 485 recipe := "swarm_perf"
488 recipe = "swarm_skpbench"
498 "--workdir", "../../..", recipe,
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/
aws-java-sdk-machinelearning-1.11.18.jar 
  /external/minijail/
common.mk 453 # syntactic sugar for recipe authors that avoids needed to know
    [all...]
  /external/modp_b64/
common.mk 453 # syntactic sugar for recipe authors that avoids needed to know
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go 797 // recipe for var = []t{...}
  /prebuilts/go/darwin-x86/test/
run.go 438 // Execution recipe stops at first blank line.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go 797 // recipe for var = []t{...}
  /prebuilts/go/linux-x86/test/
run.go 438 // Execution recipe stops at first blank line.
  /external/guice/lib/build/
bnd-0.0.384.jar 

Completed in 1760 milliseconds

1 2