Searched refs:t7 (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/ |
D | integer_seq.pass.cpp | 66 auto t7 = extract ( tup, size7 ()); in main() local 67 static_assert ( std::tuple_size<decltype(t7)>::value == size7::size (), "t7 size wrong"); in main() 68 assert ( t7 == std::make_tuple ( 10, 11, 12, 13, 14, 15, 16 )); in main()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | sort | 27 ."t7 := \$(t6) \$(t6) \$(t6) \n" 33 ."\t\@echo \$(sort \$(foo) \$(bar2) \$(t1) \$(t4) \$(t5) \$(t7) \$(t6) )\n";
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-printers_test.cc | 1013 tuple<bool, int, int, int, bool, int, int> t7(false, 2, 3, 4, true, 6, 7); in TEST() local 1014 EXPECT_EQ("(false, 2, 3, 4, true, 6, 7)", Print(t7)); in TEST()
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | dynamic_cast5.cpp | 872 namespace t7 namespace 1319 t7::test(); in main()
|
D | dynamic_cast3.cpp | 340 namespace t7 namespace 2427 t7::test(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | dynamic_cast5.pass.cpp | 873 namespace t7 namespace 1312 t7::test(); in main()
|
D | dynamic_cast3.pass.cpp | 341 namespace t7 namespace 2419 t7::test(); in main()
|