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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
optimize_png_images.py 40 import json namespace
42 import simplejson as json namespace
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
layouttestresults.py 29 import json namespace
40 # These are helper functions for navigating the results json structure.
95 json_dict = json.loads(content_string)
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
make.bat 20 echo. json to make JSON files
57 if "%1" == "json" (
58 %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
60 echo.Build finished; now you can process the JSON files.
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
reg_writer.py 7 import json namespace
70 example_value_str = json.dumps(example_value, sort_keys=True)
  /external/chromium_org/tools/
gyp-explain.py 9 import json namespace
75 # Check that dump.json exists and that it's not too old.
78 st = os.stat('dump.json')
81 print 'dump.json is more than 2 hours old.'
84 print 'dump.json not found.'
93 g = json.load(open('dump.json'))
  /external/chromium_org/tools/json_schema_compiler/test/
test_util.cc 9 #include "base/json/json_reader.h"
15 scoped_ptr<base::Value> ReadJson(const base::StringPiece& json) {
19 json,
23 // CHECK not ASSERT since passing invalid |json| is a test error.
  /external/chromium_org/tools/perf/benchmarks/
dom_perf.py 5 import json namespace
47 data = json.loads(tab.EvaluateJavaScript('__domperf_result'))
indexeddb_perf.py 22 import json namespace
73 js_get_results = "JSON.stringify(automation.getResults());"
74 result_dict = json.loads(tab.EvaluateJavaScript(js_get_results))
  /external/chromium_org/tools/win/sizeviewer/
sizeviewer.py 5 import json namespace
49 json_path = dll_path + '.json'
61 all_data = json.load(jsonf)
88 {'data': json.dumps(data, indent=2),
  /external/chromium_org/v8/test/mjsunit/es6/
mirror-collections.js 8 // Create JSON representation.
10 var json = JSON.stringify(serializer.serializeValue(mirror));
20 // Parse JSON representation and check.
21 var fromJSON = eval('(' + json + ')');
26 // Create JSON representation.
28 var json = JSON.stringify(serializer.serializeValue(mirror));
38 // Parse JSON representation and check.
39 var fromJSON = eval('(' + json + ')')
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
auto_roll.py 7 import json namespace
31 "format": "json",
36 if self.ContainsChromiumRoll(json.loads(result)["results"]):
  /external/mesa3d/src/gallium/docs/
make.bat 20 echo. json to make JSON files
57 if "%1" == "json" (
58 %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
60 echo.Build finished; now you can process the JSON files.
  /prebuilts/misc/common/json/
Android.mk 20 LOCAL_PREBUILT_JAVA_LIBRARIES := json-prebuilt$(COMMON_JAVA_PACKAGE_SUFFIX)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_decode.py 4 from json.tests import PyTest, CTest
37 self.assertEqual(self.json.load(StringIO(s),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_decode.py 4 from json.tests import PyTest, CTest
37 self.assertEqual(self.json.load(StringIO(s),
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc 16 #include "base/json/json_writer.h"
169 // corresponding change to downloads.json.
185 // corresponding change to downloads.json.
243 base::DictionaryValue* json = new base::DictionaryValue();
244 json->SetBoolean(kExistsKey, !download_item->GetFileExternallyRemoved());
245 json->SetInteger(kIdKey, download_item->GetId());
247 json->SetString(kUrlKey, (url.is_valid() ? url.spec() : std::string()));
249 json->SetString(kReferrerUrlKey, (referrer.is_valid() ? referrer.spec()
251 json->SetString(kFilenameKey,
253 json->SetString(kDangerKey, DangerString(download_item->GetDangerType()))
609 const base::DictionaryValue& json() const { return *json_.get(); } function in class:extensions::__anon8317::ExtensionDownloadsEventRouterData
1635 base::DictionaryValue* json = DownloadItemToJSON( local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsUtils.java 34 import org.json.JSONArray;
35 import org.json.JSONObject;
77 } catch (org.json.JSONException e) {
78 throw new ItsException("JSON error: ", e);
89 } catch (org.json.JSONException e) {
90 throw new ItsException("JSON error: ", e);
  /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_org/chrome/browser/devtools/
devtools_protocol.cc 7 #include "base/json/json_reader.h"
8 #include "base/json/json_writer.h"
21 // JSON RPC 2.0 spec: http://www.jsonrpc.org/specification#error_object
140 const std::string& json) {
141 scoped_ptr<base::Value> value(base::JSONReader::Read(json));
158 const std::string& json) {
159 scoped_ptr<base::Value> value(base::JSONReader::Read(json));
  /external/chromium_org/chrome/browser/web_resource/
notification_promo.h 29 // from json or prefs.
45 // Initialize from json/prefs.
46 void InitFromJson(const base::DictionaryValue& json, PromoType promo_type);
notification_promo_mobile_ntp.h 24 // Initialize from prefs/JSON.
27 bool InitFromJson(const base::DictionaryValue& json);
57 // True if InitFromPrefs/JSON was called and all mandatory fields were found.
  /external/chromium_org/chrome/common/extensions/docs/server2/
branch_utility.py 5 import json namespace
159 version_json = json.loads(self._fetch_result.Get().content)
200 version_json = json.loads(self._history_result.Get().content)
227 version_json = json.loads(self._history_result.Get().content)
gitiles_file_system.py 8 import json namespace
31 _JSON_FORMAT = '?format=JSON'
37 '''json.loads with fix-up for non-executable JSON. Use this to parse any JSON
40 return json.loads(json_data[json_data.find('{'):])
118 # Directory content is formatted in JSON in Gitiles as follows:
139 # the URL. The format may be one of 'JSON' or 'TEXT' for directory or
167 The JSON view for commit info looks like:
188 # Commit information for a branch is obtained by appending '?format=JSON'
    [all...]
  /external/chromium_org/chrome/utility/extensions/
extensions_handler.h 10 #include "base/json/json_reader.h"
45 void OnParseJSON(const std::string& json);
  /external/chromium_org/cloud_print/service/
service_state.h 21 // Initialize object from json.
22 bool FromString(const std::string& json);
24 // Returns object state as json.

Completed in 1453 milliseconds

<<11121314151617181920>>