HomeSort by relevance Sort by last modified time
    Searched full:died (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /dalvik/tests/063-process-manager/
expected.txt 6 child died
12 child died
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 532 // TTS died; restart it.
538 // TTS died; restart it.
544 // TTS died; restart it.
579 // TTS died; restart it.
585 // TTS died; restart it.
591 // TTS died; restart it.
636 // TTS died; restart it.
642 // TTS died; restart it.
648 // TTS died; restart it.
683 // 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/core/java/android/nfc/tech/
BasicTagTechnology.java 85 throw new IOException("NFC service died");
108 throw new IOException("NFC service died");
150 throw new IOException("NFC service died");
  /frameworks/base/media/libmedia/
IMediaDeathNotifier.cpp 79 LOGW("media server died");
96 notifier->died();
mediametadataretriever.cpp 162 LOGW("MediaMetadataRetriever server 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 172 output.write("mediaserver died. Test failed\n");
216 //Check if the mediaserver died, if so, exit the test
218 mOut.write("\nmedia server died\n");
  /external/dbus/tools/
run-with-tmp-session-bus.sh 67 ## be sure it really died
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 152 // can conclude. DIED means that the process died while executing the
157 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
331 outcome_ = DIED;
365 // concluded: DIED, LIVED, or RETURNED. The death test fails
403 case DIED:
408 buffer << " Result: died but not with expected error.\n"
413 buffer << " Result: died but not with expected exit code:\n"
  /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.
  /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...]
  /external/protobuf/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 };
385 set_outcome(DIED);
430 // concluded: DIED, LIVED, or RETURNED. The death test fails
466 case DIED:
472 buffer << " Result: died but not with expected error.\n"
477 buffer << " Result: died but not with expected exit code:\n"
    [all...]
  /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...]
  /frameworks/base/libs/camera/
Camera.cpp 369 LOGW("ICamera died");
377 LOGW("Camera server died!");
  /system/core/toolbox/
schedtop.c 182 printf(" %5u died\n", tid);
235 printf("%5u died\n", pid);

Completed in 406 milliseconds

1 2 3 4 5 6