Searched defs:stringify (Results 1 - 25 of 34) sorted by relevance

12

/external/v8/test/mjsunit/
H A Dmul-exhaustive-part1.js31 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));
H A Dmul-exhaustive-part10.js31 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));
H A Dmul-exhaustive-part2.js31 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));
H A Dmul-exhaustive-part3.js31 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));
H A Dmul-exhaustive-part4.js31 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));
H A Dmul-exhaustive-part5.js31 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));
H A Dmul-exhaustive-part6.js31 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));
H A Dmul-exhaustive-part7.js31 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));
H A Dmul-exhaustive-part8.js31 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));
H A Dmul-exhaustive-part9.js31 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/
H A Djson2-es5-compat.js15 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,
353 // If the JSON object does not yet have a stringify method, give it one.
355 if (typeof JSON.stringify !== 'function') {
356 JSON.stringify
[all...]
H A Dstandalone-pre.js90 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/
H A Dxselect.c42 # define TEST_SYSCALL_STR stringify(TEST_SYSCALL_NAME)
43 # define stringify(arg) stringify_(arg) macro
H A Dstruct_flock.c38 # define TEST_SYSCALL_STR stringify(TEST_SYSCALL_NAME)
39 # define stringify(arg) stringify_(arg) macro
H A Dxstatx.c232 # define stringify(arg) stringify_(arg) macro
233 # define TEST_SYSCALL_STR stringify(TEST_SYSCALL_NAME)
234 # define STRUCT_STAT_STR stringify(STRUCT_STAT)
/external/chromium-trace/catapult/third_party/webtest/webtest/
H A Dutils.py46 def stringify(value): function
/external/mesa3d/src/glsl/builtins/tools/
H A Dgenerate_builtins.py51 def stringify(s): function
71 print stringify(v), ';'
107 print stringify(proto_ir), ';'
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmapFactory.java74 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/
H A DTestUtil.java17 org.junit.Assert.assertEquals(stringify(expected), stringify(actual));
20 public static String stringify(Collection<?> collection) { method in class:TestUtil
/external/v8/test/mjsunit/es6/
H A Dstring-raw.js262 function stringify(toString) { function
281 0: getter(0, stringify("a")),
282 1: getter(1, stringify("b")),
283 2: getter(2, stringify("c"))
/external/valgrind/none/tests/amd64-darwin/
H A Dbug341419.c11 #define stringify(x) #x macro
20 fprintf(stderr, "%s:%d: ASSERT(" stringify(a) \
21 " " stringify(op) " " stringify(b) ")\n", \
24 fprintf(stderr, "%s:%d: FAILED ASSERT((" stringify(a) \
25 "=0x%016llx) " stringify(op) " (" stringify(b) "=0x%016llx))\n", \
37 fprintf(stderr, "%s:%d: ASSERT(" stringify(e) ")\n", \
40 fprintf(stderr, "%s:%d: FAILED ASSERT(" stringify(e) ")\n", \
/external/valgrind/none/tests/x86-darwin/
H A Dbug341419.c11 #define stringify(x) #x macro
20 fprintf(stderr, "%s:%d: ASSERT(" stringify(a) \
21 " " stringify(op) " " stringify(b) ")\n", \
24 fprintf(stderr, "%s:%d: FAILED ASSERT((" stringify(a) \
25 "=0x%016llx) " stringify(op) " (" stringify(b) "=0x%016llx))\n", \
37 fprintf(stderr, "%s:%d: ASSERT(" stringify(e) ")\n", \
40 fprintf(stderr, "%s:%d: FAILED ASSERT(" stringify(e) ")\n", \
/external/autotest/contrib/
H A Dcoverage.py748 def stringify(pair): function in function:coverage.format_lines
754 ret = string.join(map(stringify, pairs), ", ")
/external/valgrind/VEX/test/
H A Dtest-amd64.c53 #define stringify(s) tostring(s) macro
H A Dtest-i386.c43 #define stringify(s) tostring(s) macro

Completed in 4989 milliseconds

12