| /external/clang/test/CodeGenCXX/ |
| D | vtable-layout-extreme.cpp | 5 namespace Test1 { namespace 78 // CHECK: Vtable for 'Test1::C9' (87 entries). 88 // CHECK-NEXT: 9 | Test1::C9 RTTI 89 // CHECK-NEXT: -- (Test1::C2, 0) vtable address -- 90 // CHECK-NEXT: -- (Test1::C9, 0) vtable address -- 91 // CHECK-NEXT: 10 | void Test1::C9::f() 96 // CHECK-NEXT: 15 | Test1::C9 RTTI 97 // CHECK-NEXT: -- (Test1::C2, 16) vtable address -- 98 // CHECK-NEXT: -- (Test1::C4, 16) vtable address -- 104 // CHECK-NEXT: 21 | Test1::C9 RTTI [all …]
|
| D | vtable-layout-abi-examples.cpp | 17 namespace Test1 { namespace 21 // CHECK-1: Vtable for 'Test1::A' (5 entries). 23 // CHECK-1-NEXT: 1 | Test1::A RTTI 24 // CHECK-1-NEXT: -- (Test1::A, 0) vtable address -- 25 // CHECK-1-NEXT: 2 | void Test1::A::f() 26 // CHECK-1-NEXT: 3 | void Test1::A::g() 27 // CHECK-1-NEXT: 4 | void Test1::A::h() 36 // CHECK-2: Vtable for 'Test1::B' (13 entries). 39 // CHECK-2-NEXT: 2 | Test1::B RTTI 40 // CHECK-2-NEXT: -- (Test1::B, 0) vtable address -- [all …]
|
| D | microsoft-abi-vtables-return-thunks.cpp | 5 namespace test1 { namespace 22 // VFTABLES-LABEL: VFTable for 'test1::H' in 'test1::I' in 'test1::J' (3 entries). 23 // VFTABLES-NEXT: 0 | test1::D *test1::J::foo() 24 // VFTABLES-NEXT: [return adjustment (to type 'struct test1::B *'): 4 non-virtual] 25 // VFTABLES-NEXT: 1 | test1::D *test1::J::foo() 26 // VFTABLES-NEXT: [return adjustment (to type 'struct test1::C *'): 0 non-virtual] 27 // VFTABLES-NEXT: 2 | test1::D *test1::J::foo() 29 // GLOBALS-LABEL: @"\01??_7J@test1@@6B@" = linkonce_odr unnamed_addr constant [3 x i8*] 30 // GLOBALS: @"\01?foo@J@test1@@QAEPAUB@2@XZ" 31 // GLOBALS: @"\01?foo@J@test1@@QAEPAUC@2@XZ" [all …]
|
| /external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/ |
| D | pointer_string.pass.cpp | 34 void test1(const typename S::value_type* lhs, S&& rhs, const S& x) { in test1() function 66 test1("", S(""), S("")); in main() 67 test1("", S("12345"), S("12345")); in main() 68 test1("", S("1234567890"), S("1234567890")); in main() 69 test1("", S("12345678901234567890"), S("12345678901234567890")); in main() 70 test1("abcde", S(""), S("abcde")); in main() 71 test1("abcde", S("12345"), S("abcde12345")); in main() 72 test1("abcde", S("1234567890"), S("abcde1234567890")); in main() 73 test1("abcde", S("12345678901234567890"), S("abcde12345678901234567890")); in main() 74 test1("abcdefghij", S(""), S("abcdefghij")); in main() [all …]
|
| D | string_pointer.pass.cpp | 34 void test1(S&& lhs, const typename S::value_type* rhs, const S& x) { in test1() function 65 test1(S(""), "", S("")); in main() 66 test1(S(""), "12345", S("12345")); in main() 67 test1(S(""), "1234567890", S("1234567890")); in main() 68 test1(S(""), "12345678901234567890", S("12345678901234567890")); in main() 69 test1(S("abcde"), "", S("abcde")); in main() 70 test1(S("abcde"), "12345", S("abcde12345")); in main() 71 test1(S("abcde"), "1234567890", S("abcde1234567890")); in main() 72 test1(S("abcde"), "12345678901234567890", S("abcde12345678901234567890")); in main() 73 test1(S("abcdefghij"), "", S("abcdefghij")); in main() [all …]
|
| D | string_string.pass.cpp | 46 void test1(S&& lhs, const S& rhs, const S& x) { in test1() function 90 test1(S(""), S(""), S("")); in main() 91 test1(S(""), S("12345"), S("12345")); in main() 92 test1(S(""), S("1234567890"), S("1234567890")); in main() 93 test1(S(""), S("12345678901234567890"), S("12345678901234567890")); in main() 94 test1(S("abcde"), S(""), S("abcde")); in main() 95 test1(S("abcde"), S("12345"), S("abcde12345")); in main() 96 test1(S("abcde"), S("1234567890"), S("abcde1234567890")); in main() 97 test1(S("abcde"), S("12345678901234567890"), in main() 99 test1(S("abcdefghij"), S(""), S("abcdefghij")); in main() [all …]
|
| /external/llvm/test/DebugInfo/Generic/ |
| D | inheritance.ll | 6 %struct.test1 = type { i32 (...)** } 8 …), i32 (...)* bitcast (void (%struct.test1*)* @_ZN5test1D1Ev to i32 (...)*), i32 (...)* bitcast (v… 11 @_ZTS5test1 = weak_odr constant [7 x i8] c"5test1\00" ; <[7 x i8]*> [#uses=2] 17 %tst = alloca %struct.test1 ; <%struct.test1*> [#uses=1] 19 …call void @llvm.dbg.declare(metadata %struct.test1* %tst, metadata !0, metadata !DIExpression()), … 20 call void @_ZN5test1C1Ev(%struct.test1* %tst) nounwind, !dbg !22 31 define linkonce_odr void @_ZN5test1C1Ev(%struct.test1* %this) nounwind ssp align 2 { 33 %this_addr = alloca %struct.test1* ; <%struct.test1**> [#uses=2] 35 …call void @llvm.dbg.declare(metadata %struct.test1** %this_addr, metadata !24, metadata !DIExpress… 36 store %struct.test1* %this, %struct.test1** %this_addr [all …]
|
| /external/clang/test/CodeGenObjC/ |
| D | arc-precise-lifetime.m | 31 @interface Test1 interface 36 extern Test1 *test1_helper(void); 44 // CHECK: [[T0:%.*]] = call [[TEST1:%.*]]* @test1_helper() 45 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST1]]* [[T0]] to i8* 47 // CHECK-NEXT: [[T3:%.*]] = bitcast i8* [[T2]] to [[TEST1]]* 48 // CHECK-NEXT: store [[TEST1]]* [[T3]] 51 // CHECK-NEXT: [[T0:%.*]] = load [[TEST1]]*, [[TEST1]]** 52 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST1]]* [[T0]] to i8* 54 // CHECK-NEXT: [[T3:%.*]] = bitcast i8* [[T2]] to [[TEST1]]* 56 // CHECK-NEXT: [[T5:%.*]] = bitcast [[TEST1]]* [[T3]] to i8* [all …]
|
| /external/testng/src/test/java/test/mannotation/ |
| D | MAnnotationSampleTest.java | 34 …ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(MTest1.class, ITestAnnotation.cl… in verifyTestClassLevel() local 35 Assert.assertTrue(test1.getEnabled()); in verifyTestClassLevel() 36 Assert.assertEquals(test1.getGroups(), new String[] { "group1", "group2" }); in verifyTestClassLevel() 37 Assert.assertTrue(test1.getAlwaysRun()); in verifyTestClassLevel() 38 Assert.assertEquals(test1.getParameters(), new String[] { "param1", "param2" }); in verifyTestClassLevel() 39 …Assert.assertEqualsNoOrder(test1.getDependsOnGroups(), new String[] { "dg1", "dg2" }, "depends on… in verifyTestClassLevel() 40 Assert.assertEqualsNoOrder( test1.getDependsOnMethods(), new String[] { "dm1", "dm2" }); in verifyTestClassLevel() 41 Assert.assertEquals(test1.getTimeOut(), 42); in verifyTestClassLevel() 42 Assert.assertEquals(test1.getInvocationCount(), 43); in verifyTestClassLevel() 43 Assert.assertEquals(test1.getSuccessPercentage(), 44); in verifyTestClassLevel() [all …]
|
| D | MAnnotation2SampleTest.java | 28 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestGroupsInheritance() local 30 test1.getGroups()); in verifyTestGroupsInheritance() 35 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestGroupsInheritance() local 37 test1.getGroups()); in verifyTestGroupsInheritance() 47 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestDependsOnGroupsInheritance() local 49 test1.getDependsOnGroups()); in verifyTestDependsOnGroupsInheritance() 54 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestDependsOnGroupsInheritance() local 56 test1.getDependsOnGroups()); in verifyTestDependsOnGroupsInheritance() 67 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestDependsOnMethodsInheritance() local 69 test1.getDependsOnMethods()); in verifyTestDependsOnMethodsInheritance() [all …]
|
| /external/clang/test/Driver/ |
| D | cpath.c | 1 // RUN: mkdir -p %T/test1 %T/test2 %T/test3 3 // RUN: env "CPATH=%T/test1%{pathsep}%T/test2" %clang -x c -E -v %s 2>&1 | FileCheck %s -check-pref… 4 // CPATH: -I{{.*}}/test1 7 // CPATH: test1 10 …/ RUN: env "OBJC_INCLUDE_PATH=%T/test1%{pathsep}%T/test2" OBJCPLUS_INCLUDE_PATH=%T/test1 "CPLUS_… 11 …}}/test1{{"?}} -cxx-isystem {{"?.*}}/test2{{"?}} -objc-isystem {{"?.*}}/test1{{"?}} -objc-isystem … 13 // C_INCLUDE_PATH-NOT: test1 15 // C_INCLUDE_PATH-NOT: test1 17 …/ RUN: env OBJC_INCLUDE_PATH=%T/test1 OBJCPLUS_INCLUDE_PATH=%T/test3 CPLUS_INCLUDE_PATH=%T/test3 C… 18 …PLUS_INCLUDE_PATH: -c-isystem {{"?.*}}/test1{{"?}} -cxx-isystem {{"?.*}}/test3{{"?}} -objc-isystem… [all …]
|
| /external/icu/icu4c/source/test/intltest/ |
| D | ustrtest.cpp | 77 UnicodeString test1("Now is the time for all men to come swiftly to the aid of the party.\n"); in TestBasicManipulation() local 81 c=test1.clone(); in TestBasicManipulation() 82 test1.insert(24, "good "); in TestBasicManipulation() 84 if (test1 != expectedValue) in TestBasicManipulation() 85 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation() 93 test1.remove(41, 8); in TestBasicManipulation() 95 if (test1 != expectedValue) in TestBasicManipulation() 96 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation() 98 test1.replace(58, 6, "ir country"); in TestBasicManipulation() 100 if (test1 != expectedValue) in TestBasicManipulation() [all …]
|
| /external/cronet/third_party/icu/source/test/intltest/ |
| D | ustrtest.cpp | 77 UnicodeString test1("Now is the time for all men to come swiftly to the aid of the party.\n"); in TestBasicManipulation() local 81 c=test1.clone(); in TestBasicManipulation() 82 test1.insert(24, "good "); in TestBasicManipulation() 84 if (test1 != expectedValue) in TestBasicManipulation() 85 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation() 93 test1.remove(41, 8); in TestBasicManipulation() 95 if (test1 != expectedValue) in TestBasicManipulation() 96 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation() 98 test1.replace(58, 6, "ir country"); in TestBasicManipulation() 100 if (test1 != expectedValue) in TestBasicManipulation() [all …]
|
| /external/sdv/vsomeip/third_party/boost/proto/test/ |
| D | mem_ptr.cpp | 76 my_terminal<int S::*> test1 = {{ &S::x }}; variable 87 assert_result_type<int &>(test1(s)); in test_refs_transform() 88 evaluator()(test1(s)) = 0; in test_refs_transform() 92 assert_result_type<int &>(test1(boost::ref(s))); in test_refs_transform() 93 evaluator()(test1(boost::ref(s))) = 42; in test_refs_transform() 100 assert_result_type<int const &>(test1(rcs)); in test_refs_transform() 101 int const &s_x = evaluator()(test1(rcs)); in test_refs_transform() 115 assert_result_type<int &>(test1(s)); in test_refs_context() 116 proto::eval(test1(s), ctx) = 0; in test_refs_context() 120 assert_result_type<int &>(test1(boost::ref(s))); in test_refs_context() [all …]
|
| /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/ |
| D | move.pass.cpp | 43 test1() in test1() function 96 test1<input_iterator<std::unique_ptr<int>*>, output_iterator<std::unique_ptr<int>*> >(); in main() 97 test1<input_iterator<std::unique_ptr<int>*>, input_iterator<std::unique_ptr<int>*> >(); in main() 98 test1<input_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >(); in main() 99 test1<input_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >(); in main() 100 test1<input_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >(); in main() 101 test1<input_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>(); in main() 103 test1<forward_iterator<std::unique_ptr<int>*>, output_iterator<std::unique_ptr<int>*> >(); in main() 104 test1<forward_iterator<std::unique_ptr<int>*>, input_iterator<std::unique_ptr<int>*> >(); in main() 105 test1<forward_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >(); in main() [all …]
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/plugins/ |
| D | HierarchicalConfigurationStrategyTest.java | 48 configFor(Test1.class, "withoutAnnotation"), in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 56 new Class<?>[] {Test1.class}, in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 57 new String[] {"com.example.test1"}, in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 61 configFor(Test1.class, "withDefaultsAnnotation"), in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 69 new Class<?>[] {Test1.class}, in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 70 new String[] {"com.example.test1"}, in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 74 configFor(Test1.class, "withOverrideAnnotation"), in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 82 new Class<?>[] {Test1.class, Test2.class}, in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 83 new String[] {"com.example.test1", "com.example.method1"}, in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 125 new Class<?>[] {Test1.class}, in whenClassDoesntHaveConfigAnnotation_getConfig_shouldUseMethodConfig() [all …]
|
| /external/pigweed/pw_rpc/java/test/dev/pigweed/pw_rpc/ |
| D | ClientTest.java | 45 private static final Service SERVICE = new Service("pw.rpc.test1.TheTestService", 148 () -> client.method(CHANNEL_ID, "pw.rpc.test1.TheTestService/NotAnRpc")); in method_unknownMethodInKnownService() 150 () -> client.method(CHANNEL_ID, "pw.rpc.test1.TheTestService", "NotAnRpc")); in method_unknownMethodInKnownService() 155 MethodClient methodClient0 = client.method(0, "pw.rpc.test1.TheTestService/SomeUnary"); in method_unknownChannel() 159 MethodClient methodClient999 = client.method(999, "pw.rpc.test1.TheTestService/SomeUnary"); in method_unknownChannel() 166 assertThat(client.method(CHANNEL_ID, "pw.rpc.test1.TheTestService/SomeUnary").method()) in method_accessAsServiceSlashMethod() 169 client.method(CHANNEL_ID, "pw.rpc.test1.TheTestService/SomeServerStreaming").method()) in method_accessAsServiceSlashMethod() 172 client.method(CHANNEL_ID, "pw.rpc.test1.TheTestService/SomeClientStreaming").method()) in method_accessAsServiceSlashMethod() 178 assertThat(client.method(CHANNEL_ID, "pw.rpc.test1.TheTestService.SomeUnary").method()) in method_accessAsServiceDotMethod() 181 client.method(CHANNEL_ID, "pw.rpc.test1.TheTestService.SomeServerStreaming").method()) in method_accessAsServiceDotMethod() [all …]
|
| /external/libcups/test/ |
| D | 4.3-job-ops.test | 12 NAME "Print PostScript Job with bad job-sheets value to Test1" 16 RESOURCE /printers/Test1 22 ATTR uri printer-uri $method://$hostname:$port/printers/Test1 33 NAME "Print PostScript Job to Test1" 37 RESOURCE /printers/Test1 43 ATTR uri printer-uri $method://$hostname:$port/printers/Test1 68 ATTR uri printer-uri $method://$hostname:$port/printers/Test1 137 NAME "Print Text Job to Test1" 141 RESOURCE /printers/Test1 147 ATTR uri printer-uri $method://$hostname:$port/printers/Test1 [all …]
|
| /external/javassist/src/test/javassist/ |
| D | JvstTest.java | 4 import test1.DefineClassCapability; 34 loader.delegateLoadingOf("test1."); in testLoader() 35 assertEquals(loader.loadClass("test1.Cflow").getClassLoader(), in testLoader() 44 CtClass cc = sloader.get("test1.Freeze"); in testDefreeze() 102 CtClass cc = sloader.get("test1.Subtype"); in testSubtype() 104 assertTrue(cc.subtypeOf(sloader.get("test1.SubtypeA"))); in testSubtype() 105 assertTrue(cc.subtypeOf(sloader.get("test1.SubtypeB"))); in testSubtype() 106 assertTrue(cc.subtypeOf(sloader.get("test1.SubtypeC"))); in testSubtype() 113 CtClass cc = pool.makeClass("test1.Point"); in testClassPoolGet() 114 CtClass cc1 = pool.get("test1.Point"); // cc1 is identical to cc. in testClassPoolGet() [all …]
|
| /external/python/cpython3/Lib/unittest/test/testmock/ |
| D | testsealable.py | 83 m.test1.test2().test3 = 4 86 self.assertEqual(m.test1.test2().test3, 4) 88 m.test1.test2().test4 90 m.test1.test3 95 m.test1.test2["a"].test3 = 4 96 m.test1.test3[2:5].test3 = 4 99 self.assertEqual(m.test1.test2["a"].test3, 4) 100 self.assertEqual(m.test1.test2[2:5].test3, 4) 102 m.test1.test2["a"].test4 104 m.test1.test3[2:5].test4 [all …]
|
| /external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/ |
| D | swap_ranges.cpp | 33 Container1 test1(source1); in test_swap_ranges_impl() local 35 boost::swap_ranges(test1, test2); in test_swap_ranges_impl() 38 test1.begin(), test1.end() ); in test_swap_ranges_impl() 43 test1 = source1; in test_swap_ranges_impl() 45 boost::swap_ranges(boost::make_iterator_range(test1), test2); in test_swap_ranges_impl() 47 test1.begin(), test1.end() ); in test_swap_ranges_impl() 51 test1 = source1; in test_swap_ranges_impl() 53 boost::swap_ranges(test1, boost::make_iterator_range(test2)); in test_swap_ranges_impl() 55 test1.begin(), test1.end() ); in test_swap_ranges_impl() 59 test1 = source1; in test_swap_ranges_impl() [all …]
|
| /external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.nonmembers/string_op+/ |
| D | pointer_string.pass.cpp | 33 TEST_CONSTEXPR_CXX20 void test1(const typename S::value_type* lhs, S&& rhs, const S& x) { in test1() function 58 test1("", S(""), S("")); in test_string() 59 test1("", S("12345"), S("12345")); in test_string() 60 test1("", S("1234567890"), S("1234567890")); in test_string() 61 test1("", S("12345678901234567890"), S("12345678901234567890")); in test_string() 62 test1("abcde", S(""), S("abcde")); in test_string() 63 test1("abcde", S("12345"), S("abcde12345")); in test_string() 64 test1("abcde", S("1234567890"), S("abcde1234567890")); in test_string() 65 test1("abcde", S("12345678901234567890"), S("abcde12345678901234567890")); in test_string() 66 test1("abcdefghij", S(""), S("abcdefghij")); in test_string() [all …]
|
| D | string_pointer.pass.cpp | 33 TEST_CONSTEXPR_CXX20 void test1(S&& lhs, const typename S::value_type* rhs, const S& x) { in test1() function 57 test1(S(""), "", S("")); in test_string() 58 test1(S(""), "12345", S("12345")); in test_string() 59 test1(S(""), "1234567890", S("1234567890")); in test_string() 60 test1(S(""), "12345678901234567890", S("12345678901234567890")); in test_string() 61 test1(S("abcde"), "", S("abcde")); in test_string() 62 test1(S("abcde"), "12345", S("abcde12345")); in test_string() 63 test1(S("abcde"), "1234567890", S("abcde1234567890")); in test_string() 64 test1(S("abcde"), "12345678901234567890", S("abcde12345678901234567890")); in test_string() 65 test1(S("abcdefghij"), "", S("abcdefghij")); in test_string() [all …]
|
| /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/ |
| D | copy.pass.cpp | 22 test1() in test1() function 37 test1<T, 0, 0, 0>(); in test() 38 test1<T, 0, 1, 2>(); in test() 39 test1<T, 1, 1, 2>(); in test() 41 test1<T, 0, 0, M>(); in test() 42 test1<T, 0, M-2, M>(); in test() 43 test1<T, 0, M-1, M>(); in test() 44 test1<T, M-2, 0, M>(); in test() 45 test1<T, M-2, M-2, M>(); in test() 46 test1<T, M-2, M-1, M>(); in test() [all …]
|
| /external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.eng/rand.eng.lcong/ |
| D | copy.pass.cpp | 23 test1() in test1() function 38 test1<T, 0, 0, 0>(); in test() 39 test1<T, 0, 1, 2>(); in test() 40 test1<T, 1, 1, 2>(); in test() 42 test1<T, 0, 0, M>(); in test() 43 test1<T, 0, M-2, M>(); in test() 44 test1<T, 0, M-1, M>(); in test() 45 test1<T, M-2, 0, M>(); in test() 46 test1<T, M-2, M-2, M>(); in test() 47 test1<T, M-2, M-1, M>(); in test() [all …]
|