/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/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"
|
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 | ndk-common.sh | 200 panic () function 769 panic "Cannot unpack archive with unknown extension: $ARCHIVE" 824 panic "Unsupported archive format: $ARCHIVE" 839 panic "Can't copy from non-directory: $SRCDIR" 858 panic "Can't move from non-directory: $SRCDIR" 874 panic "Can't copy from non-directory: $SRCDIR" 893 panic "Cant' copy from non-directory: $SRCDIR" 918 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"
|
D | build-cxx-stl.sh | 96 panic "Cannot set both LLVM_VERSION and GCC_VERSION. Make up your mind!" 115 panic "NDK directory does not exist: $NDK_DIR" 130 panic "Please use --stl=<name> to select a C++ runtime to rebuild." 152 panic "Invalid --stl value ('$CXX_STL'), please use one of: $CXX_STL_LIST." 181 panic "Unknown CXX_SUPPORT_LIB: $CXX_SUPPORT_LIB" 488 panic "Internal error: Unknown STL name '$CXX_STL'"
|
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 | 541 *) panic "Sorry, this script only supports building windows binaries on Linux." 580 *) panic "Sorry, this script only supports building windows binaries on Linux." 597 …panic "Can't find a way to generate $BH_HOST_BITS binaries with this compiler: ${HOST_FULLPREFIX}g…
|
D | build-host-gcc.sh | 180 panic "Please use --toolchain-src-dir=<path> to select toolchain source directory." 196 panic "Invalid --default-ld name '$DEFAULT_LD', valid values are: bfd gold" 756 *) panic "Sorry, this script only supports building windows binaries on Linux." 776 … panic "Can't find a way to generate $HOST_BITS binaries with this compiler: ${HOST_FULLPREFIX}gcc" 917 *) panic "Unknown target toolchain architecture: $TARGET_ARCH"
|
/ndk/tests/build/issue64679-prctl/ |
D | build.sh | 40 … (mkdir -p "$PROJECT_DIR" && rm -rf "$PROJECT_DIR"/*) || panic "Can't create dir: $PROJECT_DIR"
|
/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());
|