Searched
full:executable (Results
1551 -
1575 of
4711) sorted by null
<<61626364656667686970>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_site.py | 171 rc = subprocess.call([sys.executable, '-c', 178 rc = subprocess.call([sys.executable, '-s', '-c', 185 rc = subprocess.call([sys.executable, '-c', 192 rc = subprocess.call([sys.executable, '-c',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
errors.py | 84 """Failure to link one or more C/C++ object files into an executable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_site.py | 171 rc = subprocess.call([sys.executable, '-c', 178 rc = subprocess.call([sys.executable, '-s', '-c', 185 rc = subprocess.call([sys.executable, '-c', 192 rc = subprocess.call([sys.executable, '-c',
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
SdkToolsLocator.java | 86 return SdkInstallStatus.invalidInstallation(exe + " is not executable.");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/ |
NdkCommandLauncher.java | 79 // Invoke using Cygwin shell if this is not a native windows executable
|
/system/core/logwrapper/ |
Android.mk | 30 # Executable
|
/system/sepolicy/ |
mediaserver.te | 130 # mediaserver should never execute any executable without a
|
/toolchain/binutils/binutils-2.25/bfd/ |
acinclude.m4 | 46 AC_CACHE_CHECK([for build system executable suffix], bfd_cv_build_exeext,
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/config/ |
default.exp | 92 # For non-Windows hosts there may be an executable
|
/toolchain/binutils/binutils-2.25/config/ |
progtest.m4 | 41 # Find out how to test for executable files. Don't use a zero-byte file,
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
tilegx.h | 20 /// distribution when not linked into a combined executable.)
|
/toolchain/binutils/binutils-2.25/include/coff/ |
apollo.h | 116 #define STYP_INSTRUCTION 0x00200000 /* Section contains executable code */
|
arm.h | 28 F_EXEC file is executable (no unresolved external references)
|
i860.h | 27 F_EXEC file is executable (no unresolved external references)
|
sparc.h | 32 #define F_EXEC (0x0002) /* file is executable */
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
alphaelf.em | 124 --taso Load executable in the lower 31-bit addressable\n\
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cdtest/ |
cdtest.exp | 30 # This test requires running the executable generated by ld.
|
/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
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
comm-data.exp | 39 # library/executable builds.
|
dwarf.exp | 32 # The following tests require running the executable generated by ld.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
phdrs.exp | 63 # to be compatible with Renesas tools. When an RX executable is
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
tlsbin-2.d | 34 Elf file type is EXEC \(Executable file\)
|
/toolchain/binutils/binutils-2.25/libiberty/ |
dwarfnames.c | 18 executable.)
|
pex-common.c | 152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, 344 pid = obj->funcs->exec_child (obj, flags, executable, argv, env, 370 pex_run (struct pex_obj *obj, int flags, const char *executable, 374 return pex_run_in_environment (obj, flags, executable, argv, NULL,
|
/external/llvm/tools/bugpoint/ |
ToolRunner.cpp | 154 std::string LLIPath; // The path to the LLI executable 229 /// @brief Find a named executable. 235 // is a relative path to the executable itself. 249 // LLI create method - Try to find the LLI executable 260 Message = "Cannot find `lli' in executable directory!\n"; 532 /// createLLC - Try to find the LLC executable 543 Message = "Cannot find `llc' in executable directory!\n"; 561 std::string LLIPath; // The path to the LLI executable 624 /// createJIT - Try to find the LLI executable 635 Message = "Cannot find `lli' in executable directory!\n" [all...] |
Completed in 1129 milliseconds
<<61626364656667686970>>