Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestFree.cpp74 TEST(Free, Null) { in TEST() argument
83 TEST(Free, UnfinishedModel) { in TEST() argument
88 TEST(Free, UnfinishedCompilation) { in TEST() argument
98 TEST(Free, UnfinishedCompilationForDevices) { in TEST() argument
112 TEST(Free, UnscheduledExecution) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/internal/typeparams/
Dfree.go18 type Free struct { struct
19 seen map[types.Type]bool
23 func (w *Free) Has(typ types.Type) (res bool) {
/aosp_15_r20/external/cronet/base/apple/
H A Dscoped_mach_port.cc13 void SendRightTraits::Free(mach_port_t port) { in Free() function in base::apple::internal::SendRightTraits
20 void ReceiveRightTraits::Free(mach_port_t port) { in Free() function in base::apple::internal::ReceiveRightTraits
28 void PortSetTraits::Free(mach_port_t port) { in Free() function in base::apple::internal::PortSetTraits
/aosp_15_r20/external/cronet/crypto/
H A Dscoped_capi_types.h23 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
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyBuffer.h20 void Free() in Free() function
172 void Free() in Free() function
221 void Free() in Free() function
H A DMyBuffer2.h21 void Free() { ::MidFree(_data); _data = NULL; _size = 0; } in Free() function
109 void Free() in Free() function
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_perftest.cc91 void Free(void* data) override { free(data); } in Free() function in partition_alloc::internal::__anone46897d20111::SystemAllocator
102 void Free(void* data) override { in Free() function in partition_alloc::internal::__anone46897d20111::PartitionAllocator
130 void Free(void* data) override { in Free() function in partition_alloc::internal::__anone46897d20111::PartitionAllocatorWithThreadCache
169 void Free(void* data) override { in Free() function in partition_alloc::internal::__anone46897d20111::PartitionAllocatorWithAllocationStackTraceRecorder
/aosp_15_r20/external/cronet/base/win/
H A 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
/aosp_15_r20/external/lzma/CPP/Windows/
H A DDLL.cpp18 bool CLibrary::Free() throw() in Free() function in NWindows::NDLL::CLibrary
130 bool CLibrary::Free() throw() in Free() function in NWindows::NDLL::CLibrary
/aosp_15_r20/art/libartbase/base/
H A Dallocator.cc37 void Free(void* p) override { in Free() function in art::CallocAllocator
57 void Free([[maybe_unused]] void* p) override { in Free() function in art::NoopAllocator
H A Dbit_vector_test.cc82 void Free(void* v) override { in Free() function
329 void Free(void*) override { in Free() function in art::SingleAllocator
/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DMemBlocks.cpp134 void CMemBlocks::Free(CMemBlockManagerMt *manager) in Free() function in CMemBlocks
173 void CMemLockBlocks::Free(CMemBlockManagerMt *memManager) in Free() function in CMemLockBlocks
H A DCWrappers.cpp165 void CByteInBufWrap::Free() throw() in Free() function in CByteInBufWrap
263 void CByteOutBufWrap::Free() throw() in Free() function in CByteOutBufWrap
H A DStreamObjects.cpp98 void CByteDynBuffer::Free() throw() in Free() function in CByteDynBuffer
178 void CCachedInStream::Free() throw() in Free() function in CCachedInStream
/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Ddispatcher_unittest.cc103 void Free(void* data) { alloc_.Free(data); } in Free() function
123 void Free(void* data) { allocator_shim::UncheckedFree(data); } in Free() function
/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_interfaces_getifaddrs_android.cc43 static void Free(int f) { ::close(f); } in Free() function
49 static void Free(struct ifaddrs* ifaddrs) { Freeifaddrs(ifaddrs); } in Free() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_int_types.h101 void Free() { in Free() function
184 void Free() { in Free() function
/aosp_15_r20/external/cronet/base/
H A Dscoped_generic_unittest.cc28 void Free(int value) { in Free() function
171 void Free(int value) { in Free() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dheap_simulator.cc388 void HeapSimulator::Free(const HloValue* buffer, in Free() function in xla::HeapSimulator
494 void NoFragmentationStatsHeap<BufferType>::Free(const BufferType* buffer, in Free() function in xla::NoFragmentationStatsHeap
596 void GlobalDecreasingSizeBestFitHeap<BufferType>::Free(const BufferType* buffer, in Free() function in xla::GlobalDecreasingSizeBestFitHeap
/aosp_15_r20/art/runtime/gc/space/
H A Dlarge_object_space.cc80 size_t Free(Thread* self, mirror::Object* obj) override { in Free() function in art::gc::space::MemoryToolLargeObjectMapSpace
196 size_t LargeObjectMapSpace::Free(Thread* self, mirror::Object* ptr) { in Free() function in art::gc::space::LargeObjectMapSpace
458 size_t FreeListSpace::Free(Thread* self, mirror::Object* obj) { in Free() function in art::gc::space::FreeListSpace
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Darena.cc126 SerialArena::Memory SerialArena::Free(Deallocator deallocator) { in Free() function in google::protobuf::internal::SerialArena
363 SerialArena::Memory ThreadSafeArena::Free(size_t* space_allocated) { in Free() function in google::protobuf::internal::ThreadSafeArena
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Darena.cc126 SerialArena::Memory SerialArena::Free(Deallocator deallocator) { in Free() function in google::protobuf::internal::SerialArena
363 SerialArena::Memory ThreadSafeArena::Free(size_t* space_allocated) { in Free() function in google::protobuf::internal::ThreadSafeArena
/aosp_15_r20/system/memory/libmemunreachable/
DAllocator.cpp261 void Chunk::Free(void* ptr) { in Free() function in android::Chunk
352 void HeapImpl::Free(void* ptr) { in Free() function in android::HeapImpl
/aosp_15_r20/external/scudo/standalone/tests/
H A Dwrappers_c_test.cpp447 FieldType Free = MI.fordblks; in MallInfoTest() local
475 size_t Free = MI.fordblks; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/
Dbssl_shim.cc90 struct Free { struct
91 void operator()(T *buf) { in operator ()()

12345678910>>...15