/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | stl_list.h | 133 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef 209 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef 451 typedef typename _Tp_alloc_type::pointer pointer; in _GLIBCXX_VISIBILITY() typedef
|
D | allocator.h | 68 typedef void* pointer; in _GLIBCXX_VISIBILITY() typedef 97 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | tree_test.cpp | 93 typedef boost::container::allocator_traits<allocator_type>::pointer pointer; in main() typedef 107 typedef boost::container::allocator_traits<allocator_type>::pointer pointer; in main() typedef
|
/aosp_15_r20/system/chre/apps/test/chqts/src/shared/ |
H A D | chunk_allocator.cc | 56 bool ChunkAllocatorBase::free(void *pointer) { in free() 70 bool ChunkAllocatorBase::getSlot(const void *pointer, size_t *slot) const { in getSlot() argument
|
/aosp_15_r20/system/chre/util/include/chre/util/ |
H A D | container_support.h | 92 inline void memoryFree(void *pointer) { in memoryFree() 151 inline void memoryFree(void *pointer) { in memoryFree()
|
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | DwarfEhFrameWithHdr.h | 49 uint64_t GetCieOffsetFromFde32(uint32_t pointer) override { in GetCieOffsetFromFde32() 53 uint64_t GetCieOffsetFromFde64(uint64_t pointer) override { in GetCieOffsetFromFde64()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/ |
D | extptr_allocator.h | 63 typedef _Pointer_adapter<_Relative_pointer_impl<_Tp> > pointer; in _GLIBCXX_VISIBILITY() typedef 173 typedef _Pointer_adapter<_Relative_pointer_impl<void> > pointer; in _GLIBCXX_VISIBILITY() typedef
|
D | array_allocator.h | 55 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef 111 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
D | extptr_allocator.h | 63 typedef _Pointer_adapter<_Relative_pointer_impl<_Tp> > pointer; in _GLIBCXX_VISIBILITY() typedef 173 typedef _Pointer_adapter<_Relative_pointer_impl<void> > pointer; in _GLIBCXX_VISIBILITY() typedef
|
D | array_allocator.h | 55 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef 111 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/ |
H A D | hash_unique_ptr.pass.cpp | 33 using pointer = typename UPtr::pointer; in test_enabled_with_deleter() typedef 44 using pointer = typename UPtr::pointer; in test_disabled_with_deleter() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
H A D | cuda_driver.cc | 206 std::string CUDAPointerToDeviceString(CUdeviceptr pointer) { in CUDAPointerToDeviceString() 218 std::string CUDAPointerToMemorySpaceString(CUdeviceptr pointer) { in CUDAPointerToMemorySpaceString() 747 CUdeviceptr pointer = absl::bit_cast<CUdeviceptr>(location); in DeviceDeallocate() local 778 CUdeviceptr pointer = absl::bit_cast<CUdeviceptr>(location); in UnifiedMemoryDeallocate() local 1287 CUdeviceptr pointer) { in GetPointerContext() 1312 CUdeviceptr pointer) { in GetPointerMemorySpace() 1358 CUdeviceptr pointer) { in GetPointerDevice()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_memory.cpp | 919 const auto pointer = _.FindDef(pointer_id); in ValidateLoad() local 977 const auto pointer = _.FindDef(pointer_id); in ValidateStore() local 1628 auto pointer = state.FindDef(inst->GetOperandAs<uint32_t>(2)); in ValidateArrayLength() local 1727 const auto pointer = _.FindDef(pointer_id); in ValidateCooperativeMatrixLoadStoreNV() local 1831 const auto pointer = _.FindDef(pointer_id); in ValidateCooperativeMatrixLoadStoreKHR() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.hash/ |
H A D | hash_unique_ptr.pass.cpp | 34 using pointer = typename UPtr::pointer; in test_enabled_with_deleter() typedef 45 using pointer = typename UPtr::pointer; in test_disabled_with_deleter() typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/ |
D | iterator_archetypes.hpp | 317 typedef Value* pointer; typedef 336 typedef void pointer; typedef 436 typedef typename access::pointer pointer; typedef 468 typedef typename base::pointer pointer; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/ |
D | ord_index_node.hpp | 78 typedef typename alloc_traits::pointer pointer; typedef 90 typedef typename node_traits::pointer pointer; typedef 137 AugmentPolicy,Allocator>* pointer; typedef 261 typedef typename super::pointer pointer; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | hook_traits.hpp | 46 template rebind_pointer<T>::type pointer; typedef 111 template rebind_pointer<T>::type pointer; typedef 164 template rebind_pointer<value_type>::type pointer; typedef
|
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | Resampler.cpp | 138 for (const Pointer& pointer : target.pointerMap) { in pointerPropertiesResampleable() local 197 for (const Pointer& pointer : pastSample.pointerMap) { in attemptInterpolation() local 269 for (const Pointer& pointer : presentSample.pointerMap) { in attemptExtrapolation() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/ |
D | pointer_traits_pointer_to_test.cpp | 12 class pointer { class 15 pointer(T value) in pointer() function in pointer
|
/aosp_15_r20/bionic/libc/malloc_debug/ |
H A D | DebugData.h | 58 Header* GetHeader(const void* pointer) { in GetHeader() 86 std::unique_ptr<PointerData> pointer; variable
|
/aosp_15_r20/frameworks/av/media/libaudiopermission/include/media/ |
H A D | AttrSourceIter.h | 33 using pointer = const value_type*; variable 68 using pointer = value_type*; variable
|
/aosp_15_r20/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
H A D | const_pointer.pass.cpp | 32 typedef Ptr<T> pointer; typedef 48 typedef CPtr<T> pointer; typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
H A D | const_pointer.pass.cpp | 31 typedef Ptr<T> pointer; typedef 47 typedef CPtr<T> pointer; typedef
|
/aosp_15_r20/system/extras/memory_replay/ |
H A D | Pointers.cpp | 52 void Pointers::Add(uintptr_t key_pointer, void* pointer) { in Add() 71 void* pointer = data->pointer; in Remove() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | allocator.h | 68 typedef void* pointer; in _GLIBCXX_VISIBILITY() typedef 97 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef
|