HomeSort by relevance Sort by last modified time
    Searched defs:JSON (Results 1 - 23 of 23) sorted by null

  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
WireFormat.java 20 import com.google.polo.wire.json.JsonWireAdapter;
29 JSON, // JSON, implemented by JsonWireInterface
42 case JSON:
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
PostExample.java 11 public static final MediaType JSON
12 = MediaType.parse("application/json; charset=utf-8");
16 String post(String url, String json) throws IOException {
17 RequestBody body = RequestBody.create(JSON, json);
40 String json = example.bowlingJson("Jesse", "Jake"); local
41 String response = example.post("http://www.roundsapp.com/post", json);
  /libcore/json/src/main/java/org/json/
JSON.java 17 package org.json;
19 class JSON {
21 * Returns the input if it is a JSON-permissible value; throws otherwise.
JSONArray.java 17 package org.json;
25 // Note: this class was written without inspecting the non-free org.json sourcecode.
96 throw JSON.typeMismatch(object, "JSONArray");
101 * Creates a new {@code JSONArray} with values from the JSON string.
103 * @param json a JSON-encoded string containing an array.
107 public JSONArray(String json) throws JSONException {
108 this(new JSONTokener(json));
150 values.add(JSON.checkDouble(value));
194 JSON.checkDouble(((Number) value).doubleValue())
    [all...]
JSONObject.java 17 package org.json;
27 // Note: this class was written without inspecting the non-free org.json sourcecode.
93 * <li>are included in the encoded JSON string.
163 throw JSON.typeMismatch(object, "JSONObject");
168 * Creates a new {@code JSONObject} with name/value mappings from the JSON
171 * @param json a JSON-encoded string containing an object.
175 public JSONObject(String json) throws JSONException {
176 this(new JSONTokener(json));
221 nameValuePairs.put(checkName(name), JSON.checkDouble(value))
    [all...]
  /build/kati/
serialize.go 22 "encoding/json"
52 // JSON is a json loader/saver.
53 var JSON LoadSaver
59 JSON = jsonLoadSaver{}
296 o, err := json.MarshalIndent(sg, " ", " ")
313 logStats("json serialize time: %q", time.Since(startTime))
719 d := json.NewDecoder(f)
751 logStats("json deserialize time: %q", time.Since(startTime))
  /tools/loganalysis/src/com/android/loganalysis/
LogAnalyzer.java 37 import org.json.JSONArray;
38 import org.json.JSONException;
39 import org.json.JSONObject;
58 JSON;
80 @Option(name="output", description="The output format, currently only JSON")
81 private OutputFormat mOutputFormat = OutputFormat.JSON;
92 /** Constant for JSON output */
94 /** Constant for JSON output */
179 if (OutputFormat.JSON.equals(mOutputFormat)) {
241 if (OutputFormat.JSON.equals(mOutputFormat))
    [all...]
  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /external/v8/src/debug/
debug.js 59 JSON: 2 };
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /external/v8/include/
v8.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/
log4j-api-2.5.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/
aws-java-sdk-core-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/
aws-java-sdk-iot-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 647 milliseconds