HomeSort by relevance Sort by last modified time
    Searched refs:stringify (Results 51 - 75 of 434) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-752.js 28 // Test that JSON.stringify correctly unwraps Boolean objects.
36 assertEquals("[false]", JSON.stringify([42], replacer));
regress-latin-1.js 31 assertEquals(0x80, JSON.stringify("\x80").charCodeAt(1));
32 assertEquals(0x80, JSON.stringify("\x80", 0, null).charCodeAt(1));
88 var stringified = JSON.stringify({"test" : testString}, null, 0);
  /external/v8/test/mjsunit/regress/
regress-752.js 28 // Test that JSON.stringify correctly unwraps Boolean objects.
36 assertEquals("[false]", JSON.stringify([42], replacer));
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 15 data += JSON.stringify(chrome.sync.aboutInfo, null, 2);
22 data += JSON.stringify(chrome.sync.notifications, null, 2);
29 data += JSON.stringify(chrome.sync.log.entries, null, 2);
71 fieldVal = JSON.stringify(node[field]);
121 var aboutInfo = JSON.stringify(chrome.sync.aboutInfo, null, 2);
  /external/chromium_org/remoting/webapp/
client_plugin_async.js 396 this.plugin.postMessage(JSON.stringify(
426 this.plugin.postMessage(JSON.stringify(
445 this.plugin.postMessage(JSON.stringify(
457 this.plugin.postMessage(JSON.stringify(
472 this.plugin.postMessage(JSON.stringify(
486 this.plugin.postMessage(JSON.stringify(
512 this.plugin.postMessage(JSON.stringify(
528 this.plugin.postMessage(JSON.stringify(
545 this.plugin.postMessage(JSON.stringify(
558 this.plugin.postMessage(JSON.stringify(
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
checkout_unittests.js 107 JSON.stringify({
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmapFactory.java 74 String optionsString = stringify(options);
104 private static String stringify(BitmapFactory.Options options) { method in class:ShadowBitmapFactory
  /external/chromium_org/native_client_sdk/src/examples/api/var_dictionary/
example.js 84 'Function ' + cmd + ' returned ' + JSON.stringify(result));
88 dictEl.textContent = JSON.stringify(newDict, null, ' ');
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditFormatters.js 108 throw "Invalid value or formatter: " + type + JSON.stringify(value);
TextRange.js 164 return JSON.stringify(this);
InspectorBackend.js 130 console.error("Protocol Error: Invalid number of arguments for method '" + method + "' call. It must have the following arguments '" + JSON.stringify(signature) + "'.");
167 console.log("frontend: " + JSON.stringify(messageObject));
175 var message = JSON.stringify(messageObject);
187 console.log("backend: " + ((typeof message === "string") ? message : JSON.stringify(message)));
271 console.error("Request with id = " + messageObject.id + " failed. " + JSON.stringify(messageObject.error));
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
generate_builtins.py 51 def stringify(s): function
71 print stringify(v), ';'
107 print stringify(proto_ir), ';'
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 51 def stringify(s): function
71 print stringify(v), ';'
107 print stringify(proto_ir), ';'
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
api.js 126 channel_.port1.postMessage(JSON.stringify(message));
279 channel_.port1.postMessage(JSON.stringify(message));
331 channel_.port1.postMessage(JSON.stringify(message));
357 channel_.port1.postMessage(JSON.stringify(message));
393 targetNode.setAttribute('cvoxnodedesc', JSON.stringify(nodeDescriptions));
414 channel_.port1.postMessage(JSON.stringify(message));
501 /* Blacklist these props so we can safely stringify. */
534 channel_.port1.postMessage(JSON.stringify(message));
571 channel_.port1.postMessage(JSON.stringify(msg));
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
background.js 145 localStorage.openWhenComplete = JSON.stringify(openWhenComplete);
151 localStorage.openWhenComplete = JSON.stringify(openWhenComplete);
200 var targetIcon = JSON.stringify(options);
240 localStorage.openWhenComplete = JSON.stringify(ids);
247 localStorage.openWhenComplete = JSON.stringify(ids);
  /external/chromium_org/v8/test/webkit/resources/
standalone-pre.js 90 function stringify(v) function
115 testFailed(_a + " should be " + _bv + ". Was " + stringify(_av) + ".");
129 var unevaledString = JSON.stringify(b);
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 124 JSON.stringify(receivedNotification));
194 console.log('cardManager.update ' + JSON.stringify(combinedCard));
242 // The trick with stringify/parse is to create a copy of action URLs,
247 JSON.parse(JSON.stringify(
324 console.log('cardManager.onAlarm ' + JSON.stringify(alarm));
333 console.log('cardManager.onAlarm.get ' + JSON.stringify(items));
  /bionic/libc/kernel/common/linux/
module.h 31 #include <linux/stringify.h>
  /development/ndk/platforms/android-3/include/linux/
module.h 23 #include <linux/stringify.h>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
options.js 75 localStorage.rules = JSON.stringify([]);
80 localStorage.rules = JSON.stringify(Array.prototype.slice.apply(
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/
popup.js 54 console.log('pref.get result:' + JSON.stringify(settings));
67 console.log('pref.onChange event:' + JSON.stringify(settings));
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.js 54 console.log('pref.get result:' + JSON.stringify(settings));
67 console.log('pref.onChange event:' + JSON.stringify(settings));
  /external/chromium_org/content/test/data/indexeddb/
common.js 80 function stringify(v) function
119 fail(_a + " should be " + _bv + ". Was " + stringify(_av) + ".");
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-3.js 61 print("Result: " + JSON.stringify(result) + "\n");
62 print("Change log: " + JSON.stringify(change_log) + "\n");
debug-liveedit-4.js 63 print("Result: " + JSON.stringify(result) + "\n");
64 print("Change log: " + JSON.stringify(change_log) + "\n");

Completed in 2120 milliseconds

1 23 4 5 6 7 8 91011>>