/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | mutex.fail.cpp | 23 void test_conversion(LG) {} in test_conversion() function 33 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main() 39 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main() 45 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main() 51 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
|
/external/libcxxabi/test/ |
D | catch_multi_level_pointer.pass.cpp | 32 bool test_conversion(To) { return true; } in test_conversion() function 35 bool test_conversion(...) { return false; } in test_conversion() function 56 const bool can_convert = test_conversion<Catch>(throw_ptr); in catch_pointer_test()
|
/external/libcxx/test/std/language.support/cmp/cmp.strongeq/ |
D | cmp.strongeq.pass.cpp | 47 void test_conversion() { in test_conversion() function 94 test_conversion(); in main()
|
/external/libcxx/test/std/language.support/cmp/cmp.partialord/ |
D | partialord.pass.cpp | 55 constexpr bool test_conversion() { in test_conversion() function 162 static_assert(test_conversion(), "conversion test failed"); in main()
|
/external/libcxx/test/std/language.support/cmp/cmp.weakord/ |
D | weakord.pass.cpp | 54 constexpr bool test_conversion() { in test_conversion() function 167 static_assert(test_conversion(), "conversion test failed"); in main()
|
/external/openssh/regress/unittests/conversion/ |
D | Makefile | 3 PROG=test_conversion
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p6.cpp | 3 void test_conversion() { in test_conversion() function
|
/external/libcxx/test/std/language.support/cmp/cmp.strongord/ |
D | strongord.pass.cpp | 55 constexpr bool test_conversion() { in test_conversion() function 210 static_assert(test_conversion(), "conversion test failed"); in main()
|
/external/clang/test/SemaCXX/ |
D | user-defined-conversions.cpp | 62 void test_conversion(ConvertibleToBase ctb, ConvertibleToDerived ctd, in test_conversion() function
|
D | nullptr.cpp | 154 void test_conversion(ConvertsToNullPtr ctn) { in test_conversion() function
|
/external/python/oauth2client/tests/ |
D | test_util.py | 92 def test_conversion(self): member in StringToScopeTests
|
/external/eigen/test/ |
D | half_float.cpp | 21 void test_conversion() in test_conversion() function 257 CALL_SUBTEST(test_conversion()); in test_half_float()
|
/external/skqp/tests/ |
D | ReadPixelsTest.cpp | 610 static void test_conversion(skiatest::Reporter* r, const SkImageInfo& dstInfo, in test_conversion() function 681 test_conversion(reporter, in DEF_TEST()
|
/external/skia/tests/ |
D | ReadPixelsTest.cpp | 610 static void test_conversion(skiatest::Reporter* r, const SkImageInfo& dstInfo, in test_conversion() function 681 test_conversion(reporter, in DEF_TEST()
|
/external/openssh/regress/ |
D | Makefile | 225 $$V ${.OBJDIR}/unittests/conversion/test_conversion ; \
|
/external/python/cpython2/Lib/test/ |
D | test_str.py | 53 def test_conversion(self): member in StrTest
|
D | test_long.py | 479 def test_conversion(self): member in LongTest
|
D | test_unicode.py | 1214 def test_conversion(self): member in UnicodeTest
|
/external/clang/test/SemaOpenCL/ |
D | address-spaces-conversions-cl2.0.cl | 52 void test_conversion(global int *arg_glob, local int *arg_loc,
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 72 let test_conversion () = function 1479 suite "conversion" test_conversion;
|
/external/python/cpython3/Lib/test/ |
D | test_long.py | 381 def test_conversion(self): member in LongTest
|
D | test_unicode.py | 2238 def test_conversion(self): member in UnicodeTest
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | core.ml | 82 let test_conversion () = function 1547 suite "conversion" test_conversion;
|
/external/python/cpython2/Lib/lib2to3/tests/ |
D | test_fixers.py | 1144 def test_conversion(self): member in Test_execfile
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_fixers.py | 1202 def test_conversion(self): member in Test_execfile
|