Searched refs:test (Results 101 - 125 of 10938) sorted by relevance

1234567891011>>

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
H A Dmax_exponent.pass.cpp10 // test numeric_limits
19 test() function
21 static_assert(std::numeric_limits<T>::max_exponent == expected, "max_exponent test 1");
22 static_assert(std::numeric_limits<const T>::max_exponent == expected, "max_exponent test 2");
23 static_assert(std::numeric_limits<volatile T>::max_exponent == expected, "max_exponent test 3");
24 static_assert(std::numeric_limits<const volatile T>::max_exponent == expected, "max_exponent test 4");
29 test<bool, 0>();
30 test<char, 0>();
31 test<signed char, 0>();
32 test<unsigne
[all...]
H A Dmax_exponent10.pass.cpp10 // test numeric_limits
19 test() function
21 static_assert(std::numeric_limits<T>::max_exponent10 == expected, "max_exponent10 test 1");
22 static_assert(std::numeric_limits<const T>::max_exponent10 == expected, "max_exponent10 test 2");
23 static_assert(std::numeric_limits<volatile T>::max_exponent10 == expected, "max_exponent10 test 3");
24 static_assert(std::numeric_limits<const volatile T>::max_exponent10 == expected, "max_exponent10 test 4");
29 test<bool, 0>();
30 test<char, 0>();
31 test<signed char, 0>();
32 test<unsigne
[all...]
H A Dmin_exponent.pass.cpp10 // test numeric_limits
19 test() function
21 static_assert(std::numeric_limits<T>::min_exponent == expected, "min_exponent test 1");
22 static_assert(std::numeric_limits<const T>::min_exponent == expected, "min_exponent test 2");
23 static_assert(std::numeric_limits<volatile T>::min_exponent == expected, "min_exponent test 3");
24 static_assert(std::numeric_limits<const volatile T>::min_exponent == expected, "min_exponent test 4");
29 test<bool, 0>();
30 test<char, 0>();
31 test<signed char, 0>();
32 test<unsigne
[all...]
H A Dmin_exponent10.pass.cpp10 // test numeric_limits
19 test() function
21 static_assert(std::numeric_limits<T>::min_exponent10 == expected, "min_exponent10 test 1");
22 static_assert(std::numeric_limits<const T>::min_exponent10 == expected, "min_exponent10 test 2");
23 static_assert(std::numeric_limits<volatile T>::min_exponent10 == expected, "min_exponent10 test 3");
24 static_assert(std::numeric_limits<const volatile T>::min_exponent10 == expected, "min_exponent10 test 4");
29 test<bool, 0>();
30 test<char, 0>();
31 test<signed char, 0>();
32 test<unsigne
[all...]
H A Dradix.pass.cpp10 // test numeric_limits
19 test() function
21 static_assert(std::numeric_limits<T>::radix == expected, "radix test 1");
22 static_assert(std::numeric_limits<const T>::radix == expected, "radix test 2");
23 static_assert(std::numeric_limits<volatile T>::radix == expected, "radix test 3");
24 static_assert(std::numeric_limits<const volatile T>::radix == expected, "radix test 4");
29 test<bool, 2>();
30 test<char, 2>();
31 test<signed char, 2>();
32 test<unsigne
[all...]
H A Dround_error.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 Dtraps.pass.cpp10 // test numeric_limits
25 test() function
27 static_assert(std::numeric_limits<T>::traps == expected, "traps test 1");
28 static_assert(std::numeric_limits<const T>::traps == expected, "traps test 2");
29 static_assert(std::numeric_limits<volatile T>::traps == expected, "traps test 3");
30 static_assert(std::numeric_limits<const volatile T>::traps == expected, "traps test 4");
35 test<bool, false>();
36 test<char, integral_types_trap>();
37 test<signed char, integral_types_trap>();
38 test<unsigne
[all...]
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Diter_size_char.pass.cpp22 test(S s, typename S::difference_type pos, typename S::size_type n, function
36 test(S(""), 0, 0, '1', S(""));
37 test(S(""), 0, 5, '1', S("11111"));
38 test(S(""), 0, 10, '1', S("1111111111"));
39 test(S(""), 0, 20, '1', S("11111111111111111111"));
40 test(S("abcde"), 0, 0, '1', S("abcde"));
41 test(S("abcde"), 0, 5, '1', S("11111abcde"));
42 test(S("abcde"), 0, 10, '1', S("1111111111abcde"));
43 test(S("abcde"), 0, 20, '1', S("11111111111111111111abcde"));
44 test(
[all...]
/external/clang/test/CodeGen/
H A D2002-07-30-VarArgsCallFailure.c4 void test(char *, const char*, int);
7 test(Buf, "n%%%d", tcount++);
H A D2007-02-16-VoidPtrDiff.c3 void foo(void *ptr, int test) { argument
4 (ptr - ((void *) test + 0x2000));
H A D2008-02-07-bitfield-bug.c4 struct test { struct
9 void f(struct test *t) {
/external/clang/test/CodeGenCXX/
H A Dswitch-case-folding-2.cpp5 int test(int val){ function
18 return test(5);
/external/dtc/tests/
H A Doverlay_bad_fixup_bad_index.dts12 test = "/fragment@0:target:ab";
H A Doverlay_bad_fixup_empty.dts12 test = "";
H A Doverlay_bad_fixup_empty_index.dts12 test = "/fragment@0:target:";
H A Doverlay_bad_fixup_index_trailing.dts12 test = "/fragment@0:target:0a";
H A Doverlay_bad_fixup_path_empty_prop.dts12 test = "/fragment@0::";
H A Doverlay_bad_fixup_path_only.dts12 test = "/fragment@0";
H A Doverlay_bad_fixup_path_only_sep.dts12 test = "/fragment@0:";
H A Doverlay_bad_fixup_path_prop.dts12 test = "/fragment@0:target";
H A Doverlay_overlay.dts15 target = <&test>;
18 test-int-property = <43>;
24 target = <&test>;
27 test-str-property = "foobar";
33 target = <&test>;
36 test-str-property-2 = "foobar2";
42 target = <&test>;
52 target = <&test>;
62 target = <&test>;
65 test
[all...]
/external/libcxx/test/std/input.output/iostreams.base/ios.base/fmtflags.state/
H A Dunsetf_mask.pass.cpp19 class test class in inherits:std::ios
23 test() function in class:test
31 test t;
32 assert(t.flags() == (test::skipws | test::dec));
33 t.unsetf(test::dec | test::right);
34 assert(t.flags() == test::skipws);
/external/libcxx/test/std/utilities/memory/allocator.tag/
H A Dallocator_arg.pass.cpp17 void test(std::allocator_arg_t) {} function
21 test(std::allocator_arg);
/external/llvm/test/MC/AsmParser/
H A Dif-diagnostics.s24 .ifge test
28 // CHECK: .ifge test
/external/valgrind/none/tests/scripts/
H A Dbug231357.stdout.exp1 /tmp/bruhaha/test.sh

Completed in 337 milliseconds

1234567891011>>