HomeSort by relevance Sort by last modified time
    Searched refs:ModuleFinder (Results 1 - 25 of 28) sorted by null

1 2

  /tools/tradefederation/core/atest/
test_finder_handler.py 29 module_finder.ModuleFinder,
51 _REFERENCE_TYPE.MODULE: module_finder.ModuleFinder.find_test_by_module_name,
52 _REFERENCE_TYPE.CLASS: module_finder.ModuleFinder.find_test_by_class_name,
53 _REFERENCE_TYPE.MODULE_CLASS: module_finder.ModuleFinder.find_test_by_module_and_class,
54 _REFERENCE_TYPE.QUALIFIED_CLASS: module_finder.ModuleFinder.find_test_by_class_name,
55 _REFERENCE_TYPE.PACKAGE: module_finder.ModuleFinder.find_test_by_package_name,
56 _REFERENCE_TYPE.MODULE_PACKAGE: module_finder.ModuleFinder.find_test_by_module_and_package,
57 _REFERENCE_TYPE.MODULE_FILE_PATH: module_finder.ModuleFinder.find_test_by_path,
  /tools/tradefederation/core/atest/test_finders/
module_finder_unittest.py 87 self.mod_finder = module_finder.ModuleFinder()
121 @mock.patch.object(module_finder.ModuleFinder, '_has_test_config',
123 @mock.patch.object(module_finder.ModuleFinder, '_get_build_targets',
125 @mock.patch.object(module_finder.ModuleFinder, '_is_robolectric_test',
139 @mock.patch.object(module_finder.ModuleFinder, '_has_test_config',
141 @mock.patch.object(module_finder.ModuleFinder, '_is_vts_module',
143 @mock.patch.object(module_finder.ModuleFinder, '_is_robolectric_test',
145 @mock.patch.object(module_finder.ModuleFinder, '_get_build_targets')
146 @mock.patch.object(module_finder.ModuleFinder, '_is_auto_gen_test_config',
194 @mock.patch.object(module_finder.ModuleFinder, '_has_test_config'
    [all...]
module_finder.py 47 class ModuleFinder(test_finder_base.TestFinderBase):
55 super(ModuleFinder, self).__init__()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_modulefinder.py 12 import modulefinder
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH)
    [all...]
  /external/python/cpython2/Lib/test/
test_modulefinder.py 12 import modulefinder
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_modulefinder.py 12 import modulefinder
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_modulefinder.py 12 import modulefinder
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 12 import modulefinder
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 12 import modulefinder
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH
    [all...]
  /external/python/cpython3/Lib/test/
test_modulefinder.py 11 import modulefinder
18 # 1. a module name that will be imported by modulefinder
19 # 2. a list of module names that modulefinder is required to find
20 # 3. a list of module names that modulefinder should complain
22 # 4. a list of module names that modulefinder should complain
28 # Modulefinder searches in a path that contains TEST_DIR, plus
252 mf = modulefinder.ModuleFinder(path=TEST_PATH, debug=debug,
  /external/mesa3d/scons/
custom.py 36 import modulefinder
104 # https://docs.python.org/2/library/modulefinder.html
107 # Tell ModuleFinder to search dependencies in the script dir, and the glapi
113 finder = modulefinder.ModuleFinder(path=path)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
freeze.py 92 import modulefinder
197 apply(modulefinder.AddPackagePath, tuple(a.split("=", 2)))
345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
  /external/python/cpython2/Tools/freeze/
freeze.py 92 import modulefinder
197 apply(modulefinder.AddPackagePath, tuple(a.split("=", 2)))
345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
  /external/python/cpython3/Tools/freeze/
freeze.py 92 import modulefinder
195 modulefinder.AddPackagePath(*a.split("=", 2))
345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
modulefinder.py 26 # Modulefinder does a good job at simulating Python's, but it can not
42 # This ReplacePackage mechanism allows modulefinder to work around the
45 # before running ModuleFinder.
75 class ModuleFinder:
652 mf = ModuleFinder(path, debug, exclude)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
modulefinder.py 26 # Modulefinder does a good job at simulating Python's, but it can not
42 # This ReplacePackage mechanism allows modulefinder to work around the
45 # before running ModuleFinder.
75 class ModuleFinder:
650 mf = ModuleFinder(path, debug, exclude)
  /external/python/cpython2/Lib/
modulefinder.py 45 # Modulefinder does a good job at simulating Python's, but it can not
61 # This ReplacePackage mechanism allows modulefinder to work around the
64 # before running ModuleFinder.
94 class ModuleFinder:
658 mf = ModuleFinder(path, debug, exclude)
  /external/python/cpython3/Lib/
modulefinder.py 23 # Modulefinder does a good job at simulating Python's, but it can not
37 # This ReplacePackage mechanism allows modulefinder to work around
41 # before running ModuleFinder.
71 class ModuleFinder:
612 mf = ModuleFinder(path, debug, exclude)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
modulefinder.py 26 # Modulefinder does a good job at simulating Python's, but it can not
42 # This ReplacePackage mechanism allows modulefinder to work around the
45 # before running ModuleFinder.
75 class ModuleFinder:
650 mf = ModuleFinder(path, debug, exclude)
  /prebuilts/gdb/linux-x86/lib/python2.7/
modulefinder.py 26 # Modulefinder does a good job at simulating Python's, but it can not
42 # This ReplacePackage mechanism allows modulefinder to work around the
45 # before running ModuleFinder.
75 class ModuleFinder:
650 mf = ModuleFinder(path, debug, exclude)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 26 # Modulefinder does a good job at simulating Python's, but it can not
42 # This ReplacePackage mechanism allows modulefinder to work around the
45 # before running ModuleFinder.
75 class ModuleFinder:
650 mf = ModuleFinder(path, debug, exclude)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 26 # Modulefinder does a good job at simulating Python's, but it can not
42 # This ReplacePackage mechanism allows modulefinder to work around the
45 # before running ModuleFinder.
75 class ModuleFinder:
650 mf = ModuleFinder(path, debug, exclude)
  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 416 # Modules that modulefinder couldn't find:
632 import modulefinder
633 mf = modulefinder.ModuleFinder(excludes=self.excludeModules)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 416 # Modules that modulefinder couldn't find:
632 import modulefinder
633 mf = modulefinder.ModuleFinder(excludes=self.excludeModules)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 416 # Modules that modulefinder couldn't find:
632 import modulefinder
633 mf = modulefinder.ModuleFinder(excludes=self.excludeModules)
    [all...]

Completed in 1064 milliseconds

1 2