Searched defs:json (Results 76 - 100 of 467) sorted by relevance

1234567891011>>

/external/clang/tools/clang-format/
H A Dclang-format.py21 import json namespace
74 output = json.loads(lines[0])
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DCookieList.java1 package com.google.polo.json;
H A DHTTP.java1 package com.google.polo.json;
H A DJSONException.java1 package com.google.polo.json;
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Djson-20090211.jar ... JSONArray rowToJSONArray (org.json.JSONTokener) throws org.json.JSONException public static org.json.JSONObject rowToJSONObject
/external/chromium_org/build/android/gyp/
H A Demma_instr.py23 import json namespace
129 json.dump(relative_sources, f)
/external/chromium_org/build/android/pylib/perf/
H A Dsetup.py7 import json namespace
51 steps = json.load(f)
90 flaky_steps = json.load(f)
/external/chromium_org/build/android/pylib/utils/
H A Djson_results_generator_unittest.py11 import json namespace
76 None, # don't fetch past json results archive
81 # Test incremental json results
213 self.assertEqual(json.dumps(trie), json.dumps(expected_trie))
/external/chromium_org/build/util/lib/common/
H A Dperf_tests_results_helper.py8 import json namespace
40 histogram = json.loads(histogram_json)
/external/chromium_org/cc/test/
H A Dlayer_tree_json_parser_unittest.cc89 std::string json = host_impl.LayerTreeAsJson(); local
90 scoped_refptr<Layer> root = ParseTreeFromJson(json, NULL);
115 std::string json = host_impl.LayerTreeAsJson(); local
116 scoped_refptr<Layer> root = ParseTreeFromJson(json, NULL);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Dgenerate_manifest.py7 import json namespace
34 json.loads(rendered_without_comments)
H A Dupload_chromevox_to_webstore.py19 import json namespace
30 'manifest_guest.json',
31 'manifest_next.json',
32 'manifest_next_guest.json'
47 old: A json file.
55 new_contents = json.loads(old_file.read())
57 new_file.file.write(json.dumps(new_contents))
106 if extension_file == 'manifest.json':
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfeatures_bundle_test.py6 import json namespace
16 '_api_features.json': json.dumps({
143 '_manifest_features.json': json.dumps({
182 '_permission_features.json': json.dumps({
221 'json': {
222 'manifest.json': json
[all...]
H A Dgithub_file_system_test.py6 import json namespace
30 self.assertEqual(json.loads(self._ReadLocalFile('expected_list.json')),
H A Dpermissions_data_source_test.py6 import json namespace
19 # permissions.json file.
24 # since the entry appears in _api_features.json.
28 # This won't appear for anything since there's no entry in permissions.json
134 '_api_features.json': json.dumps(_API_FEATURES),
135 '_manifest_features.json': '{}',
136 '_permission_features.json': json.dumps(_PERMISSION_FEATURES),
140 'json'
[all...]
H A Dplatform_bundle_test.py6 import json namespace
19 'inspected_window.json': ReadFile(
20 CHROME_API, 'devtools', 'inspected_window.json'),
22 '_api_features.json': json.dumps({
33 '_manifest_features.json': '{}',
34 '_permission_features.json': '{}',
36 'input_ime.json': ReadFile(CHROME_API, 'input_ime.json'),
37 'page_action.json'
[all...]
H A Drietveld_patcher.py5 import json namespace
41 issue_json = json.loads(self._fetcher.Fetch(
66 patchset_json = json.loads(self._fetcher.Fetch(
H A Dsamples_model_test.py6 import json namespace
36 self._samples_model._samples_cache = _FakeCache(json.loads(_ReadLocalFile(
37 'samples.json')))
40 self.assertEquals(json.loads(_ReadLocalFile('expected.json')),
H A Dtemplate_data_source_test.py6 import json namespace
59 context = json.loads(_ReadFile('partials', 'input.json'))
/external/chromium_org/chrome/service/cloud_print/
H A Dconnector_settings_unittest.cc56 ServiceProcessPrefs* CreateTestFile(const char* json) { argument
59 if (json) {
60 std::string content = json;
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dframe_tracker.cc9 #include "base/json/json_writer.h"
54 std::string json; local
55 base::JSONWriter::Write(context, &json);
58 "Runtime.executionContextCreated has invalid 'context': " + json);
/external/chromium_org/chrome/test/chromedriver/server/
H A Dhttp_handler_unittest.cc8 #include "base/json/json_writer.h"
76 std::string json; local
77 base::JSONWriter::Write(&body, &json);
78 ASSERT_EQ(json, response.body());
121 std::string json; local
122 base::JSONWriter::Write(&body, &json);
123 ASSERT_EQ(json, response.body());
/external/chromium_org/chrome/test/ispy/
H A Dispy_api_unittest.py7 import json namespace
27 'device', 'test', '1.1.1.1', 'versions.json',
29 self.ispy.UpdateExpectationVersion('1.1.1.1', 'versions.json')
31 'test1', 'device', 'test', '1.1.1.1', 'versions.json', self.white_img)
36 'test2', 'device', 'test', '1.1.1.1','versions.json', self.black_img)
40 self.ispy.UpdateExpectationVersion('1.0.0.0', 'versions.json')
41 self.ispy.UpdateExpectationVersion('1.0.4.0', 'versions.json')
42 self.ispy.UpdateExpectationVersion('2.1.5.0', 'versions.json')
43 self.ispy.UpdateExpectationVersion('1.1.5.0', 'versions.json')
44 self.ispy.UpdateExpectationVersion('0.0.0.0', 'versions.json')
[all...]
/external/chromium_org/content/renderer/manifest/
H A Dmanifest_parser_unittest.cc18 Manifest ParseManifest(const base::StringPiece& json, argument
21 return ManifestParser::Parse(json, document_url, manifest_url);
34 "http://foo.com/manifest.json");
146 GURL("http://foo.com/manifest.json"),
155 GURL("http://foo.com/manifest.json"),
164 GURL("http://foo.com/landing/manifest.json"),
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store_change.cc7 #include "base/json/json_writer.h"
25 std::string json; local
26 base::JSONWriter::Write(&changes_value, &json);
27 return json;

Completed in 2609 milliseconds

1234567891011>>