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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
h2py.py 44 importable = {} variable
87 importable[filename[len(dir)+1:]] = modname
155 if importable.has_key(filename):
156 outfp.write('from %s import *\n' % importable[filename])
  /external/python/cpython2/Tools/scripts/
h2py.py 44 importable = {} variable
93 importable[filename[len(dir)+1:]] = modname
161 if importable.has_key(filename):
162 outfp.write('from %s import *\n' % importable[filename])
  /external/python/cpython2/Lib/test/
test_uuid.py 7 def importable(name): function
290 @unittest.skipUnless(importable('ctypes'), 'requires ctypes')
344 @unittest.skipUnless(importable('ctypes'), 'requires ctypes')
470 @unittest.skipUnless(importable('win32wnet'), 'requires win32wnet')
471 @unittest.skipUnless(importable('netbios'), 'requires netbios')
483 @unittest.skipUnless(importable('ctypes'), 'requires ctypes')
492 @unittest.skipUnless(importable('ctypes'), 'requires ctypes')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_uuid.py 5 def importable(name): function
318 if importable('win32wnet') and importable('netbios'):
330 if importable('ctypes') and os.name == 'posix':
338 if importable('ctypes') and os.name == 'nt':
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_uuid.py 5 def importable(name): function
318 if importable('win32wnet') and importable('netbios'):
330 if importable('ctypes') and os.name == 'posix':
338 if importable('ctypes') and os.name == 'nt':
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_uuid.py 5 def importable(name): function
318 if importable('win32wnet') and importable('netbios'):
330 if importable('ctypes') and os.name == 'posix':
338 if importable('ctypes') and os.name == 'nt':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 5 def importable(name): function
318 if importable('win32wnet') and importable('netbios'):
330 if importable('ctypes') and os.name == 'posix':
338 if importable('ctypes') and os.name == 'nt':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 5 def importable(name): function
318 if importable('win32wnet') and importable('netbios'):
330 if importable('ctypes') and os.name == 'posix':
338 if importable('ctypes') and os.name == 'nt':
  /prebuilts/go/darwin-x86/src/cmd/doc/
main.go 176 // Package must be importable.
  /prebuilts/go/linux-x86/src/cmd/doc/
main.go 176 // Package must be importable.
  /prebuilts/go/darwin-x86/src/cmd/go/
help.go 350 Code in or below a directory named "internal" is importable only
383 Code below a directory named "vendor" is importable only
go_test.go     [all...]
alldocs.go     [all...]
test.go 730 // The ptest package needs to be importable under the
    [all...]
pkg.go 403 Err: fmt.Sprintf("import %q is a program, not an importable package", path),
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
help.go 350 Code in or below a directory named "internal" is importable only
383 Code below a directory named "vendor" is importable only
go_test.go     [all...]
alldocs.go     [all...]
test.go 730 // The ptest package needs to be importable under the
    [all...]
pkg.go 403 Err: fmt.Sprintf("import %q is a program, not an importable package", path),
    [all...]

Completed in 723 milliseconds