Searched refs:test6 (Results 126 - 150 of 151) sorted by relevance

1234567

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcitrtest.cpp295 UCharCharacterIterator* test6 = new UCharCharacterIterator(*test1); local
319 if (*test6 != *test1 )
367 delete test6;
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp295 UCharCharacterIterator* test6 = new UCharCharacterIterator(*test1); local
319 if (*test6 != *test1 )
367 delete test6;
/external/libcxx/test/strings/basic.string/string.ops/string_compare/
H A Dsize_size_pointer_size.pass.cpp676 void test6() function
1299 test6<S>();
1315 test6<S>();
H A Dsize_size_string_size_size.pass.cpp696 void test6() function
5836 test6<S>();
5896 test6<S>();
/external/clang/test/CodeGen/
H A Dmmx-builtins.c35 __m64 test6(__m64 a, __m64 b) { function
H A Dbuiltins-ppc-altivec.c1018 // CHECK-LABEL: define void @test6
1019 void test6() { function
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp163 void test6() { function
/external/valgrind/main/none/tests/s390x/
H A Dcu21.stdout.exp152 ------------- test6 ----------------
H A Dcu21_1.stdout.exp152 ------------- test6 ----------------
H A Dcu41.stdout.exp158 ------------- test6 ----------------
H A Dcu42.stdout.exp154 ------------- test6 ----------------
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1190 constexpr _Complex int test6 = {5,6};
1212 static_assert(__real test6 == 5, "");
1213 static_assert(__imag test6 == 6, "");
1214 static_assert(&__imag test6 == &__real test6 + 1, "");
H A Dwarn-thread-safety-analysis.cpp2627 void test6() { function in class:FoolishScopedLockableBug::Foo
2683 void test6();
2736 void Foo::test6() { function in class:SmartPointerTests::Foo
4020 void test6() { function in class:AssertHeldTest::Foo
4128 void test6() { function in class:LogicalConditionalTryLock::Foo
H A Dwarn-consumed-analysis.cpp904 void test6() { function in namespace:StatusUseCaseTests::TestParens
/external/libcxx/test/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_pointer_size.pass.cpp670 void test6() function
958 test6<S>();
971 test6<S>();
H A Diter_iter_iter_iter.pass.cpp670 void test6() function
958 test6<S>();
971 test6<S>();
H A Dsize_size_pointer_size.pass.cpp680 void test6() function
1303 test6<S>();
1319 test6<S>();
H A Dsize_size_string_size_size.pass.cpp706 void test6() function
5854 test6<S>();
5914 test6<S>();
/external/clang/test/CXX/drs/
H A Ddr2xx.cpp158 void test6(A::S as) { struct f {}; (void) f(as); } // expected-error {{no matching conversion}} expected-note +{{}} function in struct:dr218::C
/external/clang/test/CodeGenCXX/
H A Dmangle.cpp443 namespace test6 { namespace
/external/chromium_org/third_party/sqlite/src/
H A DMakefile.vxworks366 $(TOP)/src/test6.c \
H A Dmain.mk234 $(TOP)/src/test6.c \
H A DMakefile.in348 $(TOP)/src/test6.c \
/external/libcxx/test/strings/basic.string/string.modifiers/string_insert/
H A Dsize_string_size_size.pass.cpp396 void test6() function
1722 test6<S>();
1757 test6<S>();
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_double.pass.cpp12507 void test6() function
17884 test6();

Completed in 593 milliseconds

1234567