HomeSort by relevance Sort by last modified time
    Searched refs:json (Results 151 - 175 of 2051) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_default.py 1 from json.tests import PyTest, CTest
test_pass1.py 1 from json.tests import PyTest, CTest
4 # from http://json.org/JSON_checker/test/pass1.json
5 JSON = r'''
7 "JSON Test Pattern pass1",
39 "url": "http://www.JSON.org/",
67 res = self.loads(JSON)
  /external/autotest/frontend/client/src/autotest/moblab/rpc/
OperationStatus.java 3 import com.google.gwt.json.client.JSONBoolean;
4 import com.google.gwt.json.client.JSONObject;
5 import com.google.gwt.json.client.JSONString;
6 import com.google.gwt.json.client.JSONValue;
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
HTTPTokener.java 1 package com.google.polo.json;
4 Copyright (c) 2002 JSON.org
30 * @author JSON.org
JSONException.java 1 package com.google.polo.json;
4 * The JSONException is thrown by the JSON.org classes then things are amiss.
5 * @author JSON.org
  /external/libchrome/base/json/
json_reader.h 5 // A JSON parser. Converts strings of JSON into a Value object (see
54 // the JSON object, which speeds up certain operations on children. However,
99 // Reads and parses |json|, returning a Value.
100 // If |json| is not a properly formed JSON string, returns nullptr.
103 static std::unique_ptr<Value> Read(StringPiece json);
106 static std::unique_ptr<Value> Read(StringPiece json, int options);
108 // Reads and parses |json| like Read(). |error_code_out| and |error_msg_out|
113 const StringPiece& json,
    [all...]
  /external/mesa3d/src/gallium/docs/
Makefile 15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
22 @echo " json to make JSON files"
48 json:
49 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
51 @echo "Build finished; now you can process the JSON files."
  /external/okhttp/okhttp-ws-tests/
fuzzingserver-test.sh 21 wstest -m fuzzingserver -s fuzzingserver-config.json &
26 jq '.[] as $in | $in | keys[] | . + " " + $in[.].behavior' target/fuzzingserver-report/index.json > target/fuzzingserver-actual.txt
  /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);
  /external/python/cpython2/Lib/json/tests/
test_default.py 1 from json.tests import PyTest, CTest
  /external/python/futures/docs/
Makefile 14 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
21 @echo " json to make JSON files"
47 json:
48 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) _build/json
50 @echo "Build finished; now you can process the JSON files."