/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
vxworks1-static.d | 1 #name: VxWorks executable test 1 (static)
|
vxworks2-static.sd | 2 Elf file type is EXEC \(Executable file\)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
vxworks1-static.d | 1 #name: VxWorks executable test 1 (static)
|
vxworks2-static.sd | 2 Elf file type is EXEC \(Executable file\)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
vxworks1-static.d | 1 #name: VxWorks executable test 1 (static)
|
vxworks2-static.sd | 2 Elf file type is EXEC \(Executable file\)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
vxworks1-static.d | 1 #name: VxWorks executable test 1 (static)
|
vxworks2-static.sd | 2 Elf file type is EXEC \(Executable file\)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/ |
vxworks1-static.d | 1 #name: VxWorks executable test 1 (static)
|
vxworks2-static.sd | 2 Elf file type is EXEC \(Executable file\)
|
/external/curl/tests/libtest/ |
test307.pl | 2 # Determine if the given curl executable supports the 'openssl' SSL engine 5 print "Usage: $0 curl-executable\n";
|
/external/autotest/client/site_tests/platform_Firewall/ |
platform_Firewall.py | 32 def _iptables_rules(executable): 33 rule_output = utils.system_output("%s -S" % executable) 39 def _check(expected_rule, actual_rules, error_msg, executable, check): 42 raise error.TestFail(error_msg % executable) 46 def _check_included(expected_rule, actual_rules, error_msg, executable): 49 expected_rule, actual_rules, error_msg, executable, 54 def _check_not_included(expected_rule, actual_rules, error_msg, executable): 57 expected_rule, actual_rules, error_msg, executable, 97 for executable in ["iptables", "ip6tables"]: 98 actual_rules = self._iptables_rules(executable) [all...] |
/external/selinux/libsemanage/tests/ |
Makefile | 12 EXECUTABLE = libsemanage-tests 19 all: $(EXECUTABLE) 21 $(EXECUTABLE): $(OBJECTS) 28 rm -rf $(OBJECTS) $(EXECUTABLE) 31 ./$(EXECUTABLE)
|
/build/core/ |
host_executable_internal.mk | 2 ## Standard rules for building an executable file. 15 $(call host-executable-hook) 33 $(transform-host-o-to-executable)
|
/external/autotest/client/site_tests/security_RuntimeExecStack/ |
control | 8 "an executable stack. This augments the platform_ToolchainOptions test " 11 PURPOSE = "To ensure running processes have non-executable stack" 12 CRITERIA = ("Fail if a process has an executable stack")
|
/external/compiler-rt/test/asan/android_commands/ |
android_compile.py | 11 output_type = 'executable' 31 if output_type in ['executable', 'shared']: 34 if output_type == 'executable':
|
/ndk/tests/device/static-executable/jni/ |
Android.mk | 4 LOCAL_MODULE := static-executable 8 # Note that by default ndk-build system doesn't support static executable, 10 # generate static executable.
|
/prebuilts/gdb/darwin-x86/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/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/gdb/darwin-x86/lib/python2.7/distutils/ |
spawn.py | 6 executable name. 23 executable. 25 If 'search_path' is true (the default), the system's executable 27 must be the exact path to the executable. If 'dry_run' is true, 60 executable = cmd[0] 64 executable = find_executable(executable) or executable 65 log.info(' '.join([executable] + cmd[1:])) 69 rc = os.spawnv(os.P_WAIT, executable, cmd [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
spawn.py | 6 executable name. 23 executable. 25 If 'search_path' is true (the default), the system's executable 27 must be the exact path to the executable. If 'dry_run' is true, 60 executable = cmd[0] 64 executable = find_executable(executable) or executable 65 log.info(' '.join([executable] + cmd[1:])) 69 rc = os.spawnv(os.P_WAIT, executable, cmd [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
spawn.py | 6 executable name. 23 executable. 25 If 'search_path' is true (the default), the system's executable 27 must be the exact path to the executable. If 'dry_run' is true, 60 executable = cmd[0] 64 executable = find_executable(executable) or executable 65 log.info(' '.join([executable] + cmd[1:])) 69 rc = os.spawnv(os.P_WAIT, executable, cmd [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
spawn.py | 6 executable name. 23 executable. 25 If 'search_path' is true (the default), the system's executable 27 must be the exact path to the executable. If 'dry_run' is true, 60 executable = cmd[0] 64 executable = find_executable(executable) or executable 65 log.info(' '.join([executable] + cmd[1:])) 69 rc = os.spawnv(os.P_WAIT, executable, cmd [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
customTest.xml.template | 6 <exec dir="." executable="${copyClient}"> 11 <exec dir="." executable="${copyClient}">
|
/external/llvm/cmake/modules/ |
FindSphinx.cmake | 14 DOC "Path to sphinx-build executable") 20 "Failed to locate sphinx-build executable"
|