OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ingredients
(Results
1 - 5
of
5
) sorted by null
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java
71
JSONArray
ingredients
= json.getJSONArray(Constants.RECIPE_FIELD_INGREDIENTS);
local
73
for (int i = 0; i <
ingredients
.length(); i++) {
75
+
ingredients
.getJSONObject(i).getString(Constants.RECIPE_FIELD_TEXT) + "\n";
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java
71
JSONArray
ingredients
= json.getJSONArray(Constants.RECIPE_FIELD_INGREDIENTS);
local
73
for (int i = 0; i <
ingredients
.length(); i++) {
75
+
ingredients
.getJSONObject(i).getString(Constants.RECIPE_FIELD_TEXT) + "\n";
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Recipe.java
71
JSONArray
ingredients
= json.getJSONArray(Constants.RECIPE_FIELD_INGREDIENTS);
local
73
for (int i = 0; i <
ingredients
.length(); i++) {
75
+
ingredients
.getJSONObject(i).getString(Constants.RECIPE_FIELD_TEXT) + "\n";
/external/llvm/unittests/Support/
YAMLIOTest.cpp
898
MultilineStringType
ingredients
;
member in struct:MultilineStringTypeMap
912
io.mapRequired("
ingredients
", s.
ingredients
);
951
map.
ingredients
.str = "SubItem 1\nSub Item 2\n\nSub Item 3\n";
969
EXPECT_EQ(map2.
ingredients
.str, "SubItem 1\nSub Item 2\n\nSub Item 3\n");
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
YAMLIOTest.cpp
986
MultilineStringType
ingredients
;
member in struct:MultilineStringTypeMap
1000
io.mapRequired("
ingredients
", s.
ingredients
);
1039
map.
ingredients
.str = "SubItem 1\nSub Item 2\n\nSub Item 3\n";
1057
EXPECT_EQ(map2.
ingredients
.str, "SubItem 1\nSub Item 2\n\nSub Item 3\n");
[
all
...]
Completed in 2551 milliseconds