HomeSort by relevance Sort by last modified time
    Searched refs:Panic (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_dl_wrappers.cpp 28 Panic("Could not open library: %s\n", crazy_context_get_error(context));
35 Panic("Could not find 'Zoo' in libzoo.so\n");
41 Panic("'Zoo' function failed!");
test_load_library_depends.cpp 28 Panic("Could not open library: %s\n", crazy_context_get_error(context));
35 Panic("Could not find 'Bar' in libbar.so\n");
45 Panic("Could not find 'Foo' from libbar.so\n");
test_constructors_destructors.cpp 35 Panic("Could not open library: %s\n", crazy_context_get_error(context));
40 Panic(
47 Panic("Could not find 'Foo' in libfoo.so\n");
59 Panic(
test_jni_hooks.cpp 32 Panic("Could not open library: %s\n", crazy_context_get_error(context));
36 Panic("JNI_OnLoad() hook was not called! %s is %s\n", VARNAME, env);
41 Panic("JNI_OnUnload() hook was not called! %s is %s\n", VARNAME, env);
49 Panic("Could load the library with JNI_VERSION_1_6 > JNI_VERSION_1_2.");
57 Panic("Could not load the library without a JavaVM handle !?\n");
61 Panic("JNI_OnLoad() was called, %s is %s (expected INIT)\n", VARNAME, env);
66 Panic(
test_load_library.cpp 27 Panic("Could not open library: %s\n", crazy_context_get_error(context));
34 Panic("Could not find 'Foo' in libfoo.so\n");
test_relocated_shared_relro.cpp 36 Panic("Could not create socket pair: %s", strerror(errno));
40 Panic("Could not fork test program!");
59 Panic("Could not find 'Foo' in library");
93 Panic("Child terminated by signal!!\n");
97 Panic("Child terminated with status=%d\n", child_status);
99 Panic("Child exited for unknown reason!!\n");
test_shared_relro.cpp 45 Panic("Could not create socket pair: %s", strerror(errno));
49 Panic("Could not fork test program!");
65 Panic("Could not find 'Foo' in library");
93 Panic("Child terminated by signal!!\n");
97 Panic("Child terminated with status=%d\n", child_status);
99 Panic("Child exited for unknown reason!!\n");
test_two_shared_relros.cpp 50 Panic("Could not create socket pair: %s", strerror(errno));
54 Panic("Could not fork test program!");
74 Panic("Could not find 'Bar' in library");
107 Panic("Child terminated by signal!!\n");
111 Panic("Child terminated with status=%d\n", child_status);
113 Panic("Child exited for unknown reason!!\n");
test_load_library_callbacks.cpp 36 Panic("Post for delayed execution not invoked\n");
65 Panic("Get callback poster error\n");
70 Panic("Could not open library: %s\n", crazy_context_get_error(context));
78 Panic("Could not find 'Foo' in libfoo.so\n");
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...]
test_search_path_list.cpp 28 Panic("Could load library %s, expected this not to be possible\n",
45 Panic("Could not open library %s: %s\n", crazy_context_get_error(context));
78 Panic("Found %d symbol failures in library %s\n", failures, library_name);
  /ndk/sources/android/crazy_linker/tests/
test_dl_wrappers.cpp 28 Panic("Could not open library: %s\n", crazy_context_get_error(context));
35 Panic("Could not find 'Zoo' in libzoo.so\n");
41 Panic("'Zoo' function failed!");
test_load_library_depends.cpp 28 Panic("Could not open library: %s\n", crazy_context_get_error(context));
35 Panic("Could not find 'Bar' in libbar.so\n");
45 Panic("Could not find 'Foo' from libbar.so\n");
test_constructors_destructors.cpp 35 Panic("Could not open library: %s\n", crazy_context_get_error(context));
40 Panic(
47 Panic("Could not find 'Foo' in libfoo.so\n");
59 Panic(
test_jni_hooks.cpp 32 Panic("Could not open library: %s\n", crazy_context_get_error(context));
36 Panic("JNI_OnLoad() hook was not called! %s is %s\n", VARNAME, env);
41 Panic("JNI_OnUnload() hook was not called! %s is %s\n", VARNAME, env);
49 Panic("Could load the library with JNI_VERSION_1_6 > JNI_VERSION_1_2.");
57 Panic("Could not load the library without a JavaVM handle !?\n");
61 Panic("JNI_OnLoad() was called, %s is %s (expected INIT)\n", VARNAME, env);
66 Panic(
test_load_library.cpp 27 Panic("Could not open library: %s\n", crazy_context_get_error(context));
34 Panic("Could not find 'Foo' in libfoo.so\n");
test_relocated_shared_relro.cpp 36 Panic("Could not create socket pair: %s", strerror(errno));
40 Panic("Could not fork test program!");
59 Panic("Could not find 'Foo' in library");
93 Panic("Child terminated by signal!!\n");
97 Panic("Child terminated with status=%d\n", child_status);
99 Panic("Child exited for unknown reason!!\n");
test_shared_relro.cpp 45 Panic("Could not create socket pair: %s", strerror(errno));
49 Panic("Could not fork test program!");
65 Panic("Could not find 'Foo' in library");
93 Panic("Child terminated by signal!!\n");
97 Panic("Child terminated with status=%d\n", child_status);
99 Panic("Child exited for unknown reason!!\n");
test_two_shared_relros.cpp 50 Panic("Could not create socket pair: %s", strerror(errno));
54 Panic("Could not fork test program!");
74 Panic("Could not find 'Bar' in library");
107 Panic("Child terminated by signal!!\n");
111 Panic("Child terminated with status=%d\n", child_status);
113 Panic("Child exited for unknown reason!!\n");
test_load_library_callbacks.cpp 36 Panic("Post for delayed execution not invoked\n");
65 Panic("Get callback poster error\n");
70 Panic("Could not open library: %s\n", crazy_context_get_error(context));
78 Panic("Could not find 'Foo' in libfoo.so\n");
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...]
test_search_path_list.cpp 28 Panic("Could load library %s, expected this not to be possible\n",
45 Panic("Could not open library %s: %s\n", crazy_context_get_error(context));
78 Panic("Found %d symbol failures in library %s\n", failures, library_name);
  /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());

Completed in 156 milliseconds

1 2