Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 25 of 31) sorted by relevance

12

/ndk/tests/device/test-stlport_shared-exception/jni/
Deh44.cpp9 class ca { class
11 ca(int) { in ca() function in ca
15 virtual ~ca() { in ~ca()
21 cc(const ca &rca1, const ca &rca2) { in cc()
32 cc sc(ca(1), ca(1)); in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Deh44.cpp9 class ca { class
11 ca(int) { in ca() function in ca
15 virtual ~ca() { in ~ca()
21 cc(const ca &rca1, const ca &rca2) { in cc()
32 cc sc(ca(1), ca(1)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
Dfill.pass.cpp27 char ca[n] = {0}; in test_char() local
28 std::fill(Iter(ca), Iter(ca+n), char(1)); in test_char()
29 assert(ca[0] == 1); in test_char()
30 assert(ca[1] == 1); in test_char()
31 assert(ca[2] == 1); in test_char()
32 assert(ca[3] == 1); in test_char()
Dfill_n.pass.cpp27 char ca[n] = {0}; in test_char() local
28 assert(std::fill_n(Iter(ca), n, char(1)) == std::next(Iter(ca), n)); in test_char()
29 assert(ca[0] == 1); in test_char()
30 assert(ca[1] == 1); in test_char()
31 assert(ca[2] == 1); in test_char()
32 assert(ca[3] == 1); in test_char()
/ndk/sources/cxx-stl/gabi++/tests/
Dcatch_ptr_02.cpp14 const A ca = A(); variable
52 throw &ca; in test3()
68 throw &ca; in test4()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/
Dforward.pass.cpp40 const A ca = A(); in main() local
52 static_assert(sizeof(test(std::forward<const A&>(ca))) == 2, ""); in main()
54 static_assert(sizeof(test(std::forward<const A>(ca))) == 8, ""); in main()
68 static_assert(sizeof(test(std::forward<const A&>(ca))) == 2, ""); in main()
70 static_assert(sizeof(test(std::forward<const A>(ca))) == 2, ""); in main()
Dforward4.fail.cpp23 const A ca = A(); in main() local
24 std::forward<A>(ca); // error in main()
Dforward2.fail.cpp23 const A ca = A(); in main() local
24 std::forward<A&>(ca); // error in main()
Dmove_copy.pass.cpp51 const A ca = A(); in main() local
64 A a4 = ca; in main()
68 A a5 = std::move(ca); in main()
Dmove_if_noexcept.pass.cpp48 const A ca; in main() local
54 static_assert((std::is_same<decltype(std::move_if_noexcept(ca)), const A&&>::value), ""); in main()
59 static_assert((std::is_same<decltype(std::move_if_noexcept(ca)), const A>::value), ""); in main()
Dmove_only2.fail.cpp49 const move_only ca = move_only(); in main() local
51 test(ca); in main()
Dmove_only3.fail.cpp46 const move_only ca = move_only(); in main() local
48 test(std::move(ca)); in main()
Dforward5.fail.cpp23 const A ca = A(); in main() local
Dmove_only1.fail.cpp49 const move_only ca = move_only(); in main() local
Dmove_only4.fail.cpp49 const move_only ca = move_only(); in main() local
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dcatch_ptr_02.cpp14 const A ca = A(); variable
52 throw &ca; in test3()
68 throw &ca; in test4()
/ndk/sources/host-tools/sed-4.2.1/po/
DLINGUAS2 ca
Dsk.po33 msgstr "nezodpovedajúca `{'"
475 msgstr "Nezodpovedajúca [ alebo [^"
479 msgstr "Nezodpovedajúca ( alebo \\("
483 msgstr "Nezodpovedajúca \\{"
511 msgstr "Nezodpovedajúca ) alebo \\)"
Dca.po13 "Language-Team: Catalan <ca@dodds.net>\n"
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0007-Fix-libc-compiler-error-when-calling-std-feof.patch2 From: Carl Norum <carl@norum.ca>
/ndk/sources/host-tools/make-3.81/
DABOUT-NLS155 `http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
170 get started, please write to `translation@iro.umontreal.ca' to reach the
186 Ready PO files af am ar az be bg bs ca cs da de el en en_GB eo es
320 af am ar az be bg bs ca cs da de el en en_GB eo es
748 `http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
766 `translation@iro.umontreal.ca' to make the `.pot' files available to
/ndk/sources/host-tools/sed-4.2.1/lib/
Dconfig.charset132 for l in af af_ZA ca ca_ES da da_DK de de_AT de_BE de_CH de_DE de_LU \
/ndk/sources/host-tools/sed-4.2.1/
DTHANKS20 Francois Pinard <pinard@iro.umontreal.ca>
DABOUT-NLS156 `http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
171 get started, please write to `translation@iro.umontreal.ca' to reach the
187 Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo
362 af am ar az be bg bs ca cs cy da de el en en_GB eo
1091 `http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
1109 `translation@iro.umontreal.ca' to make the `.pot' files available to
/ndk/sources/cxx-stl/llvm-libc++/libcxx/
DCREDITS.TXT113 E: xingxue@ca.ibm.com

12