Searched refs:json_str (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/tools/memory_inspector/memory_inspector/data/ |
D | serialization.py | 73 def decode(self, json_str): # pylint: disable=W0221 argument 74 d = super(MmapDecoder, self).decode(json_str) 83 def decode(self, json_str): # pylint: disable=W0221 argument 84 d = super(SymbolsDecoder, self).decode(json_str) 95 def decode(self, json_str): # pylint: disable=W0221 argument 96 d = super(NativeHeapDecoder, self).decode(json_str)
|
/external/chromium_org/tools/json_schema_compiler/ |
D | json_parse.py | 24 def Parse(json_str): argument 25 return json.loads(json_comment_eater.Nom(json_str), 55 def Parse(json_str): argument 56 return simplejson.loads(json_comment_eater.Nom(json_str),
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
D | printer_state.cc | 73 std::string json_str; in SaveToFile() local 76 &json_str); in SaveToFile() 77 int size = base::checked_cast<int>(json_str.size()); in SaveToFile() 78 return (base::WriteFile(path, json_str.data(), size) == size); in SaveToFile() 82 std::string json_str; in LoadFromFile() local 83 if (!base::ReadFileToString(path, &json_str)) { in LoadFromFile() 88 scoped_ptr<base::Value> json_val(base::JSONReader::Read(json_str)); in LoadFromFile()
|
D | printer.cc | 194 std::string json_str; in GetRawCdd() local 197 &json_str); in GetRawCdd() 198 return json_str; in GetRawCdd()
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/ |
D | services.py | 29 json_str = blob_info.open().read() 30 json_obj = json.loads(json_str) 53 json_str = blob_info.open().read() 54 json_obj = json.loads(json_str)
|
/external/chromium_org/chrome/browser/ui/webui/print_preview/ |
D | print_preview_handler.cc | 199 std::string json_str; in GetSettingsDictionary() local 200 if (!args->GetString(0, &json_str)) { in GetSettingsDictionary() 204 if (json_str.empty()) { in GetSettingsDictionary() 210 base::JSONReader::Read(json_str))); in GetSettingsDictionary()
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/ |
D | tree.jquery.js | 20 …pleWidget, html_escape, indexOf, json_escapable, json_meta, json_quote, json_str, _indexOf, _ref, … 1705 json_str = function(key, holder) { function 1728 partial[i] = json_str(i, value) || 'null'; 1734 v = json_str(k, value); 1747 return json_str('', {
|