Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/pyct/
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)
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim.cc96 return chain_head->free_function(chain_head, ptr, nullptr); in UncheckedFree()
225 return chain_head->free_function(chain_head, address, context); in ShimCppDelete()
303 return chain_head->free_function(chain_head, address, context); in ShimFree()
Dallocator_shim.h119 FreeFn* const free_function; member
Dallocator_shim_unittest.cc136 self->next->free_function(self->next, address, context); in MockFree()
/external/libchrome/base/allocator/
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()
Dallocator_shim.h92 FreeFn* const free_function; member
/external/cronet/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc202 EXPECT_NE(nullptr, allocator_dispatch->free_function); in TEST_F()
361 allocator_dispatch->free_function(allocator_dispatch, GetFreedAddress(), in TEST_F()
Ddispatcher_internal.h184 self->next->free_function(self->next, address, context); in FreeFn()
/external/cronet/base/allocator/dispatcher/
Dstandard_hooks.cc88 self->next->free_function(self->next, address, context); in FreeFn()
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc163 self->next->free_function(self->next, address, context); in FreeFn()
Dthread_heap_usage_tracker_unittest.cc95 dispatch_under_test_->free_function(dispatch_under_test_, address, nullptr); in MockFree()
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc98 self->next->free_function(self->next, address, context); in FreeFn()
/external/toybox/toys/pending/
Dsh.c1302 static void free_function(struct sh_function *funky) in free_function() function
1331 if (ff->func) free_function(ff->func); in end_function()
2913 free_function((void *)*pl->arg->v); in free_pipeline()
3932 free_function(TT.functions[i]); in run_lines()
4441 free_function(TT.functions[ii]); in unset_main()