/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_bucketconfig.py | 18 import gslib.tests.testcase as testcase 19 from gslib.tests.testcase.integration_testcase import SkipForS3 23 class TestBucketConfig(testcase.GsUtilIntegrationTestCase):
|
test_signurl.py | 22 import gslib.tests.testcase as testcase 23 from gslib.tests.testcase.integration_testcase import SkipForS3 31 class TestSignUrl(testcase.GsUtilIntegrationTestCase): 134 class UnitTestSignUrl(testcase.GsUtilUnitTestCase):
|
test_cat.py | 19 import gslib.tests.testcase as testcase 24 class TestCat(testcase.GsUtilIntegrationTestCase):
|
test_mv.py | 21 import gslib.tests.testcase as testcase 27 class TestMv(testcase.GsUtilIntegrationTestCase):
|
test_perfdiag.py | 24 import gslib.tests.testcase as testcase 31 class TestPerfDiag(testcase.GsUtilIntegrationTestCase):
|
test_plurality_checkable_iterator.py | 29 import gslib.tests.testcase as testcase 36 class PluralityCheckableIteratorTests(testcase.GsUtilUnitTestCase):
|
test_stat.py | 20 import gslib.tests.testcase as testcase 24 class TestStat(testcase.GsUtilIntegrationTestCase):
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
localcom-1.s | 2 ! at one time. This is reasonably close to the original testcase.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
tocopt4b.s | 6 # This testcase will fail with a warning "xt defined on removed toc entry" 10 # !can_optimize. The testcase only passes because toc analysis considers
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ServReqTestCase.java | 16 package com.android.cts.verifier.p2p.testcase; 24 import com.android.cts.verifier.p2p.testcase.ListenerTest.ListenerArgument;
|
ActionListenerTest.java | 17 package com.android.cts.verifier.p2p.testcase;
|
GoNegRespTestCase.java | 16 package com.android.cts.verifier.p2p.testcase; 30 public class GoNegRespTestCase extends TestCase {
|
/external/v8/tools/testrunner/objects/ |
workpacket.py | 30 from . import testcase 87 tests = [ testcase.TestCase.UnpackTask(t) for t in packed["tests"] ]
|
/external/pdfium/tools/drmemory/scripts/ |
drmemory_analyze.py | 22 def __init__(self, report, suppression, testcase): 24 self._testcase = testcase 89 def ParseReportFile(self, filename, testcase): 124 ret.append(DrMemoryError(report, suppression, testcase)) 146 def Report(self, filenames, testcase, check_sanity): 154 cur_reports = self.ParseReportFile(f, testcase)
|
/external/icu/icu4c/source/test/intltest/ |
astrotst.cpp | 438 static const double testcase[][10] = {{2012, 5, 20 , 16 , 48, 59}, local 453 for (int32_t i = 0; i < (int32_t)(sizeof(testcase)/sizeof(testcase[0])); i++) { 455 logln((UnicodeString)"CASE["+i+"]: Year "+(int32_t)testcase[i][0]+" Month "+(int32_t)testcase[i][1]+" Day "+ 456 (int32_t)testcase[i][2]+" Hour "+(int32_t)testcase[i][3]+" Minutes "+(int32_t)testcase[i][4]+ 457 " Seconds "+(int32_t)testcase[i][5]); 458 gc->set((int32_t)testcase[i][0], (int32_t)testcase[i][1]-1, (int32_t)testcase[i][2], (int32_t)testcase[i][3], (int32_t)testc (…) [all...] |
/prebuilts/go/darwin-x86/src/log/ |
log_test.go | 75 for _, testcase := range tests { 76 testPrint(t, testcase.flag, testcase.prefix, testcase.pattern, false) 77 testPrint(t, testcase.flag, testcase.prefix, testcase.pattern, true)
|
/prebuilts/go/linux-x86/src/log/ |
log_test.go | 75 for _, testcase := range tests { 76 testPrint(t, testcase.flag, testcase.prefix, testcase.pattern, false) 77 testPrint(t, testcase.flag, testcase.prefix, testcase.pattern, true)
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
TestConversion.java | 40 int caseNr; // testcase index 97 DataMap testcase = (DataMap) iter.next(); local 100 TestToUnicode(testcase, testToUnicode); 104 TestFromUnicode(testcase, testFromUnicode); 107 TestGetUnicodeSet(testcase); 123 private void TestFromUnicode(DataMap testcase, int caseNr) { 130 cc.charset = ((ICUResourceBundle) testcase.getObject("charset")).getString(); 131 cc.unicode = ((ICUResourceBundle) testcase.getObject("unicode")).getString(); 132 cc.bytes = ((ICUResourceBundle) testcase.getObject("bytes")).getBinary(); 133 cc.offsets = ((ICUResourceBundle) testcase.getObject("offsets")).getIntVector() [all...] |
/external/opencv3/modules/videoio/test/ |
test_video_pos.cpp | 89 for( int testcase = 0; ; testcase++ ) 91 const cvtest::VideoFormat& fmt = cvtest::g_specific_fmt_list[testcase];
|
/ndk/sources/android/support/tests/minitest/ |
minitest.cc | 147 void TestCase::Failure() { 154 void TestCase::FatalFailure() { 160 internal::String& TestCase::GetText() { 189 minitest::TestCase testcase; local 192 info->test_function(&testcase); 194 switch (testcase.result()) { 195 case minitest::TestCase::PASS: 198 case minitest::TestCase::FAIL: 199 case minitest::TestCase::FATAL [all...] |
/external/libunwind/tests/ |
test-coredump-unwind.c | 275 int testcase = 0; local 307 if (*argv && !strcmp(*argv, "-testcase")) 309 testcase = 1; 337 if (!testcase) 343 if (testcase && test_cur < TEST_FRAMES) 367 if (testcase && 379 if (testcase &&
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
ResponderTestActivity.java | 32 import com.android.cts.verifier.p2p.testcase.TestCase; 33 import com.android.cts.verifier.p2p.testcase.TestCase.TestCaseListener; 48 private TestCase mTestCase; 75 abstract protected TestCase getTestCase(Context context);
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
OpenGLES20NativeActivityOne.java | 88 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) { 91 mRenderer = new GL2Renderer(category, testCase, latch); 114 public GL2Renderer(int category, int testcase, CountDownLatch latch) { 116 this.mTestCase = testcase;
|
/frameworks/base/test-runner/src/android/test/ |
TestRunner.java | 75 mJUnitClass = Class.forName("junit.framework.TestCase", false, null); 291 TestCase testcase = null; local 292 if (test instanceof TestCase) { 293 testcase = (TestCase) test; 299 if (testcase != null) { 300 testcase.setUp(mContext); 316 if (testcase != null && didSetup) { 318 testcase.tearDown() 339 AndroidTestCase testcase = (AndroidTestCase) test; local 500 AndroidTestCase testcase = (AndroidTestCase) test; local [all...] |
/external/curl/tests/server/ |
tftpd.c | 105 struct testcase { struct 271 static void read_ahead(struct testcase *test, int convert); 273 static ssize_t write_behind(struct testcase *test, int convert); 277 static int do_tftp(struct testcase *test, struct tftphdr *tp, ssize_t size); 279 static int validate_access(struct testcase *test, const char *fname, int mode); 281 static void sendtftp(struct testcase *test, struct formats *pf); 283 static void recvtftp(struct testcase *test, struct formats *pf); 453 static int readit(struct testcase *test, struct tftphdr **dpp, 473 static void read_ahead(struct testcase *test, 533 static int writeit(struct testcase *test, struct tftphdr * volatile *dpp [all...] |