/ndk/tests/device/test-cpufeatures/jni/ |
D | test_android_setCpuArm_1.c | 10 static void panic(const char* msg) { in panic() function 28 panic("Cannot call android_setCpu() at program startup!"); in main() 38 panic("android_getCpuCount() didn't return expected value!"); in main() 41 panic("android_getCpuFeatures() didn't return expected value!"); in main() 44 panic("android_getCpuIdArm() didn't return expected value!"); in main() 49 panic("android_setCpuArm() could be called twice!"); in main() 54 panic("android_setCpu() could be called after android_setCpuArm()!"); in main()
|
D | test_android_setCpu_1.c | 6 static void panic(const char* msg) { in panic() function 23 panic("Cannot call android_setCpu() at program startup!"); in main() 32 panic("android_getCpuCount() didn't return expected value!"); in main() 35 panic("android_getCpuFeatures() didn't return expected value!"); in main() 40 panic("android_setCpu() could be called twice!"); in main()
|
D | test_android_setCpu_2.c | 6 static void panic(const char* msg) { in panic() function 29 panic("android_setCpu() call should have failed!"); in main()
|
/ndk/tests/ |
D | check-release.sh | 25 panic () { function 31 if [ $? != 0 ]; then panic "$@"; fi 53 panic "Unknown option '$opt'. See --help for list of valid ones." 59 panic "Only one parameter (ndk directory) is supported. See --help." 82 panic "You can't use --package=<file> and a directory path at the same time." 94 panic "Could not find uncompressed NDK directory. Please check your package file: $TMP_DIR" 97 … panic "Please specify an NDK installation directory, or use --package=<file> option. See --help."
|
/ndk/tests/standalone/ |
D | run.sh | 37 panic () { function 42 if [ $? != 0 ]; then panic "$@"; fi 87 panic "Unknown option '$opt'. See --help for list of valid ones." 251 panic "Please define PREFIX in your environment, or use --prefix=<prefix> option." 268 panic "Missing compiler, please fix your prefix definition: $GCC" 273 panic "Bad compiler path: ${PREFIX}gcc" 299 panic "Missing compiler, please fix your prefix definition: $CLANG" 314 panic "Missing linker in the same directory as clang/clang++: $CLANGDIR" 354 … panic "Unknown target architecture '$CC_TARGET', please use --abi=<name> to manually specify ABI." 370 panic "Sysroot directory does not exist: $SYSROOT" [all …]
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 66 panic(const char *str, ...) in panic() function 163 panic(_("couldn't open file %s: %s"), name, strerror(errno)); 186 panic(_("couldn't attach to %s: %s"), name, strerror(errno)); 227 panic(_("couldn't open temporary file %s: %s"), template, strerror(errno)); 245 panic(ngettext("couldn't write %d item to %s: %s", 260 panic(_("read error on %s: %s"), utils_fp_name(stream), strerror(errno)); 276 panic (_("read error on %s: %s"), utils_fp_name(stream), strerror(errno)); 288 panic("couldn't flush %s: %s", utils_fp_name(stream), strerror(errno)); 337 panic("couldn't close %s: %s", utils_fp_name(fp), strerror(errno)); 378 panic (_("couldn't follow symlink %s: %s"), buf, strerror(errno)); in follow_symlink() [all …]
|
D | utils.h | 23 void panic P_((const char *str, ...));
|
D | execute.c | 740 panic(_("couldn't edit %s: is a terminal"), input->in_file_name); 745 panic(_("couldn't edit %s: not a regular file"), input->in_file_name); 783 panic(_("couldn't open temporary file %s: %s"), input->out_file_name, strerror(errno)); 976 panic("INTERNAL ERROR: bad address type"); 1317 panic(_("error in subprocess")); 1319 panic(_("option `e' not supported")); 1497 panic(_("error in subprocess")); 1499 panic(_("`e' command not supported")); 1758 panic("INTERNAL ERROR: Bad cmd %c", cur_cmd->cmd); 1843 panic(_("no input files"));
|
D | compile.c | 257 panic("Called savchar() with unexpected pushback (%x)", 1665 panic(_("can't find label for jump to `%s'"), go->name);
|
/ndk/build/tools/ |
D | build-gdb-stub.sh | 42 panic "GDB executable $GDB_EXECUTABLE_PATH doesn't exist!" 46 panic "Python prefix dir $PYTHON_PREFIX_DIR doesn't exist!" 50 panic "Please specify an existing MinGW-w64 cross compiler with --mingw-w64-gcc=<program>"
|
D | build-host-python.sh | 80 panic "This script doesn't take parameters, only options. See --help" 84 panic "Please use --toolchain-src-dir=<path> to select toolchain source directory." 157 panic "Unknown archive type: $PKG_NAME" 176 panic "Unknown archive type: $PKG_NAME" 213 panic "Missing source directory: $PYTHON_SRCDIR" 239 panic "Missing configure script in $SRCDIR" 312 …panic "Installed qemu(s) ($(which qemu-$QEMU_HOST_ARCH 2>/dev/null) $(which qemu-$QEMU_HOST_ARCH-s…
|
D | build-cxx-stl.sh | 104 panic "Cannot set both LLVM_VERSION and GCC_VERSION. Make up your mind!" 123 panic "NDK directory does not exist: $NDK_DIR" 138 panic "Please use --stl=<name> to select a C++ runtime to rebuild." 160 panic "Invalid --stl value ('$CXX_STL'), please use one of: $CXX_STL_LIST." 189 panic "Unknown CXX_SUPPORT_LIB: $CXX_SUPPORT_LIB" 524 panic "Internal error: Unknown STL name '$CXX_STL'"
|
D | ndk-common.sh | 193 panic () function 762 panic "Cannot unpack archive with unknown extension: $ARCHIVE" 817 panic "Unsupported archive format: $ARCHIVE" 832 panic "Can't copy from non-directory: $SRCDIR" 851 panic "Can't move from non-directory: $SRCDIR" 867 panic "Can't copy from non-directory: $SRCDIR" 886 panic "Cant' copy from non-directory: $SRCDIR" 911 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"
|
D | build-host-gdb.sh | 83 panic "This script doesn't take parameters, only options. See --help" 87 panic "Please use --toolchain-src-dir=<path> to select toolchain source directory." 96 panic "Missing source directory: $GDB_SRCDIR" 180 panic "Missing configure script in $SRCDIR"
|
D | gen-toolchain-wrapper.sh | 98 panic "Empty program list, nothing to do!" 103 panic "Please provide a destination directory as a parameter! See --help for details."
|
D | build-mingw64-toolchain.sh | 31 panic () function 40 panic "$@" 303 *) panic "Invalid --target parameter. Valid values are: x86_64 i686";; 343 *) panic "Unsupported host operating system!" 361 panic "Unknown archive type: $PKG_NAME" 383 panic "Unknown archive type: $PKG_NAME"
|
D | common-build-host-funcs.sh | 605 *) panic "Sorry, this script only supports building windows binaries on Linux." 644 *) panic "Sorry, this script only supports building windows binaries on Linux." 661 …panic "Can't find a way to generate $BH_HOST_BITS binaries with this compiler: ${HOST_FULLPREFIX}g…
|
D | build-host-gcc.sh | 177 panic "Please use --toolchain-src-dir=<path> to select toolchain source directory." 193 panic "Invalid --default-ld name '$DEFAULT_LD', valid values are: bfd gold" 817 *) panic "Sorry, this script only supports building windows binaries on Linux." 837 … panic "Can't find a way to generate $HOST_BITS binaries with this compiler: ${HOST_FULLPREFIX}gcc" 978 *) panic "Unknown target toolchain architecture: $TARGET_ARCH"
|
/ndk/sources/host-tools/ndk-depends/ |
D | ndk-depends.cc | 161 void panic(const TCHAR* fmt, ...) { in panic() function 1027 panic(_T("INTERNAL: Library already in graph: %s"), libname.c_str()); in UpdateDependencies() 1209 panic(_T("INTERNAL: Could not find minimum visited node!")); in GetTopologicalSortedLibraries() 1324 panic(_T("Option -L requires an argument.")); 1341 panic(_T("Unsupported option '%s', see --help."), arg); 1354 panic(_T("Please provide the path of an ELF shared library or executable." 1373 panic(_T("Could not open file '%s': %s"), libfile_path, error.c_str());
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ChangeLog | 299 * sed/utils.c (panic): Remove declaration of unused local, "fd". 619 (panic): Unlink temporary files before exiting. 2666 STDC and traditional C approaches to panic(). 3070 * sed.c Change panic to compile with other __STDC__ compilers. 3081 (main) Don't panic if it a branch command doesn't have 3101 * sed.c: Remove excess newlines from calls to panic. 3106 (panic) [__STDC__]: Add missing ", ...".
|