/external/doclava/res/assets/templates/assets/ |
jquery-resizable.min.js | [all...] |
/ndk/docs/renderscript/ |
jquery.js | [all...] |
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/ |
core-component-page-extracted.js | [all...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
utility.js | 174 var request = buildServerRequest('POST', 'jserrors', 'application/json'); 182 request.send(JSON.stringify(errorObject)); 285 JSON.stringify(pendingCallbacks); 422 var stringifiedPendingCallbacks = JSON.stringify(pendingCallbacks); 728 ', queue = ' + JSON.stringify(queue) + ', ' + 795 ' queue = ' + JSON.stringify(queue) + ', ' + 933 console.log('scheduleRetry-get-storage ' + JSON.stringify(items)); [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
string-tagcloud.js | 29 json.js 35 // This test parses a JSON string giving tag names and popularity, and [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |
string-tagcloud.js | 29 json.js 35 // This test parses a JSON string giving tag names and popularity, and [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
string-unpack-code.js | [all...] |
string-tagcloud.js | 29 json.js 35 // This test parses a JSON string giving tag names and popularity, and [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
dojo-1.6.1.js | [all...] |
jquery-1.6.4.js | 56 // JSON RegExp 565 // Attempt to parse using the native JSON parser first 566 if ( window.JSON && window.JSON.parse ) { 567 return window.JSON.parse( data ); 570 // Make sure the incoming data is actual JSON 571 // Logic borrowed from http://json.org/json2.js 579 jQuery.error( "Invalid JSON: " + data ); [all...] |
/external/chromium_org/v8/src/ |
mirror-debugger.js | 168 // Maximum length when sending strings through the JSON protocol. 1175 var s = JSON.stringify(this.value_); [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
jquery.js | 39 // JSON RegExp 549 // Attempt to parse using the native JSON parser first 550 if ( window.JSON && window.JSON.parse ) { 551 return window.JSON.parse( data ); 554 // Make sure the incoming data is actual JSON 555 // Logic borrowed from http://json.org/json2.js 563 jQuery.error( "Invalid JSON: " + data ); [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
android_3p-bundle.js | [all...] |
/build/tools/droiddoc/templates-sdk-dyn/assets/js/ |
android_3p-bundle.js | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspectorStyle.css | [all...] |
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/ |
tree.jquery.js | 883 return JSON.stringify(this.tree.getData()); 938 dataType: 'json', [all...] |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeOptionsScript.js | 47 c||(g=b?g+cvox.KeyUtil.getReadableNameForKeyCode(l):g+cvox.KeyUtil.keyCodeToString(l))}-1==d.indexOf(k)&&(g+=k+"+")}d+=g;"+"==d[d.length-1]&&(d=d.slice(0,-1))}a.cvoxModifier||a.prefixKey?d=""!=d?"Cvox+"+d:"Cvox":a.stickyMode&&(">"==d[d.length-1]&&(d=d.slice(0,-1)),d=d+"+"+d);return d};cvox.KeyUtil.isDoubleTapKey=function(a){var b=!1,c=a.doubleTap;a.doubleTap=!0;for(var d=0,e;e=cvox.KeySequence.doubleTapCache[d];d++)if(e.equals(a)){b=!0;break}a.doubleTap=c;return b};cvox.PlatformUtil={};cvox.PlatformFilter={NONE:0,WINDOWS:1,MAC:2,LINUX:4,WML:7,CHROMEOS:8,ANDROID:16};cvox.PlatformUtil.matchesPlatform=function(a){var b=navigator.userAgent;return void 0==a?!0:-1!=b.indexOf("Android")?0!=(a&cvox.PlatformFilter.ANDROID):-1!=b.indexOf("Win")?0!=(a&cvox.PlatformFilter.WINDOWS):-1!=b.indexOf("Mac")?0!=(a&cvox.PlatformFilter.MAC):-1!=b.indexOf("Linux")?0!=(a&cvox.PlatformFilter.LINUX):-1!=b.indexOf("CrOS")?0!=(a&cvox.PlatformFilter.CHROMEOS):!1};cvox.KeyMap=function(a){this.bindings_=a;this.commandToKey_={};this.buildCommandToKey_()};cvox.KeyMap.KEYMAP_PATH="chromevox/background/keymaps/";cvox.KeyMap.AVAILABLE_MAP_INFO={keymap_classic:{file:"classic_keymap.json"},keymap_flat:{file:"flat_keymap.json"},keymap_experimental:{file:"experimental.json"}};cvox.KeyMap.DEFAULT_KEYMAP=0;cvox.KeyMap.prototype.length=function(){return this.bindings_.length};cvox.KeyMap.prototype.keys=function(){return this.bindings_.map(function(a){return a.sequence})}; 48 cvox.KeyMap.prototype.bindings=function(){return this.bindings_};cvox.KeyMap.prototype.toJSON=function(){return JSON.stringify({bindings:this.bindings_})};cvox.KeyMap.prototype.toLocalStorage=function(){localStorage.keyBindings=this.toJSON()};cvox.KeyMap.prototype.hasCommand=function(a){if(null!=this.commandToKey_)return void 0!=this.commandToKey_[a];for(var b=0;b<this.bindings_.length;b++){var c=this.bindings_[b];if(c.command==a)return!0}return!1}; 52 cvox.KeyMap.fromDefaults=function(){return cvox.KeyMap.fromPath(cvox.KeyMap.KEYMAP_PATH+cvox.KeyMap.AVAILABLE_MAP_INFO.keymap_classic.file)};cvox.KeyMap.fromJSON=function(a){try{var b=JSON.parse(a).bindings,b=b.filter(function(a){return void 0===a.sequence.platformFilter||cvox.PlatformUtil.matchesPlatform(a.sequence.platformFilter)})}catch(c){return null}if("object"!=typeof b)return null;for(a=0;a<b.length;a++){if(void 0==b[a].command||void 0==b[a].sequence)return null;b[a].sequence=cvox.KeySequence.deserialize(b[a].sequence)}return new cvox.KeyMap(b)}; [all...] |
chromeVoxChromePageScript.js | 31 window.JSON&&"[object JSON]"==window.JSON.toString()?cvox.ChromeVoxJSON=window.JSON:function(){function a(a){return 10>a?"0"+a:a}function b(a){e.lastIndex=0;return e.test(a)?'"'+a.replace(e,function(a){var b=h[a];return"string"===typeof b?b:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+a+'"'}function c(a,d){var e,h,m,s,u=f,t,r=d[a];r&&"object"===typeof r&&"function"===typeof r.toJSON&&(r=r.toJSON(a));"function"===typeof k&&(r=k.call(d,a,r));switch(typeof r){case "string":return b(r); 35 (g=d);if((k=b)&&"function"!==typeof b&&("object"!==typeof b||"number"!==typeof b.length))throw Error("JSON.stringify");return c("",{"":a})});"function"!==typeof cvox.ChromeVoxJSON.parse&&(cvox.ChromeVoxJSON.parse=function(a,b){function c(a,d){var e,f,g=a[d];if(g&&"object"===typeof g)for(e in g)Object.hasOwnProperty.call(g,e)&&(f=c(g,e),void 0!==f?g[e]=f:delete g[e]);return b.call(a,d,g)}var e;a=String(a);d.lastIndex=0;d.test(a)&&(a=a.replace(d,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})); 36 if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return e=eval("("+a+")"),"function"===typeof b?c({"":e},""):e;throw new SyntaxError("JSON.parse");})}();cvox.ExtensionBridge=function(){};cvox.ExtensionBridge.init=function(){var a=cvox.ExtensionBridge;a.messageListeners=[];a.disconnectListeners=[];/^chrome-extension:\/\/.*background\.html$/.test(window.location.href)?(a.context=a.BACKGROUND,a.initBackground()):chrome&&chrome.extension&&(a.context=a.CONTENT_SCRIPT,a.initContentScript())};cvox.ExtensionBridge.BACKGROUND=0;cvox.ExtensionBridge.CONTENT_SCRIPT=1;cvox.ExtensionBridge.PORT_NAME="cvox.ExtensionBridge.Port";cvox.ExtensionBridge.PING_MSG="cvox.ExtensionBridge.Ping"; [all...] |
/external/chromium_org/third_party/re2/lib/codereview/ |
codereview.py | 47 # We require Python 2.6 for the json package. 53 import json namespace [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | 47 # We require Python 2.6 for the json package. 53 import json namespace [all...] |
/external/chromium_org/third_party/d3/src/ |
d3.js | [all...] |