HomeSort by relevance Sort by last modified time
    Searched refs:executable (Results 376 - 400 of 1015) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdb.py 30 checkout_hook_path = os.path.join(os.path.dirname(sys.executable),
59 cmd = ['--args', sys.executable]
60 _, gdbpy_errors = run_gdb('--args', sys.executable)
128 sys.executable]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
macosxSupport.py 20 _appbundle = (sys.platform == 'darwin' and '.app' in sys.executable)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdb.py 30 checkout_hook_path = os.path.join(os.path.dirname(sys.executable),
59 cmd = ['--args', sys.executable]
60 _, gdbpy_errors = run_gdb('--args', sys.executable)
128 sys.executable]
  /prebuilts/go/darwin-x86/src/cmd/link/
doc.go 8 into an executable binary.
26 Set executable format type.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/amd64/
obj.go 110 case obj.Hlinux, /* elf64 executable */
144 case obj.Hwindows, obj.Hwindowsgui: /* PE executable */
  /prebuilts/go/darwin-x86/src/cmd/link/internal/x86/
obj.go 105 case obj.Hlinux, /* elf32 executable */
136 case obj.Hwindows, obj.Hwindowsgui: /* PE executable */
  /prebuilts/go/linux-x86/src/cmd/link/
doc.go 8 into an executable binary.
26 Set executable format type.
  /prebuilts/go/linux-x86/src/cmd/link/internal/amd64/
obj.go 110 case obj.Hlinux, /* elf64 executable */
144 case obj.Hwindows, obj.Hwindowsgui: /* PE executable */
  /prebuilts/go/linux-x86/src/cmd/link/internal/x86/
obj.go 105 case obj.Hlinux, /* elf32 executable */
136 case obj.Hwindows, obj.Hwindowsgui: /* PE executable */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 20 _appbundle = (sys.platform == 'darwin' and '.app' in sys.executable)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 30 checkout_hook_path = os.path.join(os.path.dirname(sys.executable),
59 cmd = ['--args', sys.executable]
60 _, gdbpy_errors = run_gdb('--args', sys.executable)
128 sys.executable]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 20 _appbundle = (sys.platform == 'darwin' and '.app' in sys.executable)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 30 checkout_hook_path = os.path.join(os.path.dirname(sys.executable),
59 cmd = ['--args', sys.executable]
60 _, gdbpy_errors = run_gdb('--args', sys.executable)
128 sys.executable]
  /toolchain/binutils/binutils-2.25/libiberty/
pex-msdos.c 156 pex_msdos_exec_child (struct pex_obj *obj, int flags, const char *executable,
  /bootable/recovery/updater/
Android.mk 79 # updater (static executable)
  /build/make/core/
executable.mk 3 # By default, an executable is built for TARGET_ARCH.
19 $(call record-module-type,EXECUTABLE)
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py 116 """chmod +x if gsutil is not executable."""
136 # If Windows, prepend python. Python scripts aren't directly executable.
137 args = [sys.executable, _GSUTIL_PATH] + args
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
desktop_browser_finder.py 26 def __init__(self, browser_type, finder_options, executable, flash_path,
34 self._local_executable = executable
41 return 'PossibleDesktopBrowser(type=%s, executable=%s, flash=%s)' % (
163 # Add the explicit browser executable if given and we can handle it.
171 # It is okay if the executable name doesn't match any of known chrome
184 '%s specified by --browser-executable does not exist or is not '
185 'executable' %
  /external/libchrome/base/memory/
shared_memory_posix.cc 69 if (GetShmemTempDir(options.executable, &directory)) {
109 executable(false),
  /external/pdfium/testing/tools/
test_runner.py 102 [sys.executable, self.fixup_path, '--output-dir=' + self.working_dir,
113 cmd = [sys.executable, self.text_diff_path, expected_txt_path, txt_path]
180 print "FAILURE: Can't find test executable '%s'" % self.pdfium_test_path
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho_combine_dwarf.go 108 // machoCombineDwarf merges dwarf info generated by dsymutil into a macho executable.
109 // With internal linking, DWARF is embedded into the executable, this lets us do the
111 // inexe is the path to the executable with no DWARF. It must have enough room in the macho
114 // outexe is the path where the combined executable should be saved.
  /prebuilts/go/darwin-x86/src/os/
executable_test.go 20 testenv.MustHaveExec(t) // will also execlude nacl, which doesn't support Executable anyway
21 ep, err := os.Executable()
25 t.Skipf("Executable failed on %s: %v, expected", goos, err)
27 t.Fatalf("Executable failed: %v", err)
40 // get real path of the executable without influenced by argv[0].
80 if ep, err := os.Executable(); err != nil {
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho_combine_dwarf.go 108 // machoCombineDwarf merges dwarf info generated by dsymutil into a macho executable.
109 // With internal linking, DWARF is embedded into the executable, this lets us do the
111 // inexe is the path to the executable with no DWARF. It must have enough room in the macho
114 // outexe is the path where the combined executable should be saved.
  /prebuilts/go/linux-x86/src/os/
executable_test.go 20 testenv.MustHaveExec(t) // will also execlude nacl, which doesn't support Executable anyway
21 ep, err := os.Executable()
25 t.Skipf("Executable failed on %s: %v, expected", goos, err)
27 t.Fatalf("Executable failed: %v", err)
40 // get real path of the executable without influenced by argv[0].
80 if ep, err := os.Executable(); err != nil {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-e-20.d 12 # executable with a R_CRIS_32_GOT_GD, a R_CRIS_DTPREL and a

Completed in 1092 milliseconds

<<11121314151617181920>>