Searched refs:testA (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/Analysis/diagnostics/
H A Dtext-diagnostics.c3 void testA() { function
/external/testng/src/test/java/test/mixed/
H A DJUnit3Test1.java15 public void testA() { method in class:JUnit3Test1
/external/testng/src/test/java/test/regression/groupsordering/
H A DA.java9 public void testA() throws Exception { method in class:A
/external/testng/src/test/java/test/dependent/
H A DMultiGroup1SampleTest.java9 public void testA() { method in class:MultiGroup1SampleTest
/external/testng/src/test/java/test/inheritance/testng739/
H A DA.java15 public void testA() { method in class:A
/external/testng/src/test/java/test/junit/
H A DBaseTest.java30 public abstract void testA(); method in class:BaseTest
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp14 only<const char [16]> testA = a; member in namespace:N
40 only<bool> testA = a; local
45 only<int> testA = a; local
49 only<bool> testA = a; local
53 only<const char[5]> testA = a; local
/external/testng/src/test/java/test/expectedexceptions/
H A DParametersExceptionTest.java18 public void testA(Exception err) { method in class:ParametersExceptionTest
19 System.out.println("testA");
/external/clang/test/CodeGen/
H A Dinline.c17 // CHECK1-LABEL: define void @testA
39 // CHECK2-LABEL: define void @testA
136 inline void testA() {} function
137 void testA();
/external/clang/test/CXX/class.access/class.friend/
H A Dp3-cxx0x.cpp69 void testA() { (void)sizeof(A<int>); } function
/external/testng/src/test/java/test/groupinvocation/
H A DDummyTest.java18 public void testA() { method in class:DummyTest
/external/clang/test/SemaCXX/
H A Duser-defined-conversions.cpp95 void testA(A a) { function in namespace:rdar10202900
H A Dattr-deprecated.cpp205 void testA() { function in namespace:test6
H A Dconstant-expression-cxx1y.cpp566 constexpr bool testA() { function in namespace:loops::assignment_op
573 static_assert(testA(), "");
/external/testng/src/test/java/test/enable/
H A DA.java9 public void testA() {} method in class:A
/external/tremolo/Tremolo/
H A Dmapping0.c88 int testA=info->coupling[i].ang=(unsigned char)(oggpack_read(opb,ilog(vi->channels))); local
91 testA<0 ||
92 testM==testA ||
94 testA>=vi->channels) goto err_out;
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp12 void testA(A &a) { function
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestASTConstruction.java39 @Test public void testA() throws Exception { method in class:TestASTConstruction
H A DTestNFAConstruction.java41 @Test public void testA() throws Exception { method in class:TestNFAConstruction
H A DTestDFAConversion.java42 @Test public void testA() throws Exception { method in class:TestDFAConversion
/external/python/cpython2/Lib/test/
H A Dtest_csv.py396 class testA(csv.excel): class in function:TestDialectRegistry.test_dialect_apply
419 writer = csv.writer(fileobj, testA)
452 writer = csv.writer(fileobj, dialect=testA, delimiter=';')
/external/python/cpython3/Lib/test/
H A Dtest_csv.py399 class testA(csv.excel): class in function:TestDialectRegistry.test_dialect_apply
411 self.compare_dialect_123("1\t2\t3\r\n", testA)
414 self.compare_dialect_123("1;2;3\r\n", dialect=testA,

Completed in 8357 milliseconds