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

<<31323334353637383940>>

  /external/chromium_org/tools/perf/page_sets/
PRESUBMIT.py 122 and affected_file.AbsoluteLocalPath().endswith('.json'))
  /external/chromium_org/tools/sheriffing/
waterfallinfo.js 26 this.rootJsonUrl = waterfallUrl + 'json/';
30 /** Send an asynchronous request to get the main waterfall's JSON. */
48 var url = this.url + 'json/builders/';
53 waterfallInfo.parseJSON(JSON.parse(request.responseText));
  /external/chromium_org/v8/test/mjsunit/es6/
mirror-promises.js 21 // Create mirror and JSON representation.
24 var json = JSON.stringify(serializer.serializeValue(mirror));
26 JSON.stringify(serializer.serializeReferencedObjects()));
45 // Parse JSON representation and check.
46 var fromJSON = eval('(' + json + ')');
  /external/chromium_org/v8/test/mjsunit/
mirror-date.js 32 // Create mirror and JSON representation.
35 var json = JSON.stringify(serializer.serializeValue(mirror));
51 // Parse JSON representation and check.
52 var fromJSON = eval('(' + json + ')');
mirror-error.js 44 // Create mirror and JSON representation.
47 var json = JSON.stringify(serializer.serializeValue(mirror));
49 JSON.stringify(serializer.serializeReferencedObjects()));
63 // Parse JSON representation and check.
64 var fromJSON = eval('(' + json + ')');
mirror-function.js 44 // Create mirror and JSON representation.
47 var json = JSON.stringify(serializer.serializeValue(mirror));
49 JSON.stringify(serializer.serializeReferencedObjects()));
72 // Parse JSON representation and check.
73 var fromJSON = eval('(' + json + ')');
mirror-number.js 32 // Create mirror and JSON representation.
35 var json = JSON.stringify(serializer.serializeValue(mirror));
50 // Parse JSON representation and check.
51 var fromJSON = eval('(' + json + ')');
mirror-string.js 34 // Create mirror and JSON representation.
37 var json = JSON.stringify(serializer.serializeValue(mirror));
57 // Parse JSON representation and check.
58 var fromJSON = eval('(' + json + ')');
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
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>
JSONWriter.java 1 package com.google.polo.json;
7 Copyright (c) 2006 JSON.org
31 * JSONWriter provides a quick and convenient way of producing JSON text.
32 * The texts produced strictly conform to JSON syntax rules. No whitespace is
34 * JSONWriter can produce one JSON text.
46 * .key("JSON")
49 * {"JSON":"Hello, World!"}</pre>
56 * @author JSON.org
94 * Make a fresh JSONWriter. It can be used to build one JSON text.
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;
JsonMessageBuilder.java 17 package com.google.polo.wire.json;
23 import com.google.polo.json.JSONArray;
24 import com.google.polo.json.JSONException;
25 import com.google.polo.json.JSONObject;
43 * A collection of methods to convert {@link PoloMessage}s to and from JSON
64 * Key names for JSON versions of messages.
67 // OuterMessage JSON key names
73 // PairingRequestMessage JSON key names
79 // PairingRequestAckMessage JSON key names
83 // OptionsMessage JSON key name
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 21 import com.google.polo.json.JSONArray;
22 import com.google.polo.json.JSONException;
23 import com.google.polo.json.JSONObject;
24 import com.google.polo.json.XML;
200 * Generates a new {@link PairingRequestMessage} from a JSON payload.
202 * @param body the JSON payload
224 * Generates a new {@link PairingRequestAckMessage} from a JSON payload.
226 * @param body the JSON payload
246 * Generates a new {@link OptionsMessage} from a JSON payload.
248 * @param body the JSON payloa
    [all...]
  /external/skia/tools/skpdiff/
skpdiff_server.py 7 import json namespace
45 'json': 'application/json'
133 expected-results.json. Note that this only work with bitmap-64bitMD5 hash
205 are in the format of expected-results.json.
245 'skpdiff_output.json')
320 self.skpdiff_records = json.load(skpdiff_output_file)['records']
459 # Handle skpdiff_output.json manually because it is was processed by the
461 if file_path == 'skpdiff_output.json':
463 self.send_header('Content-type', MIME_TYPE_MAP['json'])
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 720 void ThreadHeap<Header>::snapshot(TracedValue* json, ThreadState::SnapshotInfo* info)
724 json->beginArray("pages");
728 json->beginArray();
729 json->pushInteger(reinterpret_cast<intptr_t>(page));
730 page->snapshot(json, info);
731 json->endArray();
736 json->endArray();
738 json->beginArray("largeObjects");
740 json->beginDictionary();
741 current->snapshot(json, info)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 34 import json namespace
165 compressed_results = json.loads(json_to_eval)
219 failing_results_text = host.filesystem.read_text_file('/tmp/layout-test-results/failing_results.json')
221 self.assertEqual(json.loads(json_to_eval), details.summarized_failing_results)
223 full_results_text = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json')
224 self.assertEqual(json.loads(full_results_text), details.summarized_full_results)
531 json_string = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json')
567 json_string = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json')
573 self.assertTrue(host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json').find('{"crash-with-stderr.html":{"expected":"PASS","actual":"CRASH","has_stderr":true,"is_unexpected":true') != -1)
578 self.assertTrue(host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json').find('"num_regressions":0') != -1
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
StaticMetadataCollectionTest.java 28 import org.json.JSONArray;
29 import org.json.JSONObject;
  /external/chromium_org/android_webview/buildbot/
deps_whitelist.py 16 import json namespace
228 parser.add_argument('--output-json', help='Name of file to write output to.')
242 json.dump(output_dict, output_json_file)
  /external/chromium_org/build/android/gyp/
emma_instr.py 23 import json namespace
109 sources_file: File into which to write the JSON list of sources.
129 json.dump(relative_sources, f)
  /external/chromium_org/build/
vs_toolchain.py 5 import json namespace
18 json_data_file = os.path.join(script_dir, 'win_toolchain.json')
36 toolchain_data = json.load(tempf)
142 this revision. The update outputs a .json of the various configuration
150 json_data_file = os.path.join(script_dir, 'win_toolchain.json')
156 '--output-json', json_data_file,
  /external/chromium_org/cc/test/
layer_tree_json_parser.cc 104 // clip layer. This is complicated by the fact that the json output doesn't
108 // into the json file (with 0 hops implying no clip layer, i.e. not
175 scoped_refptr<Layer> ParseTreeFromJson(std::string json,
177 scoped_ptr<base::Value> val = base::test::ParseJson(json);
  /external/chromium_org/chrome/browser/prefs/
synced_pref_change_registrar_browsertest.cc 7 #include "base/json/json_string_value_serializer.h"
55 JSONStringValueSerializer json(&serialized_value);
56 json.Serialize(base::FundamentalValue(value));
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
background.js 27 var data = JSON.parse(text);
58 'alt' : 'json',

Completed in 3890 milliseconds

<<31323334353637383940>>