HomeSort by relevance Sort by last modified time
    Searched full:on_destroy (Results 1 - 11 of 11) sorted by null

  /external/pixman/test/
rotate-test.c 55 on_destroy (pixman_image_t *image, void *data) function
73 pixman_image_set_destroy_function (image, on_destroy, bytes);
alphamap.c 30 on_destroy (pixman_image_t *image, void *data) function
49 pixman_image_set_destroy_function (image, on_destroy, NULL);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchpadActivity.java 132 public static final String ON_DESTROY = "onDestroy";
176 DO_FINISH, ON_PAUSE, ON_STOP, ON_DESTROY});
181 DO_FINISH, ON_PAUSE, ON_STOP, ON_DESTROY});
185 DO_FINISH, ON_PAUSE, ON_STOP, ON_DESTROY});
189 setExpectedLifecycle(new String[]{ON_DESTROY});
191 setExpectedLifecycle(new String[]{ON_START, ON_STOP, ON_DESTROY});
196 ON_STOP, ON_DESTROY});
368 checkLifecycle(ON_DESTROY);
402 if (where.equals(ON_DESTROY)) {
  /external/chromium_org/remoting/host/setup/win/
host_configurer_window.cc 22 base::Closure on_destroy)
25 on_destroy_(on_destroy) {
host_configurer_window.h 38 base::Closure on_destroy);
  /packages/apps/InCallUI/src/com/android/incallui/
CallHandlerService.java 50 private static final int ON_DESTROY = 10;
52 private static final int LARGEST_MSG_ID = ON_DESTROY;
87 mMainHandler.sendMessage(mMainHandler.obtainMessage(ON_DESTROY));
302 case ON_DESTROY:
  /development/samples/training/basic/ActivityLifecycle/res/values/
strings.xml 25 <string name="on_destroy">onDestroy</string>
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
ActivityA.java 86 mStatusTracker.setStatus(mActivityName, getString(R.string.on_destroy));
ActivityB.java 86 mStatusTracker.setStatus(mActivityName, getString(R.string.on_destroy));
ActivityC.java 86 mStatusTracker.setStatus(mActivityName, getString(R.string.on_destroy));
  /cts/tests/src/android/app/cts/
LaunchpadActivity.java 127 // ON_STOP and ON_DESTROY are not tested because they may not be called.
178 // ON_STOP and ON_DESTROY are not tested because they may not be called.

Completed in 310 milliseconds