/cts/libs/vogar-expect/ |
Android.mk | 36 LOCAL_STATIC_JAVA_LIBRARIES := guava json
|
/external/autotest/frontend/client/src/autotest/afe/ |
HostDataSource.java | 8 import com.google.gwt.json.client.JSONArray; 9 import com.google.gwt.json.client.JSONObject; 10 import com.google.gwt.json.client.JSONString; 11 import com.google.gwt.json.client.JSONValue;
|
/external/autotest/frontend/client/src/autotest/tko/ |
MetricsPlot.java | 9 import com.google.gwt.json.client.JSONArray; 10 import com.google.gwt.json.client.JSONObject; 11 import com.google.gwt.json.client.JSONString; 12 import com.google.gwt.json.client.JSONValue;
|
SingleTestSet.java | 3 import com.google.gwt.json.client.JSONObject;
|
/external/caliper/caliper/src/main/java/com/google/caliper/json/ |
AnnotationExclusionStrategy.java | 17 package com.google.caliper.json;
|
/external/chromium-trace/catapult/catapult_build/perfbot_stats/ |
chrome_perf_step_timings.py | 18 import json 52 'json.output cache', 53 'json.output cache', 134 results = json.load(response) 142 results = json.load(response) 154 results = json.load(response)
|
/external/chromium-trace/catapult/perf_insights/perf_insights/mre/ |
reduce_map_results.py | 4 import json 28 json.dumps(prepared_file_handle.AsDict()), 29 json.dumps(job.AsDict()), 49 found_dict = json.loads(m.group(2))
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
histogram_util_unittest.py | 5 import json 21 new_histogram = json.loads( 45 new_histogram = json.loads( 70 json_value = json.dumps({'buckets': [
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/ |
Makefile | 15 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest 23 @echo " json to make JSON files" 59 json: 60 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json 62 @echo "Build finished; now you can process the JSON files."
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/domains/ |
layer1.py | 24 from boto.compat import json 95 body=json.dumps(params)) 123 body=json.dumps(params)) 149 body=json.dumps(params)) 172 body=json.dumps(params)) 192 body=json.dumps(params)) 233 body=json.dumps(params)) 271 body=json.dumps(params)) 439 body=json.dumps(params)) 462 body=json.dumps(params) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/beanstalk/ |
test_layer1.py | 3 import json 18 return json.dumps( 46 'ContentType': 'JSON', 55 return json.dumps({ 77 'ContentType': 'JSON', 93 return json.dumps({}).encode('utf-8') 110 'ContentType': 'JSON', 137 'ContentType': 'JSON',
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/ |
Makefile | 15 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp epub latex changes linkcheck doctest
23 @echo " json to make JSON files"
57 json:
58 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
60 @echo "Build finished; now you can process the JSON files."
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
clientsecrets.py | 17 A client_secrets.json file contains all the information needed to interact with 23 import json 27 # Properties that make a client_secrets.json file valid. 82 'Expected a JSON object with a single property for a "web" or ' 101 obj = json.load(fp) 106 obj = json.loads(s) 113 obj = json.load(fp) 120 """Loading of client_secrets JSON file, optionally backed by a cache. 132 client_type, client_info = loadfile('secrets.json') 135 client_type, client_info = loadfile('secrets.json', cache=memcache [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/documentation/ |
Makefile | 15 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest 23 @echo " json to make JSON files" 59 json: 60 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json 62 @echo "Build finished; now you can process the JSON files."
|
/external/chromium-trace/catapult/third_party/six/documentation/ |
Makefile | 15 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest 23 @echo " json to make JSON files" 59 json: 60 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json 62 @echo "Build finished; now you can process the JSON files."
|
/external/chromium-trace/catapult/third_party/webapp2/docs/ |
Makefile | 15 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest 23 @echo " json to make JSON files" 59 json: 60 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json 62 @echo "Build finished; now you can process the JSON files."
|
/external/libbrillo/brillo/errors/ |
error_codes.h | 20 namespace json { namespace in namespace:brillo::errors 24 } // namespace json
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/emitters/ |
RegularEmitter.java | 8 import com.badlogic.gdx.utils.Json; 13 public class RegularEmitter extends Emitter implements Json.Serializable { 255 public void write (Json json) { 256 super.write(json); 257 json.writeValue("continous", continuous); 258 json.writeValue("emission", emissionValue); 259 json.writeValue("delay", delayValue); 260 json.writeValue("duration", durationValue); 261 json.writeValue("life", lifeValue) [all...] |
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
RTCICECandidate+JSON.m | 11 #import "RTCICECandidate+JSON.h" 21 @implementation RTCICECandidate (JSON) 32 NSDictionary *json = @{ 40 [NSJSONSerialization dataWithJSONObject:json 44 RTCLogError(@"Error serializing JSON: %@", error);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
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", 40 "url": "http://www.JSON.org/", 69 res = self.loads(JSON)
|
test_pass2.py | 1 from json.tests import PyTest, CTest 4 # from http://json.org/JSON_checker/test/pass2.json 5 JSON = r''' 12 res = self.loads(JSON)
|
test_pass3.py | 1 from json.tests import PyTest, CTest 4 # from http://json.org/JSON_checker/test/pass3.json 5 JSON = r''' 7 "JSON Test Pattern pass3": { 18 res = self.loads(JSON)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
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", 40 "url": "http://www.JSON.org/", 69 res = self.loads(JSON)
|
test_pass2.py | 1 from json.tests import PyTest, CTest 4 # from http://json.org/JSON_checker/test/pass2.json 5 JSON = r''' 12 res = self.loads(JSON)
|
test_pass3.py | 1 from json.tests import PyTest, CTest 4 # from http://json.org/JSON_checker/test/pass3.json 5 JSON = r''' 7 "JSON Test Pattern pass3": { 18 res = self.loads(JSON)
|