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

  /external/swiftshader/third_party/LLVM/include/llvm/
PassRegistry.h 77 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
79 void removeRegistrationListener(PassRegistrationListener *L);
  /external/llvm/include/llvm/
PassRegistry.h 89 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
91 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassRegistry.h 89 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
91 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/
PassRegistry.h 89 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
91 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/
PassRegistry.h 89 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
91 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/
PassRegistry.h 88 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
90 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/
PassRegistry.h 88 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
90 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/
PassRegistry.h 88 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
90 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/
PassRegistry.h 88 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
90 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassRegistry.h 89 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
91 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/
PassRegistry.h 89 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
91 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/
PassRegistry.h 89 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
91 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/
PassRegistry.h 88 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
90 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/
PassRegistry.h 88 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
90 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/
PassRegistry.h 88 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
90 void removeRegistrationListener(PassRegistrationListener *L);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/
PassRegistry.h 88 /// removeRegistrationListener - Unregister a PassRegistrationListener so that
90 void removeRegistrationListener(PassRegistrationListener *L);
  /frameworks/base/telephony/java/android/telephony/ims/compat/feature/
MMTelFeature.java 99 public void removeRegistrationListener(IImsRegistrationListener listener)
102 MMTelFeature.this.removeRegistrationListener(listener);
258 public void removeRegistrationListener(IImsRegistrationListener listener) {
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsMMTelFeature.aidl 43 void removeRegistrationListener(in IImsRegistrationListener listener);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
MmTelInterfaceAdapter.java 73 public void removeRegistrationListener(IImsRegistrationListener listener)
75 getInterface().removeRegistrationListener(listener);
ImsServiceInterfaceAdapter.java 72 public void removeRegistrationListener(IImsRegistrationListener listener)
MmTelFeatureCompatAdapter.java 435 mCompatFeature.removeRegistrationListener(mListener);
437 mCompatFeature.removeRegistrationListener(
  /external/llvm/lib/IR/
PassRegistry.cpp 121 void PassRegistry::removeRegistrationListener(PassRegistrationListener *L) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Pass.cpp 228 PassRegistry::getPassRegistry()->removeRegistrationListener(this);
PassRegistry.cpp 194 void PassRegistry::removeRegistrationListener(PassRegistrationListener *L) {
197 // NOTE: This is necessary, because removeRegistrationListener() can be called
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java     [all...]

Completed in 676 milliseconds