OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Panic
(Results
1 - 4
of
4
) sorted by null
/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/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.cpp
16
User::
Panic
(b, aErr);
SDL_main.cpp
47
TInt
Panic
(TInt aErr, TInt aLine)
51
User::
Panic
(b, aErr);
256
PANIC
(KErrNotSupported);
263
iAppThread.
Panic
(RThread().Name(), aReason);
268
iAppThread.
Panic
(aInfo, aReason);
384
PANIC
(KErrNotSupported);
404
__ASSERT_DEBUG(gEpocEnv != NULL,
PANIC
(KErrNotReady));
417
__ASSERT_DEBUG(gEpocEnv != NULL,
PANIC
(KErrNotReady));
424
__ASSERT_DEBUG(gEpocEnv != NULL,
PANIC
(KErrNotReady));
431
__ASSERT_DEBUG(gEpocEnv != NULL,
PANIC
(KErrNotReady))
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp
824
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));
[
all
...]
Completed in 2472 milliseconds