HomeSort by relevance Sort by last modified time
    Searched defs:Destroy (Results 1 - 25 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/AST/
RecordLayout.cpp 20 void ASTRecordLayout::Destroy(ASTContext &Ctx) {
  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 58 void DelayedDiagnostic::Destroy() {
  /hardware/qcom/display/msm8998/sdm/libs/core/
hw_info_interface.cpp 54 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) {
hw_events_interface.cpp 66 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) {
hw_interface.cpp 93 DisplayError HWInterface::Destroy(HWInterface *intf) {
  /hardware/qcom/display/sdm845/sdm/libs/core/
hw_info_interface.cpp 54 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) {
hw_events_interface.cpp 66 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) {
hw_interface.cpp 96 DisplayError HWInterface::Destroy(HWInterface *intf) {
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
ringbuffer.h 43 Destroy();
56 void Destroy()
  /external/pdfium/core/fxge/android/
cfpf_skiadevicemodule.cpp 27 void CFPF_SkiaDeviceModule::Destroy() {
  /system/core/libbinderwrapper/
binder_wrapper.cc 30 CHECK(!instance_) << "Already initialized; missing call to Destroy()?";
36 CHECK(!instance_) << "Already initialized; missing call to Destroy()?";
41 void BinderWrapper::Destroy() {
  /external/compiler-rt/test/tsan/
mutex_annotations.cc 17 void Destroy() {
41 m.Destroy();
  /external/pdfium/core/fxge/ge/
cfx_gemodule.cpp 41 void CFX_GEModule::Destroy() {
  /external/pdfium/fpdfsdk/javascript/
JS_Runtime_Stub.cpp 163 void IJS_Runtime::Destroy() {}
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_wrapper_unittest.cc 38 void Destroy() {
  /external/webrtc/webrtc/test/gl/
gl_renderer.cc 30 void GlRenderer::Destroy() {
  /frameworks/compile/mclinker/lib/LD/
SectionData.cpp 37 void SectionData::Destroy(SectionData*& pSection) {
  /art/compiler/utils/
dedupe_set_test.cc 49 void Destroy(const std::vector<uint8_t>* key) {
  /cts/tests/tests/media/libndkaudio/src/com/android/ndkaudio/
AudioPlayer.java 26 public native void Destroy();
AudioRecorder.java 26 public native void Destroy();
  /external/libchrome/base/memory/
manual_constructor.h 9 // destroy an object multiple times but only allocate it once.
65 inline void Destroy() {
  /external/pdfium/core/fpdfapi/
cpdf_modulemgr.cpp 27 void CPDF_ModuleMgr::Destroy() {
  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderErrorCorrectionLevel.cpp 67 void CBC_QRCoderErrorCorrectionLevel::Destroy() {
  /external/webrtc/webrtc/base/
nethelpers.cc 89 void AsyncResolver::Destroy(bool wait) {
90 SignalThread::Destroy(wait);
signalthread.cc 54 void SignalThread::Destroy(bool wait) {
85 // if (kInit == state_) use Destroy()

Completed in 1264 milliseconds

1 2 3 4 5 6 7 8 91011>>