/build/core/ |
definitions.mk | [all...] |
config.mk | 60 BUILD_EXECUTABLE:= $(BUILD_SYSTEM)/executable.mk
|
/libcore/luni/src/main/java/java/io/ |
File.java | 874 * @param executable 884 * does not support execute permission and the value of executable [all...] |
/external/v8/src/ |
platform-solaris.cc | 290 bool VirtualMemory::Commit(void* address, size_t size, bool executable) { 291 int prot = PROT_READ | PROT_WRITE | (executable ? PROT_EXEC : 0);
|
/ndk/build/core/ |
default-build-commands.mk | 49 define cmd-build-executable
|
build-binary.mk | 274 # If this is an executable module 276 ifeq ($(call module-get-class,$(LOCAL_MODULE)),EXECUTABLE) 279 @ echo "Executable : $(PRIVATE_NAME)" 280 $(hide) $(cmd-build-executable)
|
definitions.mk | [all...] |
/bionic/libc/arch-x86/bionic/ |
crtbegin_dynamic.S | 33 # any executable that is dynamically-linked with Bionic
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
bfdlink.h | 237 executable. */ 252 of an executable, rather than only those used. */ 290 /* TRUE if executable should not contain copy relocs. 308 /* TRUE if generating a position independent executable. */ 311 /* TRUE if generating an executable, position independent or not. */ 312 unsigned int executable : 1; 408 /* The function to call when the executable or shared object is 412 /* The function to call when the executable or shared object is 492 get the size of the entry when generating an executable file. 310 unsigned int executable : 1; member in struct:bfd_link_info
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
websocket_server.py | 150 python_interp = sys.executable
|
/cts/tools/spec-progress/src/ |
SpecProgressDoclet.java | 65 * Each executable member (constructor or method) must have a "@param" tag 72 * Each executable member must have a "@throws" tag for each declared exception 568 ExecutableMemberDoc executable = (ExecutableMemberDoc) doc; local 569 boolean paramsOk = hasAllParameterDocs(executable, errors); 570 boolean exceptionsOk = hasAllExceptionDocs(executable, errors); 746 * Checks whether the given executable member has documentation for 785 * Checks whether the given executable member has documentation for [all...] |
/external/bluetooth/glib/gio/ |
gcontenttype.c | 280 * types are "executable" on Windows... You can just type foo.jpg as 283 * with "executable". 806 * Checks if a content type can be executable. Note that for instance 810 * can be executable, %FALSE otherwise. 817 if (g_content_type_is_a (type, "application/x-executable") || 1100 guint executable : 1; member in struct:__anon1997 1194 if (strcmp (parts[i], "executable") == 0) 1195 matchlet->executable = 1; [all...] |
/external/chromium/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 18 rem executable. It is the Windows equivalent of the src/vcdiff_test.sh 26 rem vcdiff.exe executable.
|
/external/v8/test/mjsunit/tools/ |
tickprocessor.js | 67 // shell executable 131 // shell executable
|
/external/libvpx/vpx_ports/ |
x86_abi_support.asm | 262 ; Tell GNU ld that we don't require an executable stack.
|
/external/webkit/JavaScriptCore/jit/ |
JITStubs.cpp | 1640 FunctionExecutable* executable = function->jsExecutable(); local 1699 ExecutableBase* executable = callee->executable(); local [all...] |
/external/jpeg/ |
ltmain.sh | [all...] |
/build/core/tasks/ |
cts.mk | 57 # Copy executable and JARs to CTS directory
|
/external/libpng/ |
ltmain.sh | 54 # link create a library or an executable 934 # True iff FILE is a libtool wrapper executable 962 # True iff FILE is a libtool wrapper script or wrapper executable [all...] |
/external/protobuf/gtest/build-aux/ |
ltmain.sh | 54 # link create a library or an executable 933 # True iff FILE is a libtool wrapper executable 961 # True iff FILE is a libtool wrapper script or wrapper executable [all...] |
/external/protobuf/ |
ltmain.sh | 54 # link create a library or an executable 933 # True iff FILE is a libtool wrapper executable 961 # True iff FILE is a libtool wrapper script or wrapper executable [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 61 %of it, under Paragraph 2) in object code or executable form under the terms 77 % received the program in object code or executable form alone.) 79 %For an executable file, complete source code means all the source code for 82 %operating system on which the executable file runs. [all...] |
/external/v8/tools/ |
tickprocessor.js | 779 'Specify the \'nm\' executable to use (e.g. --nm=/my_dir/nm)'],
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.c | 297 /* Next look at the application's executable name */ 304 #error Where can we find the executable name? [all...] |
/device/samsung/crespo/alsa-lib/ |
ltmain.sh | 209 *executable*) # but shell scripts are "executable" too... [all...] |