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

1 2 3 4 5 6 7 8 91011>>

  /art/test/063-process-manager/
expected.txt 6 child died
12 child died
  /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 179 * true, the process may have died while the call is returning.
248 * process has already died.
264 * died, meaning the method has been (or soon will be) called.
269 * was never registered, but the IBinder has already died, then this
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 134 throw new RuntimeException("Package manager has died", e);
145 throw new RuntimeException("Package manager has died", e);
154 throw new RuntimeException("Package manager has died", e);
213 throw new RuntimeException("Package manager has died", e);
228 throw new RuntimeException("Package manager has died", e);
243 throw new RuntimeException("Package manager has died", e);
258 throw new RuntimeException("Package manager has died", e);
273 throw new RuntimeException("Package manager has died", e);
284 throw new RuntimeException("Package manager has died", e);
301 throw new RuntimeException("Package manager has died", e)
    [all...]
  /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();
  /art/test/063-process-manager/src/
Main.java 22 System.out.println("child died");
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
signal_segv_handler.cc 10 // As the consequence JVM just silently died.
  /external/strace/tests/
detach-running.test 55 dump_log_and_fail_with 'tracee died after detach'
detach-sleeping.test 56 dump_log_and_fail_with 'tracee died after detach'
detach-stopped.test 71 dump_log_and_fail_with 'tracee died after detach'
  /frameworks/av/include/media/
IMediaDeathNotifier.h 32 virtual void died() = 0;
  /frameworks/av/services/audioflinger/
SchedulingPolicyService.cpp 54 ALOGW("SchedulingPolicyService died");
  /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.");
  /frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
KeyguardTestActivity.java 103 .setMessage("Oops! Keygued died")
115 // Log.v(TAG, "Remote service died trying to call onSystemReady");
237 Log.e(TAG, "Remote service died");
292 Log.e(TAG, "Remote service died");
304 Log.e(TAG, "Remote service died");
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_qclient.cpp 92 void QClient::MPDeathNotifier::died() { function in class:qClient::QClient::MPDeathNotifier
93 ALOGD_IF(QCLIENT_DEBUG, "Media Player died");
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_qclient.cpp 94 void QClient::MPDeathNotifier::died() { function in class:qClient::QClient::MPDeathNotifier
96 ALOGD_IF(QCLIENT_DEBUG, "Media Player died");
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseClient.java 32 // Associated application died.
  /external/valgrind/docs/internals/
howto_oprofile.txt 49 --dump" phase, complaining that the daemon died (or something like
  /external/valgrind/none/tests/
mmap_fcntl_bug.c 67 errx(1, "Child died with signal %i", WTERMSIG(status));
  /frameworks/base/core/java/android/hardware/camera2/utils/
CameraServiceBinderDecorator.java 43 // Can sometimes happen (camera service died)
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 98 Log.w(TAG, "Test service died, starting again");
344 Log.w(TAG, "Test service aleady died when terminating");
354 // Now that we know the test process has died, we can commence
356 // manager to know it has died as well (not a disaster if it hasn't
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_qclient.h 59 virtual void died();

Completed in 1102 milliseconds

1 2 3 4 5 6 7 8 91011>>