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

  /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 namespace
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 namespace
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_opts.ml 48 ++ PassManager.run_module m
ipo_opts.ml 64 ++ PassManager.run_module m
vmcore.ml     [all...]
  /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 2446 val run_module : llmodule -> [ `Module ] t -> bool var
    [all...]

Completed in 280 milliseconds