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

<<41424344454647484950>>

  /external/skia/gm/rebaseline_server/
server.py 15 import json namespace
54 'json': 'application/json'
79 GENERATED_JSON_SUBDIR = 'generated-json'
173 'resultsToLoad=/%s/%s/%s-vs-%s_%s.json">%s</a>' % (
195 json_filename: basename of the JSON summary file to load for each builder
294 # Download the JSON file for each builder we care about.
329 # downloading individual expectation JSON files from
366 json_dir, '%s-vs-%s_%s.json' % (
542 if content_type != 'application/json;charset=UTF-8'
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 184 var json = JSON.stringify(message);
186 window.console.debug('RPC -> ' + json);
188 this.embedElement_.postMessage(json);
232 var message = /** @type {!Object} */ (JSON.parse(e.data));
298 console.error('Braille translation error for ' + JSON.stringify(message));
  /external/chromium_org/components/policy/core/common/
policy_loader_win_unittest.cc 21 #include "base/json/json_writer.h"
409 std::string json; local
410 base::JSONWriter::Write(policy_value, &json);
414 UTF8ToUTF16(json).c_str());
513 std::string json; local
514 base::JSONWriter::Write(policy_value, &json);
515 AppendStringToPRegFile(kTestPolicyKey, policy_name, json);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 30 import json namespace
181 print json.dumps(self._scm_changes)
229 print json.dumps(self._scm_changes)
241 optparse.make_option('--no-modify-scm', action='store_true', default=False, help='Dump SCM commands as JSON instead of '),
272 print json.dumps(self._scm_changes)
409 parsed_line = json.loads(line)
423 _log.debug('"%s" is not a JSON object, ignoring' % line)
539 name = "rebaseline-json"
540 help_text = "Rebaseline based off JSON passed to stdin. Intended to only be called from other scripts."
549 self._rebaseline(options, json.loads(sys.stdin.read())
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 29 import org.json.JSONException;
30 import org.json.JSONObject;
NotificationListenerVerifierActivity.java 29 import org.json.JSONException;
30 import org.json.JSONObject;
  /external/chromium_org/base/json/
json_value_serializer_unittest.cc 9 #include "base/json/json_file_value_serializer.h"
10 #include "base/json/json_reader.h"
11 #include "base/json/json_string_value_serializer.h"
12 #include "base/json/json_writer.h"
24 // Some proper JSON to test with:
36 // Some proper JSON with trailing commas:
48 // Verifies the generated JSON against the expected output.
62 void ValidateJsonList(const std::string& json) {
63 scoped_ptr<Value> root(JSONReader::Read(json));
74 // Test proper JSON [de]serialization from string is working
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action_unittest.cc 8 #include "base/json/json_file_value_serializer.h"
44 scoped_ptr<WebRequestActionSet> CreateSetOfActions(const char* json) {
45 scoped_ptr<base::Value> parsed_value(base::test::ParseJson(json));
89 // Expects a JSON description of an |action| requiring <all_urls> host
112 "web_request_com_host_permissions.json",
120 "web_request_all_host_permissions.json",
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_table.js 28 cvox.BrailleTable.TABLE_PATH = 'chromevox/background/braille/tables.json';
64 JSON.parse(xhr.responseText))));
  /external/chromium_org/chrome/browser/web_resource/
notification_promo.cc 215 void NotificationPromo::InitFromJson(const base::DictionaryValue& json,
220 if (!json.GetList(PromoTypeToString(promo_type_), &promo_list))
promo_resource_service_unittest.cc 8 #include "base/json/json_reader.h"
86 void Init(const std::string& json,
99 ReplaceStringPlaceholders(json, replacements, NULL));
364 // no payload.promo_short_message is specified in the JSON response.
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_schema_graph.py 5 import json namespace
275 assert False, 'Problems with naming node: %s' % json.dumps(node, indent=3)
availability_finder.py 19 _DEVTOOLS_API = 'devtools_api.json'
20 _EXTENSION_API = 'extension_api.json'
21 # The version where api_features.json is first available.
23 # The version where permission_ and manifest_features.json are available and
26 # API schemas are aggregated in extension_api.json up to this version.
45 # _manifest_features.json uses unix_style API names.
74 for ext in ('json', 'idl'):
144 JSON_TEMPLATES + 'api_availabilities.json').Get().get(api_name)
155 '''Creates a CompiledFileSystem for parsing raw JSON or IDL API schema
200 Considers several _features.json files, file system existence, an
    [all...]
  /external/chromium_org/chrome/test/ppapi/
ppapi_test.cc 55 const std::string& json) {
57 base::TrimString(json, "\"", &trimmed);
  /external/chromium_org/components/policy/tools/
syntax_check_policy_template_json.py 7 Checks a policy_templates.json file for conformity to its syntax specification.
10 import json namespace
23 # The 'dict' type represents structured JSON data, and can be converted
76 print ' Offending:', json.dumps(offending_snippet, indent=2)
445 self._Error('Invalid Python/JSON syntax.')
448 self._Error('Invalid Python/JSON syntax.')
452 # First part: check JSON structure.
497 description='Syntax check a policy_templates.json file.')
  /external/chromium_org/content/renderer/manifest/
manifest_parser_unittest.cc 18 Manifest ParseManifest(const base::StringPiece& json,
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/native_client_sdk/src/examples/tutorial/debugging/
example.js 133 document.getElementById('json').value = msg_data;
134 crash_info = JSON.parse(msg_data);
  /external/chromium_org/remoting/tools/build/
remoting_localize.py 34 import json namespace
584 messages = json.load(messages_file)
625 'messages.json')
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
RequestHeadersView.js 201 var json = JSON.parse(formData);
202 this._refreshRequestJSONPayload(json, formData);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineModelImpl.js 551 var json = data.slice(0, index) + "]";
561 // Prepending "0" to turn string into valid JSON.
562 json = "[0" + json;
567 items = /** @type {!Array.<!TimelineAgent.TimelineEvent>} */ (JSON.parse(json));
604 this._prologue = "[" + JSON.stringify(version);
627 var item = JSON.stringify(this._payloads[this._recordIndex]);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
compile_frontend.py 42 import simplejson as json namespace
44 import json namespace
77 generate_protocol_externs.generate_protocol_externs(protocol_externs_file, path.join(devtools_path, 'protocol.json'))
91 descriptors = loader.load_application('devtools.json')
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.cpp 187 String json = jsonObject->toJSONString(); local
188 jsonUtf8 = json.utf8();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 29 import json namespace
82 results_file = NetworkTransaction(convert_404_to_None=True).run(lambda: self._fetch_file_from_results(results_url, "failing_results.json"))
173 # Builds for old revisions with fail to lookup via buildbot's json api.
289 json_url = "%s/json/builders/%s/builds/%s?filter=1" % (self.buildbot_url, urllib.quote(builder.name()), build_number)
291 return json.load(urllib2.urlopen(json_url))
294 _log.error("Error fetching data for %s build %s (%s, json: %s): %s" % (builder.name(), build_number, build_url, json_url, err))
298 _log.error("Error decoding json data from %s: %s" % (build_url, err))

Completed in 724 milliseconds

<<41424344454647484950>>