/external/libchrome/base/mac/ |
D | scoped_mach_port.cc | 14 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
|
D | scoped_launch_data.h | 19 static void Free(launch_data_t ldt) { launch_data_free(ldt); } in Free() function
|
D | scoped_cffiledescriptorref.h | 19 static void Free(CFFileDescriptorRef ref) { in Free() function
|
/external/ceres-solver/internal/ceres/ |
D | suitesparse.h | 259 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
|
D | cxsparse.h | 136 void Free(void*) {}; in Free() function
|
D | cxsparse.cc | 206 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/ |
D | scoped_gdi_object.h | 20 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/ |
D | MyBuffer.h | 23 void Free() in Free() function 128 void Free() in Free() function 164 void Free() in Free() function
|
/external/libchrome/base/files/ |
D | scoped_file.cc | 22 void ScopedFDCloseTraits::Free(int fd) { in Free() function in base::internal::ScopedFDCloseTraits
|
/external/lzma/CPP/Windows/ |
D | COM.h | 35 void Free() in Free() function
|
D | DLL.cpp | 16 bool CLibrary::Free() throw() in Free() function in NWindows::NDLL::CLibrary
|
D | Shell.cpp | 24 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/ |
D | OutBuffer.cpp | 22 void COutBuffer::Free() throw() in Free() function in COutBuffer
|
D | CWrappers.cpp | 138 void CByteInBufWrap::Free() throw() in Free() function in CByteInBufWrap 187 void CByteOutBufWrap::Free() throw() in Free() function in CByteOutBufWrap
|
D | StreamObjects.cpp | 68 void CByteDynBuffer::Free() throw() in Free() function in CByteDynBuffer 150 void CCachedInStream::Free() throw() in Free() function in CCachedInStream
|
D | InBuffer.cpp | 33 void CInBuffer::Free() throw() in Free() function in CInBuffer
|
/external/webrtc/webrtc/modules/video_coding/ |
D | encoded_frame.cc | 74 void VCMEncodedFrame::Free() { in Free() function in webrtc::VCMEncodedFrame
|
/external/v8/src/regexp/ |
D | regexp-stack.cc | 58 void RegExpStack::ThreadLocal::Free() { in Free() function in v8::internal::RegExpStack::ThreadLocal
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 88 sys::MemoryBlock Free; member
|
/external/v8/test/cctest/ |
D | cctest.cc | 146 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/ |
D | hello-world.cc | 21 virtual void Free(void* data, size_t) { free(data); } in Free() function in ArrayBufferAllocator
|
/external/pdfium/xfa/src/fgas/src/crt/ |
D | fx_memory.cpp | 141 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
|
D | fx_memory.h | 19 virtual void Free(void* pBlock) { FX_Free(pBlock); } in Free() function 43 virtual void Free(void* pBlock) {} in Free() function
|
/external/avahi/avahi-sharp/ |
D | Utility.cs | 83 public static void Free (IntPtr ptr) in Free() method in Avahi.Utility
|
/external/v8/test/unittests/ |
D | test-utils.cc | 23 virtual void Free(void* data, size_t) { free(data); } in Free() function in v8::ArrayBufferAllocator
|