HomeSort by relevance Sort by last modified time
    Searched defs:stringify (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/
mul-exhaustive-part1.js 31 function stringify(n) { function
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part10.js 31 function stringify(n) { function
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part2.js 31 function stringify(n) { function
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part3.js 31 function stringify(n) { function
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part4.js 31 function stringify(n) { function
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part5.js 31 function stringify(n) { function
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part6.js 31 function stringify(n) { function
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part7.js 31 function stringify(n) { function
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part8.js 31 function stringify(n) { function
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part9.js 31 function stringify(n) { function
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
  /external/v8/test/mjsunit/
mul-exhaustive.js 31 function stringify(n) { function
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
    [all...]
  /external/qemu/
dyngen-exec.h 69 #define stringify(s) tostring(s) macro
osdep.h 16 #define stringify(s) tostring(s) macro
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
json2.js 19 This file creates a global JSON object containing two methods: stringify
22 JSON.stringify(value, replacer, space)
77 JSON.stringify(undefined) returns undefined.
89 text = JSON.stringify(['e', {pluribus: 'unum'}]);
93 text = JSON.stringify(['e', {pluribus: 'unum'}], null, '\t');
96 text = JSON.stringify([new Date()], function (key, value) {
154 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...]
  /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/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 176 typeof JSON.stringify === 'function' &&
177 JSON.stringify(0) === '0' &&
178 typeof JSON.stringify(Prototype.K) === 'undefined';
273 function stringify(object) { function
274 return JSON.stringify(object);
349 toJSON: NATIVE_JSON_STRINGIFY_SUPPORT ? stringify : toJSON,
    [all...]
  /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/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/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 51 def stringify(s): function
71 print stringify(v), ';'
107 print stringify(proto_ir), ';'
  /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/robolectric/src/test/java/com/xtremelabs/robolectric/util/
TestUtil.java 17 org.junit.Assert.assertEquals(stringify(expected), stringify(actual)); method
20 public static String stringify(Collection<?> collection) { method in class:TestUtil
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java 146 public String stringify() { method in class:AccountWithDataSet
151 * Unpack a string created by {@link #stringify}.
  /external/valgrind/main/VEX/test/
test-amd64.c 53 #define stringify(s) tostring(s) macro
    [all...]
test-i386.c 43 #define stringify(s) tostring(s) macro
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 355 result.put(AttachmentColumns.URI, stringify(uri));
360 result.put(AttachmentColumns.CONTENT_URI, stringify(contentUri));
361 result.put(AttachmentColumns.THUMBNAIL_URI, stringify(thumbnailUri));
362 result.put(AttachmentColumns.PREVIEW_INTENT_URI, stringify(previewIntentUri));
392 private static String stringify(Object object) { method in class:Attachment

Completed in 650 milliseconds

1 2