HomeSort by relevance Sort by last modified time
    Searched refs:json (Results 551 - 575 of 1255) sorted by null

<<21222324252627282930>>

  /external/chromium_org/media/cast/test/
sender.cc 14 #include "base/json/json_writer.h"
236 std::string json; local
238 stats.get(), base::JSONWriter::OPTIONS_PRETTY_PRINT, &json);
239 VLOG(0) << "Video stats: " << json;
242 json.clear();
244 stats.get(), base::JSONWriter::OPTIONS_PRETTY_PRINT, &json);
245 VLOG(0) << "Audio stats: " << json;
  /external/chromium_org/v8/test/mjsunit/
debug-mirror-cache.js 61 var json;
62 json = '{"seq":0,"type":"request","command":"backtrace"}'
63 dcp.processDebugJSONRequest(json);
  /external/chromium_org/build/util/lib/common/
perf_tests_results_helper.py 8 import json namespace
40 histogram = json.loads(histogram_json)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
chromevox_webstore_util.py 12 import json namespace
72 return json.loads(content)
  /external/chromium_org/chrome/browser/resources/cryptotoken/
googlecorpindividualattest.js 33 'https://www.gstatic.com/securitykey/a/google.com/origins.json';
  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service_mobile_ntp_unittest.cc 7 #include "base/json/json_reader.h"
43 void Init(const std::string& json,
49 base::Value* value(base::JSONReader::Read(json));
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_models_test.py 6 import json namespace
25 'inspected_window.json': ReadFile(
26 CHROME_API, 'devtools', 'inspected_window.json'),
28 '_api_features.json': json.dumps({
39 '_manifest_features.json': '{}',
40 '_permission_features.json': '{}',
42 'input_ime.json': ReadFile(CHROME_API, 'input_ime.json'),
43 'page_action.json': ReadFile(CHROME_API, 'page_action.json')
    [all...]
content_providers_test.py 6 import json namespace
59 'json': {
60 'content_providers.json': json.dumps(_CONTENT_PROVIDERS),
subversion_file_system_test.py 6 import json namespace
67 child_versions=json.loads(ReadFile(
68 SERVER2, 'test_data', 'file_system', 'stat_result.json')))
  /external/chromium_org/components/cronet/android/
chromium_url_request_context.cc 11 #include "base/json/json_reader.h"
75 DLOG(ERROR) << "Bad JSON: " << config_string;
122 // Gets current statistics with |filter| as a substring as JSON text (an empty
126 std::string json = base::StatisticsRecorder::ToJSON(query); local
127 return base::android::ConvertUTF8ToJavaString(env, json).Release();
  /external/chromium_org/components/domain_reliability/
config.cc 14 #include "base/json/json_reader.h"
15 #include "base/json/json_value_converter.h"
94 const base::StringPiece& json) {
95 scoped_ptr<base::Value> value(base::JSONReader::Read(json));
99 // If we can parse and convert the JSON into a valid config, return that.
  /external/chromium_org/content/test/
mock_google_streaming_server.cc 115 std::string json = local
117 SimulateServerResponse(true, json);
  /external/chromium_org/content/test/ppapi/
ppapi_test.cc 30 const std::string& json) {
32 base::TrimString(json, "\"", &trimmed);
  /external/chromium_org/mojo/tools/pylib/
mojo_python_tests_runner.py 6 import json namespace
70 json.dump(full_results, fp, indent=2)
88 """Convert the unittest results to the Chromium JSON test result format.
  /external/chromium_org/remoting/webapp/
error.js 11 * @enum {string} All error messages from messages.json
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
print_layout_test_times.py 29 import json namespace
36 parser = optparse.OptionParser(usage='%prog [times_ms.json]')
61 times_ms_path = host.filesystem.join(port.results_directory(), 'times_ms.json')
63 times_trie = json.loads(host.filesystem.read_text_file(times_ms_path))
  /external/chromium_org/third_party/skia/tools/
gen_bench_expectations_from_codereview.py 13 import json namespace
52 split_url.insert(split_url.index('builders'), 'json')
126 This function talks to the build master's JSON interface, which is slow.
128 TODO(borenet): There are now a few places which talk to the master's JSON
136 step_data = json.load(urllib2.urlopen(step_url))
jsondiff.py 11 Gathers diffs between 2 JSON expectations files, or between actual and
12 expected results within a single JSON actual-results file,
20 import json namespace
28 # that directory. That script allows us to parse the actual-results.json file
43 # Object that generates diffs between two JSON gm result files.
61 """Returns the dictionary of expected results from a JSON string,
108 """Returns the dictionary of actual results from a JSON string,
185 help='Path to JSON file whose expectations to display on ' +
190 help='Path to JSON file whose expectations to display on ' +
192 'ACTUAL results from the "old" JSON file. This can be a '
    [all...]
  /external/chromium_org/tools/clang/scripts/
test_tool.py 10 import json namespace
19 """Returns a JSON string containing a compilation database for the input."""
22 return json.dumps([{'directory': '.',
45 'compile_commands.json')
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view_unittest.js 26 $.getJSON('../data/sample.json', function(data) {
  /external/chromium_org/tools/json_to_struct/
json_to_struct.py 6 # Format for the JSON schema file:
30 # Format for the JSON description file:
49 import json namespace
169 """Loads a JSON file int a Python object and return this object.
173 result = json.loads(json_comment_eater.Nom(handle.read()))
178 description='Generates an C++ array of struct from a JSON description.',
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
command_line.py 7 import json namespace
167 print json.dumps(classified_results_tree, cls=serialization.Encoder)
  /external/chromium_org/tools/perf/benchmarks/
sunspider.py 5 import json namespace
97 js_get_results = 'JSON.stringify(output);'
98 js_results = json.loads(tab.EvaluateJavaScript(js_get_results))
132 archive_data_file='../page_sets/data/sunspider.json',
  /external/chromium_org/tools/profile_chrome/
chrome_controller.py 5 import json namespace
52 json_data = json.loads(json_category_list)['traceCategoriesList']
  /external/chromium_org/tools/telemetry/telemetry/results/
json_output_formatter_unittest.py 4 import json namespace
46 json.loads(self._output.getvalue())

Completed in 766 milliseconds

<<21222324252627282930>>