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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/regress/
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/chromium_org/v8/test/webkit/resources/
json2-es5-compat.js 15 This file creates a global JSON object containing two methods: stringify
18 JSON.stringify(value, replacer, space)
73 JSON.stringify(undefined) returns undefined.
85 text = JSON.stringify(['e', {pluribus: 'unum'}]);
89 text = JSON.stringify(['e', {pluribus: 'unum'}], null, '\t');
92 text = JSON.stringify([new Date()], function (key, value) {
158 lastIndex, length, parse, prototype, push, replace, slice, stringify,
295 // The value is an array. Stringify every element. Use null as a placeholder
353 // If the JSON object does not yet have a stringify method, give it one.
355 if (typeof JSON.stringify !== 'function')
    [all...]
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/v8/test/mjsunit/es6/
mirror-symbols.js 12 var json = JSON.stringify(serializer.serializeValue(mirror));
  /external/chromium_org/v8/tools/
detect-builtins.js 49 print(JSON.stringify(g, undefined, 2));
  /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/audits/
AuditFormatters.js 132 throw "Invalid value or formatter: " + type + JSON.stringify(value);
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 347 public String stringify(FocusMode focus) { method in class:CameraCapabilities.Stringifier
377 public String stringify(FlashMode flash) { method in class:CameraCapabilities.Stringifier
407 public String stringify(SceneMode scene) { method in class:CameraCapabilities.Stringifier
437 public String stringify(WhiteBalance wb) { method in class:CameraCapabilities.Stringifier
  /frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
Camera2PortabilityTest.java 46 * {@link Stringifier#stringify} for {@link FocusMode}, {@link FlashMode},
53 assertEquals(val, strfy.focusModeFromString(strfy.stringify(val)));
56 assertEquals(val, strfy.flashModeFromString(strfy.stringify(val)));
59 assertEquals(val, strfy.sceneModeFromString(strfy.stringify(val)));
62 assertEquals(val, strfy.whiteBalanceFromString(strfy.stringify(val)));
  /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/browser/resources/chromeos/chromevox/chromevox/injected/
api.js 114 channel_.port1.postMessage(JSON.stringify(message));
267 channel_.port1.postMessage(JSON.stringify(message));
319 channel_.port1.postMessage(JSON.stringify(message));
345 channel_.port1.postMessage(JSON.stringify(message));
381 targetNode.setAttribute('cvoxnodedesc', JSON.stringify(nodeDescriptions));
402 channel_.port1.postMessage(JSON.stringify(message));
489 /* Blacklist these props so we can safely stringify. */
522 channel_.port1.postMessage(JSON.stringify(message));
559 channel_.port1.postMessage(JSON.stringify(msg));
  /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
wrapper.js 52 this.whisperNacl_.send(JSON.stringify(msg));
74 this.whisperNacl_.send(JSON.stringify(msg));
122 this.whisperNacl_.send(JSON.stringify(msg));
132 this.whisperNacl_.send(JSON.stringify(msg));
142 this.whisperNacl_.send(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/remoting/webapp/
client_plugin_impl.js 600 this.plugin_.postMessage(JSON.stringify(
636 this.plugin_.postMessage(JSON.stringify(
638 this.plugin_.postMessage(JSON.stringify(
658 this.plugin_.postMessage(JSON.stringify(
670 this.plugin_.postMessage(JSON.stringify(
685 this.plugin_.postMessage(JSON.stringify(
699 this.plugin_.postMessage(JSON.stringify(
725 this.plugin_.postMessage(JSON.stringify(
741 this.plugin_.postMessage(JSON.stringify(
757 this.plugin_.postMessage(JSON.stringify(
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 130 JSON.stringify(receivedNotification));
204 console.log('cardManager.update ' + JSON.stringify(combinedCard));
255 // The trick with stringify/parse is to create a copy of action URLs,
260 JSON.parse(JSON.stringify(
345 console.log('cardManager.onAlarm ' + JSON.stringify(alarm));
358 console.log('cardManager.onAlarm.get ' + JSON.stringify(items));
  /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");
debug-liveedit-breakpoints.js 78 print("Result: " + JSON.stringify(result) + "\n");
79 print("Change log: " + JSON.stringify(change_log) + "\n");

Completed in 3114 milliseconds

1 23 4 5 6 7 8 91011>>