/external/v8/test/mjsunit/ |
string-external-cached.js | 29 // Test data pointer caching of external strings. 31 function test() { function 32 // Test string.charAt. 62 // Test regexp and short substring. 90 // Test adding external strings 114 // Run the test many times to ensure IC-s don't break things. 116 test();
|
string-replace-with-empty.js | 30 function test() { function 61 test();
|
typeof.js | 36 function test(x, y) { return x == y; } function 37 assertTrue(test('object', typeof r));
|
closures.js | 34 function test(n) { function 44 test(1); 45 test(42); 46 test(239);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/ |
iter_char.pass.cpp | 22 test(S& s, typename S::const_iterator p, typename S::value_type c, S expected) function 40 test(s, s.begin(), '1', S("1")); 41 test(s, s.begin(), 'a', S("a1")); 42 test(s, s.end(), 'b', S("a1b")); 43 test(s, s.end()-1, 'c', S("a1cb")); 44 test(s, s.end()-2, 'd', S("a1dcb")); 45 test(s, s.end()-3, '2', S("a12dcb")); 46 test(s, s.end()-4, '3', S("a132dcb")); 47 test(s, s.end()-5, '4', S("a1432dcb")); 48 test(s, s.begin()+1, '5', S("a51432dcb")) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/ |
char_size.pass.cpp | 21 test(const S& s, typename S::value_type c, typename S::size_type pos, function 31 test(const S& s, typename S::value_type c, typename S::size_type x) function 42 test(S(""), 'q', 0, S::npos); 43 test(S(""), 'q', 1, S::npos); 44 test(S("kitcj"), 'q', 0, 0); 45 test(S("qkamf"), 'q', 1, 1); 46 test(S("nhmko"), 'q', 2, 2); 47 test(S("tpsaf"), 'q', 4, 4); 48 test(S("lahfb"), 'q', 5, S::npos); 49 test(S("irkhs"), 'q', 6, S::npos) [all...] |
pointer_size.pass.cpp | 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function 31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function 41 test(S(""), "", 0, S::npos); 42 test(S(""), "laenf", 0, S::npos); 43 test(S(""), "pqlnkmbdjo", 0, S::npos); 44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos); 45 test(S(""), "", 1, S::npos); 46 test(S(""), "bjaht", 1, S::npos); 47 test(S(""), "hjlcmgpket", 1, S::npos); 48 test(S(""), "htaobedqikfplcgjsmrn", 1, S::npos) [all...] |
string_size.pass.cpp | 21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function 30 test(const S& s, const S& str, typename S::size_type x) function 40 test(S(""), S(""), 0, S::npos); 41 test(S(""), S("laenf"), 0, S::npos); 42 test(S(""), S("pqlnkmbdjo"), 0, S::npos); 43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos); 44 test(S(""), S(""), 1, S::npos); 45 test(S(""), S("bjaht"), 1, S::npos); 46 test(S(""), S("hjlcmgpket"), 1, S::npos); 47 test(S(""), S("htaobedqikfplcgjsmrn"), 1, S::npos) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.of/ |
char_size.pass.cpp | 21 test(const S& s, typename S::value_type c, typename S::size_type pos, function 31 test(const S& s, typename S::value_type c, typename S::size_type x) function 42 test(S(""), 'e', 0, S::npos); 43 test(S(""), 'e', 1, S::npos); 44 test(S("kitcj"), 'e', 0, S::npos); 45 test(S("qkamf"), 'e', 1, S::npos); 46 test(S("nhmko"), 'e', 2, S::npos); 47 test(S("tpsaf"), 'e', 4, S::npos); 48 test(S("lahfb"), 'e', 5, S::npos); 49 test(S("irkhs"), 'e', 6, S::npos) [all...] |
pointer_size.pass.cpp | 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function 31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function 41 test(S(""), "", 0, S::npos); 42 test(S(""), "laenf", 0, S::npos); 43 test(S(""), "pqlnkmbdjo", 0, S::npos); 44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos); 45 test(S(""), "", 1, S::npos); 46 test(S(""), "bjaht", 1, S::npos); 47 test(S(""), "hjlcmgpket", 1, S::npos); 48 test(S(""), "htaobedqikfplcgjsmrn", 1, S::npos) [all...] |
string_size.pass.cpp | 21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function 30 test(const S& s, const S& str, typename S::size_type x) function 40 test(S(""), S(""), 0, S::npos); 41 test(S(""), S("laenf"), 0, S::npos); 42 test(S(""), S("pqlnkmbdjo"), 0, S::npos); 43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos); 44 test(S(""), S(""), 1, S::npos); 45 test(S(""), S("bjaht"), 1, S::npos); 46 test(S(""), S("hjlcmgpket"), 1, S::npos); 47 test(S(""), S("htaobedqikfplcgjsmrn"), 1, S::npos) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/ |
char_size.pass.cpp | 21 test(const S& s, typename S::value_type c, typename S::size_type pos, function 31 test(const S& s, typename S::value_type c, typename S::size_type x) function 42 test(S(""), 'i', 0, S::npos); 43 test(S(""), 'i', 1, S::npos); 44 test(S("kitcj"), 'i', 0, 0); 45 test(S("qkamf"), 'i', 1, 1); 46 test(S("nhmko"), 'i', 2, 2); 47 test(S("tpsaf"), 'i', 4, 4); 48 test(S("lahfb"), 'i', 5, 4); 49 test(S("irkhs"), 'i', 6, 4) [all...] |
pointer_size.pass.cpp | 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function 31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function 41 test(S(""), "", 0, S::npos); 42 test(S(""), "laenf", 0, S::npos); 43 test(S(""), "pqlnkmbdjo", 0, S::npos); 44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos); 45 test(S(""), "", 1, S::npos); 46 test(S(""), "bjaht", 1, S::npos); 47 test(S(""), "hjlcmgpket", 1, S::npos); 48 test(S(""), "htaobedqikfplcgjsmrn", 1, S::npos) [all...] |
string_size.pass.cpp | 21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function 30 test(const S& s, const S& str, typename S::size_type x) function 40 test(S(""), S(""), 0, S::npos); 41 test(S(""), S("laenf"), 0, S::npos); 42 test(S(""), S("pqlnkmbdjo"), 0, S::npos); 43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos); 44 test(S(""), S(""), 1, S::npos); 45 test(S(""), S("bjaht"), 1, S::npos); 46 test(S(""), S("hjlcmgpket"), 1, S::npos); 47 test(S(""), S("htaobedqikfplcgjsmrn"), 1, S::npos) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.of/ |
char_size.pass.cpp | 21 test(const S& s, typename S::value_type c, typename S::size_type pos, function 31 test(const S& s, typename S::value_type c, typename S::size_type x) function 42 test(S(""), 'm', 0, S::npos); 43 test(S(""), 'm', 1, S::npos); 44 test(S("kitcj"), 'm', 0, S::npos); 45 test(S("qkamf"), 'm', 1, S::npos); 46 test(S("nhmko"), 'm', 2, 2); 47 test(S("tpsaf"), 'm', 4, S::npos); 48 test(S("lahfb"), 'm', 5, S::npos); 49 test(S("irkhs"), 'm', 6, S::npos) [all...] |
pointer_size.pass.cpp | 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function 31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function 41 test(S(""), "", 0, S::npos); 42 test(S(""), "laenf", 0, S::npos); 43 test(S(""), "pqlnkmbdjo", 0, S::npos); 44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos); 45 test(S(""), "", 1, S::npos); 46 test(S(""), "bjaht", 1, S::npos); 47 test(S(""), "hjlcmgpket", 1, S::npos); 48 test(S(""), "htaobedqikfplcgjsmrn", 1, S::npos) [all...] |
string_size.pass.cpp | 21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function 30 test(const S& s, const S& str, typename S::size_type x) function 40 test(S(""), S(""), 0, S::npos); 41 test(S(""), S("laenf"), 0, S::npos); 42 test(S(""), S("pqlnkmbdjo"), 0, S::npos); 43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos); 44 test(S(""), S(""), 1, S::npos); 45 test(S(""), S("bjaht"), 1, S::npos); 46 test(S(""), S("hjlcmgpket"), 1, S::npos); 47 test(S(""), S("htaobedqikfplcgjsmrn"), 1, S::npos) [all...] |
/external/chromium_org/v8/test/mjsunit/ |
closures.js | 34 function test(n) { function 44 test(1); 45 test(42); 46 test(239);
|
generated-transition-stub.js | 30 %NeverOptimizeFunction(test); 31 function test() { function 40 // Test PACKED SMI -> PACKED DOUBLE 57 // Test handling of hole. 78 // Test HOLEY SMI -> HOLEY DOUBLE 112 // Test PACKED DOUBLE -> PACKED OBJECT 166 // Test HOLEY DOUBLE -> HOLEY OBJECT 222 test();
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
osr-sar.js | 30 function test() { function 48 test(); 49 //test();
|
regress-shared-deopt.js | 38 function test() { function 65 test();
|
inline-function-apply.js | 30 // Test inlining and deoptimization of function.apply(this, arguments) 34 function test(argumentsCount) { function 87 test(a);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1104.js | 31 function test(f) { function 37 test();
|
/external/v8/test/mjsunit/regress/ |
regress-1104.js | 31 function test(f) { function 37 test();
|
/external/chromium_org/v8/test/webkit/ |
array-proto-func-property-getter-except.js | 25 "This test checks that functions on the array prototype correctly handle exceptions from property getters when called on non-array objects." 28 function test(f) { function 48 // This test makes sense for these functions: (they should get all properties on the array) 49 shouldBeTrue("test(Array.prototype.sort)"); 50 shouldBeTrue("test(Array.prototype.every)"); 51 shouldBeTrue("test(Array.prototype.some)"); 52 shouldBeTrue("test(Array.prototype.forEach)"); 53 shouldBeTrue("test(Array.prototype.map)"); 54 shouldBeTrue("test(Array.prototype.filter)"); 55 shouldBeTrue("test(Array.prototype.reduce)") [all...] |