HomeSort by relevance Sort by last modified time
    Searched refs:RemovalCallback (Results 1 - 12 of 12) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 74 /// If \p RemovalCallback is non-null. It will be called before MBB is
80 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
115 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 74 /// If \p RemovalCallback is non-null. It will be called before MBB is
80 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
115 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 74 /// If \p RemovalCallback is non-null. It will be called before MBB is
80 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
115 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 74 /// If \p RemovalCallback is non-null. It will be called before MBB is
80 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
115 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 74 /// If \p RemovalCallback is non-null. It will be called before MBB is
80 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
115 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 74 /// If \p RemovalCallback is non-null. It will be called before MBB is
80 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
115 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 74 /// If \p RemovalCallback is non-null. It will be called before MBB is
80 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
115 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 74 /// If \p RemovalCallback is non-null. It will be called before MBB is
80 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
115 llvm::function_ref<void(MachineBasicBlock *)> *RemovalCallback = nullptr);
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintRemoveSidecar.java 53 private FingerprintManager.RemovalCallback
54 mRemoveCallback = new FingerprintManager.RemovalCallback() {
  /frameworks/base/core/java/android/hardware/fingerprint/
FingerprintManager.java 202 private RemovalCallback mRemovalCallback;
410 * {@link #remove(Fingerprint, int, RemovalCallback)} for listening to fingerprint template
415 public static abstract class RemovalCallback {
651 public void remove(Fingerprint fp, int userId, RemovalCallback callback) {
    [all...]
  /external/libchrome/base/
callback_list_unittest.cc 306 TEST(CallbackList, RemovalCallback) {
  /packages/apps/Settings/src/com/android/settings/password/
ChooseLockGeneric.java 36 import android.hardware.fingerprint.FingerprintManager.RemovalCallback;
    [all...]

Completed in 341 milliseconds