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

12 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/security_SeccompSyscallFilters/
security_SeccompSyscallFilters.py 18 executable = 'seccomp_bpf_tests' variable in class:security_SeccompSyscallFilters
36 binpath = os.path.join(self.srcdir, self.executable)
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/GenericCodeGen/
Link.cpp 63 TShHandleBase* ConstructLinker(EShExecutable executable, int debugOptions)
65 return new TGenericLinker(executable, debugOptions);
  /sdk/emulator/mksdcard/
Android.mk 5 # host executable
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
ifunc-9.d 2 #error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
vxworks1-static.d 1 #name: VxWorks executable test 1 (static)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
vxworks1-static.d 1 #name: VxWorks executable test 1 (static)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc-9-x86.d 2 #error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
vxworks1-static.d 1 #name: VxWorks executable test 1 (static)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
vxworks1-static.d 1 #name: VxWorks executable test 1 (static)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
vxworks1-static.d 1 #name: VxWorks executable test 1 (static)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
vxworks1-static.d 1 #name: VxWorks executable test 1 (static)
  /external/autotest/client/site_tests/security_mprotect/
security_mprotect.py 16 executable = 'prot_exec' variable in class:security_mprotect
21 utils.make(self.executable)
25 with tempfile.NamedTemporaryFile(prefix='%s-' % (self.executable),
29 r = utils.run("%s/%s %s" % (self.srcdir, self.executable,
  /external/v8/tools/
run-valgrind.py 32 # Uses valgrind from third_party/valgrind. Assumes the executable is passed
56 print 'Please provide an executable to analyze.'
59 executable = path.join(V8_ROOT, sys.argv[1]) variable
60 if not path.exists(executable):
61 print 'Cannot find the file specified: %s' % executable
65 command = VALGRIND_ARGUMENTS + [executable] + sys.argv[2:]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_subprocess.py 60 rc = subprocess.call([sys.executable, "-c",
66 rc = subprocess.check_call([sys.executable, "-c",
73 subprocess.check_call([sys.executable, "-c",
80 [sys.executable, "-c", "print 'BDFL'"])
87 [sys.executable, "-c", "import sys; sys.exit(5)"])
93 [sys.executable, "-c", "import sys; sys.stderr.write('BDFL')"],
101 [sys.executable, "-c", "print 'will not be run'"],
110 rc = subprocess.call([sys.executable, "-c",
118 p = subprocess.Popen([sys.executable, "-c", 'print "banana"'],
127 p = subprocess.Popen([sys.executable, "-c",
    [all...]
  /build/make/core/
host_executable_internal.mk 2 ## Standard rules for building an executable file.
15 $(call host-executable-hook)
41 $(transform-host-o-to-executable)
  /external/mesa3d/src/gallium/state_trackers/vega/
SConscript 6 from sys import executable as python_cmd
  /prebuilts/go/darwin-x86/src/os/
executable.go 7 // Executable returns the path name for the executable that started
9 // pointing to the correct executable. If a symlink was used to start
14 // Executable returns an absolute path unless an error occurred.
17 // executable.
19 // Executable is not supported on nacl or OpenBSD (unless procfs is
21 func Executable() (string, error) {
22 return executable()
  /prebuilts/go/linux-x86/src/os/
executable.go 7 // Executable returns the path name for the executable that started
9 // pointing to the correct executable. If a symlink was used to start
14 // Executable returns an absolute path unless an error occurred.
17 // executable.
19 // Executable is not supported on nacl or OpenBSD (unless procfs is
21 func Executable() (string, error) {
22 return executable()
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-err-37.d 7 # Undefined reference for a R_CRIS_32_GOT_GD in an executable.
tls-err-39.d 7 # Undefined reference for a R_CRIS_32_DTPREL in an executable.
tls-err-41.d 7 # Undefined reference for a R_CRIS_32_GOT_TPREL in an executable.
tls-err-43.d 7 # Undefined reference for a R_CRIS_32_TPREL in an executable.
tls-err-45.d 7 # Undefined reference for a R_CRIS_16_GOT_GD in an executable.
tls-err-47.d 7 # Undefined reference for a R_CRIS_16_DTPREL in an executable.
tls-err-49.d 7 # Undefined reference for a R_CRIS_16_GOT_TPREL in an executable.

Completed in 978 milliseconds

12 3 4 5 6 7 8 91011>>