Searched defs:TestParams (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderConstExprTests.hpp50 struct TestParams struct in namespace:deqp::gls::ShaderConstExpr
73 const TestParams* cases,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestExtended.java42 static class TestParams { class in class:RBBITestExtended
53 TestParams tp = new TestParams();
379 void executeTest(TestParams t) {
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp838 struct TestParams { struct
851 TestParams(UErrorCode &status) : dataToBreak() { function in struct:TestParams
860 ~TestParams() {
902 void TestParams::setUTF16(UErrorCode &status) {
917 void TestParams::setUTF8(UErrorCode &status) {
946 int32_t TestParams::getSrcLine(int bp) {
962 int32_t TestParams::getExpectedBreak(int bp) {
975 int32_t TestParams::getSrcCol(int bp) {
991 void RBBITest::executeTest(TestParams *t, UErrorCode &status) {
1176 TestParams t
[all...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java515 * Parse arguments into a TestParams object and a collection of target
516 * paths. If there was an error parsing the TestParams, print usage and exit
517 * with -1. Otherwise, call resolveTarget(TestParams, String) for each path,
551 TestParams localParams = TestParams.create(args, log);
606 public int runTests(TestParams _params, String[] tests) {
651 public Target resolveTarget(TestParams paramsArg) {
663 public Target resolveTarget(TestParams paramsArg, String targetPath) {
1156 public static class TestParams { class in class:TestFmwk
1190 private TestParams() { method in class:TestFmwk.TestParams
[all...]

Completed in 204 milliseconds