HomeSort by relevance Sort by last modified time
    Searched refs:module_names (Results 1 - 13 of 13) sorted by null

  /external/autotest/utils/
unittest_suite.py 245 for module_names in modules:
246 if not chroot and module_names[-1] in REQUIRES_CHROOT:
249 module_names[-1])
254 run_module = lambda module=module_names: run_test(module, options)
255 name = '.'.join(module_names)
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
project.py 136 def CalcLoadSequenceForModuleNames(self, module_names,
140 name in module_names]
150 def GetDepsGraphFromModuleNames(self, module_names):
152 name in module_names]
167 def GetDominatorGraphForModulesNamed(self, module_names, load_sequence):
169 for name in module_names]
  /external/tensorflow/tensorflow/contrib/cmake/
python_sanity_test.py 96 module_names = next(os.walk(abs_path("tensorflow/contrib")))[1]
98 for module_name in module_names:
  /external/chromium-trace/catapult/devil/devil/utils/
markdown.py 152 module_names = [os.path.splitext(os.path.basename(module_path))[0]]
156 module_names.append(os.path.basename(d))
163 for package_name in reversed(module_names):
  /external/python/cpython3/Lib/multiprocessing/
context.py 179 def set_forkserver_preload(self, module_names):
184 set_forkserver_preload(module_names)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 636 def __init__(self, *module_names):
638 for module_name in module_names:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 712 def __init__(self, *module_names):
714 for module_name in module_names:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 712 def __init__(self, *module_names):
714 for module_name in module_names:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 712 def __init__(self, *module_names):
714 for module_name in module_names:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 712 def __init__(self, *module_names):
714 for module_name in module_names:
    [all...]
  /external/python/cpython2/Lib/test/
test_support.py     [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py     [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py     [all...]

Completed in 2074 milliseconds