Searched refs:Panic (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_dl_wrappers.cpp28 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!");
H A Dtest_load_library_depends.cpp28 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");
H A Dtest_constructors_destructors.cpp35 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(
H A Dtest_load_library.cpp27 Panic("Could not open library: %s\n", crazy_context_get_error(context));
34 Panic("Could not find 'Foo' in libfoo.so\n");
H A Dtest_jni_hooks.cpp32 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(
H A Dtest_relocated_shared_relro.cpp36 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");
H A Dtest_shared_relro.cpp45 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");
H A Dtest_two_shared_relros.cpp50 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");
H A Dtest_load_library_callbacks.cpp36 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");
H A Dbench_load_library.cpp20 static void Panic(const char* fmt, ...) { function
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",
H A Dtest_util.h35 inline void Panic(const char* fmt, ...) { function in namespace:__anon11507
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));
212 Panic("Current executable does not have directory root?: %s\n",
242 Panic("Wrot
[all...]
H A Dtest_search_path_list.cpp28 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/
H A Daff_reader.cc49 void Panic(const char* fmt, ...) { function in namespace:convert_dict::__anon5997
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/
H A Dcrazy_linker_system_mock.cpp22 void Panic(const char* msg, ...) { function in namespace:__anon11495
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);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.cpp16 User::Panic(b, aErr);
H A DSDL_main.cpp47 TInt Panic(TInt aErr, TInt aLine) function
51 User::Panic(b, aErr);
263 iAppThread.Panic(RThread().Name(), aReason);
268 iAppThread.Panic(aInfo, aReason);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp824 User::Panic(_L("damn"), e);
861 User::Panic(_L("damned"), e);
937 __ASSERT_DEBUG(screenMemory < (screenBuffer + Private->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight), User::Panic(_L("SDL"), KErrCorrupt));
938 __ASSERT_DEBUG(screenMemory >= screenBuffer, User::Panic(_L("SDL"), KErrCorrupt));
939 __ASSERT_DEBUG(bitmapLine < ((TUint16*)_this->screen->pixels + (_this->screen->w * _this->screen->h)), User::Panic(_L("SDL"), KErrCorrupt));
940 __ASSERT_DEBUG(bitmapLine >= (TUint16*)_this->screen->pixels, User::Panic(_L("SDL"), KErrCorrupt));
966 __ASSERT_DEBUG(screenMemoryLinePos < (screenBuffer + (Private->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight)), User::Panic(_L("SDL"), KErrCorrupt));
967 __ASSERT_DEBUG(screenMemoryLinePos >= screenBuffer, User::Panic(_L("SDL"), KErrCorrupt));
968 __ASSERT_DEBUG(bitmapPos < ((TUint8*)_this->screen->pixels + (_this->screen->w * _this->screen->h)), User::Panic(_L("SDL"), KErrCorrupt));
969 __ASSERT_DEBUG(bitmapPos >= (TUint8*)_this->screen->pixels, User::Panic(_
[all...]

Completed in 224 milliseconds