Home
last modified time | relevance | path

Searched refs:free_function (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dinspect_utils_test.py79 def free_function(): function
84 return free_function
253 self.assertEqual(ns['free_function'], free_function)
274 free_function = object() # pylint:disable=redefined-outer-name
277 return free_function
281 self.assertTrue(ns['free_function'] is free_function)
282 self.assertFalse(globs['free_function'] is free_function)
389 inspect_utils.getmethodclass(free_function), None)
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim.cc170 return chain_head->free_function(chain_head, address, context); in ShimCppDelete()
247 return chain_head->free_function(chain_head, address, context); in ShimFree()
H A Dallocator_shim.h92 FreeFn* const free_function; member
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dshim_alloc_functions.h99 return chain_head->free_function(chain_head, address, context); in ShimCppDelete()
189 return chain_head->free_function(chain_head, address, context); in ShimFree()
H A Dallocator_shim_functions.h71 return chain_head->free_function(chain_head, ptr, nullptr); in UncheckedFree()
H A Dallocator_dispatch.h79 FreeFn* const free_function; member
H A Dallocator_shim_unittest.cc142 self->next->free_function(self->next, address, context); in MockFree()
/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp174 void free_function() {} in free_function() function
214 invoke(&free_function); in TEST()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim.h95 FreeFn* const free_function; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h95 FreeFn* const free_function; member
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc271 EXPECT_NE(nullptr, allocator_dispatch->free_function); in TEST_F()
440 allocator_dispatch->free_function(allocator_dispatch, GetFreedAddress(), in TEST_F()
H A Ddispatcher_internal.h196 self->next->free_function(self->next, address, context); in FreeFn()
/aosp_15_r20/external/libchrome/base/debug/
H A Dthread_heap_usage_tracker.cc163 self->next->free_function(self->next, address, context); in FreeFn()
H A Dthread_heap_usage_tracker_unittest.cc95 dispatch_under_test_->free_function(dispatch_under_test_, address, nullptr); in MockFree()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/doc/
Dpreface.qbk41 `free_function()`; that is, it is in code font and its name is followed by `()`
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc98 self->next->free_function(self->next, address, context); in FreeFn()
/aosp_15_r20/external/toybox/toys/pending/
H A Dsh.c1331 static void free_function(struct sh_function *funky) in free_function() function
1360 free_function(ff->func); in end_fcall()
2971 free_function((void *)*pl->arg->v); in free_pipeline()
3991 free_function(TT.functions[i]); in run_lines()
4528 free_function(TT.functions[ii]); in unset_main()
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_class_type.py1344 def free_function(x: int) -> int: function
1382 return free_function(self.a)
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/doc/
Dpool.qbk72 * Free functions are rendered in the `code font` followed by `()`, as in `free_function()`.
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/doc/
Dratio.qbk122 * Free functions are rendered in the code font followed by `()`, as in `free_function()`.
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/doc/
Dchrono.qbk379 * Free functions are rendered in the code font followed by `()`, as in `free_function()`.
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
Dgmp.info-15895 -- Function: void free_function (void *PTR, size_t SIZE)