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

1 23 4 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.h 81 virtual ~CExtractCallbackImp() { ProgressDialog.Destroy(); }
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderMode.h 42 static void Destroy();
BC_QRCoderVersion.h 47 static void Destroy();
  /external/webrtc/webrtc/base/
nethelpers.h 42 void Destroy(bool wait) override;
win32windowpicker_unittest.cc 37 visible_window_.Destroy();
38 invisible_window_.Destroy();
  /external/webrtc/webrtc/modules/audio_processing/
processing_component.h 43 virtual int Destroy();
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit.h 43 static void Destroy(VideoCaptureModule* module);
  /external/webrtc/webrtc/test/win/
d3d_renderer.h 40 void Destroy();
  /frameworks/compile/mclinker/lib/LD/
RelocData.cpp 36 void RelocData::Destroy(RelocData*& pSection) {
  /frameworks/wilhelm/tests/sandbox/
multithread.c 17 // Multiple threads create and destroy objects
61 (*myMixObject)->Destroy(myMixObject);
86 (*myPlayerObject)->Destroy(myPlayerObject);
190 (*mixObject)->Destroy(mixObject);
191 (*engineObject)->Destroy(engineObject);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.h 39 static void Destroy(HWCDisplay *hwc_display);
hwc_display_virtual.h 39 static void Destroy(HWCDisplay *hwc_display);
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_external.h 44 static void Destroy(HWCDisplay *hwc_display);
hwc_display_virtual.h 43 static void Destroy(HWCDisplay *hwc_display);
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_external.h 39 static void Destroy(HWCDisplay *hwc_display);
hwc_display_virtual.h 39 static void Destroy(HWCDisplay *hwc_display);
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display_external.h 44 static void Destroy(HWCDisplay *hwc_display);
hwc_display_virtual.h 43 static void Destroy(HWCDisplay *hwc_display);
  /system/connectivity/shill/
mock_ares.h 32 MOCK_METHOD1(Destroy, void(ares_channel channel));
shill_ares.h 34 virtual void Destroy(ares_channel channel);
  /system/core/include/binderwrapper/
binder_wrapper.h 48 static void Destroy();
  /external/libchrome/base/containers/
small_map.h 216 Destroy();
220 Destroy();
505 array_[i].Destroy();
508 map_.Destroy();
517 array_[i].Destroy();
521 array_[size_].Destroy();
598 array_[i].Destroy();
608 temp_array[i].Destroy();
625 void Destroy() {
628 array_[i].Destroy();
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2Contact.cpp 42 AddType(b2CircleContact::Create, b2CircleContact::Destroy, b2Shape::e_circle, b2Shape::e_circle);
43 AddType(b2PolygonAndCircleContact::Create, b2PolygonAndCircleContact::Destroy, b2Shape::e_polygon, b2Shape::e_circle);
44 AddType(b2PolygonContact::Create, b2PolygonContact::Destroy, b2Shape::e_polygon, b2Shape::e_polygon);
45 AddType(b2EdgeAndCircleContact::Create, b2EdgeAndCircleContact::Destroy, b2Shape::e_edge, b2Shape::e_circle);
46 AddType(b2EdgeAndPolygonContact::Create, b2EdgeAndPolygonContact::Destroy, b2Shape::e_edge, b2Shape::e_polygon);
47 AddType(b2ChainAndCircleContact::Create, b2ChainAndCircleContact::Destroy, b2Shape::e_chain, b2Shape::e_circle);
48 AddType(b2ChainAndPolygonContact::Create, b2ChainAndPolygonContact::Destroy, b2Shape::e_chain, b2Shape::e_polygon);
101 void b2Contact::Destroy(b2Contact* contact, b2BlockAllocator* allocator)
  /external/lzma/CPP/Windows/Control/
ImageList.h 43 bool Destroy() // DeleteImageList() in MFC
51 { Destroy(); }
  /external/webrtc/webrtc/voice_engine/
shared_data.cc 49 OutputMixer::Destroy(_outputMixerPtr);
50 TransmitMixer::Destroy(_transmitMixerPtr);

Completed in 1283 milliseconds

1 23 4 5 6 7 8 91011>>