HomeSort by relevance Sort by last modified time
    Searched refs:Destroy (Results 201 - 225 of 496) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webrtc/webrtc/base/
win32window.cc 66 void Win32Window::Destroy() {
  /external/webrtc/webrtc/modules/video_coding/include/
video_coding.h 78 static void Destroy(VideoCodingModule* module);
  /external/webrtc/webrtc/test/gl/
gl_renderer.cc 30 void GlRenderer::Destroy() {
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 102 static void Destroy(ELFSegment*& pSegment);
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 53 /// Destroy - destroy a relocation entry
54 void Relocation::Destroy(Relocation*& pRelocation) {
55 g_RelocationFactory->destroy(pRelocation);
  /frameworks/wilhelm/tests/examples/
slesTestEffectCapabilities.cpp 149 (*sl)->Destroy(sl);
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
display_virtual.cpp 56 HWInterface::Destroy(hw_intf_);
hw_interface.h 71 static DisplayError Destroy(HWInterface *intf);
display_primary.cpp 59 HWInterface::Destroy(hw_intf_);
79 HWInterface::Destroy(hw_intf_);
  /system/connectivity/apmanager/
main.cc 117 minijail->Destroy(jail);
  /system/connectivity/shill/
dns_client_unittest.cc 176 EXPECT_CALL(ares_, Destroy(kAresChannel));
348 EXPECT_CALL(ares_, Destroy(kAresChannel));
419 EXPECT_CALL(ares_, Destroy(kAresChannel));
435 EXPECT_CALL(ares_, Destroy(kAresChannel));
  /system/tpm/attestation/server/
main.cc 58 minijail->Destroy(jail);
  /system/tpm/trunks/
trunksd.cc 65 minijail->Destroy(jail);
  /system/webservd/webservd/
main.cc 154 minijail_instance->Destroy(jail);
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp 235 /* Destroy the player */
236 (*player)->Destroy(player);
238 /* Destroy Output Mix object */
239 (*OutputMix)->Destroy(OutputMix);
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 123 void Destroy();
250 i->Destroy();
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_mop.cc 84 t0.Destroy(m);
103 t0.Destroy(m);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2Contact.h 183 static void Destroy(b2Contact* contact, b2Shape::Type typeA, b2Shape::Type typeB, b2BlockAllocator* allocator);
184 static void Destroy(b2Contact* contact, b2BlockAllocator* allocator);
  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 73 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) {
250 ThisEntry->Destroy(HT.getAllocator());
  /external/lzma/CPP/Windows/Control/
Dialog.h 134 virtual void OnOK() { Destroy(); }
135 virtual void OnCancel() { Destroy(); }
  /external/webrtc/webrtc/test/mac/
video_renderer_mac.mm 107 GlRenderer::Destroy();
  /frameworks/wilhelm/tests/sandbox/
engine.c 126 printf("Destroy engine before realization\n");
127 (*engineObject)->Destroy(engineObject);
164 printf("Destroy engine\n");
165 (*engineObject)->Destroy(engineObject);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp 85 Destroy(hwc_display_external);
97 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) {
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_external.cpp 84 Destroy(hwc_display_external);
93 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) {
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_external.cpp 86 Destroy(hwc_display_external);
102 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) {

Completed in 1298 milliseconds

1 2 3 4 5 6 7 891011>>