HomeSort by relevance Sort by last modified time
    Searched refs:import_module (Results 76 - 100 of 651) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gl.py 7 from test.test_support import verbose, import_module
9 gl = import_module('gl')
10 GL = import_module('GL')
test_ttk_textonly.py 5 test_support.import_module('_tkinter')
test_ascii_formatd.py 6 from test.test_support import check_warnings, run_unittest, import_module
9 import_module('_ctypes')
test_commands.py 8 from test.test_support import run_unittest, reap_children, import_module, \
12 commands = import_module('commands', deprecated=True)
test_fork1.py 11 from test.test_support import run_unittest, reap_children, get_attribute, import_module
12 threading = import_module('threading')
test_threaded_import.py 9 from test.test_support import verbose, TestFailed, import_module
10 thread = import_module('thread')
test_threadedtempfile.py 21 from test.test_support import threading_setup, threading_cleanup, run_unittest, import_module
22 threading = import_module('threading')
test_whichdb.py 15 anydbm = test.test_support.import_module('anydbm', deprecated=True)
43 mod = test.test_support.import_module(name, deprecated=True)
  /external/python/cpython2/Lib/test/
test_bsddb3.py 10 from test.test_support import requires, run_unittest, import_module
13 import_module('_bsddb')
15 import_module('bsddb', deprecated=True)
test_gl.py 6 from test.test_support import verbose, import_module
8 gl = import_module('gl')
9 GL = import_module('GL')
test_tk.py 5 test_support.import_module('_tkinter')
test_ttk_textonly.py 5 test_support.import_module('_tkinter')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bsddb3.py 10 from test.test_support import requires, run_unittest, import_module
13 import_module('_bsddb')
15 import_module('bsddb', deprecated=True)
test_gl.py 7 from test.test_support import verbose, import_module
9 gl = import_module('gl')
10 GL = import_module('GL')
test_ttk_textonly.py 5 test_support.import_module('_tkinter')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bsddb3.py 10 from test.test_support import requires, run_unittest, import_module
13 import_module('_bsddb')
15 import_module('bsddb', deprecated=True)
test_gl.py 7 from test.test_support import verbose, import_module
9 gl = import_module('gl')
10 GL = import_module('GL')
test_ttk_textonly.py 5 test_support.import_module('_tkinter')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb3.py 10 from test.test_support import requires, run_unittest, import_module
13 import_module('_bsddb')
15 import_module('bsddb', deprecated=True)
test_gl.py 7 from test.test_support import verbose, import_module
9 gl = import_module('gl')
10 GL = import_module('GL')
test_ttk_textonly.py 5 test_support.import_module('_tkinter')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb3.py 10 from test.test_support import requires, run_unittest, import_module
13 import_module('_bsddb')
15 import_module('bsddb', deprecated=True)
test_gl.py 7 from test.test_support import verbose, import_module
9 gl = import_module('gl')
10 GL = import_module('GL')
test_ttk_textonly.py 5 test_support.import_module('_tkinter')
  /external/lisa/libs/utils/
analysis_register.py 26 from importlib import import_module
64 module = import_module(filename)

Completed in 1109 milliseconds

1 2 34 5 6 7 8 91011>>