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

1 2 3 4 56 7 8 9

  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_parallel_cp.py 37 import gslib.tests.testcase as testcase
43 class TestParallelCp(testcase.GsUtilIntegrationTestCase):
test_resumable_streaming.py 27 import gslib.tests.testcase as testcase
35 class TestResumableStreamingJsonUploadWrapper(testcase.GsUtilUnitTestCase):
test_update.py 33 import gslib.tests.testcase as testcase
43 class UpdateTest(testcase.GsUtilIntegrationTestCase):
test_util.py 28 import gslib.tests.testcase as testcase
33 class TestUtil(testcase.GsUtilUnitTestCase):
test_command_runner.py 35 import gslib.tests.testcase as testcase
126 testcase.unit_testcase.GsUtilUnitTestCase):
391 testcase.GsUtilIntegrationTestCase):
test_ls.py 26 import gslib.tests.testcase as testcase
27 from gslib.tests.testcase.integration_testcase import SkipForS3
35 class TestLs(testcase.GsUtilIntegrationTestCase):
185 # TODO: When testcase setup can use JSON, match against the exact JSON
364 # TODO: When testcase setup can use JSON, match against the exact JSON
test_rsync_funcs.py 24 from gslib.tests.testcase.unit_testcase import GsUtilUnitTestCase
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist.cpp 495 struct testcase { struct in namespace:B19773010
496 testcase(std::initializer_list<pair<const char *, E>>);
500 testcase a{{"", ENUM_CONSTANT}};
  /external/valgrind/auxprogs/
nightly-build-summary 33 # "failure_frequency" hash indexed by testcase name; value = int
168 my ($testcase) = (split(/\s+/, $line))[0];
169 print "ADD failing testcase $testcase\n" if ($debug);
170 push @{$hash{"failures"}}, $testcase;
237 # Compute how often a testcase failed
373 printf("%3d testcase failures (across all runs)\n",
  /prebuilts/go/darwin-x86/doc/progs/
run.go 116 type testcase struct { type
121 var tests = []testcase{
177 var new []testcase
  /prebuilts/go/linux-x86/doc/progs/
run.go 116 type testcase struct { type
121 var tests = []testcase{
177 var new []testcase
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 156 ('testcase=', None,
157 "testcase to run [default: run all]"),
169 self.testcase = None
230 # if a single testcase has been selected, filter out all other
232 if (self.testcase is not None
233 and not os.path.basename(testPath)[:-3].startswith(self.testcase)):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socketserver.py 58 def simple_subprocess(testcase):
65 testcase.assertEqual(pid2, pid)
66 testcase.assertEqual(72 << 8, status)
70 class SocketServerTest(unittest.TestCase):
test_sys_setprofile.py 8 class TestGetProfile(unittest.TestCase):
58 def __init__(self, testcase):
59 self.testcase = testcase
76 self.testcase.fail(
92 class TestCaseBase(unittest.TestCase):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socketserver.py 58 def simple_subprocess(testcase):
65 testcase.assertEqual(pid2, pid)
66 testcase.assertEqual(72 << 8, status)
70 class SocketServerTest(unittest.TestCase):
test_sys_setprofile.py 8 class TestGetProfile(unittest.TestCase):
58 def __init__(self, testcase):
59 self.testcase = testcase
76 self.testcase.fail(
92 class TestCaseBase(unittest.TestCase):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 58 def simple_subprocess(testcase):
65 testcase.assertEqual(pid2, pid)
66 testcase.assertEqual(72 << 8, status)
70 class SocketServerTest(unittest.TestCase):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 58 def simple_subprocess(testcase):
65 testcase.assertEqual(pid2, pid)
66 testcase.assertEqual(72 << 8, status)
70 class SocketServerTest(unittest.TestCase):
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DnsSdResponseListenerTest.java 17 package com.android.cts.verifier.p2p.testcase;
DnsSdTxtRecordListenerTest.java 17 package com.android.cts.verifier.p2p.testcase;
ListenerTest.java 17 package com.android.cts.verifier.p2p.testcase;
ServReqMultiClientTestCase01.java 16 package com.android.cts.verifier.p2p.testcase;
ServReqMultiClientTestCase02.java 16 package com.android.cts.verifier.p2p.testcase;
ServReqMultiClientTestCase03.java 16 package com.android.cts.verifier.p2p.testcase;
TestCase.java 16 package com.android.cts.verifier.p2p.testcase;
28 * 1) implement a subclass of TestCase<br>
37 public abstract class TestCase {
43 "com.android.cts.verifier.p2p.testcase.EXTRA_TEST_NAME";
68 public TestCase(Context context) {

Completed in 397 milliseconds

1 2 3 4 56 7 8 9