Searched defs:testCase (Results 1 - 25 of 69) sorted by relevance

123

/external/compiler-rt/test/builtins/Unit/ppc/
H A Dfloatditf_test.h1 struct testCase { struct
7 struct testCase tests[] = {
[all...]
H A Dfloatunditf_test.h1 struct testCase { struct
7 struct testCase tests[] = {
[all...]
/external/deqp/modules/internal/
H A DditTestPackage.cpp64 void init (tcu::TestCase* testCase, const std::string&) argument
66 testCase->init();
69 void deinit (tcu::TestCase* testCase) argument
71 testCase->deinit();
74 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase) argument
76 return testCase->iterate();
/external/deqp/modules/gles31/
H A Dtes31TestPackage.cpp43 void init (tcu::TestCase* testCase, const std::string& path);
44 void deinit (tcu::TestCase* testCase);
45 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase);
60 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&) argument
62 testCase->init();
65 void TestCaseWrapper::deinit (tcu::TestCase* testCase) argument
67 testCase->deinit();
73 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) argument
76 const tcu::TestCase::IterateResult result = testCase->iterate();
/external/deqp/modules/egl/
H A DteglTestPackage.cpp141 void init (tcu::TestCase* testCase, const std::string&) argument
143 testCase->init();
146 void deinit (tcu::TestCase* testCase) argument
148 testCase->deinit();
151 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase) argument
153 return testCase->iterate();
/external/deqp/modules/gles2/
H A Dtes2TestPackage.cpp48 void init (tcu::TestCase* testCase, const std::string& path);
49 void deinit (tcu::TestCase* testCase);
50 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase);
65 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&) argument
67 testCase->init();
70 void TestCaseWrapper::deinit (tcu::TestCase* testCase) argument
72 testCase->deinit();
78 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) argument
91 result = testCase->iterate();
/external/deqp/modules/gles3/
H A Dtes3TestPackage.cpp47 void init (tcu::TestCase* testCase, const std::string& path);
48 void deinit (tcu::TestCase* testCase);
49 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase);
64 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&) argument
66 testCase->init();
69 void TestCaseWrapper::deinit (tcu::TestCase* testCase) argument
71 testCase->deinit();
77 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) argument
90 result = testCase->iterate();
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/test/
H A DLoggingUtil.java65 * @param testCase the TestCase
68 public static LoggingUtil getTestCaseLogger(TestCase testCase) { argument
70 String title = getClassName(testCase) + "." + testCase.getName();
80 public static LoggingUtil getTestSuiteLogger(TestSuite testCase) { argument
82 String title = "SUITE " + getClassName(testCase);

Completed in 785 milliseconds

123