/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/utils/not/ |
H A D | not.py | 31 prog = distutils.spawn.find_executable(argv[0])
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/utils/not/ |
H A D | not.py | 31 prog = distutils.spawn.find_executable(argv[0])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
H A D | test_bdist_rpm.py | 14 from distutils.spawn import find_executable namespace 50 if (find_executable('rpm') is None or 51 find_executable('rpmbuild') is None): 95 if (find_executable('rpm') is None or 96 find_executable('rpmbuild') is None):
|
H A D | test_spawn.py | 8 from distutils.spawn import spawn, find_executable namespace
|
H A D | test_archive_util.py | 15 from distutils.spawn import find_executable, spawn namespace 30 ZIP_SUPPORT = find_executable('zip') 120 @unittest.skipUnless(find_executable('tar') and find_executable('gzip'), 173 @unittest.skipUnless(find_executable('compress'),
|
H A D | test_build_clib.py | 11 from distutils.spawn import find_executable namespace 133 if find_executable(ccmd[0]) is None:
|
H A D | test_sdist.py | 30 from distutils.spawn import find_executable namespace 139 if (find_executable('tar') is None or 140 find_executable('gzip') is None): 331 if (find_executable('tar') is None or 332 find_executable('gzip') is None):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
H A D | test_bdist_rpm.py | 14 from distutils.spawn import find_executable namespace 50 if (find_executable('rpm') is None or 51 find_executable('rpmbuild') is None): 95 if (find_executable('rpm') is None or 96 find_executable('rpmbuild') is None):
|
H A D | test_spawn.py | 8 from distutils.spawn import spawn, find_executable namespace
|
H A D | test_archive_util.py | 15 from distutils.spawn import find_executable, spawn namespace 30 ZIP_SUPPORT = find_executable('zip') 120 @unittest.skipUnless(find_executable('tar') and find_executable('gzip'), 173 @unittest.skipUnless(find_executable('compress'),
|
H A D | test_build_clib.py | 11 from distutils.spawn import find_executable namespace 133 if find_executable(ccmd[0]) is None:
|
H A D | test_sdist.py | 30 from distutils.spawn import find_executable namespace 139 if (find_executable('tar') is None or 140 find_executable('gzip') is None): 331 if (find_executable('tar') is None or 332 find_executable('gzip') is None):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
H A D | spawn.py | 5 Also provides the 'find_executable()' to search the path for a given 64 executable = find_executable(executable) or executable 83 executable = find_executable(executable) or executable 177 def find_executable(executable, path=None): function
|
H A D | cygwinccompiler.py | 442 from distutils.spawn import find_executable namespace 445 gcc_exe = os.environ.get('CC') or find_executable('gcc') 446 ld_exe = os.environ.get('LD') or find_executable('ld') 472 dllwrap_exe = os.environ.get('DLLWRAP') or find_executable('dllwrap')
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
H A D | spawn.py | 5 Also provides the 'find_executable()' to search the path for a given 64 executable = find_executable(executable) or executable 83 executable = find_executable(executable) or executable 177 def find_executable(executable, path=None): function
|
H A D | cygwinccompiler.py | 442 from distutils.spawn import find_executable namespace 445 gcc_exe = os.environ.get('CC') or find_executable('gcc') 446 ld_exe = os.environ.get('LD') or find_executable('ld') 472 dllwrap_exe = os.environ.get('DLLWRAP') or find_executable('dllwrap')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
H A D | spawn.py | 5 Also provides the 'find_executable()' to search the path for a given 64 executable = find_executable(executable) or executable 83 executable = find_executable(executable) or executable 177 def find_executable(executable, path=None): function
|
H A D | cygwinccompiler.py | 442 from distutils.spawn import find_executable namespace 445 gcc_exe = os.environ.get('CC') or find_executable('gcc') 446 ld_exe = os.environ.get('LD') or find_executable('ld') 472 dllwrap_exe = os.environ.get('DLLWRAP') or find_executable('dllwrap')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
H A D | spawn.py | 5 Also provides the 'find_executable()' to search the path for a given 64 executable = find_executable(executable) or executable 83 executable = find_executable(executable) or executable 177 def find_executable(executable, path=None): function
|
H A D | cygwinccompiler.py | 442 from distutils.spawn import find_executable namespace 445 gcc_exe = os.environ.get('CC') or find_executable('gcc') 446 ld_exe = os.environ.get('LD') or find_executable('ld') 472 dllwrap_exe = os.environ.get('DLLWRAP') or find_executable('dllwrap')
|
/prebuilts/tools/common/google-java-format/ |
H A D | google-java-format-diff.py | 32 from distutils.spawn import find_executable namespace 34 binary = find_executable('google-java-format') or '/usr/bin/google-java-format'
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/utils/sym_check/sym_check/ |
H A D | extract.py | 29 return distutils.spawn.find_executable('nm') 112 return distutils.spawn.find_executable('readelf')
|
H A D | util.py | 94 _cppfilt_exe = distutils.spawn.find_executable('c++filt')
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/utils/sym_check/sym_check/ |
H A D | extract.py | 29 return distutils.spawn.find_executable('nm') 112 return distutils.spawn.find_executable('readelf')
|
H A D | util.py | 94 _cppfilt_exe = distutils.spawn.find_executable('c++filt')
|