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

  /external/chromium-trace/catapult/third_party/coverage/
__main__.py 11 run_globals = runpy.run_module(PKG, run_name='__main__', alter_sys=True)
18 runpy.run_module('%s.__main__' % PKG, run_name='__main__', alter_sys=True)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_runpy.py 13 from runpy import _run_code, _run_module_code, run_module, run_path
84 """Unit tests for runpy.run_module"""
88 run_module(mod_name)
107 run_module("runpy")
167 d1 = run_module(mod_name) # Read from source
175 d2 = run_module(mod_name) # Read from bytecode
190 d1 = run_module(pkg_name) # Read from source
198 d2 = run_module(pkg_name) # Read from bytecode
243 d1 = run_module(mod_name, run_name=run_name) # Read from source
253 d2 = run_module(mod_name, run_name=run_name) # Read from bytecod
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_runpy.py 13 from runpy import _run_code, _run_module_code, run_module, run_path
84 """Unit tests for runpy.run_module"""
88 run_module(mod_name)
107 run_module("runpy")
167 d1 = run_module(mod_name) # Read from source
175 d2 = run_module(mod_name) # Read from bytecode
190 d1 = run_module(pkg_name) # Read from source
198 d2 = run_module(pkg_name) # Read from bytecode
243 d1 = run_module(mod_name, run_name=run_name) # Read from source
253 d2 = run_module(mod_name, run_name=run_name) # Read from bytecod
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 13 from runpy import _run_code, _run_module_code, run_module, run_path
84 """Unit tests for runpy.run_module"""
88 run_module(mod_name)
107 run_module("runpy")
167 d1 = run_module(mod_name) # Read from source
175 d2 = run_module(mod_name) # Read from bytecode
190 d1 = run_module(pkg_name) # Read from source
198 d2 = run_module(pkg_name) # Read from bytecode
243 d1 = run_module(mod_name, run_name=run_name) # Read from source
253 d2 = run_module(mod_name, run_name=run_name) # Read from bytecod
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 13 from runpy import _run_code, _run_module_code, run_module, run_path
84 """Unit tests for runpy.run_module"""
88 run_module(mod_name)
107 run_module("runpy")
167 d1 = run_module(mod_name) # Read from source
175 d2 = run_module(mod_name) # Read from bytecode
190 d1 = run_module(pkg_name) # Read from source
198 d2 = run_module(pkg_name) # Read from bytecode
243 d1 = run_module(mod_name, run_name=run_name) # Read from source
253 d2 = run_module(mod_name, run_name=run_name) # Read from bytecod
    [all...]
  /external/llvm/test/Bindings/OCaml/
vectorize.ml 48 ++ PassManager.run_module m
ipo.ml 64 ++ PassManager.run_module m
core.ml     [all...]
  /external/autotest/utils/
unittest_suite.py 248 run_module = lambda module=module_names: run_test(module, options)
250 run_module.__name__ = name
251 functions[run_module] = set()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
runpy.py 21 "run_module", "run_path",
134 # This avoids a repeat of the situation where run_module() no longer met the
140 __main__ namespace. If this is not desirable, the run_module()
164 def run_module(mod_name, init_globals=None, function
246 # Here's where things are a little different from the run_module
  /prebuilts/gdb/linux-x86/lib/python2.7/
runpy.py 21 "run_module", "run_path",
134 # This avoids a repeat of the situation where run_module() no longer met the
140 __main__ namespace. If this is not desirable, the run_module()
164 def run_module(mod_name, init_globals=None, function
246 # Here's where things are a little different from the run_module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
runpy.py 21 "run_module", "run_path",
134 # This avoids a repeat of the situation where run_module() no longer met the
140 __main__ namespace. If this is not desirable, the run_module()
164 def run_module(mod_name, init_globals=None, function
246 # Here's where things are a little different from the run_module
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
runpy.py 21 "run_module", "run_path",
134 # This avoids a repeat of the situation where run_module() no longer met the
140 __main__ namespace. If this is not desirable, the run_module()
164 def run_module(mod_name, init_globals=None, function
246 # Here's where things are a little different from the run_module
  /external/llvm/bindings/ocaml/llvm/
llvm.ml     [all...]
llvm.mli     [all...]

Completed in 1677 milliseconds