/ndk/ |
D | ndk-gdb | 297 log "Android NDK installation path: $ANDROID_NDK_ROOT" 313 log "Using specific adb command: $ADB_CMD" 321 log "Using default adb command: $ADB_CMD" 330 log "ADB version found: $ADB_VERSION" 333 log "Using ADB flags: $ADB_FLAGS" 335 log "Using ADB flags: $ADB_FLAGS" \"$DEVICE_SERIAL\" 483 log "ABIs targetted by application: $APP_ABIS" 503 log "Device API Level: $API_LEVEL" 522 log "Device CPU ABIs: $CPU_ABIS" 537 log "Compatible device ABI: $COMPAT_ABI" [all …]
|
D | ndk-build | 118 log () { function 122 log () { function 141 log "HOST_OS=$HOST_OS" 150 log "HOST_ARCH=$HOST_ARCH" 161 log "HOST_ARCH=$HOST_ARCH (32-bit userland detected)" 186 log "HOST_TAG=$HOST_TAG $LOG_MESSAGE" 197 log "GNUMAKE=$GNUMAKE (from environment variable)" 211 log "GNUMAKE=$GNUMAKE (system path)" 213 log "GNUMAKE=$GNUMAKE (NDK prebuilt)" 243 log "Cygwin-compatible GNU make detected" [all …]
|
D | ndk-gdb.py | 92 def log(string): function 185 log('Android NDK installation path: %s' % (NDK)) 201 log('Using specific adb command: %s' % (args.adb_cmd)) 311 log('## COMMAND: adb_cmd %s [BACKGROUND]' % (' '.join(args))) 316 log('## COMMAND: adb_cmd %s' % (' '.join(args))) 335 log('## COMMAND: adb_cmd shell %s' % (' '.join(args))) 449 log('ADB version found: %s' % (ADB_VERSION)) 451 log('Using ADB flags: %s' % (ADB_FLAGS)) 453 log('Using ADB flags: %s "%s"' % (ADB_FLAGS,DEVICE_SERIAL)) 456 log('Using specified project path: %s' % (PROJECT)) [all …]
|
/ndk/build/tools/ |
D | build-mingw64-toolchain.sh | 254 log "Generating Tiger-compatible binaries!" 256 log "Generating Leopard-compatible binaries!" 258 log "Generating Snow Leopard-compatible binaries!" 261 log "Generating $osx_version-compatible binaries!" 267 log "Cleaning up work directory..." 271 LOG_FILE=$TEMP_DIR/build.log 283 log "Target arch: $TARGET_TAG" 284 log "Target bits: $TARGET_BITS" 307 log "Host compiler generates 32-bit code: $PROBE_CC" 311 log "Host compiler generates 64-bit code: $PROBE_CC" [all …]
|
D | build-host-make.sh | 50 log "Auto-config: --out=$OUT" 60 log "Using sources from: $GNUMAKE_SRCDIR" 69 log "Copying sources to temporary directory: $TMP_SRCDIR" 86 log "Configuring the build" 95 log "Building make" 99 log "Copying executable to prebuilt location" 111 log "Cleaning up" 114 log "Done."
|
D | build-host-perl.sh | 74 log "Using source directory: $SRC_DIR" 87 log "Configuring the build" 107 log "Building perl" 112 log "Checking perl" 117 log "Installing perl" 121 log "Copying executable to prebuilt location" 125 log "Copying library to prebuilt location" 137 log "Cleaning up" 142 log "Done."
|
D | dev-platform-import.sh | 92 log "Auto-config: using build path: $ANDROID_PRODUCT_OUT" 110 log "Extracting build properties from: $BUILD_PROP" 120 log "Found target CPU ABI: $CPU_ABI" 126 log "Auto-config: --arch=$ARCH" 141 log "Auto-config: --platform=$PLATFORM" 151 log "Using platform destination path: $PLATFORM_ROOT" 177 log "Android build tree root: $ANDROID_ROOT" 178 log "Android product out: $ANDROID_PRODUCT_OUT" 189 log "Auto-config: --toolchain-prefix=$TOOLCHAIN_PREFIX" 226 log "Copying system static library: $1.a" [all …]
|
D | build-host-awk.sh | 52 log "Using sources from: $AWK_SRCDIR" 69 log "Configuring the build" 72 log "Building $HOST_TAG awk" 88 log "Copying executable to prebuilt location" 100 log "Cleaning up" 103 log "Done."
|
D | build-host-sed.sh | 52 log "Using sources from: $SED_SRCDIR" 58 log "Configuring the build" 73 log "Building sed (lib/ and sed/ only)" 78 log "Copying executable to prebuilt location" 90 log "Cleaning up" 93 log "Done."
|
D | dev-platform-expand.sh | 106 log "Using source directory: $SRCDIR" 114 log "Using platform: $PLATFORM" 123 log "Using destination directory: $DSTDIR" 145 log "Using architectures: $(commas_to_spaces $ARCHS)" 202 log "Copying android-$LEVEL platform files" 221 log "Done !"
|
D | build-gabi++.sh | 81 log "Auto-config: --ndk-dir=$NDK_DIR" 156 log "Building $DSTDIR/libgabi++_static.a" 159 log "Building $DSTDIR/libgabi++_shared.so" 178 log "Packaging: $PACKAGE" 186 log "Cleaning up..." 189 log "Don't forget to cleanup: $BUILD_DIR" 192 log "Done!"
|
D | dev-platform-expand-all.sh | 53 log "Using source directory: $SRCDIR" 54 log "Using destination directory: $DSTDIR" 55 log "Using architectures: $ARCHS" 63 log "Done! See $DSTDIR"
|
D | build-libportable.sh | 74 log "Auto-config: --ndk-dir=$NDK_DIR" 144 log "Building $DSTDIR/libportable.a" 171 log "Packaging: $PACKAGE" 179 log "Cleaning up..." 182 log "Don't forget to cleanup: $BUILD_DIR" 185 log "Done!"
|
D | build-stlport.sh | 81 log "Auto-config: --ndk-dir=$NDK_DIR" 211 log "Building $DSTDIR/libstlport_static.a" 214 log "Building $DSTDIR/libstlport_shared.so" 233 log "Packaging: $PACKAGE" 241 log "Cleaning up..." 244 log "Don't forget to cleanup: $BUILD_DIR" 247 log "Done!"
|
D | gen-platforms.sh | 170 log "Using source directory: $SRCDIR" 178 log "Using platforms: $PLATFORMS" 187 log "Using destination directory: $DSTDIR" 212 log "Using architectures: $(commas_to_spaces $ARCHS)" 214 log "Checking source platforms." 222 log " $DIR" 226 log "Checking source platform architectures." 235 log " $DIR" 249 log " $ARCH check: $CHECK" 272 log "Copying $3 from \$SRC/$1 to \$DST/$2." [all …]
|
D | build-gdbserver.sh | 86 log "Found gdbserver source directory: $SRC_DIR" 94 log "Using source directory: $SRC_DIR" 108 log "Using NDK directory: $NDK_DIR" 133 log "Using sysroot: $SYSROOT" 138 log "Using build directory: $BUILD_OUT" 170 log "Using build sysroot: $BUILD_SYSROOT" 258 log "Cleaning up."
|
D | build-ndk-stack.sh | 57 log "Auto-config: --build-dir=$BUILD_DIR" 66 log "Auto-config: --make=$GNUMAKE" 112 log "Cleaning up" 115 log "Done!"
|
D | dev-platform-compress.sh | 77 log "Copying directory: $SDIR --> $DDIR" 82 log "Compressing directory: $SDIR" 118 log "Done!"
|
D | gen-toolchain-wrapper.sh | 142 log "Generating: ${SRC_PREFIX}$PROG" 145 log "Generating toolchain wrappers in: $DST_DIR" 151 log "Done!"
|
D | patch-sources.sh | 62 log "No patches files in $PATCHES_DIR" 69 log "Applying $PATCHNAME into $SRC_DIR/$PATCHDIR"
|
D | download-toolchain-sources.sh | 96 log "Git seems to work ok." 107 log "Using target source directory: $SRC_DIR" 117 log "Creating temporary directory $TMPDIR" 149 log "cloning $GITPREFIX/$1.git" 168 log "Checking out $BRANCH branch of $NAME.git: $@" 180 …(printf "%-32s " "toolchain/$NAME.git $BRANCH"; $GITCMD $GITOPTS log -1 --format=oneline $REVISION…
|
D | prebuilt-common.sh | 816 log "Using ccache compilation" 817 log "NDK_CCACHE_CC=$NDK_CCACHE_CC" 818 log "NDK_CCACHE_CXX=$NDK_CCACHE_CXX" 831 log "Generating $HOST_BITS-bit Windows binaries" 833 log "Generating $HOST_BITS-bit Darwin binaries" 858 log "Forcing generation of $HOST_OS binaries with legacy toolchain" 892 log "no" 901 log "yes" 1045 log "Targetting CPU: $ARCH" 1048 log "Using GCC version: $GCC_VERSION" [all …]
|
/ndk/build/core/ |
D | definitions-tests.mk | 63 -ndk-test-log = $(info . $(_test_name): $1) 65 -ndk-test-log = $(empty) 69 $(call -ndk-test-log,expect '$2' == '$1')\ 78 $(call -ndk-test-log,assert '$2' == '$1')\
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _como.h | 92 inline long double logl(long double arg) { return log(arg); } in logl() 121 inline float logf(float arg) { return log(arg); } in logf() 122 inline long double logl(long double arg) { return log(arg); } in logl() 165 inline long double logl(long double arg) { return log(arg); } in logl()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | complex.cpp | 231 const float LN10_INVF = 1.f / ::log(10.f); in log10() 244 const long double LN10_INVL = 1.l / ::log(10.l); in log10() 256 r._M_re = ::log(::hypot(z._M_re, z._M_im)); in logT() 259 _STLP_DECLSPEC complex<float> _STLP_CALL log(const complex<float>& z) in log() function 262 _STLP_DECLSPEC complex<double> _STLP_CALL log(const complex<double>& z) in log() function 266 _STLP_DECLSPEC complex<long double> _STLP_CALL log(const complex<long double>& z) in log() function 274 _Tp logr = ::log(a); in powT() 293 _Tp logr = ::log(::hypot(a._M_re,a._M_im)); in powT() 303 _Tp logr = ::log(::hypot(a._M_re,a._M_im)); in powT()
|