HomeSort by relevance Sort by last modified time
    Searched full:find_executable (Results 26 - 50 of 75) sorted by null

12 3

  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
emxccompiler.py 299 from distutils.spawn import find_executable
302 gcc_exe = find_executable('gcc')
cygwinccompiler.py 442 from distutils.spawn import find_executable
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/
emxccompiler.py 299 from distutils.spawn import find_executable
302 gcc_exe = find_executable('gcc')
cygwinccompiler.py 442 from distutils.spawn import find_executable
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/
emxccompiler.py 299 from distutils.spawn import find_executable
302 gcc_exe = find_executable('gcc')
cygwinccompiler.py 442 from distutils.spawn import find_executable
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/darwin-x86/lib/python2.7/distutils/
cygwinccompiler.py 442 from distutils.spawn import find_executable
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')
  /external/valgrind/coregrind/m_initimg/
initimg-pathscan.c 122 const HChar* ML_(find_executable) ( const HChar* exec ) function
initimg-darwin.c 69 exe_name = ML_(find_executable)( VG_(args_the_exename) );
initimg-solaris.c 73 exe_name = ML_(find_executable)(VG_(args_the_exename));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 12 from distutils.spawn import find_executable, spawn
40 ZIP_SUPPORT = find_executable('zip')
436 @unittest.skipUnless(find_executable('tar') and find_executable('gzip'),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 12 from distutils.spawn import find_executable, spawn
40 ZIP_SUPPORT = find_executable('zip')
436 @unittest.skipUnless(find_executable('tar') and find_executable('gzip'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 12 from distutils.spawn import find_executable, spawn
40 ZIP_SUPPORT = find_executable('zip')
436 @unittest.skipUnless(find_executable('tar') and find_executable('gzip'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 12 from distutils.spawn import find_executable, spawn
40 ZIP_SUPPORT = find_executable('zip')
436 @unittest.skipUnless(find_executable('tar') and find_executable('gzip'),
  /external/elfutils/libdwfl/
link_map.c 678 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry,
940 ? find_executable (dwfl, phdr, entry,
1019 r_debug_vaddr = find_executable (dwfl, 0, 0, &elfclass, &elfdata,
675 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry, function
  /external/boringssl/src/util/bot/go/
bootstrap.py 270 def find_executable(name, workspaces): function
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 328 # Based on distutils.spawn.find_executable.
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 328 # Based on distutils.spawn.find_executable.
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 444 find_executable (const char *program, BOOL search) function
619 full_executable = find_executable (executable, search);
  /external/chromium-trace/catapult/catapult_base/catapult_base/
cloud_storage.py 99 # TODO(tonyg/dtu): Can this be replaced with distutils.spawn.find_executable()?
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 455 # Based on distutils.spawn.find_executable.
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 455 # Based on distutils.spawn.find_executable.
  /ndk/tests/
run-all.py 81 if distutils.spawn.find_executable('adb') is None:
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
platformsettings.py 86 return distutils.spawn.find_executable(executable,
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]

Completed in 7090 milliseconds

12 3