Home
last modified time | relevance | path

Searched refs:stringify (Results 1 – 25 of 107) sorted by relevance

12345

/external/webkit/LayoutTests/fast/js/resources/
DJSON-stringify.js22 return jsonObject.stringify(1);
25 return jsonObject.stringify(1.5);
28 return jsonObject.stringify(-1);
31 return jsonObject.stringify(-1.5);
34 return jsonObject.stringify(null);
37 return jsonObject.stringify("string");
40 return jsonObject.stringify(new Number(0));
43 return jsonObject.stringify(new Number(1));
46 return jsonObject.stringify(new Number(1.5));
49 return jsonObject.stringify(new Number(-1));
[all …]
DJSON-parse.js313 return jsonObject.parse(JSON.stringify(simpleObject));
315 result[result.length - 1].expected = JSON.stringify(simpleObject);
317 return jsonObject.parse(JSON.stringify(complexObject));
320 return jsonObject.parse(JSON.stringify(complexObject));
322 result[result.length - 1].expected = JSON.stringify(complexObject);
324 return jsonObject.parse(JSON.stringify(simpleObject,null,100));
326 result[result.length - 1].expected = JSON.stringify(simpleObject);
328 return jsonObject.parse(JSON.stringify(complexObject,null,100));
331 return jsonObject.parse(JSON.stringify(complexObject,null,100));
333 result[result.length - 1].expected = JSON.stringify(complexObject);
[all …]
Dscript-line-number.js23 shouldBe(stringify(getLineFromError(error)), stringify(expectedLine));
/external/v8/test/mjsunit/
Djson.js228 assertEquals("true", JSON.stringify(true));
229 assertEquals("false", JSON.stringify(false));
230 assertEquals("null", JSON.stringify(null));
231 assertEquals("false", JSON.stringify({toJSON: function () { return false; }}));
232 assertEquals("4", JSON.stringify(4));
233 assertEquals('"foo"', JSON.stringify("foo"));
234 assertEquals("null", JSON.stringify(Infinity));
235 assertEquals("null", JSON.stringify(-Infinity));
236 assertEquals("null", JSON.stringify(NaN));
237 assertEquals("4", JSON.stringify(new Number(4)));
[all …]
Ddebug-liveedit-3.js61 print("Result: " + JSON.stringify(result) + "\n");
62 print("Change log: " + JSON.stringify(change_log) + "\n");
Ddebug-liveedit-newsource.js61 print("Result: " + JSON.stringify(result) + "\n");
62 print("Change log: " + JSON.stringify(change_log) + "\n");
Ddebug-liveedit-breakpoints.js78 print("Result: " + JSON.stringify(result) + "\n");
79 print("Change log: " + JSON.stringify(change_log) + "\n");
Dmirror-error.js47 var json = JSON.stringify(serializer.serializeValue(mirror));
49 JSON.stringify(serializer.serializeReferencedObjects()));
Dmirror-function.js47 var json = JSON.stringify(serializer.serializeValue(mirror));
49 JSON.stringify(serializer.serializeReferencedObjects()));
Dmirror-unresolved-function.js45 var json = JSON.stringify(serializer.serializeValue(mirror));
47 JSON.stringify(serializer.serializeReferencedObjects()));
Dmirror-regexp.js58 var json = JSON.stringify(serializer.serializeValue(mirror));
60 JSON.stringify(serializer.serializeReferencedObjects()));
/external/valgrind/main/VEX/test/
Dtest-amd64-muldiv.h11 stringify(OP)"b %b2\n\t" in glue()
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); in glue()
29 stringify(OP) "w %w3\n\t" in glue()
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
47 stringify(OP) "l %3\n\t" in glue()
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
65 stringify(OP) "q %3\n\t" in glue()
71 stringify(OP) "q", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
Dtest-i386-muldiv.h11 stringify(OP)"b %b2\n\t" in glue()
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); in glue()
29 stringify(OP) "w %w3\n\t" in glue()
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
47 stringify(OP) "l %3\n\t" in glue()
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
Dtest-amd64.h11 stringify(OP) size " %" size "2, %" size "0\n\t" \
20 stringify(OP) size " %" size "0\n\t" \
34 stringify(OP) "q", s0, res, iflags, flags & CC_MASK); in exec_opq()
43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
52 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
61 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); in exec_opb()
71 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq()
81 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
91 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
101 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
Dtest-amd64-shift.h14 stringify(OP) size " %" size "2, %" size "0\n\t" \
23 stringify(OP) size " %%cl, %" size "0\n\t" \
40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq()
53 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
66 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
73 stringify(OP) size " %%cl, %" size "5, %" size "0\n\t" \
89 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
102 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opw()
118 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
Dtest-i386-shift.h13 stringify(OP) size " %" size "2, %" size "0\n\t" \
22 stringify(OP) size " %%cl, %" size "0\n\t" \
39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
59 stringify(OP) size " %%cl, %" size "5, %" size "0\n\t" \
75 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
88 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opw()
104 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
Dtest-i386.h12 stringify(OP) size " %" size "2, %" size "0\n\t" \
21 stringify(OP) size " %" size "0\n\t" \
36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
64 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); in exec_opb()
79 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
93 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
107 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
Dsample.js8 console.log("info: " + JSON.stringify(info));
9 console.log("tab: " + JSON.stringify(tab));
48 console.log(JSON.stringify(info));
/external/v8/test/mjsunit/regress/
Dregress-753.js35 assertEquals(JSON.stringify(obj,null, 5.99999), JSON.stringify(obj,null, 5));
/external/mesa3d/src/glsl/builtins/tools/
Dgenerate_builtins.py27 def stringify(s): function
47 print stringify(v), ';'
80 print stringify(proto_ir), ';'
/external/llvm/lib/MC/MCDisassembler/
DEDInst.cpp59 int EDInst::stringify() { in stringify() function in EDInst
72 if (stringify()) in getString()
172 if (stringify()) in tokenize()
/external/quake/quake/src/QW/client/
Dgl_vidlinux.c41 #define stringify(m) { #m, m } macro
55 stringify(MOUSE_MICROSOFT),
56 stringify(MOUSE_MOUSESYSTEMS),
57 stringify(MOUSE_MMSERIES),
58 stringify(MOUSE_LOGITECH),
59 stringify(MOUSE_BUSMOUSE),
60 stringify(MOUSE_PS2),
Dgl_vidlinux_svga.c41 #define stringify(m) { #m, m } macro
55 stringify(MOUSE_MICROSOFT),
56 stringify(MOUSE_MOUSESYSTEMS),
57 stringify(MOUSE_MMSERIES),
58 stringify(MOUSE_LOGITECH),
59 stringify(MOUSE_BUSMOUSE),
60 stringify(MOUSE_PS2),
/external/quake/quake/src/WinQuake/
Dgl_vidlinux.cpp42 #define stringify(m) { #m, m } macro
56 stringify(MOUSE_MICROSOFT),
57 stringify(MOUSE_MOUSESYSTEMS),
58 stringify(MOUSE_MMSERIES),
59 stringify(MOUSE_LOGITECH),
60 stringify(MOUSE_BUSMOUSE),
61 stringify(MOUSE_PS2),
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
Doptions.js252 window.localStorage.setItem('keywords', JSON.stringify(keywords));
254 window.localStorage.setItem('keywords', JSON.stringify(tempCusTopics));
261 window.localStorage.setItem('topics', JSON.stringify(topicArr));
383 window.localStorage.setItem('keywords', JSON.stringify(keywords));

12345