Searched refs:TestC (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | asm-printer-topological-order.ll | 3 @TestA = alias void (), void ()* @TestC 4 @TestB = alias void (), void ()* @TestC 5 @TestC = alias void (), void ()* @TestD 13 ; CHECK: TestC = TestD 14 ; CHECK-DAG: TestB = TestC 15 ; CHECK-DAG: TestA = TestC
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | asm-printer-topological-order.ll | 3 @TestA = alias void (), void ()* @TestC 4 @TestB = alias void (), void ()* @TestC 5 @TestC = alias void (), void ()* @TestD 13 ; CHECK: .set TestC, TestD 14 ; CHECK-DAG: .set TestB, TestC 15 ; CHECK-DAG: .set TestA, TestC
|
/external/clang/test/Analysis/ |
D | superclass.m | 116 @interface TestC : UIViewController {} interface 118 @implementation TestC implementation 171 …veFromParentViewController' instance method in UIViewController subclass 'TestC' is missing a [sup…
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_loader.py | 987 class TestC(TestP): class 994 self.assertEqual(loader.getTestCaseNames(TestC), names)
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_loader.py | 1221 class TestC(TestP): class 1228 self.assertEqual(loader.getTestCaseNames(TestC), names)
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 59 public void TestC() { in TestC() method in DateTimeGeneratorTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 62 public void TestC() { in TestC() method in DateTimeGeneratorTest
|