Home
last modified time | relevance | path

Searched defs:Free (Results 1 – 25 of 67) sorted by relevance

123

/external/libchrome/base/mac/
Dscoped_mach_port.cc14 void SendRightTraits::Free(mach_port_t port) { in Free() function in base::mac::internal::SendRightTraits
21 void ReceiveRightTraits::Free(mach_port_t port) { in Free() function in base::mac::internal::ReceiveRightTraits
29 void PortSetTraits::Free(mach_port_t port) { in Free() function in base::mac::internal::PortSetTraits
Dscoped_launch_data.h19 static void Free(launch_data_t ldt) { launch_data_free(ldt); } in Free() function
Dscoped_cffiledescriptorref.h19 static void Free(CFFileDescriptorRef ref) { in Free() function
/external/ceres-solver/internal/ceres/
Dsuitesparse.h259 void Free(cholmod_sparse* m) { cholmod_free_sparse(&m, &cc_); } in Free() function
260 void Free(cholmod_dense* m) { cholmod_free_dense(&m, &cc_); } in Free() function
261 void Free(cholmod_factor* m) { cholmod_free_factor(&m, &cc_); } in Free() function
301 void Free(void*) {}; in Free() function
Dcxsparse.h136 void Free(void*) {}; in Free() function
Dcxsparse.cc206 void CXSparse::Free(cs_di* sparse_matrix) { in Free() function in ceres::internal::CXSparse
210 void CXSparse::Free(cs_dis* symbolic_factorization) { in Free() function in ceres::internal::CXSparse
/external/libchrome/base/win/
Dscoped_gdi_object.h20 static void Free(T object) { DeleteObject(object); } in Free() function
26 void inline ScopedGDIObjectTraits<HICON>::Free(HICON icon) { in Free() function
/external/lzma/CPP/Common/
DMyBuffer.h23 void Free() in Free() function
128 void Free() in Free() function
164 void Free() in Free() function
/external/libchrome/base/files/
Dscoped_file.cc22 void ScopedFDCloseTraits::Free(int fd) { in Free() function in base::internal::ScopedFDCloseTraits
/external/lzma/CPP/Windows/
DCOM.h35 void Free() in Free() function
DDLL.cpp16 bool CLibrary::Free() throw() in Free() function in NWindows::NDLL::CLibrary
DShell.cpp24 void CItemIDList::Free() in Free() function in NWindows::NShell::CItemIDList
78 void CDrop::Free() in Free() function in NWindows::NShell::CDrop
/external/lzma/CPP/7zip/Common/
DOutBuffer.cpp22 void COutBuffer::Free() throw() in Free() function in COutBuffer
DCWrappers.cpp138 void CByteInBufWrap::Free() throw() in Free() function in CByteInBufWrap
187 void CByteOutBufWrap::Free() throw() in Free() function in CByteOutBufWrap
DStreamObjects.cpp68 void CByteDynBuffer::Free() throw() in Free() function in CByteDynBuffer
150 void CCachedInStream::Free() throw() in Free() function in CCachedInStream
DInBuffer.cpp33 void CInBuffer::Free() throw() in Free() function in CInBuffer
/external/webrtc/webrtc/modules/video_coding/
Dencoded_frame.cc74 void VCMEncodedFrame::Free() { in Free() function in webrtc::VCMEncodedFrame
/external/v8/src/regexp/
Dregexp-stack.cc58 void RegExpStack::ThreadLocal::Free() { in Free() function in v8::internal::RegExpStack::ThreadLocal
/external/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h88 sys::MemoryBlock Free; member
/external/v8/test/cctest/
Dcctest.cc146 virtual void Free(void* data, size_t length) { free(data); } in Free() function in CcTestArrayBufferAllocator
148 virtual void Free(void* data) { UNREACHABLE(); } in Free() function in CcTestArrayBufferAllocator
/external/v8/samples/
Dhello-world.cc21 virtual void Free(void* data, size_t) { free(data); } in Free() function in ArrayBufferAllocator
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_memory.cpp141 void CFX_FixedStore::Free(void* pBlock) { in Free() function in CFX_FixedStore
265 void CFX_DynamicStore::Free(void* pBlock) { in Free() function in CFX_DynamicStore
Dfx_memory.h19 virtual void Free(void* pBlock) { FX_Free(pBlock); } in Free() function
43 virtual void Free(void* pBlock) {} in Free() function
/external/avahi/avahi-sharp/
DUtility.cs83 public static void Free (IntPtr ptr) in Free() method in Avahi.Utility
/external/v8/test/unittests/
Dtest-utils.cc23 virtual void Free(void* data, size_t) { free(data); } in Free() function in v8::ArrayBufferAllocator

123