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

<<11121314151617181920>>

  /external/libdaemon/libdaemon/
dexec.h 53 /** Run the specified executable with the specified arguments in the
62 * @param prog The path to the executable
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/
exports.mk 45 # The `apinames' source and executable. We use $E_BUILD as the host
46 # executable suffix, which *includes* the final dot.
  /external/libvpx/libvpx/test/
vp8_multi_resolution_encoder.sh 34 # vp8_multi_resolution_encoder after building path to the executable.
38 elog "${encoder} does not exist or is not executable."
  /external/llvm/utils/
test_debuginfo.pl 7 # - Executable file. This file is generated by the compiler.
10 # comments in a script. A debugger is used to load the executable file
  /external/opencv3/doc/tutorials/introduction/linux_gcc_cmake/
linux_gcc_cmake.markdown 60 ### Generate the executable
70 By now you should have an executable (called DisplayImage in this case). You just have to run it
  /frameworks/base/core/java/android/hardware/location/
MemoryRegion.java 72 * Is the memory executable
74 * @return boolean - true if memory is executable, false
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 27 TEXT, // Executable regular sections
28 DATA, // Non-executable regular sections
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
ammintrin.h 23 the resulting executable to be covered by the GNU General Public
25 reasons why the executable file might be covered by the GNU General
mm_malloc.h 22 the resulting executable to be covered by the GNU General Public
24 reasons why the executable file might be covered by the GNU General
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
ammintrin.h 23 the resulting executable to be covered by the GNU General Public
25 reasons why the executable file might be covered by the GNU General
mm_malloc.h 22 the resulting executable to be covered by the GNU General Public
24 reasons why the executable file might be covered by the GNU General
  /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/misc/common/swig/include/2.0.11/python/
embed.i 16 Python executable. This will be necessary on systems that do
23 present in your current Python executable (including any special
  /sdk/files/
alias_rules.xml 30 <exec executable="${aapt}" failonerror="true">
50 <exec executable="${adb}" failonerror="true">
  /sdk/find_java/
Android.mk 40 # Locate windres executable
47 # Link the Windows icon file as well into the executable, based on the technique
  /toolchain/binutils/binutils-2.25/bfd/
elf-nacl.c 47 headers. It must be read-only and non-executable.
67 The first non-executable PT_LOAD segment appears first in the file
103 bfd_boolean executable = segment_executable (seg); local
105 if (executable
113 /* This is an executable segment that starts on a page
176 We only have anything interesting to do if it's executable. */
180 if (!executable)
185 the first non-executable PT_LOAD with a nonempty p_filesz. */
  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sys.py 173 rc = subprocess.call([sys.executable, "-c",
177 rc = subprocess.call([sys.executable, "-c",
182 process = subprocess.Popen([sys.executable, "-c", code],
394 self.assertIsInstance(sys.executable, basestring)
458 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'],
464 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'],
474 # sys.executable should be absolute
475 self.assertEqual(os.path.abspath(sys.executable), sys.executable)
477 # Issue #7774: Ensure that sys.executable is an empty string if argv[0
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sys.py 173 rc = subprocess.call([sys.executable, "-c",
177 rc = subprocess.call([sys.executable, "-c",
182 process = subprocess.Popen([sys.executable, "-c", code],
394 self.assertIsInstance(sys.executable, basestring)
458 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'],
464 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'],
474 # sys.executable should be absolute
475 self.assertEqual(os.path.abspath(sys.executable), sys.executable)
477 # Issue #7774: Ensure that sys.executable is an empty string if argv[0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 173 rc = subprocess.call([sys.executable, "-c",
177 rc = subprocess.call([sys.executable, "-c",
182 process = subprocess.Popen([sys.executable, "-c", code],
394 self.assertIsInstance(sys.executable, basestring)
458 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'],
464 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'],
474 # sys.executable should be absolute
475 self.assertEqual(os.path.abspath(sys.executable), sys.executable)
477 # Issue #7774: Ensure that sys.executable is an empty string if argv[0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 173 rc = subprocess.call([sys.executable, "-c",
177 rc = subprocess.call([sys.executable, "-c",
182 process = subprocess.Popen([sys.executable, "-c", code],
394 self.assertIsInstance(sys.executable, basestring)
458 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'],
464 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'],
474 # sys.executable should be absolute
475 self.assertEqual(os.path.abspath(sys.executable), sys.executable)
477 # Issue #7774: Ensure that sys.executable is an empty string if argv[0
    [all...]
  /art/runtime/
noop_compiler_callbacks.h 35 // would normally be enabled. For example the patchoat executable, and dex2oat --image, both need
  /cts/
OldCtsTestCaseList.mk 286 # one test executable, and it will end in 32. For 64 bit targets, assumes
288 # bit executable and one that ends in 64 for the 64 bit executable.
317 $(call cts-get-executable-paths,$(cts_device_executables)) \
  /cts/libs/vogar-expect/src/vogar/commands/
CommandFailedException.java 22 * Thrown when an out of process executable does not return normally.
  /cts/tests/tests/bionic/
Android.mk 42 # Use the 32 bit list executable since it will include some 32 bit only tests.

Completed in 650 milliseconds

<<11121314151617181920>>