OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSONArray
(Results
26 - 50
of
71
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
LoggingCanvas.h
42
PassRefPtr<
JSONArray
> log();
82
RefPtr<
JSONArray
> m_log;
102
PassRefPtr<
JSONArray
> arrayForSkPoints(size_t count, const SkPoint points[]);
128
PassRefPtr<
JSONArray
> arrayForSkMatrix(const SkMatrix&);
129
PassRefPtr<
JSONArray
> arrayForSkScalars(size_t n, const SkScalar scalars[]);
LoggingCanvas.cpp
84
m_log =
JSONArray
::create();
416
PassRefPtr<
JSONArray
> LoggingCanvas::log()
461
PassRefPtr<
JSONArray
> LoggingCanvas::arrayForSkPoints(size_t count, const SkPoint points[])
463
RefPtr<
JSONArray
> pointsArrayItem =
JSONArray
::create();
592
RefPtr<
JSONArray
> pathPointsArray =
JSONArray
::create();
802
PassRefPtr<
JSONArray
> LoggingCanvas::arrayForSkMatrix(const SkMatrix& matrix)
804
RefPtr<
JSONArray
> matrixArray =
JSONArray
::create()
[
all
...]
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java
24
import org.json.
JSONArray
;
71
JSONArray
ingredients = json.getJSONArray(Constants.RECIPE_FIELD_INGREDIENTS);
78
JSONArray
steps = json.getJSONArray(Constants.RECIPE_FIELD_STEPS);
RecipeListAdapter.java
30
import org.json.
JSONArray
;
67
JSONArray
items = json.getJSONArray(Constants.RECIPE_FIELD_LIST);
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java
24
import org.json.
JSONArray
;
71
JSONArray
ingredients = json.getJSONArray(Constants.RECIPE_FIELD_INGREDIENTS);
78
JSONArray
steps = json.getJSONArray(Constants.RECIPE_FIELD_STEPS);
RecipeListAdapter.java
30
import org.json.
JSONArray
;
67
JSONArray
items = json.getJSONArray(Constants.RECIPE_FIELD_LIST);
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Recipe.java
24
import org.json.
JSONArray
;
71
JSONArray
ingredients = json.getJSONArray(Constants.RECIPE_FIELD_INGREDIENTS);
78
JSONArray
steps = json.getJSONArray(Constants.RECIPE_FIELD_STEPS);
RecipeListAdapter.java
30
import org.json.
JSONArray
;
67
JSONArray
items = json.getJSONArray(Constants.RECIPE_FIELD_LIST);
/external/chromium_org/tools/ubsan_vptr/
blacklist.txt
27
# types are also blacklisted due to the template class (
JSONArray
<-> Array<T>).
31
type:*
JSONArray
*
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
VideoProvider.java
22
import org.json.
JSONArray
;
106
JSONArray
categories = jsonObj.getJSONArray(TAG_GOOGLE_VIDEOS);
117
JSONArray
videos = category.getJSONArray(TAG_MEDIA);
126
JSONArray
videoUrls = video.getJSONArray(TAG_SOURCES);
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Test.java
20
JSONArray
a;
190
System.out.println(new
JSONArray
(jj.toString()).toString(4));
193
JSONArray
ja = new
JSONArray
(ar);
213
j.put("
JSONArray
", new
JSONArray
());
230
a.put(new
JSONArray
());
375
a = new
JSONArray
(" [\"<escape>\", next is an implied null , , ok,] ");
422
a = new
JSONArray
("[2147483647, 2147483648, 9223372036854775807, 9223372036854775808]");
463
a = new
JSONArray
(c)
[
all
...]
/development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java
19
import org.json.
JSONArray
;
210
JSONArray
random = query.getJSONArray("random");
SimpleWikiHelper.java
25
import org.json.
JSONArray
;
152
JSONArray
revisions = page.getJSONArray("revisions");
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java
25
import org.json.
JSONArray
;
159
JSONArray
revisions = page.getJSONArray("revisions");
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
HostListLoader.java
12
import org.json.
JSONArray
;
133
JSONArray
hostsJson = data.getJSONArray("items");
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsUtils.java
34
import org.json.
JSONArray
;
50
JSONArray
a, boolean normalized, int width, int height)
82
public static
JSONArray
getOutputSpecs(JSONObject jsonObjTop)
ItsService.java
57
import org.json.
JSONArray
;
350
} else if (obj instanceof
JSONArray
) {
351
jsonObj.put("outputs", (
JSONArray
)obj);
604
JSONArray
accels = new
JSONArray
();
605
JSONArray
mags = new
JSONArray
();
606
JSONArray
gyros = new
JSONArray
();
649
JSONArray
jsonSurfaces = new JSONArray()
[
all
...]
/external/chromium_org/base/android/java/src/org/chromium/base/
PerfTraceEvent.java
11
import org.json.
JSONArray
;
70
private static
JSONArray
sPerfTraceStrings;
101
sPerfTraceStrings = new
JSONArray
();
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCClient.java
34
import org.json.
JSONArray
;
242
JSONArray
errors = roomJson.getJSONArray("error_messages");
338
JSONArray
mandatoryKeys = mandatoryJSON.names();
348
JSONArray
optionalJSON = json.optJSONArray("optional");
391
JSONArray
servers = json.getJSONArray("iceServers");
/development/samples/Vault/src/com/example/android/vault/
VaultProvider.java
42
import org.json.
JSONArray
;
273
final
JSONArray
children = meta.getJSONArray(KEY_CHILDREN);
343
meta.put(KEY_CHILDREN, new
JSONArray
());
400
final
JSONArray
children = meta.getJSONArray(KEY_CHILDREN);
427
final
JSONArray
children = meta.getJSONArray(KEY_CHILDREN);
480
final
JSONArray
children = meta.getJSONArray(KEY_CHILDREN);
581
* Maybe remove the given value from a {@link
JSONArray
}.
585
private static boolean maybeRemove(
JSONArray
array, long value) throws JSONException {
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/model/
MusicProvider.java
24
import org.json.
JSONArray
;
188
JSONArray
tracks = jsonObj.getJSONArray(JSON_MUSIC);
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/model/
MusicProvider.java
24
import org.json.
JSONArray
;
188
JSONArray
tracks = jsonObj.getJSONArray(JSON_MUSIC);
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/model/
MusicProvider.java
24
import org.json.
JSONArray
;
188
JSONArray
tracks = jsonObj.getJSONArray(JSON_MUSIC);
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
ClientData.java
23
import org.json.
JSONArray
;
114
JSONArray
arr = jso.getKeys();
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
JsoMapTest.java
21
import org.json.
JSONArray
;
106
JSONArray
keys = map.getKeys();
Completed in 1914 milliseconds
1
2
3