Searched refs:Test1 (Results 1 - 25 of 72) sorted by last modified time

123

/external/protobuf/gtest/test/
H A Dgtest_filter_unittest_.cc94 TEST(HasDeathTest, Test1) {
106 TEST(DISABLED_FoobarTest, Test1) {
H A Dgtest_list_tests_unittest_.cc67 TEST_F(FooTest, Test1) {
76 TEST(FooDeathTest, Test1) {
H A Dgtest_unittest.cc4939 TEST_F(TestLifeCycleTest, Test1) {
4947 // After Test1 is done and Test2 is started, there should still be
4948 // only one live test object, as the object for Test1 should've been
5193 TEST_F(SetUpTestCaseTest, Test1) {
/external/gtest/test/
H A Dgtest_filter_unittest_.cc94 TEST(HasDeathTest, Test1) {
106 TEST(DISABLED_FoobarTest, Test1) {
H A Dgtest_list_tests_unittest_.cc67 TEST_F(FooTest, Test1) {
76 TEST(FooDeathTest, Test1) {
H A Dgtest_unittest.cc4876 TEST_F(TestLifeCycleTest, Test1) {
4884 // After Test1 is done and Test2 is started, there should still be
4885 // only one live test object, as the object for Test1 should've been
5193 TEST_F(SetUpTestCaseTest, Test1) {
/external/clang/test/SemaCXX/
H A Dambig-user-defined-conversions.cpp20 const int Test1() { function in namespace:test0
H A Dbitfield-layout.cpp7 struct Test1 { struct
10 CHECK_SIZE(Test1, 2);
11 CHECK_ALIGN(Test1, 1);
H A Dclass-base-member-init.cpp30 namespace Test1 { namespace
H A Dclass-layout.cpp77 namespace Test1 { namespace
H A Dconstructor-initializer.cpp193 namespace Test1 { namespace
H A Dcxx0x-nontrivial-union.cpp129 template<typename T> struct Test1 { struct in namespace:pr16061
H A Dempty-class-layout.cpp75 namespace Test1 { namespace
H A Dmember-pointer.cpp210 template <typename T> struct Test1 { struct in struct:rdar8358512::A
H A Dmicrosoft-dtor-lookup.cpp4 namespace Test1 { namespace
H A Dnew-delete.cpp255 namespace Test1 { namespace
274 template void h<unsigned[10]>(unsigned); // expected-note {{in instantiation of function template specialization 'Test1::h<unsigned int [10]>' requested here}}
H A Dstorage-class.cpp6 extern struct Test1 {}; // expected-warning {{'extern' is not permitted on a declaration of a type}} struct
H A Dwarn-thread-safety-analysis.cpp982 void Test1() { function in class:thread_annot_lock_49::Bar
992 bar.Test1();
/external/clang/test/SemaTemplate/
H A Dtemp_class_spec_neg.cpp43 template<typename T> struct Test1;
45 struct Test1<T*> { }; // expected-warning{{never be used}} struct
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1161 llvm::Value *Test1 = llvm::ConstantInt::get(guardTy, 1); local
1162 V = Builder.CreateAnd(V, Test1);
/external/clang/test/CXX/class/
H A Dp1-0x.cpp3 namespace Test1 { namespace
H A Dp2-0x.cpp2 namespace Test1 { namespace
/external/clang/test/CXX/class.access/
H A Dp4.cpp207 class Test1 { A a; }; // expected-error {{private member}} class in namespace:test5
209 Test1 a;
210 a = Test1(); // expected-note{{implicit copy}}
227 class Test1 { A a; }; // expected-error {{field of type 'test6::A' has private copy constructor}} class in namespace:test6
228 void test1(const Test1 &t) {
229 Test1 a = t; // expected-note{{implicit copy}}
/external/clang/test/CXX/class.derived/class.virtual/
H A Dp3-0x.cpp3 namespace Test1 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp1.cpp47 namespace Test1 { namespace

Completed in 386 milliseconds

123