/external/chromium_org/tools/telemetry/telemetry/results/ |
html_page_measurement_results.py | 6 import json namespace 27 _UNIT_JSON = ('tools', 'perf', 'unit-info.json') 76 '^<script id="results-json" type="application/json">(.*?)</script>$', 81 return json.loads(m.group(1))[:512] 115 html = html.replace('%json_results%', json.dumps(self.GetCombinedResults()))
|
/external/jsoncpp/src/test_lib_json/ |
jsontest.h | 9 # include <json/config.h> 10 # include <json/value.h> 11 # include <json/writer.h> 103 TestResult &operator << ( Json::Int64 value ); 104 TestResult &operator << ( Json::UInt64 value );
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
UserPresetsManager.java | 85 String json; field in class:UserPresetsManager.SaveOperation 92 op.json = preset.getJsonString(ImagePreset.JASON_SAVED); 133 mUserPresets.insertStack(op.name, op.json.getBytes());
|
/external/chromium_org/content/browser/devtools/ |
devtools_protocol.cc | 7 #include "base/json/json_reader.h" 8 #include "base/json/json_writer.h" 24 // JSON RPC 2.0 spec: http://www.jsonrpc.org/specification#error_object 221 const std::string& json, 224 ParseMessage(json, error_response)); 284 DevToolsProtocol::ParseNotification(const std::string& json) { 285 scoped_ptr<base::DictionaryValue> dict(ParseMessage(json, NULL)); 309 const std::string& json, 315 json, 0, &parse_error_code, &error_message));
|
/external/chromium_org/third_party/WebKit/Source/core/ |
inspector_protocol_sources.target.darwin-arm.mk | 24 $(gyp_shared_intermediate_dir)/blink/core/InspectorBackendDispatcher.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspectorStrings.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES) 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)" 26 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInspector.py ../devtools/protocol.json --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
|
inspector_protocol_sources.target.darwin-arm64.mk | 24 $(gyp_shared_intermediate_dir)/blink/core/InspectorBackendDispatcher.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspectorStrings.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES) 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)" 26 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInspector.py ../devtools/protocol.json --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
|
inspector_protocol_sources.target.darwin-mips.mk | 24 $(gyp_shared_intermediate_dir)/blink/core/InspectorBackendDispatcher.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspectorStrings.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES) 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)" 26 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInspector.py ../devtools/protocol.json --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
|
inspector_protocol_sources.target.darwin-x86.mk | 24 $(gyp_shared_intermediate_dir)/blink/core/InspectorBackendDispatcher.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspectorStrings.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES) 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)" 26 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInspector.py ../devtools/protocol.json --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
|
inspector_protocol_sources.target.darwin-x86_64.mk | 24 $(gyp_shared_intermediate_dir)/blink/core/InspectorBackendDispatcher.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspectorStrings.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES) 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)" 26 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInspector.py ../devtools/protocol.json --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
|
inspector_protocol_sources.target.linux-arm.mk | 24 $(gyp_shared_intermediate_dir)/blink/core/InspectorBackendDispatcher.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspectorStrings.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES) 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)" 26 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInspector.py ../devtools/protocol.json --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
|
inspector_protocol_sources.target.linux-arm64.mk | 24 $(gyp_shared_intermediate_dir)/blink/core/InspectorBackendDispatcher.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspectorStrings.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES) 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)" 26 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInspector.py ../devtools/protocol.json --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
|
inspector_protocol_sources.target.linux-mips.mk | 24 $(gyp_shared_intermediate_dir)/blink/core/InspectorBackendDispatcher.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspectorStrings.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES) 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)" 26 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInspector.py ../devtools/protocol.json --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
|
inspector_protocol_sources.target.linux-x86.mk | 24 $(gyp_shared_intermediate_dir)/blink/core/InspectorBackendDispatcher.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspectorStrings.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES) 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)" 26 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInspector.py ../devtools/protocol.json --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
|
inspector_protocol_sources.target.linux-x86_64.mk | 24 $(gyp_shared_intermediate_dir)/blink/core/InspectorBackendDispatcher.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInspectorStrings.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES) 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)" 26 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInspector.py ../devtools/protocol.json --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
|
/external/chromium_org/third_party/libaddressinput/src/cpp/src/ |
preload_supplier.cc | 40 #include "util/json.h" 107 Json json; local 114 if (!json.ParseObject(data)) { 120 it = json.GetKeys().begin(); it != json.GetKeys().end(); ++it) { 121 if (!json.HasDictionaryValueForKey(*it)) { 125 const Json& value = json.GetDictionaryValueForKey(*it);
|
/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/build/config/linux/ |
pkg-config.py | 5 import json namespace 165 # JSON formatter prints GN compatible lists when everything is a list of 167 print json.dumps([includes, cflags, libs, lib_dirs, ldflags])
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
url_util_unittest.cc | 8 #include "base/json/json_reader.h" 9 #include "base/json/json_writer.h" 20 // Pretty print the JSON escaped in the query string. 22 const std::string json = net::UnescapeURLComponent( local 24 scoped_ptr<base::Value> value(base::JSONReader::Read(json)); 58 // The escaped query is hard to read. Pretty print the escaped JSON. 106 // The escaped query is hard to read. Pretty print the escaped JSON.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
rietveld_patcher.py | 5 import json namespace 86 issue_json = json.loads(self._fetcher.Fetch( 111 patchset_json = json.loads(self._fetcher.Fetch(
|
/external/chromium_org/chrome/test/ispy/server/ |
main_view_handler.py | 8 import json namespace 103 res['info'] = json.loads(ispy.cloud_bucket.DownloadFile(
|
/external/chromium_org/components/dom_distiller/core/ |
distiller_page.cc | 8 #include "base/json/json_writer.h" 35 dom_distiller::proto::json::DomDistillerOptions::WriteToValue(options)); 82 dom_distiller::proto::json::DomDistillerResult::ReadFromValue(value);
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
maps.py | 9 import json namespace 72 json_contents = json.load(f) 83 self.pixel_expectations = 'data/maps_002_expectations.json' 100 ps = page_set.PageSet(archive_data_file='data/maps.json',
|
/external/chromium_org/content/test/ppapi/ |
ppapi_test.cc | 26 const std::string& json) { 28 base::TrimString(json, "\"", &trimmed);
|
/external/chromium_org/extensions/browser/value_store/ |
value_store_change_unittest.cc | 5 #include "base/json/json_reader.h" 6 #include "base/json/json_writer.h" 76 std::string json = ValueStoreChange::ToJson(change_list); local 77 scoped_ptr<base::Value> from_json(base::JSONReader::Read(json));
|
/external/chromium_org/remoting/tools/ |
native_messaging_host_test.py | 8 import json namespace 61 config_json = raw_input('Enter config JSON: ') 88 config_json = raw_input('Enter config JSON: ') 134 message = json.dumps(message_dict)
|