HomeSort by relevance Sort by last modified time
    Searched defs:json (Results 226 - 250 of 417) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
strace_profiler.py 5 import json namespace
47 """Returns chrometrace json format for |infile| strace output."""
208 self._output_file = output_path + '.json'
249 f.write(json.dumps(out_json, separators=(',', ':')))
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info_unittest.py 4 import json namespace
40 self.page_set_archive_info_file = os.path.join(self.tmp_dir, 'info.json')
94 archive_file_contents = json.load(f)
143 archive_data_file": "new_archive_info.json",
151 page_set_file = os.path.join(self.tmp_dir, 'new_page_set.json')
156 'new_archive_info.json')
  /external/chromium_org/tools/telemetry/telemetry/results/
chart_json_output_formatter_unittest.py 5 import json namespace
43 d = json.loads(self._output.getvalue())
55 json.dumps(d)
  /external/chromium_org/tools/telemetry/telemetry/unittest/
json_results.py 6 import json namespace
32 help=('If specified, upload full_results.json file to '
55 json.dump(full_results, fp, indent=2)
75 """Convert the unittest results to the Chromium JSON test result format.
226 'filename="full_results.json"')
227 lines.append('Content-Type: application/json')
229 lines.append(json.dumps(full_results))
244 return True, ('Uploading the JSON results failed with %d: "%s"' %
247 return True, 'Uploading the JSON results raised "%s"\n' % str(e)
  /external/chromium_org/v8/tools/push-to-trunk/
auto_push.py 30 import json namespace
55 settings_dict = json.loads(FileToText(settings_file))
65 status_url = "https://v8-status.appspot.com/current?format=json"
67 self["tree_message"] = json.loads(status_json)["message"]
  /external/chromium_org/v8/tools/testrunner/local/
progress.py 29 import json namespace
305 complete_results = json.loads(f.read() or "[]")
314 f.write(json.dumps(complete_results))
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
CDL.java 1 package com.google.polo.json;
4 Copyright (c) 2002 JSON.org
43 * @author JSON.org
Cookie.java 1 package com.google.polo.json;
4 Copyright (c) 2002 JSON.org
29 * JSON and Cookies are both notations for name/value pairs.
30 * @author JSON.org
HTTP.java 1 package com.google.polo.json;
4 Copyright (c) 2002 JSON.org
31 * @author JSON.org
54 * the HTTP field names as JSON names, so that <pre>
XMLTokener.java 1 package com.google.polo.json;
4 Copyright (c) 2002 JSON.org
30 * @author JSON.org
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
Base64.java 28 package com.google.polo.wire.json;
JsonWireAdapter.java 17 package com.google.polo.wire.json;
20 import com.google.polo.json.JSONException;
21 import com.google.polo.json.JSONObject;
35 * A {@link PoloWireInterface} which uses JavaScript Object Notation (JSON) for
40 * message is JSON.
  /external/llvm/utils/lit/lit/
main.py 78 import json namespace
110 json.dump(data, f, indent=2, sort_keys=True)
  /external/chromium-trace/trace-viewer/
run_dev_server.py 5 import json namespace
54 tests_as_json = json.dumps(test_filenames)
57 self.send_header('Content-Type', 'application/json')
69 files_as_json = json.dumps(data_files)
72 self.send_header('Content-Type', 'application/json')
84 msg = json.dumps({"details": traceback.format_exc(),
88 self.send_header('Content-Type', 'application/json')
113 if self.path == '/json/examples':
117 if self.path == '/json/tests':
  /external/chromium-trace/
update.py 3 import httplib, json, optparse, os, urllib, shutil, subprocess, sys namespace
61 ('output_format', 'json'),
78 result = json.loads(data)
  /external/chromium_org/base/json/
json_reader_unittest.cc 5 #include "base/json/json_reader.h"
27 // Invalid JSON string
86 // According to RFC4627, oct, hex, and leading zeros are invalid JSON.
546 path = path.AppendASCII("json");
551 path.Append(FILE_PATH_LITERAL("bom_feff.json")), &input));
559 // Tests that the root of a JSON object can be deleted safely while its
626 // A smattering of invalid JSON designed to test specific portions of the
649 const char json[] = { '"', 'n', 'u', 'l', 'l', '"', '\0' }; local
650 std::string json_string(json, sizeof(json));
    [all...]
  /external/chromium_org/base/metrics/
statistics_recorder.cc 9 #include "base/json/string_escape.h"
189 std::string json; local
190 (*it)->WriteJSON(&json);
191 output += json;
  /external/chromium_org/build/android/buildbot/
bb_device_status_check.py 8 import json namespace
284 parser.add_option('--json-output',
285 help='Output JSON information into a specified file.')
372 f.write(json.dumps({
  /external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py 13 import json namespace
166 logging.info('Got port json data: %s', port_json)
167 port_json = json.loads(port_json)
305 if content_type != 'application/json':
321 json.loads(test_server_argument_json),
328 self._SendResponse(200, 'OK', {}, json.dumps(
  /external/chromium_org/build/android/pylib/perf/
test_runner.py 23 The JSON steps file contains a dictionary in the format:
37 The JSON flaky steps file contains a list with step names which results should
51 import json namespace
68 all_steps = json.load(i)
71 o.write(json.dumps(step_names))
  /external/chromium_org/build/
get_syzygy_binaries.py 11 import json namespace
30 # A JSON file containing the state of the download directory. If this file and
76 return json.load(f)
83 """Saves the |state| dictionary to the given |output_dir| as a JSON file."""
89 f.write(json.dumps(state, sort_keys=True, indent=2))
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/
SuggestionAnswerTest.java 14 String json = "} malformed json {"; local
15 SuggestionAnswer answer = SuggestionAnswer.parseAnswerContents(json);
21 String json = ""; local
22 SuggestionAnswer answer = SuggestionAnswer.parseAnswerContents(json);
28 String json = local
32 SuggestionAnswer answer = SuggestionAnswer.parseAnswerContents(json);
38 String json = local
43 SuggestionAnswer answer = SuggestionAnswer.parseAnswerContents(json);
49 String json local
61 String json = local
75 String json = local
100 String json = local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/browsing_data/
browsing_data_test.cc 7 #include "base/json/json_string_value_serializer.h"
411 std::string json; local
425 JSONStringValueSerializer serializer(&json);
434 std::string("[{\"since\": 1},") + json + "]",
  /external/chromium_org/chrome/browser/local_discovery/
privetv3_session.cc 7 #include "base/json/json_writer.h"
130 std::string json; local
132 &request->GetInput(), base::JSONWriter::OPTIONS_PRETTY_PRINT, &json);
133 url_fetcher->SetUploadData(cloud_print::kContentTypeJSON, json);
  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.cc 14 #include "base/json/json_writer.h"
85 .AppendASCII(base::StringPrintf("policy_%s.json", test_name.c_str()));
248 std::string json; local
249 base::JSONWriter::Write(&clients_, &json);
252 if (base::WriteFile(client_state_file, json.c_str(), json.size()) !=
253 static_cast<int>(json.size())) {

Completed in 446 milliseconds

1 2 3 4 5 6 7 8 91011>>