/external/chromium_org/remoting/webapp/js_proto/ |
dom_proto.js | 65 var JSON = {}; 70 * @return {*} The JSON object. 72 JSON.parse = function(jsonStr, opt_reviver) {}; 78 * @return {string} json string which represents jsonObj. 80 JSON.stringify = function(jsonObj, opt_replacer, opt_space) {};
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
webrunner.js | 296 jQuery.getJSON("tests/MANIFEST.json", function(json){ 297 tests = json; 316 dataType: "json", 392 data: "data=" + encodeURIComponent(JSON.stringify(dataStore)) + "&style=" + runStyle, [all...] |
/external/chromium_org/tools/clang/blink_gc_plugin/ |
process-graph.py | 6 import argparse, os, sys, json, subprocess, pickle, StringIO namespace 14 help='Read JSON graph files from stdin') 42 help='JSON graph files or directories containing them') 154 obj = json.load(open(filename)) 160 ['find', dirname, '-name', '*.graph.json']).split('\n')
|
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/ |
android_backend.py | 13 import json namespace 357 stats = json.loads(dump_out) 359 'ps_ext returned a malformed JSON dictionary.')
|
/external/chromium_org/tools/telemetry/telemetry/timeline/ |
trace_event_importer.py | 11 import json namespace 41 # throwing the string at JSON.parse. 48 self._events = json.loads(event_data) 77 # May be encoded JSON. But we dont want to parse it fully yet. 81 # May be encoded JSON. Treat files that start with { as importable by us.
|
/external/chromium_org/ui/file_manager/video_player/js/cast/ |
caster.js | 79 // Trys to load the cast API extention which is defined in manifest.json.
|
/external/chromium_org/v8/test/cctest/ |
test-debug.cc | 2700 v8::Handle<v8::String> json = message.GetJSON(); local 4941 v8::Handle<v8::String> json = message.GetJSON(); local [all...] |
/external/chromium_org/chrome/browser/resources/translate_internals/ |
translate_internals.js | 224 var content = JSON.stringify(detail, null, 2); 423 var data = JSON.stringify(cr.translateInternals.detectionLogs()); 424 var blob = new Blob([data], {'type': 'text/json'}); 426 var filename = 'translate_internals_detect_logs_dump.json';
|
/external/chromium_org/remoting/webapp/browser_test/ |
browser_test.js | 55 send: function(json) { 56 var result = JSON.parse(json); 93 browserTest.automationController_.send(JSON.stringify({ 101 browserTest.automationController_.send(JSON.stringify({
|
/external/chromium_org/sync/internal_api/ |
sync_encryption_handler_impl.cc | 12 #include "base/json/json_string_value_serializer.h" 150 JSONStringValueSerializer json(&serialized_keystores); 151 json.Serialize(keystore_key_values); 177 JSONStringValueSerializer json(&decrypted_keystore_bootstrap); 179 json.Deserialize(NULL, NULL)); 693 // JSON serialization fails). [all...] |
/external/chromium_org/v8/test/mjsunit/ |
switch.js | 156 var json = 1; 164 return json; 377 return 'case ' + JSON.stringify(value) + ': return' + 378 JSON.stringify('ok-' + value);
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONML.java | 1 package com.google.polo.json; 4 Copyright (c) 2008 JSON.org 34 * @author JSON.org
|
/external/skia/gm/rebaseline_server/ |
compare_to_expectations.py | 15 import json namespace 50 are immutable. If you want to update the results based on updated JSON 60 actuals_root: root directory containing all actual-results.json files 61 expected_root: root directory containing all expected-results.json files 150 def _write_dicts_to_root(meta_dict, root, pattern='*.json'): 161 meta_dict: a builder-keyed meta-dictionary containing all the JSON 198 logging.info('Reading actual-results JSON files from %s...' % 202 logging.info('Reading expected-results JSON files from %s...' % 355 help='Directory containing all actual-result JSON files; defaults to ' 359 help='Directory containing all expected-result JSON files; defaults to [all...] |
/frameworks/base/core/tests/coretests/src/android/app/backup/ |
BackupDataTest.java | 30 import org.json.JSONObject;
|
/libcore/json/src/test/java/org/json/ |
JSONStringerTest.java | 17 package org.json; 22 * This black box test was written without inspecting the non-free org.json sourcecode.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
decoder.py | 7 from json import scanner 67 """Scan the string s for a JSON string. End is the index of the 68 character in s after the quote that started the JSON string. 69 Unescapes all valid JSON string escape sequences and raises ValueError 179 # the JSON key separator is ": " or just ":". 274 """Simple JSON <http://json.org> decoder 279 | JSON | Python | 299 their corresponding ``float`` values, which is outside the JSON spec. 314 of every JSON object decoded and its return value will be used i [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
decoder.py | 7 from json import scanner 67 """Scan the string s for a JSON string. End is the index of the 68 character in s after the quote that started the JSON string. 69 Unescapes all valid JSON string escape sequences and raises ValueError 179 # the JSON key separator is ": " or just ":". 274 """Simple JSON <http://json.org> decoder 279 | JSON | Python | 299 their corresponding ``float`` values, which is outside the JSON spec. 314 of every JSON object decoded and its return value will be used i [all...] |
/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/ |
values.cc | 13 #include "base/json/json_writer.h" 176 << "values cannot be represented in JSON"; 1127 std::string json; local 1130 &json); 1131 return out << json;
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
printer.cc | 18 #include "base/json/json_reader.h" 19 #include "base/json/json_writer.h" 33 const char kPrinterStatePathDefault[] = "printer_state.json"; 392 base::DictionaryValue* json = NULL; local 393 CHECK(json_val->GetAsDictionary(&json)); 394 state_.cdd.reset(json->DeepCopy());
|
/external/chromium_org/components/policy/tools/ |
generate_policy_source.py | 11 template is the path to a .json policy template file.''' 15 import json namespace 35 # TODO(joaodasilva): refactor the 'dict' type into a more generic 'json' type 36 # that can also be used to represent lists of other JSON objects. 276 """Builds the internal structs to represent a JSON schema.""" 305 # Generate JSON escaped string, which is slightly different from desired 307 return json.dumps(s) 415 |schema|: a valid JSON schema in a dictionary. 788 json.dumps(policy.schema, sort_keys=True, indent=4, 839 #include "base/json/json_reader.h [all...] |
/external/chromium_org/extensions/browser/value_store/ |
value_store_unittest.cc | 7 #include "base/json/json_writer.h" 18 // Gets the pretty-printed JSON for a value. 20 std::string json; local 23 &json); 24 return json;
|
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/ |
www_server.py | 8 - /ajax/foo/bar: The AJAX endpoints which exchange JSON data with the JS. 26 import json namespace 104 This decorator essentially groups the JSON serialization and the cache headers 113 serialized_content = json.dumps(body, cls=serialization.Encoder) 740 req_vars = json.loads(req_body)
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Attachment.java | 44 import org.json.JSONArray; 45 import org.json.JSONException; 46 import org.json.JSONObject; 157 * Might be null. JSON string.
|
/libcore/benchmarks/libs/ |
caliper.jar | |