/external/cronet/base/mac/ |
D | scoped_mach_port.cc | 13 void SendRightTraits::Free(mach_port_t port) { in Free() function in base::mac::internal::SendRightTraits 20 void ReceiveRightTraits::Free(mach_port_t port) { in Free() function in base::mac::internal::ReceiveRightTraits 28 void PortSetTraits::Free(mach_port_t port) { in Free() function in base::mac::internal::PortSetTraits
|
D | scoped_launch_data.h | 23 static void Free(launch_data_t ldt) { launch_data_free(ldt); } in Free() function
|
D | scoped_ionotificationportref.h | 18 static void Free(IONotificationPortRef object) { in Free() function
|
D | scoped_cffiledescriptorref.h | 18 static void Free(CFFileDescriptorRef ref) { in Free() function
|
/external/cronet/crypto/ |
D | scoped_capi_types.h | 23 static void Free(CAPIHandle handle) { in Free() function 37 static void Free(CAPIHandle handle) { in Free() function 62 static void Free(HCERTCHAINENGINE engine) { in Free() function
|
D | scoped_cng_types.h | 18 static void Free(T handle) { NCryptFreeObject(handle); } in Free() function
|
/external/cronet/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
|
D | scoped_devinfo.h | 17 static void Free(HDEVINFO h) { SetupDiDestroyDeviceInfoList(h); } in Free() function
|
/external/lzma/CPP/Common/ |
D | MyBuffer.h | 17 void Free() in Free() function 139 void Free() in Free() function 183 void Free() in Free() function
|
D | MyBuffer2.h | 21 void Free() { ::MidFree(_data); _data = NULL; _size = 0; } in Free() function 60 void Free() in Free() function
|
/external/libchrome/base/files/ |
D | scoped_file.cc | 23 void ScopedFDCloseTraits::Free(int fd) { in Free() function in base::internal::ScopedFDCloseTraits
|
/external/cronet/base/files/ |
D | scoped_file.cc | 23 void ScopedFDCloseTraits::Free(int fd) { in Free() function in base::internal::ScopedFDCloseTraits
|
/external/openthread/src/core/common/ |
D | heap.cpp | 48 void Free(void *aPointer) in Free() function
|
D | heap_allocatable.hpp | 121 void Free(void) in Free() function in ot::Heap::Allocatable
|
D | heap_string.cpp | 81 void String::Free(void) in Free() function in ot::Heap::String
|
/external/lzma/CPP/Windows/ |
D | COM.h | 35 void Free() in Free() function
|
/external/pdfium/fxjs/ |
D | cfx_v8_array_buffer_allocator.cpp | 45 void CFX_V8ArrayBufferAllocator::Free(void* data, size_t length) { in Free() function in CFX_V8ArrayBufferAllocator
|
/external/libbrillo/brillo/files/ |
D | scoped_dir.h | 25 static void Free(DIR* dir) { in Free() function
|
/external/perfetto/src/tracing/core/ |
D | id_allocator.h | 63 void Free(T id) { FreeGeneric(id); } in Free() function
|
/external/cronet/base/allocator/partition_allocator/ |
D | partition_alloc_perftest.cc | 89 void Free(void* data) override { free(data); } in Free() function in partition_alloc::internal::__anone7ad03770111::SystemAllocator 100 void Free(void* data) override { ThreadSafePartitionRoot::FreeNoHooks(data); } in Free() function in partition_alloc::internal::__anone7ad03770111::PartitionAllocator 131 void Free(void* data) override { allocator_.root()->Free(data); } in Free() function in partition_alloc::internal::__anone7ad03770111::PartitionAllocatorWithThreadCache 173 void Free(void* data) override { ThreadSafePartitionRoot::Free(data); } in Free() function in partition_alloc::internal::__anone7ad03770111::PartitionAllocatorWithAllocationStackTraceRecorder
|
/external/cronet/base/allocator/dispatcher/ |
D | dispatcher_unittest.cc | 103 void Free(void* data) { alloc_.Free(data); } in Free() function 131 void Free(void* data) { allocator_shim::UncheckedFree(data); } in Free() function
|
/external/cronet/base/ |
D | scoped_native_library.cc | 9 void NativeLibraryTraits::Free(NativeLibrary library) { in Free() function in base::NativeLibraryTraits
|
/external/lzma/CPP/7zip/Common/ |
D | CWrappers.cpp | 158 void CByteInBufWrap::Free() throw() in Free() function in CByteInBufWrap 207 void CByteOutBufWrap::Free() throw() in Free() function in CByteOutBufWrap
|
D | OutBuffer.cpp | 22 void COutBuffer::Free() throw() in Free() function in COutBuffer
|
/external/cronet/net/base/ |
D | network_interfaces_getifaddrs_android.cc | 43 static void Free(int f) { ::close(f); } in Free() function 49 static void Free(struct ifaddrs* ifaddrs) { Freeifaddrs(ifaddrs); } in Free() function
|