/dalvik/tests/063-process-manager/ |
expected.txt | 6 child died 12 child died
|
/frameworks/base/core/java/android/speech/tts/ |
TextToSpeech.java | 525 // TTS died; restart it. 531 // TTS died; restart it. 537 // TTS died; restart it. 572 // TTS died; restart it. 578 // TTS died; restart it. 584 // TTS died; restart it. 629 // TTS died; restart it. 635 // TTS died; restart it. 641 // TTS died; restart it. 676 // TTS died; restart it [all...] |
/frameworks/base/core/java/android/os/ |
BadParcelableException.java | 21 * The object you are calling has died, because its hosting process
|
DeadObjectException.java | 21 * The object you are calling has died, because its hosting process
|
IBinder.java | 139 * true, the process may have died while the call is returning. 198 * process has already died. 214 * died, meaning the method has been (or soon will be) called. 219 * was never registered, but the IBinder has already died, then this
|
RemoteCallbackList.java | 182 * @param callback The callback whose process has died. Note that, since 183 * its process has died, you can not make any calls on to this interface.
|
/frameworks/base/media/libmedia/ |
IMediaDeathNotifier.cpp | 79 LOGW("media server died"); 96 notifier->died();
|
/dalvik/tests/063-process-manager/src/ |
Main.java | 22 System.out.println("child died");
|
/external/kernel-headers/original/linux/ |
coda_fs_i.h | 45 #define C_DYING 0x4 /* from venus (which died) */
|
/frameworks/base/include/media/ |
IMediaDeathNotifier.h | 32 virtual void died() = 0;
|
/frameworks/base/core/java/android/app/ |
ContextImpl.java | [all...] |
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
ImageCapture.java | 170 output.write("mediaserver died. Test failed\n"); 209 //Check if the mediaserver died, if so, exit the test 211 mOut.write("\nmedia server died\n");
|
/external/dbus/tools/ |
run-with-tmp-session-bus.sh | 67 ## be sure it really died
|
/external/e2fsprogs/misc/ |
logsave.c | 142 sprintf(buffer, " died with exit status %d\n", rc); 148 sprintf(buffer, "died with signal %d\n",
|
/external/webkit/WebCore/dom/ |
ContainerNodeAlgorithms.h | 116 // We have to tell all children that their parent has died.
|
/frameworks/base/libs/camera/ |
Camera.cpp | 348 LOGW("ICamera died"); 356 LOGW("Camera server died!");
|
/frameworks/base/services/java/com/android/server/ |
SensorService.java | 84 if (localLOGV) Slog.d(TAG, "sensor listener died"); 89 // died and deactivate them.
|
/packages/apps/IM/src/com/android/im/app/ |
ImUrlActivity.java | 113 // Ouch! Service died! We'll just disappear. 170 // Ouch! Service died! We'll just disappear.
|
/system/core/libcutils/ |
mq.c | 346 * Checks whether a peer died recently. 377 LOGI("Peer %d died. errno: %s", peerProxy->credentials.pid, 380 LOGI("Peer %d died.", peerProxy->credentials.pid); 393 // Remember for awhile that the peer died. 598 * Returns NULL if an error occurs. Sets errno to EHOSTDOWN if the peer died [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 188 // can conclude. DIED means that the process died while executing the 193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; 473 set_outcome(DIED); 750 set_outcome(DIED); 788 // concluded: DIED, LIVED, or RETURNED. The death test fails 828 case DIED: 833 buffer << " Result: died but not with expected error.\n" 838 buffer << " Result: died but not with expected exit code:\n" [all...] |
/dalvik/vm/native/ |
dalvik_system_Zygote.c | 442 /* The zygote process checks whether the child process has died or not. */ 453 LOGE("System server process %d has died. Restarting Zygote!", pid);
|
/external/quake/quake/src/WinQuake/ |
net.h | 288 // returns -1 if the connection died 295 // returns -1 if the connection died
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethodManager.java | 342 Log.w(TAG, "IME died: " + mCurId, e); [all...] |
/system/core/toolbox/ |
schedtop.c | 182 printf(" %5u died\n", tid); 235 printf("%5u died\n", pid);
|
/frameworks/base/media/java/android/media/ |
AudioService.java | 665 Log.w(TAG, "setMode() client died"); 668 Log.w(TAG, "unregistered setMode() client died"); 739 // Client has died! [all...] |