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

1 2

  /external/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/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
118 testFailed(_a + " should be " + _bv + ". Was " + stringify(_av) + ".");
120 testFailed(_a + " should be " + _bv + " (of type " + typeof _bv + "). Was " + stringify(_av) + " (of type " + typeof _av + ").");
132 var unevaledString = JSON.stringify(b);
177 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + stringify(_av) + ".");
  /external/strace/tests/
struct_flock.c 38 # define TEST_SYSCALL_STR stringify(TEST_SYSCALL_NAME)
39 # define stringify(arg) stringify_(arg) macro
xselect.c 42 # define TEST_SYSCALL_STR stringify(TEST_SYSCALL_NAME)
43 # define stringify(arg) stringify_(arg) macro
xstatx.c 232 # define stringify(arg) stringify_(arg) macro
233 # define TEST_SYSCALL_STR stringify(TEST_SYSCALL_NAME)
234 # define STRUCT_STAT_STR stringify(STRUCT_STAT)
  /cts/tests/core/runner/src/com/android/cts/core/runner/support/
SingleTestNGTestRunListener.java 72 getId(result), stringify(result.getThrowable())));
95 // Use its code to stringify a result name instead of doing it ourselves.
109 private String stringify(Throwable error) { method in class:SingleTestNGTestRunListener
  /cts/tools/testng/src/com/android/cts/testng/
SingleTestNGTestRunListener.java 56 getId(result), stringify(result.getThrowable())));
78 // Use its code to stringify a result name instead of doing it ourselves.
92 private String stringify(Throwable error) { method in class:SingleTestNGTestRunListener
  /external/chromium-trace/catapult/third_party/webtest/webtest/
utils.py 46 def stringify(value): function
  /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/v1/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/v1/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
  /external/v8/test/mjsunit/es6/
string-raw.js 262 function stringify(toString) { function
281 0: getter(0, stringify("a")),
282 1: getter(1, stringify("b")),
283 2: getter(2, stringify("c"))