Searched defs:panic (Results 1 - 9 of 9) sorted by relevance

/ndk/tests/
H A Dcheck-release.sh25 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/device/test-cpufeatures/jni/
H A Dtest_android_setCpu_1.c6 static void panic(const char* msg) { function
23 panic("Cannot call android_setCpu() at program startup!");
32 panic("android_getCpuCount() didn't return expected value!");
35 panic("android_getCpuFeatures() didn't return expected value!");
40 panic("android_setCpu() could be called twice!");
H A Dtest_android_setCpu_2.c6 static void panic(const char* msg) { function
29 panic("android_setCpu() call should have failed!");
H A Dtest_android_setCpuArm_1.c10 static void panic(const char* msg) { function
28 panic("Cannot call android_setCpu() at program startup!");
38 panic("android_getCpuCount() didn't return expected value!");
41 panic("android_getCpuFeatures() didn't return expected value!");
44 panic("android_getCpuIdArm() didn't return expected value!");
49 panic("android_setCpuArm() could be called twice!");
54 panic("android_setCpu() could be called after android_setCpuArm()!");
/ndk/tests/standalone/
H A Drun.sh36 panic () { function
41 if [ $? != 0 ]; then panic "$@"; fi
86 panic "Unknown option '$opt'. See --help for list of valid ones."
250 panic "Please define PREFIX in your environment, or use --prefix=<prefix> option."
267 panic "Missing compiler, please fix your prefix definition: $GCC"
272 panic "Bad compiler path: ${PREFIX}gcc"
298 panic "Missing compiler, please fix your prefix definition: $CLANG"
313 panic "Missing linker in the same directory as clang/clang++: $CLANGDIR"
341 panic "Unknown target architecture '$CC_TARGET', please use --abi=<name> to manually specify ABI."
357 panic "Sysroo
[all...]
/ndk/build/tools/
H A Dbuild-mingw64-toolchain.sh39 panic () function
48 panic "$@"
186 -*) panic "Unknown option '$opt', see --help for list of valid ones.";;
187 *) panic "This script doesn't take any parameter, see --help for details.";;
223 panic "You should only use --cleanup with --package-dir=<path> !".
280 *) panic "Invalid --target parameter. Valid values are: x86_64 i686";;
320 *) panic "Unsupported host operating system!"
338 panic "Unknown archive type: $PKG_NAME"
360 panic "Unknown archive type: $PKG_NAME"
H A Dndk-common.sh193 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"
848 panic "Can't copy from non-directory: $SRCDIR"
867 panic "Cant' copy from non-directory: $SRCDIR"
892 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"
/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dutils.c66 panic(const char *str, ...) function
164 panic(_("couldn't open file %s: %s"), name, strerror(errno));
187 panic(_("couldn't attach to %s: %s"), name, strerror(errno));
228 panic(_("couldn't open temporary file %s: %s"), template, strerror(errno));
246 panic(ngettext("couldn't write %d item to %s: %s",
261 panic(_("read error on %s: %s"), utils_fp_name(stream), strerror(errno));
277 panic (_("read error on %s: %s"), utils_fp_name(stream), strerror(errno));
289 panic("couldn't flush %s: %s", utils_fp_name(stream), strerror(errno));
338 panic("couldn't close %s: %s", utils_fp_name(fp), strerror(errno));
343 /* Follow symlink and panic i
[all...]
/ndk/sources/host-tools/ndk-depends/
H A Dndk-depends.cc161 void panic(const TCHAR* fmt, ...) { function in namespace:__anon183
1027 panic(_T("INTERNAL: Library already in graph: %s"), libname.c_str());
1209 panic(_T("INTERNAL: Could not find minimum visited node!"));
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());

Completed in 237 milliseconds