HomeSort by relevance Sort by last modified time
    Searched full:executable (Results 826 - 850 of 4711) sorted by null

<<31323334353637383940>>

  /external/libgdx/gdx/jni/
build-windows32.xml 91 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
106 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
132 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
build-windows32home.xml 91 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
106 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
132 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
build-windows64.xml 91 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
106 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
132 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
  /external/llvm/cmake/modules/
TableGen.cmake 102 STRING "Native TableGen executable. Saves building one when cross-compiling.")
108 STRING "Native TableGen executable. Saves building one when cross-compiling."
113 # Effective tblgen executable to be used:
  /external/llvm/utils/
check-each-file 57 echo "PROGRAM is the name of the executable under test"
97 echo "ERROR: $linker not found or not executable"
108 echo "ERROR: $checker not found or not executable"
  /external/skia/experimental/fiddle/
fiddler.go 72 // fiddler compiles the input, links against skia, and runs the executable.
75 // @param output: stdout of executable sent here
76 // @param tempDir: where to place the compiled executable
  /external/v8/src/base/platform/
platform-aix.cc 65 void* OS::Allocate(const size_t requested, size_t* allocated, bool executable) {
67 int prot = PROT_READ | PROT_WRITE | (executable ? PROT_EXEC : 0);
109 // Ignore mappings that are not executable.
platform-freebsd.cc 59 bool executable) {
61 int prot = PROT_READ | PROT_WRITE | (executable ? PROT_EXEC : 0);
104 // Ignore mappings that are not executable.
  /external/valgrind/auxprogs/
getoff.c 25 /* This file is used to generate target executable(s) getoff-<platform>
41 The getoff-<platform> executable will be launched automatically by
45 dlinfo RTLD_DI_TLS_MODID, this executable produces no output. */
  /external/valgrind/gdbserver_tests/
make_local_links 76 # We need at least a 7.1 version to run the 'pic' executable tests
78 check_version 7.1 gdbserver_tests/gdb.pic "pic executable tests"
94 echo "gdbserver gdb tests suppressed as $1 is not executable"
  /external/vulkan-validation-layers/
determine_vs_version.py 34 # http://stackoverflow.com/questions/377017/test-if-executable-exists-in-python
74 # Determine if the executable exists in the path, this is critical.
82 print('Executable ' + exeName + ' not found in PATH!')
  /external/vulkan-validation-layers/windowsRuntimeInstaller/
README.txt 26 command and necessary args for signing an executable. If you don't
105 o The ProductVersion of the installer executable (right click on
106 the executable, Properties, then the Details tab) can be used
  /frameworks/base/packages/Keyguard/scripts/
new_merge.py 14 def executable(path): function in function:which
18 if path and executable(program):
23 if executable(exe):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
script_helper.py 25 cmd_line = [sys.executable]
65 cmd_line = [sys.executable, '-E']
72 cmd_line = [sys.executable, '-E']
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
script_helper.py 25 cmd_line = [sys.executable]
65 cmd_line = [sys.executable, '-E']
72 cmd_line = [sys.executable, '-E']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
script_helper.py 25 cmd_line = [sys.executable]
65 cmd_line = [sys.executable, '-E']
72 cmd_line = [sys.executable, '-E']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py 25 cmd_line = [sys.executable]
65 cmd_line = [sys.executable, '-E']
72 cmd_line = [sys.executable, '-E']
  /system/vold/fs/
Ext4.cpp 112 ALOGD("Not running %s on %s (executable not in system image)\n",
130 bool remount, bool executable) {
139 flags |= (executable ? 0 : MS_NOEXEC);
  /system/webservd/
webserver.gyp 145 'type': 'executable',
164 'type': 'executable',
175 'type': 'executable',
  /toolchain/binutils/binutils-2.25/gold/testsuite/
two_file_test_1.cc 26 // Files 1 and 2 linked together in executable.
27 // File 1 in executable, file 2 in shared library.
28 // File 1 in shared library, file 2 in executable.
two_file_test_1_v1.cc 31 // Files 1 and 2 linked together in executable.
32 // File 1 in executable, file 2 in shared library.
33 // File 1 in shared library, file 2 in executable.
  /toolchain/binutils/binutils-2.25/include/aout/
hp300hpux.h 75 #define OMAGIC 0x107 /* object file or impure executable. */
76 #define NMAGIC 0x108 /* Code indicating pure executable. */
77 #define ZMAGIC 0x10B /* demand-paged executable. */
  /toolchain/binutils/binutils-2.25/libiberty/
pex-djgpp.c 116 pex_djgpp_exec_child (struct pex_obj *obj, int flags, const char *executable,
206 (P_WAIT, executable, argv, env));
209 (P_WAIT, executable, argv));
strtod.c 20 compiled with a GNU compiler to produce an executable, this does not cause
21 the resulting executable to be covered by the GNU General Public License.
23 the executable file might be covered by the GNU General Public License. */
vsnprintf.c 21 compiled with a GNU compiler to produce an executable, this does not cause
22 the resulting executable to be covered by the GNU General Public License.
24 the executable file might be covered by the GNU General Public License. */

Completed in 1016 milliseconds

<<31323334353637383940>>