Searched
full:executable (Results
2101 -
2125 of
4711) sorted by null
<<81828384858687888990>>
/external/clang/include/clang/Driver/ |
CLCompatOptions.td | 75 HelpText<"Assume thread-local variables are defined in the executable">; 200 HelpText<"Set output executable file or directory (ends in / or \\)">,
|
/external/clang/unittests/Tooling/ |
ToolingTest.cpp | 160 Args.push_back("tool-executable"); 186 Args.push_back("tool-executable");
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common.cc | 351 void LoadedModule::addAddressRange(uptr beg, uptr end, bool executable) { 353 AddressRange *r = new(mem) AddressRange(beg, end, executable);
|
sanitizer_linux_libcdep.cc | 446 bool executable = phdr->p_flags & PF_X; local 447 cur_module->addAddressRange(cur_beg, cur_end, executable);
|
/external/emma/core/java12/com/vladium/emma/report/txt/ |
ReportGenerator.java | 163 row ("total executable files:" + m_separator + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT)); 166 row ("total executable lines:" + m_separator + item.getAggregate (IItem.TOTAL_LINE_COUNT));
|
/external/google-breakpad/src/testing/scripts/ |
gmock-config.in | 49 --exec-prefix=<dir> overrides the executable installation prefix 55 --exec-prefix executable installation prefix
|
/external/icu/icu4c/source/ |
icudefs.mk.in | 226 # Platform commands to remove or move executable and library targets 228 # when the library needs to have executable permissions
|
/external/libunwind/src/dwarf/ |
Gfind_unwind_table.c | 200 // Otherwise this is a static executable with no _DYNAMIC. Assume 329 // Otherwise this is a static executable with no _DYNAMIC. Assume
|
/external/libvpx/libvpx/test/ |
tools_common.sh | 149 # Echoes path to $1 when it's executable and exists in ${LIBVPX_BIN_PATH}, or an 168 # in LIBVPX_BIN_PATH, and is executable.
|
/external/llvm/ |
Makefile.config.in | 135 # Executable file extension for build platform (mainly for 365 # Executable file extension for host platform.
|
/external/llvm/docs/CommandGuide/ |
llvm-cov.rst | 84 count is shown as ``-`` if a line does not contain any executable code. If 184 The coverage information is stored in the built executable or library itself,
|
/external/llvm/docs/ |
Projects.rst | 67 executable of your project. 168 example, to build an executable named ``sample``, ``TOOLNAME`` should be set
|
/external/llvm/test/tools/llvm-readobj/ |
macho-universal-x86_64.i386.test | 20 MULTIHEADER: FileType: Executable (0x2) 39 MULTIHEADER: FileType: Executable (0x2)
|
/external/opencv3/doc/tutorials/introduction/windows_visual_studio_Opencv/ |
windows_visual_studio_Opencv.markdown | 34 the definitions and implementation of all *used* functions and data structures to the executable 219 start menu), navigate to your executable file and start it with an argument. So for example in case
|
/external/skia/site/user/sample/ |
building.md | 216 'type': 'executable', 242 provide to ninja. It will also be the name of the executable that we build.
|
/external/v8/src/base/platform/ |
platform.h | 170 // they are not guaranteed to be executable unless 'executable' is true.
|
/external/v8/test/mjsunit/tools/ |
tickprocessor.js | 67 // shell executable 131 // shell executable
|
/external/valgrind/coregrind/ |
launcher-linux.c | 361 the executable (eg because it's a shell script). VG_PLATFORM is the 405 /* Figure out the name of this executable (viz, the launcher), so
|
/external/valgrind/coregrind/m_sigframe/ |
sigframe-ppc64-linux.c | 236 non-executable, and it isn't consistent with the x86-linux and 239 matter whether or not the (guest) stack is executable. This
|
/external/valgrind/include/ |
pub_tool_debuginfo.h | 77 a particular function. Nb: if an executable/shared object is stripped 122 /* Succeeds if the address is within a shared object or the main executable.
|
/hardware/intel/bootstub/ |
bootstub.c | 163 * so that it won't be overwritten by the kernel executable. 177 * overwritten by the kernel executable.
|
/hardware/ti/omap3/dspbridge/inc/ |
dynamic_loader.h | 91 * as necessary, and the resulting executable bits are placed into target memory 128 * as necessary, and the resulting executable bits are placed into target memory
|
/ndk/build/tools/ |
builder-funcs.sh | 466 builder_log "${_BUILD_PREFIX}Executable: $exename$HOST_EXE" 482 fail_panic "Could not create ${_BUILD_PREFIX}executable $libname"
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 84 * also object and executable size for some. 264 * The drawback can be longer compilation time and bigger executable size.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
cgitb.py | 107 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 198 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable
|
Completed in 1574 milliseconds
<<81828384858687888990>>