/external/v8/test/mjsunit/regress/ |
regress-2570.js | 31 assertEquals('["\u56e7","\u00e6"]', JSON.stringify(o)); 32 assertEquals('["\u56e7","\u00e6"]', JSON.stringify(o, null, 0));
|
regress-752.js | 28 // Test that JSON.stringify correctly unwraps Boolean objects. 36 assertEquals("[false]", JSON.stringify([42], replacer));
|
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/valgrind/VEX/test/ |
test-i386.h | 12 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); 50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); 64 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); 79 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); 93 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); 107 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK);
|
/external/chromium-trace/catapult/tracing/tracing/metrics/ |
tracing_metric_test.html | 26 return sum + JSON.stringify(events[index]).length; 37 var model = makeModel(JSON.stringify(events), false); 43 model = makeModel(JSON.stringify(events), true); 54 var model = makeModel(JSON.stringify(events), true); 73 var model = makeModel(JSON.stringify(events), true); 98 var model = makeModel(JSON.stringify(events), true);
|
/external/v8/test/webkit/fast/js/ |
Object-defineProperty-expected.txt | 29 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1}), 'foo')) is JSON.stringify({value: 1, writable: false, enumerable: false, configurable: false}) 30 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {}), 'foo')) is JSON.stringify({writable: false, enumerable: false, configurable: false}) 31 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {get:undefined}), 'foo')) is JSON.stringify({enumerable: false, configurable: false}) 32 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, writable: false}), 'foo')) is JSON.stringify({value: 1, writable: false, enumerable: false, configurable: false}) 33 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, writable: true}), 'foo')) is JSON.stringify({value: 1, writable: true, enumerable: false, configurable: false} [all...] |
Object-defineProperty.js | 26 shouldBe("JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1}), 'foo'))", 27 "JSON.stringify({value: 1, writable: false, enumerable: false, configurable: false})"); 28 shouldBe("JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {}), 'foo'))", 29 "JSON.stringify({writable: false, enumerable: false, configurable: false})"); 30 shouldBe("JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {get:undefined}), 'foo'))", 31 "JSON.stringify({enumerable: false, configurable: false})"); 32 shouldBe("JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, writable: false}), 'foo'))", 33 "JSON.stringify({value: 1, writable: false, enumerable: false, configurable: false})"); 34 shouldBe("JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, writable: true}), 'foo'))", 35 "JSON.stringify({value: 1, writable: true, enumerable: false, configurable: false})") [all...] |
/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) + ".");
|
/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/dashboard/dashboard/elements/ |
quick-log-test.html | 47 testing_common.addXhrMock(query, JSON.stringify(mockResponse)); 73 testing_common.addXhrMock(query, JSON.stringify(mockResponse)); 124 testing_common.addXhrMock(query, JSON.stringify(newSampleLogs));
|
group-report-page-test.html | 62 testing_common.addXhrMock('*', JSON.stringify(mockResponse));
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/ |
inspector_connection.html | 47 var msg = JSON.stringify({ 52 var devtoolsMessageStr = JSON.stringify( 83 listener(isStringPayload ? payload : JSON.stringify(payload));
|
xhr_based_tracing_controller_client.html | 50 var monitoringOptionsB64 = Base64.btoa(JSON.stringify(monitoringOptions)); 84 var recordingOptionsB64 = Base64.btoa(JSON.stringify(recordingOptions));
|
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
path_utils_test.js | 9 throw new Error('Assertion error: ' + JSON.stringify(first) + 10 ' !== ' + JSON.stringify(second));
|
/external/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");
|
/external/v8/test/mjsunit/es6/ |
generators-mirror.js | 31 var json = JSON.stringify(serializer.serializeValue(mirror)); 33 JSON.stringify(serializer.serializeReferencedObjects()));
|
mirror-symbols.js | 12 var json = JSON.stringify(serializer.serializeValue(mirror));
|
/system/keymaster/include/keymaster/ |
logger.h | 59 #define STRINGIFY(x) STR(x) 60 #define FILE_LINE __FILE__ ", Line " STRINGIFY(__LINE__) ": "
|
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/ |
module.py | 35 # Stringify before opening the file for writing.
|
/external/chromium-trace/catapult/perf_insights/perf_insights/ui/ |
generic_results_view.html | 55 table.innerHTML += JSON.stringify(result.asDict(), undefined, 2);
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/tools/ |
named_entity_trie_generator.js | 44 'module.exports = ' + JSON.stringify(trie).replace(/"/g, '') + ';\n';
|
/external/v8/src/runtime/ |
runtime-json.cc | 35 stringifier.Stringify(object));
|