HomeSort by relevance Sort by last modified time
    Searched defs:Panic (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/tests/
bench_load_library.cpp 20 static void Panic(const char* fmt, ...) {
22 fprintf(stderr, "PANIC: ");
78 Panic("Could not load library with dlopen(): %s\n", dlerror());
95 Panic("Could not open library: %s\n", crazy_context_get_error(context));
107 Panic("Could not open library: %s\n", crazy_context_get_error(context));
123 Panic("Could not open library: %s\n", crazy_context_get_error(context));
138 Panic("Could not open library: %s\n", crazy_context_get_error(context));
142 Panic("Could not create shared RELRO: %s\n",
test_util.h 35 inline void Panic(const char* fmt, ...) {
37 fprintf(stderr, "PANIC: ");
49 fprintf(stderr, "PANIC: ");
138 Panic("Could not create temporary directory name: %s\n", strerror(errno));
140 Panic("Could not create temporary directory %s: %s\n", strerror(errno));
147 Panic("Could not open directory %s: %s\n", strerror(errno));
156 Panic("Could not remove %s: %s\n", file_path.c_str(), strerror(errno));
161 Panic("Could not remove dir %s: %s\n", path_, strerror(errno));
185 Panic("Could not open file for reading: %s: %s\n", path, strerror(errno));
201 Panic("Could not read /proc/self/exe: %s\n", strerror(errno))
    [all...]
  /external/chromium_org/chrome/tools/convert_dict/
aff_reader.cc 49 void Panic(const char* fmt, ...) {
131 Panic("We don't support the IGNORE command yet. This would change how "
134 Panic("We don't support the COMPLEXPREFIXES command yet. This would "
263 Panic("Found 0 terms after slash in affix rule '%s', "
286 Panic("Cannot encode affix rule part '%s' to utf8.", part.c_str());
306 Panic("Cannot encode replacement rule '%s' to utf8.", rule->c_str());
311 Panic("Did not find a space in '%s'.", utf8rule.c_str());
332 Panic("Cannot encode command '%s' to utf8.", line.c_str());
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system_mock.cpp 22 void Panic(const char* msg, ...) {
24 fprintf(stderr, "PANIC: ");
137 Panic("No mock file system setup!");
142 Panic("Double mock file system activation!");
149 Panic("Double mock file system deactivation!");
266 Panic("Unsupported open mode (%d): %s", open_mode, path);
270 Panic("Missing mock file entry: %s", path);

Completed in 73 milliseconds