Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 30) sorted by relevance

12

/ndk/build/tools/
Ddev-system-import.sh42 dump "WARNING: Could not extract default platform level from $BUILD_PROP!"
44 dump "Defaulting to $PLATFORM"
118 dump "ERROR: Missing required API/platform level. See --help for usage instructions."
228 dump "ERROR: Could not find valid output directory (e.g. \$NDK/../development/ndk)."
229 dump "Please use --out-dir=<path> to specify one!"
322 dump "Generating shell library for `basename $1` ($numfuncs functions + $numvars variables)"
338 dump "ERROR: Can't generate shell library for: $1"
339 dump "See the content of $TMPC for details."
348 dump "ERROR: mismatch in generated functions list"
352 dump "ERROR: mismatch in generated variables list"
[all …]
Dbuild-ccache.sh90 dump "Getting sources from $CCACHE_URL"
94 dump "Could not download $CCACHE_URL"
95 dump "Aborting."
101 dump "Could not unpack $CCACHE_PACKAGE in $BUILD_OUT"
108 dump "Could not build ccache in $BUILD_OUT"
114 dump "Could not copy ccache binary!"
118 dump "Done"
Dcommon-build-host-funcs.sh317 dump "$(bh_host_text) Using host gcc: $GCC $@"
319 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@"
336 dump "$(bh_host_text) Using host gcc: ${HOST_FULLPREFIX}gcc $@"
338 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@"
369 dump "Generating $2-compatible binaries."
498 dump "If you want to build Darwin binaries on a non-Darwin machine,"
499dump "Please define DARWIN_TOOLCHAIN to name it, and DARWIN_SYSROOT to point"
500 dump "to the SDK. For example:"
501 dump ""
502 dump " DARWIN_TOOLCHAIN=\"i686-apple-darwin11\""
[all …]
Ddev-platform-import.sh88 dump "ERROR: Missing path parameter to platform build, see --help for details"
99 dump "ERROR: Not a directory: $ANDROID_PRODUCT_OUT"
100 dump "Please point to a valid and complete Android build directory"
106 dump "ERROR: Missing file: $BUILD_PROP"
107 dump "Please point to a valid and complete Android build directory"
116 dump "ERROR: Could not extract CPU ABI from $BUILD_PROP"
117 dump "Please use --arch=<name> to override this. See --help"
123 dump "ERROR: Can't translate $CPU_ABI ABI into CPU architecture!"
133 dump "WARNING: Could not extract default platform level from $BUILD_PROP!"
134 dump "Please use --platform=<name> to override this. See --help"
[all …]
Dbuild-gdbserver.sh164 dump "ERROR: Missing directory: $LIBTHREAD_DB_DIR"
172 dump "ERROR: Could not compile libthread_db.c!"
180 dump "Configure: $TOOLCHAIN gdbserver-$GDBVER build with $PLATFORM"
206 dump "Could not configure gdbserver build. See $TMPLOG"
211 dump "Building : $TOOLCHAIN gdbserver."
215 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."
229 dump "Install : $TOOLCHAIN $DSTFILE."
236 dump "Could not install $DSTFILE. See $TMPLOG"
246 dump "Packaging: $ARCHIVE"
255 dump "Done."
Dmake-standalone-toolchain.sh126 dump "ERROR: No ABIS. Possibly unsupported NDK architecture $ARCH?"
157 dump "ERROR: Unsupported NDK architecture $ARCH!"
247 dump "Copying prebuilt binaries..."
307 dump "ERROR: Unsupported NDK architecture $ARCH!"
387 dump "Copying sysroot headers and libraries..."
426 dump "Copying c++ runtime headers and libraries (with $LIBCXX_SUPPORT_LIB)..."
428 dump "Copying c++ runtime headers and libraries..."
461 dump "ERROR: Unknown libc++ support lib: $LIBCXX_SUPPORT_LIB"
512 dump "ERROR: Unsupported STL: $STL"
523 dump "ERROR: ABI '$ABI' does not match ARCH '$ARCH'"
[all …]
Dgen-system-symbols.sh59 dump "ERROR: Missing first parameter (source directory path), see --help"
64 dump "ERROR: Missing second parameter (destination directory path), see --help"
69 dump "ERROR: Not a source directory: $SRCDIR"
Dbuild-gdb-stub.sh60 dump "GDB_TO_PYTHON_REL_DIR=$GDB_TO_PYTHON_REL_DIR"
61 dump "PYTHONHOME_REL_DIR=$PYTHONHOME_REL_DIR"
Dbuild-docs.sh110 dump "Done!"
112 dump "Done, see $OUT_DIR"
Dgen-platforms.sh382 dump "ERROR: $ARCH toolchain not installed: $CC"
383dump "Important: Use the --minimal flag to use this script without generated system shared librari…
384 dump "This is generally useful when you want to generate the host cross-toolchain programs."
424 dump "ERROR: Can't generate shared library for: $LIBRARY"
425 dump "See the content of $TMPC for details."
433 dump "ERROR: Can't copy shared library for: $LIBRARY"
434 dump "target location is: $DSTFILE"
526 dump "ERROR: Could not generate $CRTBRAND_S from $COMMON_SRC_DIR/crtbrand.c"
563 dump "ERROR: Could not generate $DST_FILE from $SRC_DIR/$SRC_FILE"
836 dump "Packaging $ARCHIVE"
Ddev-platform-expand-all.sh58 dump "Expanding files for android-$PLATFORM"
Dpatch-sources.sh87 dump "Done!"
Dndk-common.sh120 dump () function
177 dump "ERROR: $@"
184 dump "ERROR: $@"
192 dump "WARNING: $@"
/ndk/tests/standalone/
Drun.sh179 dump () { function
183 dump () { function
327 dump "Auto-detected target configuration: $CC_TARGET"
356 dump "Auto-config: --abi=$ABI"
393 dump "Auto-config: --sysroot=$SYSROOT"
461 dump "KO"
464 dump "ok"
470 dump "$COUNT/$COUNT tests passed. Success."
473 dump "$FAILURES tests failed out of $COUNT."
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dstatipattrules43 # TEST #3 -- PR/1670: don't core dump on invalid static pattern rules
53 # TEST #4 -- bug #12180: core dump on a stat pattern rule with an empty
/ndk/sources/host-tools/nawk-20071023/
Dbuild-awk.sh90 dump "Packaging: $ARCHIVE"
DFIXES60 fixed a bug in -d that caused core dump if no program followed.
75 core dump on linux with BEGIN {nextfile}, now fixed.
213 fixed subtle bug in format that could get core dump. thanks to
312 otherwise recurses until core dump. thanks to arnold
627 got rid of core dump with -d; awk -d just prints date.
888 setting FILENAME in BEGIN caused core dump, apparently
936 Very long printf strings caused core dump;
938 Can still get a core dump in printf itself.
/ndk/sources/host-tools/toolbox/
Dbuild-toolbox.sh119 dump "Packaging : $ARCHIVE"
/ndk/sources/host-tools/make-3.81/
Dbuild-make.sh106 dump "Packaging: $ARCHIVE"
/ndk/sources/host-tools/ndk-depends/
Dbuild-ndk-depends.sh125 dump "Packaging: $ARCHIVE"
/ndk/sources/host-tools/make-3.81/config/
Dconfig.rpath242 …aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *…
245 …aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0…
/ndk/sources/host-tools/ndk-stack/
Dbuild-ndk-stack.sh171 dump "Packaging: $ARCHIVE"
/ndk/build/core/
Dsetup-toolchain.mk226 $(call modules-dump-database)
/ndk/sources/cxx-stl/gnu-libstdc++/
Dbuild-gnu-libstdc++.sh475 dump "Packaging: $PACKAGE"
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0011-Fix-tests-for-Android.patch174 + // causes segfault on purpose to get stack dump
189 + // causes segfault on purpose to get stack dump

12