Searched refs:test (Results 151 - 175 of 6019) sorted by relevance

1234567891011>>

/external/libcxx/test/strings/basic.string/string.nonmembers/string_operator==/
H A Dstring_pointer.pass.cpp22 test(const S& lhs, const typename S::value_type* rhs, bool x) function
31 test(S(""), "", true);
32 test(S(""), "abcde", false);
33 test(S(""), "abcdefghij", false);
34 test(S(""), "abcdefghijklmnopqrst", false);
35 test(S("abcde"), "", false);
36 test(S("abcde"), "abcde", true);
37 test(S("abcde"), "abcdefghij", false);
38 test(S("abcde"), "abcdefghijklmnopqrst", false);
39 test(
[all...]
H A Dstring_string.pass.cpp23 test(const S& lhs, const S& rhs, bool x) function
32 test(S(""), S(""), true);
33 test(S(""), S("abcde"), false);
34 test(S(""), S("abcdefghij"), false);
35 test(S(""), S("abcdefghijklmnopqrst"), false);
36 test(S("abcde"), S(""), false);
37 test(S("abcde"), S("abcde"), true);
38 test(S("abcde"), S("abcdefghij"), false);
39 test(S("abcde"), S("abcdefghijklmnopqrst"), false);
40 test(
[all...]
/external/libcxx/test/strings/basic.string/string.nonmembers/string_opgt/
H A Dpointer_string.pass.cpp22 test(const typename S::value_type* lhs, const S& rhs, bool x) function
31 test("", S(""), false);
32 test("", S("abcde"), false);
33 test("", S("abcdefghij"), false);
34 test("", S("abcdefghijklmnopqrst"), false);
35 test("abcde", S(""), true);
36 test("abcde", S("abcde"), false);
37 test("abcde", S("abcdefghij"), false);
38 test("abcde", S("abcdefghijklmnopqrst"), false);
39 test("abcdefghi
[all...]
H A Dstring_pointer.pass.cpp22 test(const S& lhs, const typename S::value_type* rhs, bool x) function
31 test(S(""), "", false);
32 test(S(""), "abcde", false);
33 test(S(""), "abcdefghij", false);
34 test(S(""), "abcdefghijklmnopqrst", false);
35 test(S("abcde"), "", true);
36 test(S("abcde"), "abcde", false);
37 test(S("abcde"), "abcdefghij", false);
38 test(S("abcde"), "abcdefghijklmnopqrst", false);
39 test(
[all...]
H A Dstring_string.pass.cpp23 test(const S& lhs, const S& rhs, bool x) function
32 test(S(""), S(""), false);
33 test(S(""), S("abcde"), false);
34 test(S(""), S("abcdefghij"), false);
35 test(S(""), S("abcdefghijklmnopqrst"), false);
36 test(S("abcde"), S(""), true);
37 test(S("abcde"), S("abcde"), false);
38 test(S("abcde"), S("abcdefghij"), false);
39 test(S("abcde"), S("abcdefghijklmnopqrst"), false);
40 test(
[all...]
/external/libcxx/test/strings/basic.string/string.nonmembers/string_opgt=/
H A Dpointer_string.pass.cpp22 test(const typename S::value_type* lhs, const S& rhs, bool x) function
31 test("", S(""), true);
32 test("", S("abcde"), false);
33 test("", S("abcdefghij"), false);
34 test("", S("abcdefghijklmnopqrst"), false);
35 test("abcde", S(""), true);
36 test("abcde", S("abcde"), true);
37 test("abcde", S("abcdefghij"), false);
38 test("abcde", S("abcdefghijklmnopqrst"), false);
39 test("abcdefghi
[all...]
H A Dstring_pointer.pass.cpp22 test(const S& lhs, const typename S::value_type* rhs, bool x) function
31 test(S(""), "", true);
32 test(S(""), "abcde", false);
33 test(S(""), "abcdefghij", false);
34 test(S(""), "abcdefghijklmnopqrst", false);
35 test(S("abcde"), "", true);
36 test(S("abcde"), "abcde", true);
37 test(S("abcde"), "abcdefghij", false);
38 test(S("abcde"), "abcdefghijklmnopqrst", false);
39 test(
[all...]
H A Dstring_string.pass.cpp23 test(const S& lhs, const S& rhs, bool x) function
32 test(S(""), S(""), true);
33 test(S(""), S("abcde"), false);
34 test(S(""), S("abcdefghij"), false);
35 test(S(""), S("abcdefghijklmnopqrst"), false);
36 test(S("abcde"), S(""), true);
37 test(S("abcde"), S("abcde"), true);
38 test(S("abcde"), S("abcdefghij"), false);
39 test(S("abcde"), S("abcdefghijklmnopqrst"), false);
40 test(
[all...]
/external/libcxx/test/strings/basic.string/string.nonmembers/string_oplt/
H A Dpointer_string.pass.cpp22 test(const typename S::value_type* lhs, const S& rhs, bool x) function
31 test("", S(""), false);
32 test("", S("abcde"), true);
33 test("", S("abcdefghij"), true);
34 test("", S("abcdefghijklmnopqrst"), true);
35 test("abcde", S(""), false);
36 test("abcde", S("abcde"), false);
37 test("abcde", S("abcdefghij"), true);
38 test("abcde", S("abcdefghijklmnopqrst"), true);
39 test("abcdefghi
[all...]
H A Dstring_pointer.pass.cpp22 test(const S& lhs, const typename S::value_type* rhs, bool x) function
31 test(S(""), "", false);
32 test(S(""), "abcde", true);
33 test(S(""), "abcdefghij", true);
34 test(S(""), "abcdefghijklmnopqrst", true);
35 test(S("abcde"), "", false);
36 test(S("abcde"), "abcde", false);
37 test(S("abcde"), "abcdefghij", true);
38 test(S("abcde"), "abcdefghijklmnopqrst", true);
39 test(
[all...]
H A Dstring_string.pass.cpp23 test(const S& lhs, const S& rhs, bool x) function
32 test(S(""), S(""), false);
33 test(S(""), S("abcde"), true);
34 test(S(""), S("abcdefghij"), true);
35 test(S(""), S("abcdefghijklmnopqrst"), true);
36 test(S("abcde"), S(""), false);
37 test(S("abcde"), S("abcde"), false);
38 test(S("abcde"), S("abcdefghij"), true);
39 test(S("abcde"), S("abcdefghijklmnopqrst"), true);
40 test(
[all...]
/external/libcxx/test/strings/basic.string/string.nonmembers/string_oplt=/
H A Dpointer_string.pass.cpp22 test(const typename S::value_type* lhs, const S& rhs, bool x) function
31 test("", S(""), true);
32 test("", S("abcde"), true);
33 test("", S("abcdefghij"), true);
34 test("", S("abcdefghijklmnopqrst"), true);
35 test("abcde", S(""), false);
36 test("abcde", S("abcde"), true);
37 test("abcde", S("abcdefghij"), true);
38 test("abcde", S("abcdefghijklmnopqrst"), true);
39 test("abcdefghi
[all...]
H A Dstring_pointer.pass.cpp22 test(const S& lhs, const typename S::value_type* rhs, bool x) function
31 test(S(""), "", true);
32 test(S(""), "abcde", true);
33 test(S(""), "abcdefghij", true);
34 test(S(""), "abcdefghijklmnopqrst", true);
35 test(S("abcde"), "", false);
36 test(S("abcde"), "abcde", true);
37 test(S("abcde"), "abcdefghij", true);
38 test(S("abcde"), "abcdefghijklmnopqrst", true);
39 test(
[all...]
H A Dstring_string.pass.cpp23 test(const S& lhs, const S& rhs, bool x) function
32 test(S(""), S(""), true);
33 test(S(""), S("abcde"), true);
34 test(S(""), S("abcdefghij"), true);
35 test(S(""), S("abcdefghijklmnopqrst"), true);
36 test(S("abcde"), S(""), false);
37 test(S("abcde"), S("abcde"), true);
38 test(S("abcde"), S("abcdefghij"), true);
39 test(S("abcde"), S("abcdefghijklmnopqrst"), true);
40 test(
[all...]
/external/libcxx/test/strings/basic.string/string.ops/string_compare/
H A Dpointer.pass.cpp30 test(const S& s, const typename S::value_type* str, int x) function
39 test(S(""), "", 0);
40 test(S(""), "abcde", -5);
41 test(S(""), "abcdefghij", -10);
42 test(S(""), "abcdefghijklmnopqrst", -20);
43 test(S("abcde"), "", 5);
44 test(S("abcde"), "abcde", 0);
45 test(S("abcde"), "abcdefghij", -5);
46 test(S("abcde"), "abcdefghijklmnopqrst", -15);
47 test(
[all...]
H A Dstring.pass.cpp30 test(const S& s, const S& str, int x) function
39 test(S(""), S(""), 0);
40 test(S(""), S("abcde"), -5);
41 test(S(""), S("abcdefghij"), -10);
42 test(S(""), S("abcdefghijklmnopqrst"), -20);
43 test(S("abcde"), S(""), 5);
44 test(S("abcde"), S("abcde"), 0);
45 test(S("abcde"), S("abcdefghij"), -5);
46 test(S("abcde"), S("abcdefghijklmnopqrst"), -15);
47 test(
[all...]
/external/chromium_org/tools/gyp/test/make_global_settings/ld/
H A Dgyptest-make_global_settings_ld.py15 def resolve_path(test, path):
18 elif test.format == 'make':
20 elif test.format == 'ninja':
23 test.fail_test()
26 def verify_ld_target(test, ld=None, rel_path=False):
28 ld_expected = resolve_path(test, ld)
33 if test.format == 'make':
37 test.must_not_contain('Makefile', 'LD ?= ')
39 elif test.format == 'ninja':
44 if test
82 test = TestGyp.TestGyp(formats=test_format) variable
[all...]
/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-symlink.py17 test = TestGyp.TestGyp(formats=['!android']) variable
19 test.skip_test('Missing os.symlink -- skipping test.\n')
21 test.writable(test.workpath('src'), False)
23 test.writable(test.workpath('src/subdir2/deeper/build'), True)
25 test.subdir(test.workpath('build'))
26 test
[all...]
/external/chromium_org/tools/gyp/test/msvs/external_builder/
H A Dgyptest-all.py20 test = TestGyp.TestGyp(formats=['msvs'], workdir='workarea_all') variable
23 test.run_gyp('external.gyp')
24 test.build('external.gyp', target='external')
25 test.must_not_exist('external_builder.out')
26 test.must_exist('msbuild_rule.out')
27 test.must_exist('msbuild_action.out')
28 test.must_match('msbuild_rule.out', 'msbuild_rule.py hello.z a b c')
29 test.must_match('msbuild_action.out', 'msbuild_action.py x y z')
36 test.run_gyp('external.gyp')
37 test
[all...]
/external/libcxx/test/language.support/support.limits/limits/
H A Dis_specialized.pass.cpp10 // test numeric_limits
25 // More convenient to test it here.
31 void test() function
45 test<bool>();
46 test<char>();
47 test<wchar_t>();
49 test<char16_t>();
50 test<char32_t>();
52 test<signed char>();
53 test<unsigne
[all...]
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Ddenorm_min.pass.cpp10 // test numeric_limits
19 test(T expected) function
29 test<bool>(false);
30 test<char>(0);
31 test<signed char>(0);
32 test<unsigned char>(0);
33 test<wchar_t>(0);
35 test<char16_t>(0);
36 test<char32_t>(0);
38 test<shor
[all...]
H A Ddigits.pass.cpp10 // test numeric_limits
19 test() function
21 static_assert(std::numeric_limits<T>::digits == expected, "digits test 1");
22 static_assert(std::numeric_limits<const T>::digits == expected, "digits test 2");
23 static_assert(std::numeric_limits<volatile T>::digits == expected, "digits test 3");
24 static_assert(std::numeric_limits<const volatile T>::digits == expected, "digits test 4");
29 test<bool, 1>();
30 test<char, std::numeric_limits<char>::is_signed ? 7 : 8>();
31 test<signed char, 7>();
32 test<unsigne
[all...]
H A Ddigits10.pass.cpp10 // test numeric_limits
19 test() function
21 static_assert(std::numeric_limits<T>::digits10 == expected, "digits10 test 1");
22 static_assert(std::numeric_limits<T>::is_bounded, "digits10 test 5");
23 static_assert(std::numeric_limits<const T>::digits10 == expected, "digits10 test 2");
24 static_assert(std::numeric_limits<const T>::is_bounded, "digits10 test 6");
25 static_assert(std::numeric_limits<volatile T>::digits10 == expected, "digits10 test 3");
26 static_assert(std::numeric_limits<volatile T>::is_bounded, "digits10 test 7");
27 static_assert(std::numeric_limits<const volatile T>::digits10 == expected, "digits10 test 4");
28 static_assert(std::numeric_limits<const volatile T>::is_bounded, "digits10 test
[all...]
H A Depsilon.pass.cpp10 // test numeric_limits
20 test(T expected) function
30 test<bool>(false);
31 test<char>(0);
32 test<signed char>(0);
33 test<unsigned char>(0);
34 test<wchar_t>(0);
36 test<char16_t>(0);
37 test<char32_t>(0);
39 test<shor
[all...]
H A Dinfinity.pass.cpp10 // test numeric_limits
20 test(T expected) function
32 test<bool>(false);
33 test<char>(0);
34 test<signed char>(0);
35 test<unsigned char>(0);
36 test<wchar_t>(0);
38 test<char16_t>(0);
39 test<char32_t>(0);
41 test<shor
[all...]

Completed in 385 milliseconds

1234567891011>>