/external/clang/lib/Driver/ |
Job.cpp | 23 Executable(_Executable), Arguments(_Arguments) {}
|
/external/clang/include/clang/Driver/ |
Job.h | 47 /// Command - An executable path/name and argument vector to 58 /// The executable to run. 59 const char *Executable; 62 /// argument, which will be the executable). 75 const char *getExecutable() const { return Executable; }
|
/frameworks/native/cmds/installd/ |
Android.mk | 7 # Static library used in testing and executable 22 # Executable
|
/system/core/logwrapper/ |
Android.mk | 28 # Executable
|
/external/eigen/blas/testing/ |
dblat1.f | 20 * .. Executable Statements .. 76 * .. Executable Statements .. 115 * .. Executable Statements .. 202 * .. Executable Statements .. 378 * .. Executable Statements .. 512 * .. Executable Statements .. 669 * .. Executable Statements .. 711 * .. Executable Statements .. 725 * .. Executable Statements .. 748 * .. Executable Statements . [all...] |
sblat1.f | 20 * .. Executable Statements .. 76 * .. Executable Statements .. 115 * .. Executable Statements .. 202 * .. Executable Statements .. 378 * .. Executable Statements .. 512 * .. Executable Statements .. 669 * .. Executable Statements .. 711 * .. Executable Statements .. 725 * .. Executable Statements .. 748 * .. Executable Statements . [all...] |
cblat1.f | 20 * .. Executable Statements .. 70 * .. Executable Statements .. 199 * .. Executable Statements .. 474 * .. Executable Statements .. 551 * .. Executable Statements .. 593 * .. Executable Statements .. 607 * .. Executable Statements .. 629 * .. Executable Statements .. 661 * .. Executable Statements ..
|
zblat1.f | 20 * .. Executable Statements .. 70 * .. Executable Statements .. 199 * .. Executable Statements .. 474 * .. Executable Statements .. 551 * .. Executable Statements .. 593 * .. Executable Statements .. 607 * .. Executable Statements .. 629 * .. Executable Statements .. 661 * .. Executable Statements ..
|
cblat2.f | 123 * .. Executable Statements .. 456 * .. Executable Statements .. 800 * .. Executable Statements .. [all...] |
dblat2.f | 118 * .. Executable Statements .. 446 * .. Executable Statements .. 786 * .. Executable Statements .. [all...] |
sblat2.f | 118 * .. Executable Statements .. 446 * .. Executable Statements .. 786 * .. Executable Statements .. [all...] |
zblat2.f | 124 * .. Executable Statements .. 458 * .. Executable Statements .. 803 * .. Executable Statements .. [all...] |
dblat3.f | 93 * .. Executable Statements .. 409 * .. Executable Statements .. 690 * .. Executable Statements .. [all...] |
sblat3.f | 93 * .. Executable Statements .. 409 * .. Executable Statements .. 690 * .. Executable Statements .. [all...] |
cblat3.f | 100 * .. Executable Statements .. 423 * .. Executable Statements .. 708 * .. Executable Statements .. [all...] |
zblat3.f | 101 * .. Executable Statements .. 424 * .. Executable Statements .. 709 * .. Executable Statements .. [all...] |
/ndk/build/tools/ |
builder-funcs.sh | 441 builder_log "${_BUILD_PREFIX}Executable: $exename$HOST_EXE" 457 fail_panic "Could not create ${_BUILD_PREFIX}executable $libname"
|
/external/chromium_org/tools/gn/ |
functions.cc | 247 " executable(\"mything\") {\n" 548 INSERT_FUNCTION(Executable)
|
/external/clang/tools/scan-build/ |
scan-build | 837 # Make sure $Dir and $BaseDir are world readable/executable. [all...] |
/ndk/build/core/ |
build-binary.mk | 134 # enable PIE for executable beyond certain API level 136 ifeq ($(call module-get-class,$(LOCAL_MODULE)),EXECUTABLE) 443 ifneq (,$(filter SHARED_LIBRARY EXECUTABLE,$(call module-get-class,$(LOCAL_MODULE)))) 446 # This is a shared library or an executable, so computing dependencies properly is 540 # If this is an executable module 542 ifeq ($(call module-get-class,$(LOCAL_MODULE)),EXECUTABLE) 543 $(LOCAL_BUILT_MODULE): PRIVATE_BUILD_EXECUTABLE := $(cmd-build-executable) 545 @ $(HOST_ECHO) "Executable : $(PRIVATE_NAME)"
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
libtool.m4 | 161 _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl [all...] |