HomeSort by relevance Sort by last modified time
    Searched defs:death (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
assert.cc 14 void death() { function
15 fprintf(stderr, "DEATH CALLBACK\n");
19 __sanitizer_set_death_callback(death);
23 // CHECK1: DEATH CALLBACK
ill.cc 17 void death() { function
18 fprintf(stderr, "DEATH CALLBACK\n");
22 __sanitizer_set_death_callback(death);
26 // CHECK1: DEATH CALLBACK
fpe.cc 17 void death() { function
18 fprintf(stderr, "DEATH CALLBACK\n");
22 __sanitizer_set_death_callback(death);
29 // CHECK1: DEATH CALLBACK
  /platform_testing/utils/crashcollector/src/android/test/crashcollector/
Collector.java 68 // recipient for activity manager death so that command can survive runtime restart
69 final IBinder.DeathRecipient death = new DeathRecipient() { local
88 // register death recipient for activity manager
89 am.linkToDeath(death, 0);
96 synchronized (death) {
99 Log.d(LOG_TAG, "Monitoring death of system server.");
100 death.wait();
  /external/replicaisland/src/com/replica/replicaisland/
NPCAnimationComponent.java 34 public static final int DEATH = 9;
100 case DEATH:
101 death(parentObject);
211 } else if (parentObject.getCurrentAction() == ActionType.DEATH) {
212 mCurrentAnimation = DEATH;
241 } else if (parentObject.getCurrentAction() == ActionType.DEATH) {
242 mCurrentAnimation = DEATH;
279 } else if (parentObject.getCurrentAction() == ActionType.DEATH) {
280 mCurrentAnimation = DEATH;
289 } else if (parentObject.getCurrentAction() == ActionType.DEATH) {
365 protected void death(GameObject parentObject) { method in class:NPCAnimationComponent
    [all...]
  /frameworks/native/cmds/servicemanager/
service_manager.c 139 struct binder_death death; member in struct:svcinfo
237 si->death.func = (void*) svcinfo_death;
238 si->death.ptr = si;
246 binder_link_to_death(bs, handle, &si->death);
binder.c 286 struct binder_death *death = (struct binder_death *)(uintptr_t) *(binder_uintptr_t *)ptr; local
288 death->func(bs, death->ptr);
322 void binder_link_to_death(struct binder_state *bs, uint32_t target, struct binder_death *death)
331 data.payload.cookie = (uintptr_t) death;
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
ZFileNotificationTest.java 283 IOException death[] = new IOException[1]; local
301 death[0] = e;
321 death[0] = e;
339 assertNull(death[0]);
347 IOException death[] = new IOException[1]; local
369 death[0] = e;
  /external/skia/tests/
MathTest.cpp 168 int death = 0; local
190 death += 1;
191 SkDebugf("death src:%d dst:%d a:%d result:%d float:%g\n",
197 SkDebugf("---- failed %d death %d\n", failed, death);
  /external/skqp/tests/
MathTest.cpp 168 int death = 0; local
190 death += 1;
191 SkDebugf("death src:%d dst:%d a:%d result:%d float:%g\n",
197 SkDebugf("---- failed %d death %d\n", failed, death);
  /frameworks/base/core/java/android/app/
LoadedApk.java 1672 public void death(ComponentName name, IBinder service) { method in class:ServiceDispatcher
1782 death(mName, mService); method
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 14877 final IBinder.DeathRecipient death = new DeathRecipient() { local
    [all...]
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/devtools/tools/lib/
guava-22.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.4.0-alpha1/
compiler-2.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.4.0-alpha3/
compiler-2.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.4.0-alpha5/
compiler-2.4.0-alpha5.jar 

Completed in 1261 milliseconds

1 2 3