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

1 2 3 4 5 6 7 8 910

  /dalvik/tests/063-process-manager/
expected.txt 6 child died
12 child died
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 77 throw new RuntimeException("Package manager has died", e);
88 throw new RuntimeException("Package manager has died", e);
97 throw new RuntimeException("Package manager has died", e);
138 throw new RuntimeException("Package manager has died", e);
153 throw new RuntimeException("Package manager has died", e);
168 throw new RuntimeException("Package manager has died", e);
183 throw new RuntimeException("Package manager has died", e);
194 throw new RuntimeException("Package manager has died", e);
207 throw new RuntimeException("Package manager has died", e);
222 throw new RuntimeException("Package manager has died", e)
    [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 173 * true, the process may have died while the call is returning.
242 * process has already died.
258 * died, meaning the method has been (or soon will be) called.
263 * was never registered, but the IBinder has already died, then this
  /frameworks/base/core/java/android/nfc/tech/
BasicTagTechnology.java 89 throw new IOException("NFC service died");
112 throw new IOException("NFC service died");
155 throw new IOException("NFC service died");
  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 79 ALOGW("media server died");
96 notifier->died();
  /dalvik/tests/063-process-manager/src/
Main.java 22 System.out.println("child died");
  /external/chromium/chrome/browser/ui/views/tabs/
tab_renderer_data.h 30 // process died unexpectedly).
  /external/kernel-headers/original/linux/
coda_fs_i.h 45 #define C_DYING 0x4 /* from venus (which died) */
  /frameworks/av/include/media/
IMediaDeathNotifier.h 32 virtual void died() = 0;
  /packages/apps/Camera/src/com/android/camera/
CameraErrorCallback.java 32 throw new RuntimeException("Media server died.");
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraErrorCallback.java 31 throw new RuntimeException("Media server died.");
  /external/openssh/contrib/caldera/
sshd.init 41 # pid-file given but not present or no pid => died, but was not stopped
50 # no such process or exe does not match => stale pid-file or process died
  /external/valgrind/main/none/tests/
mmap_fcntl_bug.c 57 errx(1, "Child died with signal %i", WTERMSIG(status));
  /ndk/build/tools/toolchain-patches/gdb/
0004-ndk-Fix-MIPS-builds-on-Darwin.patch 32 to not think the process has died (so it can be debugged at the point of
  /frameworks/native/libs/gui/
SensorManager.cpp 81 ALOGW("sensorservice died [%p]", who.unsafe_get());
139 // SensorService just died.
140 ALOGE("createEventQueue: connection is NULL. SensorService died.");
  /external/dbus/tools/
run-with-tmp-session-bus.sh 73 ## be sure it really died
  /external/valgrind/main/docs/internals/
howto_oprofile.txt 49 --dump" phase, complaining that the daemon died (or something like
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 97 Log.w(TAG, "Test service died, starting again");
342 Log.w(TAG, "Test service aleady died when terminating");
352 // Now that we know the test process has died, we can commence
354 // manager to know it has died as well (not a disaster if it hasn't
  /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 211 sprintf(buffer, " died with exit status %d\n", rc);
217 sprintf(buffer, "died with signal %d\n",
  /external/chromium/chrome/browser/
process_singleton_win.cc 105 // It is possible that the process owning this window may have died by now.
125 // It is possible that the process owning this window may have died by now.
133 // It is possible that the process owning this window may have died by now.
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 370 Log.w(TAG, "IME died: " + mCurId, e);
    [all...]
  /external/valgrind/main/memcheck/tests/
addressable.c 148 printf("died with unexpected signal %d\n",

Completed in 737 milliseconds

1 2 3 4 5 6 7 8 910