/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/ |
ComposeActivityTest.java | 41 import org.json.JSONArray; 42 import org.json.JSONException; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_logging.py | 32 import json namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_logging.py | 32 import json namespace [all...] |
/sdk/templates/docs/ |
prettify.js | 23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F,hashComments:!0,cStyleComments:!0,types:K}),["c","cc","cpp","cxx","cyc","m"]);k(u({keywords:"null,true,false"}),["json"]);k(u({keywords:H,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:K}),["cs"]);k(u({keywords:G,cStyleComments:!0}),["java"]);k(u({keywords:v,hashComments:!0,multiLineStrings:!0}),["bsh","csh","sh"]);k(u({keywords:I,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),
|
/external/chromium_org/tools/traceline/svgui/ |
traceline.js | 129 // The trace logger dumps all log events to a simple JSON array. We delay 130 // and background load the JSON, since it can be large. When the JSON is 131 // loaded, parseEvents(...) is called and passed the JSON data. To make 139 // Delay load the JSON data. We want to display the order in the order it was 140 // passed to us. Since we have no way of correlating the json callback to 151 // Start loading of the next JSON URL. 183 // Called from the JSON with the log event array. 184 function parseEvents(json) { 191 traceline.ProcessJSON(json); [all...] |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeBackgroundScript.js | [all...] |
/external/chromium_org/chrome/renderer/net/ |
net_error_helper_core_unittest.cc | 11 #include "base/json/json_reader.h" 12 #include "base/json/json_writer.h" 89 std::string json; local 90 base::JSONWriter::Write(response.get(), &json); 91 return json; [all...] |
/external/chromium_org/pdf/ |
instance.cc | 13 #include "base/json/json_reader.h" 14 #include "base/json/json_writer.h" [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
CodeGeneratorInspector.py | 37 import json namespace 39 import simplejson as json namespace 75 sys.stderr.write("Usage: <script> --output_dir <output_dir> protocol.json\n") [all...] |
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
util.js | 589 items[window.appID] = JSON.stringify(window.appState); 662 var json = values[util.AppCache.KEY]; 663 if (json) { 665 callback(JSON.parse(json)); 680 items[util.AppCache.KEY] = JSON.stringify(map); [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 35 // load json file for JD doc search suggestions 37 // load json file for Android API search suggestions 39 // load json files for Google services API suggestions 41 // once the GCM json (GCM_DATA) is loaded, load the GMS json (GMS_DATA) and merge the data [all...] |
/build/tools/droiddoc/templates-sdk-dyn/assets/js/ |
docs.js | 25 // load json file for JD doc search suggestions 27 // load json file for Android API search suggestions 29 // load json files for Google services API suggestions 31 // once the GCM json (GCM_DATA) is loaded, load the GMS json (GMS_DATA) and merge the data [all...] |
/external/chromium_org/chrome/browser/drive/ |
fake_drive_service.cc | 10 #include "base/json/json_string_value_serializer.h" 228 // Load JSON data, which must be a dictionary. 242 test_util::GetTestFilePath("drive/applist_app_template.json"); 252 JSONStringValueSerializer json(app_json); 254 scoped_ptr<base::Value> value(json.Deserialize(NULL, &error_message)); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
braille_input_handler.js | 408 JSON.stringify(message)); 438 JSON.stringify(message)); 486 throw Error('Unknown key code in event: ' + JSON.stringify(event)); 493 // See chrome/common/extensions/api/virtual_keyboard_private.json for
|
/external/chromium_org/extensions/renderer/resources/ |
binding.js | 406 // Values may just have raw types as defined in the JSON, such 433 throw new Error('NOT IMPLEMENTED (extension_api.json error): ' +
|
/external/chromium_org/remoting/webapp/ |
host_controller.js | 277 'Content-type' : 'application/json; charset=UTF-8' 297 JSON.stringify(newHostDetails),
|
/external/chromium_org/remoting/webapp/js_proto/ |
chrome_proto.js | 191 * src/chrome/common/extensions/api/context_menus.json
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
base.py | 36 import json namespace [all...] |
/external/chromium_org/third_party/motemplate/ |
motemplate.py | 17 import json namespace 645 render_state.text.Append(json.dumps(value, separators=(',',':'))) 1029 # variables, partials, JSON. [all...] |
/external/chromium_org/tools/clang/blink_gc_plugin/ |
BlinkGCPlugin.cpp | 876 "graph.json", // Extension [all...] |
/external/chromium_org/ui/file_manager/video_player/js/cast/ |
cast_video_element.js | 353 * @param {Object} message Message to be sent (Must be JSON-able object). 363 * @param {string} messageAsJson Content of message as json format. 370 var message = JSON.parse(messageAsJson);
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
code-load.js | 396 =e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o\ 398 ;e.error(\"Invalid JSON: \"+b)},parseXML:function(c){if(typeof c!=\"string\"||!\ [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
wallpaper_manager.js | 96 str('manifestBaseURL') + locale + '.json', 98 str('manifestBaseURL') + 'en.json']; 130 var manifest = JSON.parse(this.responseText); [all...] |
/external/chromium_org/v8/src/ |
debug.cc | 3214 Handle<Object> json; local [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONObject.java | 1 package com.google.polo.json; 4 Copyright (c) 2002 JSON.org 48 * JSON text into an internal form whose values can be retrieved with the 50 * JSON text using the <code>put</code> and <code>toString</code> methods. 62 * myString = new JSONObject().put("JSON", "Hello, World!").toString();</pre> 63 * produces the string <code>{"JSON": "Hello, World"}</code>. 66 * the JSON syntax rules. 86 * @author JSON.org 411 * Construct a JSONObject from a source JSON text string. [all...] |