HomeSort by relevance Sort by last modified time
    Searched refs:testcase (Results 26 - 50 of 220) sorted by null

12 3 4 5 6 7 8 9

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegReqPbcTestCase.java 17 package com.android.cts.verifier.p2p.testcase;
GoNegReqPinTestCase.java 17 package com.android.cts.verifier.p2p.testcase;
ReqTestCase.java 16 package com.android.cts.verifier.p2p.testcase;
23 public abstract class ReqTestCase extends TestCase {
Timeout.java 17 package com.android.cts.verifier.p2p.testcase;
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_help.py 26 import gslib.tests.testcase as testcase
29 class HelpUnitTests(testcase.GsUtilUnitTestCase):
67 class HelpIntegrationTests(testcase.GsUtilIntegrationTestCase):
test_logging.py 19 import gslib.tests.testcase as testcase
20 from gslib.tests.testcase.integration_testcase import SkipForS3
25 class TestLogging(testcase.GsUtilIntegrationTestCase):
test_creds_config.py 21 import gslib.tests.testcase as testcase
25 class TestCredsConfig(testcase.GsUtilUnitTestCase):
test_rb.py 19 import gslib.tests.testcase as testcase
23 class TestRb(testcase.GsUtilIntegrationTestCase):
test_storage_url.py 23 import gslib.tests.testcase as testcase
26 class TestStorageUrl(testcase.GsUtilUnitTestCase):
  /external/v8/test/cctest/
testcfg.py 34 from testrunner.objects import testcase
77 test = testcase.TestCase(self, raw_test, dependency=dependency)
82 def GetFlagsForTestCase(self, testcase, context):
83 testname = testcase.path.split(os.path.sep)[-1]
85 serialization_file += ''.join(testcase.flags).replace('-', '_')
86 return (testcase.flags + [testcase.path] + context.mode_flags +
  /external/v8/test/intl/
testcfg.py 31 from testrunner.objects import testcase
52 test = testcase.TestCase(self, testname)
56 def GetFlagsForTestCase(self, testcase, context):
62 files.append(os.path.join(self.root, testcase.path + self.suffix()))
69 return testcase.flags + flags
  /external/v8/test/message/
testcfg.py 34 from testrunner.objects import testcase
58 test = testcase.TestCase(self, testname)
66 def GetFlagsForTestCase(self, testcase, context):
67 source = self.GetSourceForTest(testcase)
76 result.append(os.path.join(self.root, testcase.path + ".js"))
77 return testcase.flags + result
79 def GetSourceForTest(self, testcase):
80 filename = os.path.join(self.root, testcase.path + self.suffix())
119 def StripOutputForTransmit(self, testcase)
    [all...]
  /external/v8/test/mozilla/
testcfg.py 34 from testrunner.objects import testcase
82 case = testcase.TestCase(self, testname)
86 def GetFlagsForTestCase(self, testcase, context):
91 testfilename = testcase.path + ".js"
100 return testcase.flags + result
102 def GetSourceForTest(self, testcase):
103 filename = os.path.join(self.testroot, testcase.path + ".js")
107 def IsNegativeTest(self, testcase):
108 return testcase.path.endswith("-n"
    [all...]
  /bionic/tests/
gtest_main.cpp 154 class TestCase {
156 TestCase() {} // For std::vector<TestCase>.
157 explicit TestCase(const char* name) : name_(name) {}
244 static bool EnumerateTests(int argc, char** argv, std::vector<TestCase>& testcase_list) {
281 testcase_list.push_back(TestCase(start));
293 static void OnTestIterationStartPrint(const std::vector<TestCase>& testcase_list, size_t iteration,
302 for (const auto& testcase : testcase_list) {
303 test_count += testcase.TestCount();
315 static void OnTestEndPrint(const TestCase& testcase, size_t test_id)
500 auto& testcase = testcase_list[i]; local
522 auto& testcase = testcase_list[i]; local
716 TestCase& testcase = testcase_list[child_proc.testcase_id]; local
882 TestCase& testcase = testcase_list[testcase_id]; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
GoNegRequesterTestListActivity.java 24 import com.android.cts.verifier.p2p.testcase.GoNegReqTestSuite;
25 import com.android.cts.verifier.p2p.testcase.ReqTestCase;
GoNegResponderTestActivity.java 22 import com.android.cts.verifier.p2p.testcase.GoNegRespTestCase;
23 import com.android.cts.verifier.p2p.testcase.TestCase;
38 protected TestCase getTestCase(Context context) {
GoTestActivity.java 22 import com.android.cts.verifier.p2p.testcase.GoTestCase;
23 import com.android.cts.verifier.p2p.testcase.TestCase;
38 protected TestCase getTestCase(Context context) {
P2pClientTestListActivity.java 24 import com.android.cts.verifier.p2p.testcase.P2pClientTestSuite;
25 import com.android.cts.verifier.p2p.testcase.ReqTestCase;
ServiceRequesterTestListActivity.java 24 import com.android.cts.verifier.p2p.testcase.ReqTestCase;
25 import com.android.cts.verifier.p2p.testcase.ServReqTestSuite;
ServiceResponderTestActivity.java 22 import com.android.cts.verifier.p2p.testcase.ServRespTestCase;
23 import com.android.cts.verifier.p2p.testcase.TestCase;
38 protected TestCase getTestCase(Context context) {
  /external/v8/test/mjsunit/
testcfg.py 32 from testrunner.objects import testcase
58 test = testcase.TestCase(self, testname)
62 def GetFlagsForTestCase(self, testcase, context):
63 source = self.GetSourceForTest(testcase)
80 testfilename = os.path.join(self.root, testcase.path + self.suffix())
97 return testcase.flags + flags
99 def GetSourceForTest(self, testcase):
100 filename = os.path.join(self.root, testcase.path + self.suffix())
  /external/valgrind/none/tests/
tls.c 46 struct testcase { struct
53 struct testcase *test = (struct testcase *)p;
74 static const struct testcase tests[] = {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRegressionTest.java 321 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) {
329 errln("FAIL: " + testcase +" - failed to parse. " + e.toString());
333 errln("FAIL: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
335 logln("PASS: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
339 void checkNBSPPatternRT(String testcase, NumberFormat nf) {
340 checkNBSPPatternRtNum(testcase, nf, 12345.);
341 checkNBSPPatternRtNum(testcase, nf, -12345.);
346 String testcase; local
349 testcase="ar_AE UNUM_CURRENCY";
351 checkNBSPPatternRT(testcase, nf)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRegressionTest.java 317 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) {
325 errln("FAIL: " + testcase +" - failed to parse. " + e.toString());
329 errln("FAIL: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
331 logln("PASS: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
335 void checkNBSPPatternRT(String testcase, NumberFormat nf) {
336 checkNBSPPatternRtNum(testcase, nf, 12345.);
337 checkNBSPPatternRtNum(testcase, nf, -12345.);
342 String testcase; local
345 testcase="ar_AE UNUM_CURRENCY";
347 checkNBSPPatternRT(testcase, nf)
    [all...]
  /external/v8/test/promises-aplus/
testcfg.py 37 from testrunner.objects import testcase
71 def CommonTestName(self, testcase):
72 return testcase.path.split(os.path.sep)[-1]
75 return [testcase.TestCase(self, fname[:-len('.js')]) for fname in
79 def GetFlagsForTestCase(self, testcase, context):
80 return (testcase.flags + context.mode_flags + ['--allow-natives-syntax'] +
82 [os.path.join(self.test_files_root, testcase.path + '.js')] +
85 def GetSourceForTest(self, testcase):
87 'lib', 'tests', testcase.path + '.js'
    [all...]

Completed in 1230 milliseconds

12 3 4 5 6 7 8 9