/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/ |
scalar_plus_complex.pass.cpp | 21 test(const T& lhs, const std::complex<T>& rhs, std::complex<T> x) function 28 test() function 34 test(lhs, rhs, x); 40 test(lhs, rhs, x); 46 test<float>(); 47 test<double>(); 48 test<long double>();
|
scalar_times_complex.pass.cpp | 21 test(const T& lhs, const std::complex<T>& rhs, std::complex<T> x) function 28 test() function 33 test(lhs, rhs, x); 38 test<float>(); 39 test<double>(); 40 test<long double>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/ |
conj.pass.cpp | 21 test(const std::complex<T>& z, std::complex<T> x) function 28 test() function 30 test(std::complex<T>(1, 2), std::complex<T>(1, -2)); 31 test(std::complex<T>(-1, 2), std::complex<T>(-1, -2)); 32 test(std::complex<T>(1, -2), std::complex<T>(1, 2)); 33 test(std::complex<T>(-1, -2), std::complex<T>(-1, 2)); 38 test<float>(); 39 test<double>(); 40 test<long double>();
|
imag.pass.cpp | 21 test() function 29 test<float>(); 30 test<double>(); 31 test<long double>();
|
real.pass.cpp | 21 test() function 29 test<float>(); 30 test<double>(); 31 test<long double>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
result_type.pass.cpp | 24 test() function 33 test<unsigned short>(); 34 test<unsigned int>(); 35 test<unsigned long>(); 36 test<unsigned long long>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ |
il_flg.pass.cpp | 23 test(std::initializer_list<char> il, std::regex_constants::syntax_option_type f, unsigned mc) function 40 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::basic, 1); 41 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::basic, 1); 42 test({'\\', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::basic, 2); 43 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::basic, 0); 45 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::extended, 0); 46 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::extended, 0); 47 test({'\\', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::extended, 0); 48 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::extended, 2); 50 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::ECMAScript, 0) [all...] |
ptr.pass.cpp | 21 test(const CharT* p, unsigned mc) function 30 test("\\(a\\)", 0); 31 test("\\(a[bc]\\)", 0); 32 test("\\(a\\([bc]\\)\\)", 0); 33 test("(a([bc]))", 2);
|
ptr_flg.pass.cpp | 21 test(const CharT* p, std::regex_constants::syntax_option_type f, unsigned mc) function 30 test("\\(a\\)", std::regex_constants::basic, 1); 31 test("\\(a[bc]\\)", std::regex_constants::basic, 1); 32 test("\\(a\\([bc]\\)\\)", std::regex_constants::basic, 2); 33 test("(a([bc]))", std::regex_constants::basic, 0); 35 test("\\(a\\)", std::regex_constants::extended, 0); 36 test("\\(a[bc]\\)", std::regex_constants::extended, 0); 37 test("\\(a\\([bc]\\)\\)", std::regex_constants::extended, 0); 38 test("(a([bc]))", std::regex_constants::extended, 2); 40 test("\\(a\\)", std::regex_constants::ECMAScript, 0) [all...] |
ptr_size_flg.pass.cpp | 21 test(const CharT* p, std::size_t len, std::regex_constants::syntax_option_type f, function 31 test("\\(a\\)", 5, std::regex_constants::basic, 1); 32 test("\\(a[bc]\\)", 9, std::regex_constants::basic, 1); 33 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::basic, 2); 34 test("(a([bc]))", 9, std::regex_constants::basic, 0); 36 test("\\(a\\)", 5, std::regex_constants::extended, 0); 37 test("\\(a[bc]\\)", 9, std::regex_constants::extended, 0); 38 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::extended, 0); 39 test("(a([bc]))", 9, std::regex_constants::extended, 2); 41 test("\\(a\\)", 5, std::regex_constants::ECMAScript, 0) [all...] |
string.pass.cpp | 22 test(const String& p, unsigned mc) function 31 test(std::string("\\(a\\)"), 0); 32 test(std::string("\\(a[bc]\\)"), 0); 33 test(std::string("\\(a\\([bc]\\)\\)"), 0); 34 test(std::string("(a([bc]))"), 2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.all/ |
get_allocator.pass.cpp | 23 test(const Allocator& a) function 33 test<char>(test_allocator<std::sub_match<const char*> >(3)); 34 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.const/ |
allocator.pass.cpp | 23 test(const Allocator& a) function 33 test<char>(test_allocator<std::sub_match<const char*> >(3)); 34 test<wchar_t>(test_allocator<std::sub_match<const wchar_t*> >(3));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.tag/ |
allocator_arg.pass.cpp | 17 void test(std::allocator_arg_t) {} function 21 test(std::allocator_arg);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.ratio/ |
ratio.pass.cpp | 10 // test ratio: The static data members num and den shall have thcommon 16 void test() function 24 test<1, 1, 1, 1>(); 25 test<1, 10, 1, 10>(); 26 test<10, 10, 1, 1>(); 27 test<10, 1, 10, 1>(); 28 test<12, 4, 3, 1>(); 29 test<12, -4, -3, 1>(); 30 test<-12, 4, -3, 1>(); 31 test<-12, -4, 3, 1>() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/ |
rep.pass.cpp | 24 test(R r) function 36 test<std::chrono::duration<int> >(5); 37 test<std::chrono::duration<int, std::ratio<3, 2> > >(5); 38 test<std::chrono::duration<Rep, std::ratio<3, 2> > >(Rep(3)); 39 test<std::chrono::duration<double, std::ratio<2, 3> > >(5.5);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.helper/ |
tuple_element.pass.cpp | 25 void test() function 34 test<std::tuple<int>, 0, int>(); 35 test<std::tuple<char, int>, 0, char>(); 36 test<std::tuple<char, int>, 1, int>(); 37 test<std::tuple<int*, char, int>, 0, int*>(); 38 test<std::tuple<int*, char, int>, 1, char>(); 39 test<std::tuple<int*, char, int>, 2, int>();
|
tuple_size.pass.cpp | 22 void test() function 36 test<std::tuple<>, 0>(); 37 test<std::tuple<int>, 1>(); 38 test<std::tuple<char, int>, 2>(); 39 test<std::tuple<char, char*, int>, 3>();
|
/ndk/tests/device/test-gnustl-full/unit/ |
_template.cpp | 13 class Test : public CPPUNIT_NS::TestCase 15 CPPUNIT_TEST_SUITE(Test); 16 CPPUNIT_TEST(test); 20 void test(); 23 CPPUNIT_TEST_SUITE_REGISTRATION(Test); 28 void Test::test() function in class:Test
|
/ndk/tests/device/test-stlport/unit/ |
_template.cpp | 13 class Test : public CPPUNIT_NS::TestCase 15 CPPUNIT_TEST_SUITE(Test); 16 CPPUNIT_TEST(test); 20 void test(); 23 CPPUNIT_TEST_SUITE_REGISTRATION(Test); 28 void Test::test() function in class:Test
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-134609.js | 43 function test() { function 52 assertEquals("good", test()); 53 assertEquals("good", test()); 54 %OptimizeFunctionOnNextCall(test); 55 assertEquals("good", test()); 57 // At this point, foo should have been inlined into test. Let's deopt... 59 assertEquals("good", test());
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
escape-analysis-representation.js | 49 function test(value_track, value_break) { function 71 test(values[i], values[j])
|
math-floor-local.js | 30 // Test inlining of Math.floor when assigned to a local. 34 var test = new Function('n', 37 assertEquals(expect, test(input)); 38 assertEquals(expect, test(input)); 39 assertEquals(expect, test(input)); 40 %OptimizeFunctionOnNextCall(test); 41 assertEquals(expect, test(input)); 49 function test() { function 142 // Test in a loop to cover the custom IC and GC-related issues. 144 test(); [all...] |
/external/chromium_org/v8/test/mjsunit/ |
math-floor-part1.js | 33 var test = new Function('n', 35 assertEquals(expect, test(input)); 36 assertEquals(expect, test(input)); 37 assertEquals(expect, test(input)); 38 %OptimizeFunctionOnNextCall(test); 39 assertEquals(expect, test(input)); 47 function test() { function 85 // Test in a loop to cover the custom IC and GC-related issues. 87 test();
|
/external/v8/test/mjsunit/compiler/ |
math-floor-local.js | 30 // Test inlining of Math.floor when assigned to a local. 34 var test = new Function('n', 37 assertEquals(expect, test(input)); 38 assertEquals(expect, test(input)); 39 assertEquals(expect, test(input)); 40 %OptimizeFunctionOnNextCall(test); 41 assertEquals(expect, test(input)); 49 function test() { function 142 // Test in a loop to cover the custom IC and GC-related issues. 144 test(); [all...] |