/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ServReqTestSuite.java | 17 package com.android.cts.verifier.p2p.testcase;
|
GoTestCase.java | 16 package com.android.cts.verifier.p2p.testcase; 28 public class GoTestCase extends TestCase {
|
P2pClientPbcTestCase.java | 17 package com.android.cts.verifier.p2p.testcase;
|
P2pClientPinTestCase.java | 17 package com.android.cts.verifier.p2p.testcase;
|
ServReqClearRequestTestCase.java | 16 package com.android.cts.verifier.p2p.testcase;
|
ServRespTestCase.java | 16 package com.android.cts.verifier.p2p.testcase; 32 public class ServRespTestCase extends TestCase {
|
UPnPServiceResponseListenerTest.java | 17 package com.android.cts.verifier.p2p.testcase;
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_setmeta.py | 20 import gslib.tests.testcase as testcase 21 from gslib.tests.testcase.integration_testcase import SkipForS3 27 class TestSetMeta(testcase.GsUtilIntegrationTestCase):
|
test_tracker_file.py | 17 from gslib.tests.testcase.unit_testcase import GsUtilUnitTestCase
|
test_cors.py | 23 import gslib.tests.testcase as testcase 24 from gslib.tests.testcase.integration_testcase import SkipForS3 31 class TestCors(testcase.GsUtilIntegrationTestCase):
|
test_du.py | 19 import gslib.tests.testcase as testcase 20 from gslib.tests.testcase.integration_testcase import SkipForS3 25 class TestDu(testcase.GsUtilIntegrationTestCase):
|
test_lifecycle.py | 24 import gslib.tests.testcase as testcase 25 from gslib.tests.testcase.integration_testcase import SkipForS3 33 class TestSetLifecycle(testcase.GsUtilIntegrationTestCase):
|
test_tabcomplete.py | 26 import gslib.tests.testcase as testcase 36 class TestTabComplete(testcase.GsUtilIntegrationTestCase): 226 class TestTabCompleteUnitTests(testcase.unit_testcase.GsUtilUnitTestCase):
|
test_hashing_helper.py | 26 import gslib.tests.testcase as testcase 34 class TestHashingFileUploadWrapper(testcase.GsUtilUnitTestCase):
|
/external/libunwind/tests/ |
run-coredump-unwind | 52 # magic option -testcase enables checking for the specific contents of the stack 53 ./test-coredump-unwind $COREFILE -testcase `cat $TEMPDIR/backing_files`
|
/external/v8/test/mjsunit/regress/ |
regress-1513.js | 31 function testcase() { function 44 testcase();
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
__init__.py | 74 if type(o) is type(unittest.TestCase) and issubclass(o, unittest.TestCase): 82 def test_with_refcounts(runner, verbosity, testcase): 83 """Run testcase several times, tracking reference counts.""" 98 test = unittest.makeSuite(testcase) 111 print "%s leaks:\n\t" % testcase, refcounts 113 print "%s: ok." % testcase
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
__init__.py | 74 if type(o) is type(unittest.TestCase) and issubclass(o, unittest.TestCase): 82 def test_with_refcounts(runner, verbosity, testcase): 83 """Run testcase several times, tracking reference counts.""" 98 test = unittest.makeSuite(testcase) 111 print "%s leaks:\n\t" % testcase, refcounts 113 print "%s: ok." % testcase
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 74 if type(o) is type(unittest.TestCase) and issubclass(o, unittest.TestCase): 82 def test_with_refcounts(runner, verbosity, testcase): 83 """Run testcase several times, tracking reference counts.""" 98 test = unittest.makeSuite(testcase) 111 print "%s leaks:\n\t" % testcase, refcounts 113 print "%s: ok." % testcase
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 74 if type(o) is type(unittest.TestCase) and issubclass(o, unittest.TestCase): 82 def test_with_refcounts(runner, verbosity, testcase): 83 """Run testcase several times, tracking reference counts.""" 98 test = unittest.makeSuite(testcase) 111 print "%s leaks:\n\t" % testcase, refcounts 113 print "%s: ok." % testcase
|
/external/autotest/site_utils/docgen/ |
CreateDocs.py | 127 self.testcase = {} 156 test_intersection = set(self.testcase) & set(tests) 159 self.testcase.update(tests) 195 if visitor.key in self.testcase: 196 s = self.testcase[visitor.key] + filtered_input 197 self.testcase[visitor.key] = s 199 self.testcase[visitor.key] = filtered_input 255 for test in self.testcase: 314 if self.testcase[test]: 316 temp.append(self.testcase[test] [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
test_oauth2client.py | 85 def assertUrisEqual(testcase, expected, actual): 89 testcase.assertEqual(expected.scheme, actual.scheme) 90 testcase.assertEqual(expected.netloc, actual.netloc) 91 testcase.assertEqual(expected.path, actual.path) 92 testcase.assertEqual(expected.params, actual.params) 93 testcase.assertEqual(expected.fragment, actual.fragment) 97 testcase.assertEqual(expected_query[name], actual_query[name]) 99 testcase.assertEqual(expected_query[name], actual_query[name]) 124 class CredentialsTests(unittest.TestCase): 165 class GoogleCredentialsTests(unittest.TestCase) [all...] |
/system/extras/tests/sdcard/ |
Android.mk | 29 testcase.cpp
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_printf.c | 90 const struct printf_test_case *testcase)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
RequesterTestActivity.java | 39 import com.android.cts.verifier.p2p.testcase.ReqTestCase; 40 import com.android.cts.verifier.p2p.testcase.TestCase; 41 import com.android.cts.verifier.p2p.testcase.TestCase.TestCaseListener; 116 TestCase.EXTRA_TEST_NAME);
|