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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bsddb3.py 68 run_unittest(test_all.suite(module_prefix='bsddb.test.',
  /external/python/cpython2/Lib/test/
test_bsddb3.py 72 run_unittest(test_all.suite(module_prefix='bsddb.test.',
  /external/perfetto/tools/
gen_android_bp 72 module_prefix = 'perfetto_' variable
93 defaults_module = module_prefix + 'defaults'
312 if not module.startswith(module_prefix) and label not in default_targets:
313 return module_prefix + module
  /external/python/cpython2/Lib/bsddb/test/
test_all.py 572 def suite(module_prefix='', timing_check=None):
604 module = __import__(module_prefix+name, globals(), locals(), name)

Completed in 3358 milliseconds