Searched refs:json (Results 251 - 275 of 995) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/tools/deep_memory_profiler/visualizer/
H A Dapp.py10 import json namespace
45 template_values['json'] = services.GetProfiler(run_id)
54 that user can upload large json file."""
82 content = json.loads(self.request.POST['content'])
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dreg_writer.py7 import json namespace
70 example_value_str = json.dumps(example_value, sort_keys=True)
/external/chromium_org/tools/
H A Dgyp-explain.py9 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/perf/benchmarks/
H A Ddom_perf.py5 import json namespace
47 data = json.loads(tab.EvaluateJavaScript('__domperf_result'))
/external/chromium_org/tools/telemetry/telemetry/core/heap/
H A Dchrome_js_heap_snapshot_parser_unittest.py5 import json namespace
36 json.dumps(heap)).GetAllLiveHeapObjects())
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-error.js47 var json = JSON.stringify(serializer.serializeValue(mirror));
64 var fromJSON = eval('(' + json + ')');
H A Dmirror-function.js47 var json = JSON.stringify(serializer.serializeValue(mirror));
73 var fromJSON = eval('(' + json + ')');
H A Dmirror-script.js36 var json = JSON.stringify(serializer.serializeValue(mirror));
67 var fromJSON = JSON.parse(json);
H A Dmirror-unresolved-function.js45 var json = JSON.stringify(serializer.serializeValue(mirror)); variable
69 var fromJSON = eval('(' + json + ')');
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DPerfTraceEvent.java11 import org.json.JSONArray;
12 import org.json.JSONException;
13 import org.json.JSONObject;
355 String json = sPerfTraceStrings.toString();
358 System.out.println(json);
363 stream.print(json);
/external/chromium_org/chrome/test/chromedriver/server/
H A Dhttp_handler_unittest.cc8 #include "base/json/json_writer.h"
76 std::string json; local
77 base::JSONWriter::Write(&body, &json);
78 ASSERT_EQ(json, response.body());
121 std::string json; local
122 base::JSONWriter::Write(&body, &json);
123 ASSERT_EQ(json, response.body());
/external/chromium_org/extensions/browser/
H A Dcomputed_hashes.cc10 #include "base/json/json_reader.h"
11 #include "base/json/json_writer.h"
154 std::string json; local
159 if (!base::JSONWriter::Write(&top_dictionary, &json))
161 int written = base::WriteFile(path, json.data(), json.size());
162 if (static_cast<unsigned>(written) != json.size()) {
164 << " ; write result:" << written << " expected:" << json.size();
/external/chromium_org/gpu/config/
H A Dgpu_driver_bug_list_unittest.cc53 std::string json; local
82 const std::string json = LONG_STRING_CONST( local
109 EXPECT_TRUE(driver_bug_list->LoadList(json, GpuControlList::kAllOs));
120 EXPECT_TRUE(driver_bug_list->LoadList(json, GpuControlList::kAllOs));
161 const std::string json = LONG_STRING_CONST( local
185 EXPECT_TRUE(list->LoadList(json, GpuControlList::kAllOs));
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dnacl-mono-buildbot.py7 import json namespace
16 SDK_MANIFEST = 'naclsdk_manifest2.json'
17 MONO_MANIFEST = 'naclmono_manifest.json'
49 sdk_manifest = json.loads(manifest_file.read())
74 mono_manifest = json.loads(manifest_file.read())
103 manifest_file.write(json.dumps(mono_manifest, sort_keys=False, indent=2))
116 mono_manifest = json.loads(manifest_file.read())
155 manifest_file.write(json.dumps(mono_manifest, sort_keys=False, indent=2))
/external/chromium_org/net/base/
H A Dnet_log_logger.cc9 #include "base/json/json_writer.h"
66 std::string json; local
67 base::JSONWriter::Write(&constants, &json);
68 fprintf(file_.get(), "{\"constants\": %s,\n", json.c_str());
95 std::string json; local
96 base::JSONWriter::Write(value.get(), &json);
99 json.c_str());
/external/chromium_org/third_party/WebKit/Source/devtools/
H A Dfrontend_protocol_sources.target.darwin-arm.mk22 $(gyp_shared_intermediate_dir)/resources/inspector/InspectorBackendCommands.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/CodeGeneratorFrontend.py protocol.json --output_js_dir "$(gyp_shared_intermediate_dir)/resources/inspector/"
H A Dfrontend_protocol_sources.target.darwin-arm64.mk22 $(gyp_shared_intermediate_dir)/resources/inspector/InspectorBackendCommands.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/CodeGeneratorFrontend.py protocol.json --output_js_dir "$(gyp_shared_intermediate_dir)/resources/inspector/"
H A Dfrontend_protocol_sources.target.darwin-mips.mk22 $(gyp_shared_intermediate_dir)/resources/inspector/InspectorBackendCommands.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/CodeGeneratorFrontend.py protocol.json --output_js_dir "$(gyp_shared_intermediate_dir)/resources/inspector/"
H A Dfrontend_protocol_sources.target.darwin-mips64.mk22 $(gyp_shared_intermediate_dir)/resources/inspector/InspectorBackendCommands.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/CodeGeneratorFrontend.py protocol.json --output_js_dir "$(gyp_shared_intermediate_dir)/resources/inspector/"
H A Dfrontend_protocol_sources.target.darwin-x86.mk22 $(gyp_shared_intermediate_dir)/resources/inspector/InspectorBackendCommands.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/CodeGeneratorFrontend.py protocol.json --output_js_dir "$(gyp_shared_intermediate_dir)/resources/inspector/"
H A Dfrontend_protocol_sources.target.darwin-x86_64.mk22 $(gyp_shared_intermediate_dir)/resources/inspector/InspectorBackendCommands.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/CodeGeneratorFrontend.py protocol.json --output_js_dir "$(gyp_shared_intermediate_dir)/resources/inspector/"
H A Dfrontend_protocol_sources.target.linux-arm.mk22 $(gyp_shared_intermediate_dir)/resources/inspector/InspectorBackendCommands.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/CodeGeneratorFrontend.py protocol.json --output_js_dir "$(gyp_shared_intermediate_dir)/resources/inspector/"
H A Dfrontend_protocol_sources.target.linux-arm64.mk22 $(gyp_shared_intermediate_dir)/resources/inspector/InspectorBackendCommands.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/CodeGeneratorFrontend.py protocol.json --output_js_dir "$(gyp_shared_intermediate_dir)/resources/inspector/"
H A Dfrontend_protocol_sources.target.linux-mips.mk22 $(gyp_shared_intermediate_dir)/resources/inspector/InspectorBackendCommands.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/CodeGeneratorFrontend.py protocol.json --output_js_dir "$(gyp_shared_intermediate_dir)/resources/inspector/"
H A Dfrontend_protocol_sources.target.linux-mips64.mk22 $(gyp_shared_intermediate_dir)/resources/inspector/InspectorBackendCommands.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/CodeGeneratorFrontend.py protocol.json --output_js_dir "$(gyp_shared_intermediate_dir)/resources/inspector/"

Completed in 3612 milliseconds

<<11121314151617181920>>