Searched refs:executable (Results 1 – 15 of 15) sorted by relevance
| /development/ndk/build/ |
| D | host-setup.sh | 71 local executable=`which $1` 72 if [ -z "$executable" ] ; then 82 version=`$executable --version | grep "GNU Make"` 112 local executable=`which $1` 113 if [ -z "$executable" ] ; then 118 result=`echo "" | $executable -f build/check-awk.awk`
|
| /development/ndk/build/core/ |
| D | build-executable.mk | 33 LOCAL_BUILT_MODULE := $(call executable-path,$(LOCAL_MODULE)) 41 $(hide) $(cmd-build-executable)
|
| D | main.mk | 215 BUILD_HOST_EXECUTABLE := $(BUILD_SYSTEM)/build-host-executable.mk 219 BUILD_EXECUTABLE := $(BUILD_SYSTEM)/build-executable.mk
|
| D | definitions.mk | 298 host-executable-path = $(HOST_OUT)/$1$(HOST_EXE) 322 executable-path = $(TARGET_OUT)/$1
|
| /development/tools/anttasks/src/com/android/ant/ |
| D | AaptExecLoopTask.java | 55 public void setExecutable(String executable) { in setExecutable() argument 56 mExecutable = executable; in setExecutable()
|
| /development/pdk/docs/guide/ |
| D | debugging_gdb.jd | 30 gdbserver :5039 /system/bin/<i>executable</i> 33 …on the localhost, which adb bridges from the host to the device. <code>executable</code> represent… 40 gdbclient <i>executable</i> 53 <pre class="prettify">gdbserver :5039 /system/bin/<i>executable</i></pre> 65 …4.2.1/bin/arm-eabi-gdb out/target/product/<i>product-name</i>/symbols/system/bin/<i>executable</i> 69 …and <i>executable</i> is the program to debug (usually <code>app_process</code> for an application… 71 Make sure to use the copy of the executable in the symbols directory, not the
|
| D | build_cookbook.jd | 288 <td valign="top"><p>If your executable should be linked statically, set 361 that are not part of the build for your executable or library. Specify 384 <code>LOCAL_UNSTRIPPED_PATH</code> if it's an executable or a shared library 530 because you overrode <code>LOCAL_MODULE_PATH</code> for an executable or a
|
| /development/ndk/build/toolchains/arm-eabi-4.2.1/ |
| D | setup.mk | 112 define cmd-build-executable
|
| /development/testrunner/ |
| D | run_command.py | 100 executable='/bin/bash',
|
| /development/ndk/apps/san-angeles/project/jni/ |
| D | README.txt | 53 Prebuilt Win32 PC executable: SanOGLES-Gerbera.exe 55 Prebuilt Win32 PC executable: SanOGLES-PVRSDK.exe
|
| D | license-LGPL.txt | 228 derivative of it, under Section 2) in object code or executable form 247 creates an executable that is a derivative of the Library (because it 249 library". The executable is therefore covered by this License. 289 Sections 1 and 2 above); and, if the work is an executable linked 293 executable containing the modified Library. (It is understood 301 rather than copying library functions into the executable, and (2) 318 For an executable, the required form of the "work that uses the 320 reproducing the executable from it. However, as a special exception, 324 which the executable runs, unless that component itself accompanies 325 the executable. [all …]
|
| /development/ndk/docs/ |
| D | INSTALL.TXT | 43 The NDK also requires a Nawk or GNU Awk executable being available on your
|
| /development/ndk/build/tools/toolchain-licenses/ |
| D | COPYING | 135 under Section 2) in object code or executable form under the terms of 152 received the program in object code or executable form with such 156 making modifications to it. For an executable work, complete source 159 control compilation and installation of the executable. However, as a 163 operating system on which the executable runs, unless that component 164 itself accompanies the executable. 166 If distribution of executable or object code is made by offering
|
| /development/tools/eclipse/buildConfig/ |
| D | build.properties | 93 #Arguments to send to the zip executable 96 #Arguments to send to the tar executable
|
| /development/ndk/docs/system/libc/ |
| D | OVERVIEW.TXT | 247 constant list of services in its executable, which is parsed on demand 336 executable should be able to run (if it doesn't use dlopen()/dlsym())
|