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

<<11121314151617181920

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffapp.cpp 111 IXFA_TimeZoneProvider::Destroy();
  /external/v8/src/
global-handles.h 118 // Creates a new global handle that is alive until Destroy is called.
124 // Destroy a global handle.
125 static void Destroy(Object** location);
i18n.cc 773 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
836 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
895 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
video_coding_robustness_unittest.cc 50 virtual void TearDown() { VideoCodingModule::Destroy(vcm_); }
  /external/webrtc/webrtc/test/channel_transport/
udp_transport.h 142 static void Destroy(UdpTransport* module);
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 171 static void Destroy(EhFrame*& pSection);
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 250 void ResolveInfo::Destroy(ResolveInfo*& pInfo) {
  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 296 (*xa)->Destroy(xa);
  /frameworks/wilhelm/tests/sandbox/
object.c 178 // destroy engine
179 (*engineObject)->Destroy(engineObject);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_events.cpp 69 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) {
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_events.cpp 69 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) {
  /external/webrtc/webrtc/p2p/base/
port.cc 626 Destroy();
657 void Port::Destroy() {
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 181 HWCDisplayPrimary::Destroy(hwc_display_[HWC_DISPLAY_PRIMARY]);
191 HWCDisplayPrimary::Destroy(hwc_display_[HWC_DISPLAY_PRIMARY]);
663 HWCDisplayExternal::Destroy(hwc_display_[disp]);
665 HWCDisplayVirtual::Destroy(hwc_display_[disp]);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_session.cpp 181 HWCDisplayPrimary::Destroy(hwc_display_[HWC_DISPLAY_PRIMARY]);
191 HWCDisplayPrimary::Destroy(hwc_display_[HWC_DISPLAY_PRIMARY]);
658 HWCDisplayExternal::Destroy(hwc_display_[disp]);
660 HWCDisplayVirtual::Destroy(hwc_display_[disp]);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 132 HWCDisplayPrimary::Destroy(hwc_display_[HWC_DISPLAY_PRIMARY]);
142 HWCDisplayPrimary::Destroy(hwc_display_[HWC_DISPLAY_PRIMARY]);
266 HWCDisplayVirtual::Destroy(hwc_session->hwc_display_[display]);
732 HWCDisplayExternal::Destroy(hwc_display_[disp]);
734 HWCDisplayVirtual::Destroy(hwc_display_[disp]);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_session.cpp 132 HWCDisplayPrimary::Destroy(hwc_display_[HWC_DISPLAY_PRIMARY]);
142 HWCDisplayPrimary::Destroy(hwc_display_[HWC_DISPLAY_PRIMARY]);
264 HWCDisplayVirtual::Destroy(hwc_session->hwc_display_[display]);
730 HWCDisplayExternal::Destroy(hwc_display_[disp]);
732 HWCDisplayVirtual::Destroy(hwc_display_[disp]);
    [all...]
  /cts/tests/tests/media/libaudiojni/
audio-track-native.cpp 193 // destroy without lock
195 (*playerObj)->Destroy(playerObj);
198 (*outputMixObj)->Destroy(outputMixObj);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 482 void Destroy() {
549 ~InternalMmapVector() { InternalMmapVectorNoCtor<T>::Destroy(); }
  /external/autotest/server/
kvm.py 90 Destroy a KVM object.
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 66 void FakeStack::Destroy(int tid) {
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Fixture.cpp 69 void b2Fixture::Destroy(b2BlockAllocator* allocator)
141 // Destroy proxies in the broad-phase.
b2World.cpp 79 f->Destroy(&m_blockAllocator);
164 m_contactManager.Destroy(ce0->contact);
181 f0->Destroy(&m_blockAllocator);
344 b2Joint::Destroy(j, &m_blockAllocator);
  /external/lzma/CPP/Windows/
Window.h 122 bool Destroy()
  /external/pdfium/fpdfsdk/src/javascript/
JS_Context.cpp 70 m_pEventHandler->Destroy();
  /external/regex-re2/re2/
regexp.h 439 void Destroy();

Completed in 479 milliseconds

<<11121314151617181920