Searched
full:executable (Results
2451 -
2475 of
4711) sorted by null
<<919293949596979899100>>
/external/cblas/testing/ |
c_zblat3.f | 102 * .. Executable Statements .. 484 * .. Executable Statements .. 814 * .. Executable Statements .. [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
platformsettings.py | 76 def FindExecutable(executable): 77 """Finds the given executable in PATH. 86 return distutils.spawn.find_executable(executable,
|
/external/clang/docs/CommandGuide/ |
clang.rst | 20 The clang executable is actually a small driver which controls the overall 56 executable or dynamic library. The output of this stage is typically called 92 linker is run to combine the results into an executable or shared library.
|
/external/clang/docs/ |
SanitizerCoverage.rst | 61 Every time you run an executable instrumented with SanitizerCoverage 63 If the executable is dynamically linked against instrumented DSOs, 178 For a given executable the length of the bitset is always the same (well,
|
/external/compiler-rt/lib/asan/ |
asan_rtl.cc | 258 // We want to keep those in the executable in order to let the instrumented 259 // dynamic libraries access the symbol even if it is not used by the executable 565 // Initialize runtime in case it's LD_PRELOAD-ed into unsanitized executable
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/ |
customTargets.xml | 163 <exec dir="${buildDirectory}/${buildLabel}" executable="unzip"> 202 <exec dir="${workingDirectory}" executable="zip"> 224 <exec dir="${workingDirectory}" executable="zip">
|
/external/elfutils/libdwfl/ |
libdwflP.h | 112 char *executable_for_core; /* --executable if --core was specified. */ 650 /* One shared library (or executable) info from DT_DEBUG link map. */ 691 only find where to begin if the correct executable file was
|
/external/google-breakpad/src/client/mac/tests/ |
exception_handler_test.cc | 323 // Get some executable memory. 422 // Get some executable memory. 521 // Get some executable memory.
|
/external/google-breakpad/src/tools/windows/converter/ |
ms_symbol_server_converter.cc | 456 // loading of the executable file. If there is no executable file, convert 457 // using only the PDB file. Without an executable file, the conversion will
|
/external/libchrome/base/files/ |
file_util.h | 413 // on whether the destination is intended for executable files, which in turn 415 // you intend to create executable shmem segments so this function can find 417 BASE_EXPORT bool GetShmemTempDir(bool executable, FilePath* path);
|
file_util_posix.cc | 840 bool GetShmemTempDir(bool executable, FilePath* path) { 843 if (executable) { 852 (void)executable; // avoid unused warning when !defined(OS_LINUX)
|
/external/llvm/lib/Support/Windows/ |
Program.inc | 257 *ErrMsg = "program not executable"; 263 // executable path, but since we use an explicit executable, we have to add
|
/external/v8/tools/ |
presubmit.py | 224 command = [sys.executable, 'cpplint.py', '--filter', filters] 231 command = [sys.executable, cpplint, '--filter', filters] 407 [sys.executable, join(workspace, "tools", "external-reference-check.py")])
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_httpservers.py | 392 os.symlink(sys.executable, self.pythonexe) 394 self.pythonexe = sys.executable 412 if self.pythonexe != sys.executable:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
uuid.py | 297 executable = os.path.join(dir, command) 298 if not os.path.exists(executable): 304 cmd = 'LC_ALL=C %s %s 2>/dev/null' % (executable, args)
|
webbrowser.py | 81 executable for the requested browser, return [None, None]. 122 """Return True if cmd is executable or can be found on the executable
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_httpservers.py | 392 os.symlink(sys.executable, self.pythonexe) 394 self.pythonexe = sys.executable 412 if self.pythonexe != sys.executable:
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
uuid.py | 297 executable = os.path.join(dir, command) 298 if not os.path.exists(executable): 304 cmd = 'LC_ALL=C %s %s 2>/dev/null' % (executable, args)
|
webbrowser.py | 81 executable for the requested browser, return [None, None]. 122 """Return True if cmd is executable or can be found on the executable
|
/prebuilts/go/darwin-x86/src/cmd/internal/goobj/ |
read.go | 34 // readonly, executable 38 // readonly, non-executable 50 // writable, non-executable
|
/prebuilts/go/linux-x86/src/cmd/internal/goobj/ |
read.go | 34 // readonly, executable 38 // readonly, non-executable 50 // writable, non-executable
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/ |
exec_elf.h | 163 #define ET_EXEC 2 /* executable file */ 286 #define SHF_EXECINSTR 0x4 /* executable */ 410 #define PF_X 0x1 /* Executable */
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/ |
exec_elf.h | 163 #define ET_EXEC 2 /* executable file */ 286 #define SHF_EXECINSTR 0x4 /* executable */ 410 #define PF_X 0x1 /* Executable */
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/ |
exec_elf.h | 163 #define ET_EXEC 2 /* executable file */ 286 #define SHF_EXECINSTR 0x4 /* executable */ 410 #define PF_X 0x1 /* Executable */
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/ |
exec_elf.h | 163 #define ET_EXEC 2 /* executable file */ 286 #define SHF_EXECINSTR 0x4 /* executable */ 410 #define PF_X 0x1 /* Executable */
|
Completed in 1064 milliseconds
<<919293949596979899100>>