/external/libcxx/test/std/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...] |
/external/libcxx/test/std/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/llvm/test/MC/ARM/ |
2013-03-18-Br-to-label-named-like-reg.s | 3 @ CHECK: test: 5 test: label
|
/external/v8/test/mjsunit/ |
array-shift2.js | 11 function test(array) { function 15 assertEquals(["element 1",2], test(["0",,2])); 16 assertEquals(["element 1",{}], test([{},,{}])); 17 %OptimizeFunctionOnNextCall(test); 18 assertEquals(["element 1",0], test([{},,0]));
|
compare-nil.js | 30 function test(v) { function 33 assertFalse(test(true)); 34 assertFalse(test(true)); 35 assertTrue(test(null)); 36 assertTrue(test(null));
|
constant-fold-control-instructions.js | 7 function test() { function 44 test(); 45 test(); 46 %OptimizeFunctionOnNextCall(test); 47 test();
|
constant-folding-2.js | 31 function test(f) { function 40 test(function add() { 51 test(function inc() { 62 test(function dec() { 73 test(function sub() { 84 test(function mul() { 96 test(function div() { 107 test(function mathMin() { 119 test(function mathMax() { 131 test(function mathExp() [all...] |
deopt-with-fp-regs.js | 33 function test(a, b, c, d, e, v) { function 34 // This test expects some specific input values. 80 test(10.0, 20.0, 30.0, 40.0, 50.0, 1.5); 81 test(10.0, 20.0, 30.0, 40.0, 50.0, 1.5); 82 %OptimizeFunctionOnNextCall(test); 83 test(10.0, 20.0, 30.0, 40.0, 50.0, 1.5); 84 assertTrue(2 != %GetOptimizationStatus(test)); 89 test(10.0, 20.0, 30.0, 40.0, 50.0, 1.5); 90 assertTrue(1 != %GetOptimizationStatus(test));
|
local-load-from-eval.js | 30 function test(source) { function 35 test("assertEquals(27, x);"); 36 test("(function() { assertEquals(27, x) })();"); 37 test("(function() { var y = 42; eval('1'); assertEquals(42, y); })();"); 38 test("(function() { var y = 42; eval('var y = 2; var z = 2;'); assertEquals(2, y); })();");
|
math-pow.js | 31 function test() { function 144 // Test detecting and converting integer value as double. 170 test(); 171 test(); 172 %OptimizeFunctionOnNextCall(test); 173 test();
|
math-sqrt.js | 30 function test(expected_sqrt, value) { function 42 test(2, 4); 43 test(0.1, 0.01); 46 test(NaN, NaN); 47 test(NaN, -1); 48 test(+0, +0); 49 test(-0, -0); 50 test(Infinity, Infinity); 52 test(NaN, -Infinity);
|
number-literal.js | 5 function test(message, a, b, skipStrictMode) { function 15 test('hex-int', '0x20', '32'); 16 test('oct-int', '040', '32', true); // Octals disallowed in strict mode. 17 test('dec-int', '32.00', '32'); 18 test('dec-underflow-int', '32.00000000000000000000000000000000000000001', '32'); 19 test('exp-int', '3.2e1', '32'); 20 test('exp-int', '3200e-2', '32'); 21 test('overflow-inf', '1e2000', 'Infinity'); 22 test('overflow-inf-exact', '1.797693134862315808e+308', 'Infinity'); 23 test('non-overflow-inf-exact', '1.797693134862315807e+308' [all...] |
/external/v8/test/mjsunit/compiler/ |
regress-106351.js | 30 // Test Math.round with the input reused in the same expression. 31 function test(x) { function 36 for (var i = 0; i < 5; ++i) test(0.5); 37 %OptimizeFunctionOnNextCall(test); 38 test(0.5);
|
regress-96989.js | 31 // Test correct handling of uninitialized const. 33 function test() { function 41 for (var i=0; i<10; i++) test(); 42 %OptimizeFunctionOnNextCall(test); 43 assertEquals(41, test());
|
/external/v8/test/mjsunit/regress/ |
regress-125515.js | 30 function test(a) { function 35 test(a); 36 test(a); 40 test(a); 41 test(a);
|
regress-148378.js | 30 function test() { function 32 test(); 38 test();
|
regress-1919169.js | 29 function test() { function 39 test();
|
regress-2234.js | 30 function test(i) { function 39 test(i); 40 if (i == 0) %OptimizeFunctionOnNextCall(test);
|
regress-2294.js | 32 function test() { function 67 test(); 68 test(); 69 %OptimizeFunctionOnNextCall(test); 70 test();
|
regress-260.js | 32 function test() { eval("while(!function () { var x; });"); } function 33 test();
|
regress-286.js | 30 function test() { function 36 assertEquals(1, test());
|