/ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.comparisons/ |
D | op_less.pass.cpp | 40 std::chrono::seconds s1(3); in main() local 48 std::chrono::seconds s1(3); in main() local 56 std::chrono::milliseconds s1(3); in main() local 64 std::chrono::milliseconds s1(3); in main() local 72 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local 80 std::chrono::duration<int, std::ratio<2, 3> > s1(10); in main() local 88 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local 97 constexpr std::chrono::seconds s1(3); in main() local 105 constexpr std::chrono::seconds s1(3); in main() local 113 constexpr std::chrono::milliseconds s1(3); in main() local [all …]
|
D | op_equal.pass.cpp | 30 std::chrono::seconds s1(3); in main() local 36 std::chrono::seconds s1(3); in main() local 42 std::chrono::milliseconds s1(3); in main() local 48 std::chrono::milliseconds s1(3); in main() local 54 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local 60 std::chrono::duration<int, std::ratio<2, 3> > s1(10); in main() local 66 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local 73 constexpr std::chrono::seconds s1(3); in main() local 79 constexpr std::chrono::seconds s1(3); in main() local 85 constexpr std::chrono::milliseconds s1(3); in main() local [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.nonmember/ |
D | op_-.pass.cpp | 25 std::chrono::seconds s1(3); in main() local 31 std::chrono::seconds s1(3); in main() local 37 std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local 43 std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local 50 constexpr std::chrono::seconds s1(3); in main() local 56 constexpr std::chrono::seconds s1(3); in main() local 62 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local 68 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
|
D | op_+.pass.cpp | 24 std::chrono::seconds s1(3); in main() local 30 std::chrono::seconds s1(3); in main() local 36 std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local 42 std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local 49 constexpr std::chrono::seconds s1(3); in main() local 55 constexpr std::chrono::seconds s1(3); in main() local 61 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local 67 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
|
D | op_divide_duration.pass.cpp | 35 std::chrono::duration<int, std::ratio<2, 3> > s1(30); in main() local 40 std::chrono::duration<int, std::ratio<2, 3> > s1(30); in main() local 56 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30); in main() local 61 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30); in main() local
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | streq.h | 37 streq9 (const char *s1, const char *s2) in streq9() 43 streq8 (const char *s1, const char *s2, char s28) in streq8() 57 streq7 (const char *s1, const char *s2, char s27, char s28) in streq7() 71 streq6 (const char *s1, const char *s2, char s26, char s27, char s28) in streq6() 85 streq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) in streq5() 99 streq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) in streq4() 113 streq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) in streq3() 127 streq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27,… in streq2() 141 streq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26,… in streq1() 155 streq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25,… in streq0() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/ |
D | find.pass.cpp | 22 char32_t s1[] = {1, 2, 3}; in main() local
|
D | move.pass.cpp | 22 char32_t s1[] = {1, 2, 3}; in main() local
|
D | copy.pass.cpp | 22 char32_t s1[] = {1, 2, 3}; in main() local
|
D | assign3.pass.cpp | 22 char32_t s1[] = {1, 2, 3}; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/ |
D | move.pass.cpp | 22 char16_t s1[] = {1, 2, 3}; in main() local
|
D | find.pass.cpp | 22 char16_t s1[] = {1, 2, 3}; in main() local
|
D | copy.pass.cpp | 22 char16_t s1[] = {1, 2, 3}; in main() local
|
D | assign3.pass.cpp | 22 char16_t s1[] = {1, 2, 3}; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/ |
D | find.pass.cpp | 21 char s1[] = {1, 2, 3}; in main() local
|
D | move.pass.cpp | 21 char s1[] = {1, 2, 3}; in main() local
|
D | assign3.pass.cpp | 21 char s1[] = {1, 2, 3}; in main() local
|
D | copy.pass.cpp | 21 char s1[] = {1, 2, 3}; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/ |
D | find.pass.cpp | 21 wchar_t s1[] = {1, 2, 3}; in main() local
|
D | move.pass.cpp | 21 wchar_t s1[] = {1, 2, 3}; in main() local
|
D | copy.pass.cpp | 21 wchar_t s1[] = {1, 2, 3}; in main() local
|
D | assign3.pass.cpp | 21 wchar_t s1[] = {1, 2, 3}; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/ |
D | move01.pass.cpp | 37 std::unique_ptr<A> s1(new A); in main() local 48 std::unique_ptr<A, Deleter<A> > s1(new A, Deleter<A>(5)); in main() local 62 std::unique_ptr<A, CDeleter<A>&> s1(new A, d1); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.runtime/ |
D | move01.pass.cpp | 37 std::unique_ptr<A[]> s1(new A[3]); in main() local 49 std::unique_ptr<A[], Deleter<A[]> > s1(new A[4], Deleter<A[]>(5)); in main() local 64 std::unique_ptr<A[], CDeleter<A[]>&> s1(new A[6], d1); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.cons/ |
D | copy_assignment.pass.cpp | 20 test(S s1, const S& s2) in test()
|