Searched refs:free_function (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | inspect_utils_test.py | 79 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/ |
D | allocator_shim.cc | 96 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()
|
D | allocator_shim.h | 119 FreeFn* const free_function; member
|
D | allocator_shim_unittest.cc | 136 self->next->free_function(self->next, address, context); in MockFree()
|
/external/libchrome/base/allocator/ |
D | allocator_shim.cc | 170 return chain_head->free_function(chain_head, address, context); in ShimCppDelete() 247 return chain_head->free_function(chain_head, address, context); in ShimFree()
|
D | allocator_shim.h | 92 FreeFn* const free_function; member
|
/external/cronet/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 202 EXPECT_NE(nullptr, allocator_dispatch->free_function); in TEST_F() 361 allocator_dispatch->free_function(allocator_dispatch, GetFreedAddress(), in TEST_F()
|
D | dispatcher_internal.h | 184 self->next->free_function(self->next, address, context); in FreeFn()
|
/external/cronet/base/allocator/dispatcher/ |
D | standard_hooks.cc | 88 self->next->free_function(self->next, address, context); in FreeFn()
|
/external/libchrome/base/debug/ |
D | thread_heap_usage_tracker.cc | 163 self->next->free_function(self->next, address, context); in FreeFn()
|
D | thread_heap_usage_tracker_unittest.cc | 95 dispatch_under_test_->free_function(dispatch_under_test_, address, nullptr); in MockFree()
|
/external/libchrome/base/sampling_heap_profiler/ |
D | sampling_heap_profiler.cc | 98 self->next->free_function(self->next, address, context); in FreeFn()
|
/external/toybox/toys/pending/ |
D | sh.c | 1302 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()
|