Home
last modified time | relevance | path

Searched defs:pointer (Results 176 – 200 of 2748) sorted by relevance

12345678910>>...110

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dstl_list.h133 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
Dallocator.h68 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/
Dtree_test.cpp93 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 Dchunk_allocator.cc56 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 Dcontainer_support.h92 inline void memoryFree(void *pointer) { in memoryFree()
151 inline void memoryFree(void *pointer) { in memoryFree()
/aosp_15_r20/system/unwinding/libunwindstack/
H A DDwarfEhFrameWithHdr.h49 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/
Dextptr_allocator.h63 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
Darray_allocator.h55 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/
Dextptr_allocator.h63 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
Darray_allocator.h55 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 Dhash_unique_ptr.pass.cpp33 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 Dcuda_driver.cc206 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 Dvalidate_memory.cpp919 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 Dhash_unique_ptr.pass.cpp34 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/
Diterator_archetypes.hpp317 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/
Dord_index_node.hpp78 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/
Dhook_traits.hpp46 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 DResampler.cpp138 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/
Dpointer_traits_pointer_to_test.cpp12 class pointer { class
15 pointer(T value) in pointer() function in pointer
/aosp_15_r20/bionic/libc/malloc_debug/
H A DDebugData.h58 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 DAttrSourceIter.h33 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 Dconst_pointer.pass.cpp32 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 Dconst_pointer.pass.cpp31 typedef Ptr<T> pointer; typedef
47 typedef CPtr<T> pointer; typedef
/aosp_15_r20/system/extras/memory_replay/
H A DPointers.cpp52 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/
Dallocator.h68 typedef void* pointer; in _GLIBCXX_VISIBILITY() typedef
97 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef

12345678910>>...110