HomeSort by relevance Sort by last modified time
    Searched refs:Test3 (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/sync/internal_api/public/util/
weak_handle_unittest.cc 37 MOCK_METHOD3(Test3, void(const int&, Base*, float));
117 EXPECT_CALL(b, Test3(5, &b, 5));
127 h.Call(FROM_HERE, &Base::Test3, 5, &b, 5);
  /external/clang/test/CXX/class.derived/class.virtual/
p3-0x.cpp 34 namespace Test3 {
46 template struct B<int>; // expected-note {{in instantiation of template class 'Test3::B<int>' requested here}}
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 94 struct Test3 : C, PackedD { constexpr Test3() {} };
96 extern constexpr Test3 t3 = Test3();
thunks.cpp 45 namespace Test3 {
microsoft-abi-member-pointers.cpp 568 namespace Test3 {
578 // CHECK-LABEL: define i32* @"\01?load_data@Test3@@YAPAHPAUA@1@PQ21@H@Z"{{.*}} {
579 // CHECK: %[[a:.*]] = load %"struct.Test3::A"** %{{.*}}, align 4
581 // CHECK: %[[a_i8:.*]] = bitcast %"struct.Test3::A"* %[[a]] to i8*
microsoft-abi-vtables-virtual-inheritance.cpp 106 namespace Test3 {
109 // MANGLING-DAG: @"\01??_7X@Test3@@6B@"
114 // CHECK-LABEL: VFTable for 'A' in 'Test3::X' in 'Test3::Y' (2 entries).
118 // CHECK-NOT: VFTable indices for 'Test3::Y'
120 // MANGLING-DAG: @"\01??_7Y@Test3@@6B@"
microsoft-abi-vbtables.cpp 51 namespace Test3 {
57 // CHECK-DAG: @"\01??_8C@Test3@@7B@" = {{.*}} [3 x i32] [i32 0, i32 8, i32 12]
vtable-layout.cpp 134 namespace Test3 {
140 // CHECK-4: Vtable for 'Test3::A' (3 entries).
142 // CHECK-4-NEXT: 1 | Test3::A RTTI
143 // CHECK-4-NEXT: -- (Test3::A, 0) vtable address --
144 // CHECK-4-NEXT: 2 | void Test3::A::f()
146 // CHECK-4: VTable indices for 'Test3::A' (1 entries).
147 // CHECK-4-NEXT: 0 | void Test3::A::f()
153 // CHECK-5: Vtable for 'Test3::B' (4 entries).
155 // CHECK-5-NEXT: 1 | Test3::B RTTI
156 // CHECK-5-NEXT: -- (Test3::A, 0) vtable address -
    [all...]
visibility.cpp 166 namespace Test3 {
499 static void test3();
506 void test3() { function in namespace:Test20
507 A<1>::test3();
    [all...]
  /external/clang/test/Index/
print-type-size.cpp 299 namespace Test3 {
300 // CHECK64: ClassDecl=B:[[@LINE+2]]:7 (Definition) [type=Test3::B] [typekind=Record] [sizeof=16] [alignof=8]
301 // CHECK32: ClassDecl=B:[[@LINE+1]]:7 (Definition) [type=Test3::B] [typekind=Record] [sizeof=8] [alignof=4]
312 // CHECK32: ClassDecl=A:[[@LINE+1]]:7 (Definition) [type=Test3::A] [typekind=Record] [sizeof=16] [alignof=4]
326 // CHECK64: ClassDecl=D:[[@LINE+2]]:7 (Definition) [type=Test3::D] [typekind=Record] [sizeof=16] [alignof=8]
327 // CHECK32: ClassDecl=D:[[@LINE+1]]:7 (Definition) [type=Test3::D] [typekind=Record] [sizeof=12] [alignof=4]
336 // CHECK64: ClassDecl=C:[[@LINE+2]]:7 (Definition) [type=Test3::C] [typekind=Record] [sizeof=88] [alignof=8]
337 // CHECK32: ClassDecl=C:[[@LINE+1]]:7 (Definition) [type=Test3::C] [typekind=Record] [sizeof=60] [alignof=4]
356 // CHECK64: FieldDecl=fg:[[@LINE+2]]:7 (Definition) [type=Test3::C] [typekind=Record] [sizeof=88] [alignof=8] [offsetof=128]
357 // CHECK32: FieldDecl=fg:[[@LINE+1]]:7 (Definition) [type=Test3::C] [typekind=Record] [sizeof=60] [alignof=4] [offsetof=96
    [all...]
  /external/clang/test/SemaCXX/
empty-class-layout.cpp 102 namespace Test3 {
typo-correction.cpp 150 void Test3() {
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-iteration.js 419 function Test3(iter) {
424 Test3(instantiate(g));
488 function Test3(iter) {
493 Test3(instantiate(g));
574 function Test3(iter) {
580 Test3(instantiate(g));
  /external/chromium_org/base/
sha1_unittest.cc 43 TEST(SHA1Test, Test3) {
  /external/chromium_org/crypto/
sha2_unittest.cc 78 TEST(Sha256Test, Test3) {
  /external/lldb/test/unittest2/test/
test_setups.py 224 class Test3(unittest2.TestCase):
232 results.append('Test3.testOne')
234 results.append('Test3.testTwo')
237 Test3.__module__ = 'Module2'
245 fifth = unittest2.TestSuite((Test3('testOne'),))
246 sixth = unittest2.TestSuite((Test3('testTwo'),))
260 'Test3.testOne', 'Test3.testTwo',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py 227 class Test3(unittest.TestCase):
235 results.append('Test3.testOne')
237 results.append('Test3.testTwo')
240 Test3.__module__ = 'Module2'
248 fifth = unittest.TestSuite((Test3('testOne'),))
249 sixth = unittest.TestSuite((Test3('testTwo'),))
263 'Test3.testOne', 'Test3.testTwo',
test_case.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py 227 class Test3(unittest.TestCase):
235 results.append('Test3.testOne')
237 results.append('Test3.testTwo')
240 Test3.__module__ = 'Module2'
248 fifth = unittest.TestSuite((Test3('testOne'),))
249 sixth = unittest.TestSuite((Test3('testTwo'),))
263 'Test3.testOne', 'Test3.testTwo',
test_case.py     [all...]
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 193 void Test3() {
195 fprintf(stderr, "Starting Test3\n");
196 // CHECK: Starting Test3
578 LockTest().Test3();

Completed in 2046 milliseconds

12