Home
last modified time | relevance | path

Searched refs:TestCase (Results 1 – 25 of 36) sorted by relevance

12

/development/vndk/tools/definition-tool/tests/
Dcompat.py76 from unittest import TestCase
81 class TestCase(unittest.TestCase): class
Dtest_module_info.py13 class ModuleInfoTest(unittest.TestCase):
Dtest_elf_resolver.py10 class ELFResolverTest(unittest.TestCase):
Dtest_elf.py13 class ElfSymTest(unittest.TestCase):
44 class ELFTest(unittest.TestCase):
193 class ELFJniLibTest(unittest.TestCase):
Dtest_vndk.py7 from .compat import StringIO, TestCase, patch
11 class ELFLinkerVNDKTest(TestCase):
Dtest_dex_file.py18 class ModifiedUTF8Test(unittest.TestCase):
65 class DexFileTest(unittest.TestCase):
Dtest_scandir.py9 class ScanDirTest(unittest.TestCase):
Dtest_generic_refs.py27 class GenericRefsTest(unittest.TestCase):
/development/vndk/tools/sourcedr/blueprint/tests/
Dtest_ast.py30 class ExprTest(unittest.TestCase):
44 class BoolTest(unittest.TestCase):
98 class IntegerTest(unittest.TestCase):
157 class StringTest(unittest.TestCase):
171 class VarRefTest(unittest.TestCase):
208 class ListTest(unittest.TestCase):
228 class ConcatTest(unittest.TestCase):
281 class DictTest(unittest.TestCase):
Dtest_evaluate_default.py30 class EvaluateDefaultTest(unittest.TestCase):
65 class EvaluateDefaultsTest(unittest.TestCase):
Dtest_module_path.py32 class ModulePathTest(unittest.TestCase):
Dtest_parser.py30 class DefineVarTest(unittest.TestCase):
70 class ParserTest(unittest.TestCase):
Dtest_lexer.py43 class LexerErrorTest(unittest.TestCase):
68 class LexComputeLineColumn(unittest.TestCase):
127 class LexStringTest(unittest.TestCase):
344 class LexTest(unittest.TestCase):
549 class LexerTest(unittest.TestCase):
/development/samples/ApiDemos/tests/src/com/example/android/apis/os/
DMorseCodeConverterTest.java19 import junit.framework.TestCase;
30 public class MorseCodeConverterTest extends TestCase {
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/client/
DUserTest.java20 import junit.framework.TestCase;
24 public class UserTest extends TestCase {
/development/tools/ops/
Dandroid_test_parser.py24 class TestCase(object): class
47 yield TestCase(test)
/development/scripts/
Dadd3prf_test.py21 class LicenseDetectionTestCase(fake_filesystem_unittest.TestCase):
56 class AddModuleLicenseTestCase(fake_filesystem_unittest.TestCase):
Dsymbol.py536 class FindToolchainTests(unittest.TestCase):
550 class SetArchTests(unittest.TestCase):
715 if not hasattr(unittest.TestCase, 'assertRaisesRegex'):
716 unittest.TestCase.assertRaisesRegex = getattr(unittest.TestCase, 'assertRaisesRegexp')
Dstack_core.py458 class RegisterPatternTests(unittest.TestCase):
489 class LibmemunreachablePatternTests(unittest.TestCase):
510 class LongASANStackTests(unittest.TestCase):
531 class ValueLinesTest(unittest.TestCase):
/development/testrunner/tests/
Dandroid_manifest_tests.py25 class AndroidManifestTest(unittest.TestCase):
Dandroid_mk_tests.py25 class AndroidMKTest(unittest.TestCase):
Dam_instrument_parser_tests.py24 class AmParserTest(unittest.TestCase):
/development/gsi/gsi_util/gsi_util/utils/tests/
Dfile_utils_unittest.py26 class UnopenedTemporaryFileTest(unittest.TestCase):
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
DRmTypeDefsTest.java7 import junit.framework.TestCase;
23 public class RmTypeDefsTest extends TestCase {
/development/python-packages/adb/
Dtest.py22 class GetDeviceTest(unittest.TestCase):

12