/external/chromium_org/third_party/android_crazy_linker/src/tests/ |
D | test_util.h | 35 inline void Panic(const char* fmt, ...) { in Panic() function 138 Panic("Could not create temporary directory name: %s\n", strerror(errno)); in TempDirectory() 140 Panic("Could not create temporary directory %s: %s\n", strerror(errno)); in TempDirectory() 147 Panic("Could not open directory %s: %s\n", strerror(errno)); in ~TempDirectory() 156 Panic("Could not remove %s: %s\n", file_path.c_str(), strerror(errno)); in ~TempDirectory() 161 Panic("Could not remove dir %s: %s\n", path_, strerror(errno)); in ~TempDirectory() 185 Panic("Could not open file for reading: %s: %s\n", path, strerror(errno)); in Open() 201 Panic("Could not read /proc/self/exe: %s\n", strerror(errno)); in GetCurrentExecutable() 212 Panic("Current executable does not have directory root?: %s\n", in GetCurrentExecutableDirectory() 242 Panic("Wrote %d bytes instead of %d into %s\n", in CopyFile() [all …]
|
D | test_jni_hooks.cpp | 32 Panic("Could not open library: %s\n", crazy_context_get_error(context)); in main() 36 Panic("JNI_OnLoad() hook was not called! %s is %s\n", VARNAME, env); in main() 41 Panic("JNI_OnUnload() hook was not called! %s is %s\n", VARNAME, env); in main() 49 Panic("Could load the library with JNI_VERSION_1_6 > JNI_VERSION_1_2."); in main() 57 Panic("Could not load the library without a JavaVM handle !?\n"); in main() 61 Panic("JNI_OnLoad() was called, %s is %s (expected INIT)\n", VARNAME, env); in main() 66 Panic( in main()
|
D | test_shared_relro.cpp | 45 Panic("Could not create socket pair: %s", strerror(errno)); in main() 49 Panic("Could not fork test program!"); in main() 65 Panic("Could not find 'Foo' in library"); in main() 93 Panic("Child terminated by signal!!\n"); in main() 97 Panic("Child terminated with status=%d\n", child_status); in main() 99 Panic("Child exited for unknown reason!!\n"); in main()
|
D | test_relocated_shared_relro.cpp | 36 Panic("Could not create socket pair: %s", strerror(errno)); in main() 40 Panic("Could not fork test program!"); in main() 59 Panic("Could not find 'Foo' in library"); in main() 93 Panic("Child terminated by signal!!\n"); in main() 97 Panic("Child terminated with status=%d\n", child_status); in main() 99 Panic("Child exited for unknown reason!!\n"); in main()
|
D | bench_load_library.cpp | 20 static void Panic(const char* fmt, ...) { in Panic() function 78 Panic("Could not load library with dlopen(): %s\n", dlerror()); in main() 95 Panic("Could not open library: %s\n", crazy_context_get_error(context)); in main() 107 Panic("Could not open library: %s\n", crazy_context_get_error(context)); in main() 123 Panic("Could not open library: %s\n", crazy_context_get_error(context)); in main() 138 Panic("Could not open library: %s\n", crazy_context_get_error(context)); in main() 142 Panic("Could not create shared RELRO: %s\n", in main()
|
D | test_two_shared_relros.cpp | 50 Panic("Could not create socket pair: %s", strerror(errno)); in main() 54 Panic("Could not fork test program!"); in main() 74 Panic("Could not find 'Bar' in library"); in main() 107 Panic("Child terminated by signal!!\n"); in main() 111 Panic("Child terminated with status=%d\n", child_status); in main() 113 Panic("Child exited for unknown reason!!\n"); in main()
|
D | test_constructors_destructors.cpp | 35 Panic("Could not open library: %s\n", crazy_context_get_error(context)); in main() 40 Panic( in main() 47 Panic("Could not find 'Foo' in libfoo.so\n"); in main() 59 Panic( in main()
|
D | test_load_library_callbacks.cpp | 36 Panic("Post for delayed execution not invoked\n"); in CheckAndRunCallback() 65 Panic("Get callback poster error\n"); in main() 70 Panic("Could not open library: %s\n", crazy_context_get_error(context)); in main() 78 Panic("Could not find 'Foo' in libfoo.so\n"); in main()
|
D | test_dl_wrappers.cpp | 28 Panic("Could not open library: %s\n", crazy_context_get_error(context)); in main() 35 Panic("Could not find 'Zoo' in libzoo.so\n"); in main() 41 Panic("'Zoo' function failed!"); in main()
|
D | test_load_library_depends.cpp | 28 Panic("Could not open library: %s\n", crazy_context_get_error(context)); in main() 35 Panic("Could not find 'Bar' in libbar.so\n"); in main() 45 Panic("Could not find 'Foo' from libbar.so\n"); in main()
|
D | test_search_path_list.cpp | 28 Panic("Could load library %s, expected this not to be possible\n", in CheckLibraryCantLoad() 45 Panic("Could not open library %s: %s\n", crazy_context_get_error(context)); in CheckLibrary() 78 Panic("Found %d symbol failures in library %s\n", failures, library_name); in CheckLibrary()
|
D | test_load_library.cpp | 27 Panic("Could not open library: %s\n", crazy_context_get_error(context)); in main() 34 Panic("Could not find 'Foo' in libfoo.so\n"); in main()
|
/external/chromium_org/chrome/tools/convert_dict/ |
D | aff_reader.cc | 49 void Panic(const char* fmt, ...) { in Panic() function 131 Panic("We don't support the IGNORE command yet. This would change how " in Read() 134 Panic("We don't support the COMPLEXPREFIXES command yet. This would " in Read() 263 Panic("Found 0 terms after slash in affix rule '%s', " in AddAffix() 286 Panic("Cannot encode affix rule part '%s' to utf8.", part.c_str()); in AddAffix() 306 Panic("Cannot encode replacement rule '%s' to utf8.", rule->c_str()); in AddReplacement() 311 Panic("Did not find a space in '%s'.", utf8rule.c_str()); in AddReplacement() 332 Panic("Cannot encode command '%s' to utf8.", line.c_str()); in HandleEncodedCommand()
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
D | crazy_linker_system_mock.cpp | 22 void Panic(const char* msg, ...) { in Panic() function 137 Panic("No mock file system setup!"); in Check() 142 Panic("Double mock file system activation!"); in Activate() 149 Panic("Double mock file system deactivation!"); in Deactivate() 266 Panic("Unsupported open mode (%d): %s", open_mode, path); in NewMockFileHandle() 270 Panic("Missing mock file entry: %s", path); in NewMockFileHandle()
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
D | SDL_epocvideo.cpp | 937 …rivate->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight), User::Panic(_L("SDL"), KErrCor… in DirectDraw() 938 __ASSERT_DEBUG(screenMemory >= screenBuffer, User::Panic(_L("SDL"), KErrCorrupt)); in DirectDraw() 939 …16*)_this->screen->pixels + (_this->screen->w * _this->screen->h)), User::Panic(_L("SDL"), KErrCor… in DirectDraw() 940 …__ASSERT_DEBUG(bitmapLine >= (TUint16*)_this->screen->pixels, User::Panic(_L("SDL"), KErrCorrupt)… in DirectDraw() 966 …ivate->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight)), User::Panic(_L("SDL"), KErrCor… in DirectDraw() 967 __ASSERT_DEBUG(screenMemoryLinePos >= screenBuffer, User::Panic(_L("SDL"), KErrCorrupt)); in DirectDraw() 968 …t8*)_this->screen->pixels + (_this->screen->w * _this->screen->h)), User::Panic(_L("SDL"), KErrCor… in DirectDraw() 969 …__ASSERT_DEBUG(bitmapPos >= (TUint8*)_this->screen->pixels, User::Panic(_L("SDL"), KErrCorrupt)); … in DirectDraw() 988 …ivate->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight)), User::Panic(_L("SDL"), KErrCor… in DirectDraw() 989 …UG(screenMemoryLinePos >= reinterpret_cast<TUint32*>(screenBuffer), User::Panic(_L("SDL"), KErrCor… in DirectDraw() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
D | vectorbuffer.cpp | 16 User::Panic(b, aErr); in VectorPanic()
|
D | SDL_main.cpp | 47 TInt Panic(TInt aErr, TInt aLine) 51 User::Panic(b, aErr); 263 iAppThread.Panic(RThread().Name(), aReason); 268 iAppThread.Panic(aInfo, aReason);
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.OS2 | 71 - Alt+End simulates closing the window (can be used as a Panic key)
|
/external/antlr/antlr-3.4/ |
D | BUILD.txt | 489 Panic - cannot find en.stg message. If this happens to you, then just
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 339 Panic.
|