/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p6.cpp | 14 only<const char [16]> testA = a; variable 40 only<bool> testA = a; in f() local 45 only<int> testA = a; in f() local 49 only<bool> testA = a; in f() local 53 only<const char[5]> testA = a; in f() local
|
/external/clang/test/CodeGen/ |
D | inline.c | 136 inline void testA() {} in testA() function 137 void testA();
|
/external/clang/test/SemaObjCXX/ |
D | abstract-class-type-ivar.mm | 7 virtual void testA() = 0; 13 virtual void testA() { }
|
/external/tremolo/Tremolo/ |
D | mapping0.c | 88 int testA=info->coupling[i].ang=(unsigned char)(oggpack_read(opb,ilog(vi->channels))); in mapping_info_unpack() local 91 testA<0 || in mapping_info_unpack() 92 testM==testA || in mapping_info_unpack() 94 testA>=vi->channels) goto err_out; in mapping_info_unpack()
|
/external/llvm/test/Linker/ |
D | type-unique-type-array-a.ll | 14 ; 7 void testA(SA a) { 19 ; 12 a->testA(sa); 26 ; CHECK: DW_AT_name {{.*}} "testA" 101 !6 = !DISubprogram(name: "testA", linkageName: "_ZN1A5testAE2SA", line: 7, isLocal: false, isDefini… 114 !20 = distinct !DISubprogram(name: "testA", linkageName: "_ZN1A5testAE2SA", line: 7, isLocal: false…
|
/external/clang/test/Analysis/ |
D | unions-region.m | 10 // [testA] When using RegionStore, this test case previously had a 18 float testA(float f) { function
|
/external/clang/test/Analysis/diagnostics/ |
D | text-diagnostics.c | 3 void testA() { in testA() function
|
/external/testng/src/test/java/test/mixed/ |
D | JUnit3Test1.java | 15 public void testA() { in testA() method in JUnit3Test1
|
/external/testng/src/test/java/test/regression/groupsordering/ |
D | A.java | 9 public void testA() throws Exception { in testA() method in A
|
/external/testng/src/test/java/test/dependent/ |
D | MultiGroup1SampleTest.java | 9 public void testA() { in testA() method in MultiGroup1SampleTest
|
/external/testng/src/test/java/test/inheritance/testng739/ |
D | A.java | 15 public void testA() { in testA() method in A
|
/external/testng/src/test/java/test/junit/ |
D | BaseTest.java | 30 public abstract void testA(); in testA() method in BaseTest
|
/external/testng/src/test/java/test/expectedexceptions/ |
D | ParametersExceptionTest.java | 18 public void testA(Exception err) { in testA() method in ParametersExceptionTest
|
/external/testng/src/test/java/test/groupinvocation/ |
D | DummyTest.java | 18 public void testA() { in testA() method in DummyTest
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p3-cxx0x.cpp | 69 void testA() { (void)sizeof(A<int>); } in testA() function
|
/external/testng/src/test/java/test/enable/ |
D | A.java | 9 public void testA() {} in testA() method in A
|
/external/clang/test/SemaCXX/ |
D | user-defined-conversions.cpp | 95 void testA(A a) { in testA() function
|
D | attr-deprecated.cpp | 205 void testA() { in testA() function
|
D | constant-expression-cxx1y.cpp | 566 constexpr bool testA() { in testA() function 573 static_assert(testA(), "");
|
/external/clang/test/Modules/ |
D | decldef.m | 26 void testA(A *a) { function
|
D | decldef.mm | 33 void testA(A *a) { function
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p3-0x.cpp | 12 void testA(A &a) { in testA() function
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestASTConstruction.java | 39 @Test public void testA() throws Exception { in testA() method in TestASTConstruction
|
D | TestNFAConstruction.java | 41 @Test public void testA() throws Exception { in testA() method in TestNFAConstruction
|
/external/python/cpython2/Lib/test/ |
D | test_csv.py | 396 class testA(csv.excel): class 419 writer = csv.writer(fileobj, testA) 452 writer = csv.writer(fileobj, dialect=testA, delimiter=';')
|