HomeSort by relevance Sort by last modified time
    Searched refs:Destroy (Results 76 - 100 of 427) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libbrillo/brillo/minijail/
mock_minijail.h 23 MOCK_METHOD1(Destroy, void(struct minijail*));
  /external/llvm/include/llvm/Support/
StringPool.h 107 S->Destroy();
  /external/lzma/CPP/Windows/Control/
Window2.h 36 virtual void OnClose() { Destroy(); }
  /external/pdfium/core/include/fxge/
fpf.h 17 virtual void Destroy() = 0;
  /external/pdfium/core/src/fpdfapi/
fpdf_basic_module.cpp 28 void CPDF_ModuleMgr::Destroy() {
  /external/pdfium/core/src/fxge/ge/
fx_ge.cpp 39 void CFX_GEModule::Destroy() {
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderErrorCorrectionLevel.cpp 74 void CBC_QRCoderErrorCorrectionLevel::Destroy() {
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_localemgr.h 52 static void Destroy();
  /external/webrtc/webrtc/base/
signalthread.h 25 // Normal: Wait for SignalWorkDone, and then call Release to destroy.
56 void Destroy(bool wait);
  /external/webrtc/webrtc/test/channel_transport/
channel_transport.cc 46 UdpTransport::Destroy(socket_transport_);
  /external/webrtc/webrtc/voice_engine/
transmit_mixer_unittest.cc 54 TransmitMixer::Destroy(tm);
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 65 /// Destroy - destroy a relocation entry
66 static void Destroy(Relocation*& pRelocation);
  /frameworks/compile/mclinker/lib/LD/
LDSymbol.cpp 57 void LDSymbol::Destroy(LDSymbol*& pSymbol) {
  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayUri2.cpp 240 /* Destroy the players */
241 (*player)->Destroy(player);
242 (*player2)->Destroy(player2);
244 /* Destroy Output Mix object */
245 (*outputMix)->Destroy(outputMix);
285 (*sl)->Destroy(sl);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_virtual.cpp 53 DisplayError HWVirtual::Destroy(HWInterface *intf) {
  /system/connectivity/shill/
shill_ares.cc 33 void Ares::Destroy(ares_channel channel) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 314 LLVMMemoryManagerDestroyCallback Destroy;
348 assert(Functions.Destroy &&
349 "No Destroy function provided!");
353 Functions.Destroy(Opaque);
391 LLVMMemoryManagerDestroyCallback Destroy) {
394 !Destroy)
401 functions.Destroy = Destroy;
  /external/llvm/include/llvm/ADT/
StringMap.h 195 /// Destroy - Destroy this StringMapEntry, releasing memory back to the
198 void Destroy(AllocatorTy &Allocator) {
206 /// Destroy this object, releasing memory back to the malloc allocator.
207 void Destroy() {
209 Destroy(A);
357 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
375 V.Destroy(Allocator);
393 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
  /frameworks/wilhelm/tests/sandbox/
dim.c 149 // destroy output mix
150 (*outputMixObject)->Destroy(outputMixObject);
152 // destroy engine
153 (*engineObject)->Destroy(engineObject);
  /hardware/qcom/display/msm8996/sdm/libs/core/
core_impl.cpp 114 HWInfoInterface::Destroy(hw_info_intf_);
139 HWInfoInterface::Destroy(hw_info_intf_);
display_virtual.cpp 57 HWVirtual::Destroy(hw_intf_);
67 HWVirtual::Destroy(hw_intf_);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp 64 Destroy(hwc_display_external);
73 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) {
  /art/compiler/utils/
dedupe_set_test.cc 49 void Destroy(const std::vector<uint8_t>* key) {
  /external/clang/lib/Rewrite/
DeltaTree.cpp 115 void Destroy();
126 Children[i]->Destroy();
155 /// Destroy - A 'virtual' destructor.
156 void DeltaTreeNode::Destroy() {
398 getRoot(Root)->Destroy();
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_bench.cc 104 ScopedThread().Destroy(m);

Completed in 6019 milliseconds

1 2 34 5 6 7 8 91011>>