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

1 2

  /external/chromium-trace/catapult/third_party/coverage/coverage/
backward.py 134 import importlib
135 import importlib.util
138 importlib = None variable
140 # We only want to use importlib if it has everything we need.
142 importlib_util_find_spec = importlib.util.find_spec
149 PYC_MAGIC_NUMBER = importlib.util.MAGIC_NUMBER
163 from importlib.machinery import SourceFileLoader
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
external_modules.py 5 import importlib
28 module = importlib.import_module(module)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_importlib.py 3 import importlib
119 """Test importlib.import_module."""
125 module = importlib.import_module('top_level')
135 module = importlib.import_module(name)
142 module = importlib.import_module('.d', 'a.b.c')
150 module = importlib.import_module('..c', 'a.b')
161 module = importlib.import_module(name, pkg_name)
167 self.assertRaises(TypeError, importlib.import_module, '.support')
test_support.py 17 import importlib
82 return importlib.import_module(name)
140 fresh_module = importlib.import_module(name)
709 importlib.import_module("foo") # new reference
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_importlib.py 3 import importlib
119 """Test importlib.import_module."""
125 module = importlib.import_module('top_level')
135 module = importlib.import_module(name)
142 module = importlib.import_module('.d', 'a.b.c')
150 module = importlib.import_module('..c', 'a.b')
161 module = importlib.import_module(name, pkg_name)
167 self.assertRaises(TypeError, importlib.import_module, '.support')
test_support.py 17 import importlib
82 return importlib.import_module(name)
140 fresh_module = importlib.import_module(name)
709 importlib.import_module("foo") # new reference
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importlib.py 3 import importlib
119 """Test importlib.import_module."""
125 module = importlib.import_module('top_level')
135 module = importlib.import_module(name)
142 module = importlib.import_module('.d', 'a.b.c')
150 module = importlib.import_module('..c', 'a.b')
161 module = importlib.import_module(name, pkg_name)
167 self.assertRaises(TypeError, importlib.import_module, '.support')
test_support.py 17 import importlib
82 return importlib.import_module(name)
140 fresh_module = importlib.import_module(name)
709 importlib.import_module("foo") # new reference
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importlib.py 3 import importlib
119 """Test importlib.import_module."""
125 module = importlib.import_module('top_level')
135 module = importlib.import_module(name)
142 module = importlib.import_module('.d', 'a.b.c')
150 module = importlib.import_module('..c', 'a.b')
161 module = importlib.import_module(name, pkg_name)
167 self.assertRaises(TypeError, importlib.import_module, '.support')
test_support.py 17 import importlib
82 return importlib.import_module(name)
140 fresh_module = importlib.import_module(name)
709 importlib.import_module("foo") # new reference
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
diag_logger.py 17 import importlib
58 module = importlib.import_module(module_name)
sniffer.py 17 import importlib
43 module = importlib.import_module(module_name)
attenuator.py 17 import importlib
34 module = importlib.import_module(module_name)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/
runtktests.py 12 import importlib
91 yield importlib.import_module(
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/
runtktests.py 12 import importlib
91 yield importlib.import_module(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 12 import importlib
91 yield importlib.import_module(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 12 import importlib
91 yield importlib.import_module(
  /tools/test/connectivity/acts/framework/acts/
test_runner.py 23 import importlib
114 module = importlib.import_module(name)
146 imported with import statements or loaded by importlib.
265 module = importlib.import_module("acts.controllers.%s" %
292 module = importlib.import_module("acts.test_utils")
297 m = importlib.import_module(module_name)
  /external/libcxx/test/libcxx/test/
config.py 1 import importlib
147 mod = importlib.import_module(mod_path)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 1 import importlib
147 mod = importlib.import_module(mod_path)
    [all...]
  /external/chromium-trace/catapult/third_party/typ/typ/
runner.py 16 import importlib
915 module = importlib.import_module(name)
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
modulegraph.py 166 # For python 3.3 this code should be replaced by code using importlib,
711 import importlib.machinery
712 ImpImporter = importlib.machinery.FileFinder
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 958 logging bsddb bsddb/test csv importlib wsgiref \
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 959 logging bsddb bsddb/test csv importlib wsgiref \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 958 logging bsddb bsddb/test csv importlib wsgiref \
    [all...]

Completed in 2897 milliseconds

1 2