/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 | 72 log () { function 76 log () { function 95 log "HOST_OS=$HOST_OS" 104 log "HOST_ARCH=$HOST_ARCH" 116 log "HOST_ARCH=$HOST_ARCH (32-bit userland detected)" 130 log "HOST_TAG=$HOST_TAG (no 64-bit prebuilt binaries detected)" 132 log "HOST_TAG=$HOST_TAG" 144 log "GNUMAKE=$GNUMAKE (from environment variable)" 158 log "GNUMAKE=$GNUMAKE (system path)" 160 log "GNUMAKE=$GNUMAKE (NDK prebuilt)" [all …]
|
/ndk/build/tools/ |
D | build-mingw64-toolchain.sh | 247 log "Generating Tiger-compatible binaries!" 249 log "Generating Leopard-compatible binaries!" 251 log "Generating Snow Leopard-compatible binaries!" 254 log "Generating $osx_version-compatible binaries!" 260 log "Cleaning up work directory..." 264 LOG_FILE=$TEMP_DIR/build.log 276 log "Target arch: $TARGET_TAG" 277 log "Target bits: $TARGET_BITS" 290 log "Host compiler generates 32-bit code: $PROBE_CC" 294 log "Host compiler generates 64-bit code: $PROBE_CC" [all …]
|
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-make.sh | 50 log "Auto-config: --out=$OUT" 60 log "Using sources from: $GNUMAKE_SRCDIR" 69 log "Copying sources to temporary directory: $TMP_SRCDIR" 81 log "Configuring the build" 90 log "Building make" 94 log "Copying executable to prebuilt location" 106 log "Cleaning up" 109 log "Done."
|
D | build-gabi++.sh | 72 log "Auto-config: --ndk-dir=$NDK_DIR" 136 log "Building $DSTDIR/libgabi++_static.a" 139 log "Building $DSTDIR/libgabi++_shared.so" 156 log "Packaging: $PACKAGE" 164 log "Cleaning up..." 167 log "Don't forget to cleanup: $BUILD_DIR" 170 log "Done!"
|
D | build-host-awk.sh | 52 log "Using sources from: $AWK_SRCDIR" 62 log "Configuring the build" 65 log "Building $HOST_TAG awk" 74 log "Copying executable to prebuilt location" 86 log "Cleaning up" 89 log "Done."
|
D | build-host-sed.sh | 52 log "Using sources from: $SED_SRCDIR" 58 log "Configuring the build" 67 log "Building sed" 71 log "Copying executable to prebuilt location" 83 log "Cleaning up" 86 log "Done."
|
D | build-stlport.sh | 72 log "Auto-config: --ndk-dir=$NDK_DIR" 177 log "Building $DSTDIR/libstlport_static.a" 180 log "Building $DSTDIR/libstlport_shared.so" 197 log "Packaging: $PACKAGE" 205 log "Cleaning up..." 208 log "Don't forget to cleanup: $BUILD_DIR" 211 log "Done!"
|
D | gen-platforms.sh | 166 log "Using source directory: $SRCDIR" 174 log "Using platforms: $PLATFORMS" 183 log "Using destination directory: $DSTDIR" 208 log "Using architectures: $(commas_to_spaces $ARCHS)" 210 log "Checking source platforms." 218 log " $DIR" 222 log "Checking source platform architectures." 231 log " $DIR" 245 log " $ARCH check: $CHECK" 268 log "Copying $3 from \$SRC/$1 to \$DST/$2." [all …]
|
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-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" 261 log "Cleaning up."
|
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 | gen-toolchain-wrapper.sh | 142 log "Generating: ${SRC_PREFIX}$PROG" 145 log "Generating toolchain wrappers in: $DST_DIR" 151 log "Done!"
|
D | build-ndk-stack.sh | 57 log "Auto-config: --build-dir=$BUILD_DIR" 66 log "Auto-config: --make=$GNUMAKE" 110 log "Done!"
|
D | dev-platform-compress.sh | 77 log "Copying directory: $SDIR --> $DDIR" 82 log "Compressing directory: $SDIR" 118 log "Done!"
|
D | download-toolchain-sources.sh | 96 log "Git seems to work ok." 107 log "Using target source directory: $SRC_DIR" 118 log "Creating temporary directory $TMPDIR" 150 log "cloning $GITPREFIX/$1.git" 165 log "Checking out $BRANCH branch of $NAME.git: $@" 172 …(printf "%-32s " "toolchain/$NAME.git"; git $GITOPTS log -1 --format=oneline $REVISION) >> $SOURCE…
|
D | build-host-toolbox.sh | 60 log "Auto-config: --ndk-dir=$NDK_DIR" 70 log "Auto-config: --build-dir=$BUILD_DIR" 120 log "Packaging : $ARCHIVE"
|
D | dev-system-import.sh | 113 log "Toolchain prefix: $TOOLCHAIN_PREFIX" 136 log "Target platform levels: $PLATFORMS" 168 log "Platform root (forced): $PLATFORM_ROOT" 177 log "Platform root: $PLATFORM_ROOT" 184 log "Android build tree root: $ANDROID_ROOT" 185 log "Android product out: $ANDROID_PRODUCT_OUT" 546 copy_system_headers $ANDROID_ROOT/system/core/include android/log.h
|
D | build-llvm.sh | 54 setup_default_log_file $BUILD_OUT/config.log 74 log "Using source directory: $SRC_DIR" 91 log "Using NDK directory: $NDK_DIR"
|
D | patch-sources.sh | 62 log "No patches files in $PATCHES_DIR" 69 log "Applying $PATCHNAME into $SRC_DIR/$PATCHDIR"
|
D | build-gnu-libstdc++.sh | 79 log "Auto-config: --ndk-dir=$NDK_DIR" 293 log "Cleaning up..." 296 log "Don't forget to cleanup: $BUILD_DIR" 299 log "Done!"
|
/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()
|
/ndk/build/core/ |
D | ndk-common.sh | 99 NDK_LOGFILE=/tmp/ndk-log-$$.txt 123 log () function 409 TMPL=/tmp/ndk-$USER/tmp/tests/test-$$.log 471 log "CC : compiler check ok ($CC)" 488 log "LD : linker check ok ($LD)" 510 log "CXX : C++ compiler check ok ($CXX)"
|