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

1 2 34 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlmain.i 11 Perl executable. This will be necessary on systems that do
16 Perl executable. Thus, it may be necessary (or desirable)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build.py 44 ('executable=', 'e',
68 self.executable = None
117 if self.executable is None:
118 self.executable = os.path.normpath(sys.executable)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrunner.py 2 # This file is meant as an executable script for running applets.
3 # BuildApplet will use it as the main executable in the .app bundle if
20 os.execve(sys.executable, sys.argv, os.environ)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build.py 44 ('executable=', 'e',
68 self.executable = None
117 if self.executable is None:
118 self.executable = os.path.normpath(sys.executable)
  /system/vold/fs/
Ext4.h 32 bool remount, bool executable);
  /external/autotest/client/common_lib/
magic.py 157 [0L, 'short', '=', 420L, 'application/x-executable-file'],
158 [0L, 'short', '=', 421L, 'application/x-executable-file'],
159 [0L, 'leshort', '=', 603L, 'application/x-executable-file'],
160 [0L, 'string', '=', 'Core\001', 'application/x-executable-file'],
162 [0L, 'belong', '=', 1011L, 'application/x-executable-file'],
238 [0L, 'beshort', '=', 560L, 'application/x-executable-file'],
239 [0L, 'beshort', '=', 561L, 'application/x-executable-file'],
273 [0L, 'short', '=', 3401L, 'application/x-executable-file'],
274 [0L, 'long', '=', 406L, 'application/x-executable-file'],
275 [0L, 'short', '=', 406L, 'application/x-executable-file']
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_platform.py 20 real = os.path.realpath(sys.executable)
222 if os.path.isdir(sys.executable) and \
223 os.path.exists(sys.executable+'.exe'):
225 executable = sys.executable + '.exe'
227 executable = sys.executable
228 res = platform.libc_ver(executable)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
wp_server_unittest.py 16 sys.executable, 'replay.py', '--host=127.0.0.1',
26 sys.executable, 'replay.py', '--host=127.0.0.1',
  /external/mesa3d/src/mapi/vgapi/
SConscript 4 from sys import executable as python_cmd
  /external/swiftshader/third_party/LLVM/test/lib/
llvm2cpp.exp 30 set executable [file join Output $filename.exe]
76 exec -keepnewline gcc -g -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -o $executable $generated -I$srcroot/include -I$objroot/include -L$llvmlibsdir -lLLVMCore -lLLVMSupport -lLLVMSystem -lstdc++ } msg ]
82 set retval [ catch { exec -keepnewline $executable > $output } msg ]
84 set execname [file tail $executable]
  /external/valgrind/none/tests/scripts/
shell.stdout.exp 2 Execute a non-executable file
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_platform.py 20 real = os.path.realpath(sys.executable)
222 if os.path.isdir(sys.executable) and \
223 os.path.exists(sys.executable+'.exe'):
225 executable = sys.executable + '.exe'
227 executable = sys.executable
228 res = platform.libc_ver(executable)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_platform.py 20 real = os.path.realpath(sys.executable)
222 if os.path.isdir(sys.executable) and \
223 os.path.exists(sys.executable+'.exe'):
225 executable = sys.executable + '.exe'
227 executable = sys.executable
228 res = platform.libc_ver(executable)
  /prebuilts/go/darwin-x86/src/os/
executable_plan9.go 11 func executable() (string, error) { func
  /prebuilts/go/linux-x86/src/os/
executable_plan9.go 11 func executable() (string, error) { func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 20 real = os.path.realpath(sys.executable)
222 if os.path.isdir(sys.executable) and \
223 os.path.exists(sys.executable+'.exe'):
225 executable = sys.executable + '.exe'
227 executable = sys.executable
228 res = platform.libc_ver(executable)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 20 real = os.path.realpath(sys.executable)
222 if os.path.isdir(sys.executable) and \
223 os.path.exists(sys.executable+'.exe'):
225 executable = sys.executable + '.exe'
227 executable = sys.executable
228 res = platform.libc_ver(executable)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
locref1.d 8 # relocation is ok when building an executable.
tls-gc-68.d 8 # An executable with a R_CRIS_32_GOT_GD and a R_CRIS_16_GOT_GD against
tls-gc-69.d 8 # An executable with a R_CRIS_32_GOT_GD, a R_CRIS_16_GOT_GD, a
tls-gc-70.d 9 # An executable with a single R_CRIS_32_GD, with gc. Check that we
tls-gc-79.d 9 # An executable with a single R_CRIS_32_IE, with gc. Check that we
  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 70 # Determine which executable should be run. Right now never egl.
181 executable = os.path.join(self.DEQP_BASEDIR,
184 executable = os.path.join(os.path.join(self.DEQP_BASEDIR,
187 return executable
189 def _can_run(self, executable):
191 if bin in executable:
207 executable = self._get_executable(test_filter)
208 if not self._can_run(executable):
211 # Must be in the executable directory when running for it to find it's
213 os.chdir(os.path.dirname(executable))
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
pex-unix.c 373 pex_child_error (struct pex_obj *obj, const char *executable,
380 writeerr (executable);
494 int flags, const char *executable,
552 pid = spawnvpe (_P_NOWAITO, executable, (cc_cp)argv, (cc_cp)env);
554 pid = spawnve (_P_NOWAITO, executable, (cc_cp)argv, (cc_cp)env);
592 pex_unix_exec_child (struct pex_obj *obj, int flags, const char *executable,
633 pex_child_error (obj, executable, "dup2", errno);
635 pex_child_error (obj, executable, "close", errno);
640 pex_child_error (obj, executable, "dup2", errno);
642 pex_child_error (obj, executable, "close", errno)
    [all...]
  /external/protobuf/conformance/
conformance_test_runner.cc 88 ForkPipeRunner(const std::string &executable)
89 : child_pid_(-1), executable_(executable) {}
186 scoped_array<char> executable(new char[executable_.size() + 1]);
187 memcpy(executable.get(), executable_.c_str(), executable_.size());
188 executable[executable_.size()] = '\0';
190 char *const argv[] = {executable.get(), NULL};
191 CHECK_SYSCALL(execv(executable.get(), argv)); // Never returns.

Completed in 1107 milliseconds

1 2 34 5 6 7 8 91011>>