/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A 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)
|
/aosp_15_r20/external/libchrome/base/allocator/ |
H A 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()
|
H A D | allocator_shim.h | 92 FreeFn* const free_function; member
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | shim_alloc_functions.h | 99 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 D | allocator_shim_functions.h | 71 return chain_head->free_function(chain_head, ptr, nullptr); in UncheckedFree()
|
H A D | allocator_dispatch.h | 79 FreeFn* const free_function; member
|
H A D | allocator_shim_unittest.cc | 142 self->next->free_function(self->next, address, context); in MockFree()
|
/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/ |
H A D | type_traits_test.cpp | 174 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/ |
D | allocator_shim.h | 95 FreeFn* const free_function; member
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/ |
D | allocator_shim.h | 95 FreeFn* const free_function; member
|
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/ |
H A D | dispatcher_internal_unittest.cc | 271 EXPECT_NE(nullptr, allocator_dispatch->free_function); in TEST_F() 440 allocator_dispatch->free_function(allocator_dispatch, GetFreedAddress(), in TEST_F()
|
H A D | dispatcher_internal.h | 196 self->next->free_function(self->next, address, context); in FreeFn()
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | thread_heap_usage_tracker.cc | 163 self->next->free_function(self->next, address, context); in FreeFn()
|
H A D | thread_heap_usage_tracker_unittest.cc | 95 dispatch_under_test_->free_function(dispatch_under_test_, address, nullptr); in MockFree()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/doc/ |
D | preface.qbk | 41 `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 D | sampling_heap_profiler.cc | 98 self->next->free_function(self->next, address, context); in FreeFn()
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | sh.c | 1331 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 D | test_class_type.py | 1344 def free_function(x: int) -> int: function 1382 return free_function(self.a)
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/doc/ |
D | pool.qbk | 72 * 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/ |
D | ratio.qbk | 122 * 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/ |
D | chrono.qbk | 379 * 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/ |
D | gmp.info-1 | 5895 -- Function: void free_function (void *PTR, size_t SIZE)
|