HomeSort by relevance Sort by last modified time
    Searched refs:onDelete (Results 1 - 25 of 30) sorted by null

1 2

  /device/google/contexthub/firmware/os/inc/
simpleQ.h 27 typedef bool (*SimpleQueueForciblyDiscardCbkF)(void *data, bool onDelete); //return false to reject
  /packages/apps/DocumentsUI/src/com/android/documentsui/
SharedInputHandler.java 60 return onDelete();
96 private boolean onDelete() {
  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 40 * <code>onDelete()</code>, <code>onGet()</code>, and <code>onPut()</code>
180 * <code>onDelete()</code> will always return an
195 public int onDelete(HeaderSet request, HeaderSet reply) {
ServerSession.java 203 .onDelete(op.requestHeader, op.replyHeader));
  /packages/services/Car/car-support-lib/src/android/support/car/input/
CarRestrictedEditText.java 54 void onDelete();
146 mListener.onDelete();
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
WallpaperTileInfo.java 26 public void onDelete(WallpaperPickerActivity a) {}
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 567 final Activity activity, final Runnable onDelete) {
571 deleteImage(activity, onDelete, image);
582 final Runnable onDelete,
675 onDelete);
762 static void deletePhoto(Activity activity, Runnable onDelete) {
763 deleteImpl(activity, onDelete, true);
767 Activity activity, Runnable onDelete, IImage image) {
768 deleteImpl(activity, onDelete, ImageManager.isImage(image));
772 Activity activity, Runnable onDelete, boolean isImage) {
777 if (onDelete != null) onDelete.run()
    [all...]
  /external/llvm/unittests/IR/
ValueMapTest.cpp 191 static void onDelete(const ExtraData &Data, KeyT Old) {
245 static void onDelete(const ExtraData &Data, KeyT Old) {
277 static void onDelete(ExtraData Map, KeyT Old) {
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
ValueMapTest.cpp 192 static void onDelete(const ExtraData &Data, KeyT Old) {
245 static void onDelete(const ExtraData &Data, KeyT Old) {
277 static void onDelete(ExtraData Map, KeyT Old) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ValueMap.h 64 static void onDelete(const ExtraDataT &/*Data*/, KeyT /*Old*/) {}
68 /// and onDelete) and not inside other ValueMap methods. NULL means that no
215 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
  /external/llvm/include/llvm/IR/
ValueMap.h 69 static void onDelete(const ExtraDataT &/*Data*/, KeyT /*Old*/) {}
73 /// and onDelete) and not inside other ValueMap methods. NULL means that no
262 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 87 static void onDelete(JITResolverState *JRS, Function *F);
354 static void onDelete(JITEmitter *, const Function*);
477 void CallSiteValueMapConfig::onDelete(JITResolverState *JRS, Function *F) {
    [all...]
  /frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
MainActivity.java 76 public void onDelete(View v) {
  /packages/apps/Camera2/src/com/android/camera/app/
FilmstripBottomPanel.java 224 mListener.onDelete();
CameraAppUI.java 243 public void onDelete();
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
SavedWallpaperImages.java 52 public void onDelete(WallpaperPickerActivity a) {
WallpaperPickerActivity.java 531 info.onDelete(WallpaperPickerActivity.this);
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h 53 static void onDelete(ExecutionEngineState *EES, const GlobalValue *Old);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java 655 onDelete();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 548 public int onDelete(HeaderSet request, HeaderSet reply) {
  /device/google/contexthub/firmware/os/core/
hostIntf.c 632 static bool queueDiscard(void *data, bool onDelete)
638 if (sensor->curSamples - buffer->firstSample.numSamples >= sensor->minSamples || onDelete) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 288 public int onDelete(final HeaderSet request, final HeaderSet reply) {
289 if (D) Log.d(TAG, "onDelete(): not support PUT request.");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java 386 public void onDelete() {
    [all...]

Completed in 644 milliseconds

1 2