/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/ |
H A D | pointer_type.pass.cpp | 22 struct pointer {}; struct 27 typedef void pointer; typedef 31 static long pointer; member
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | priority_queue.h | 183 T Erase(const Pointer& pointer) { in Erase() 260 Pointer GetNextTowardsLastMin(const Pointer& pointer) const { in GetNextTowardsLastMin() 285 Pointer GetPreviousTowardsFirstMax(const Pointer& pointer) const { in GetPreviousTowardsFirstMax() 329 for (auto pointer = FirstMax(); !pointer.is_null(); in FindIf() local
|
/aosp_15_r20/external/freetype/src/psaux/ |
H A D | t1cmap.c | 128 FT_Pointer pointer ) in t1_cmap_standard_init() 159 FT_Pointer pointer ) in t1_cmap_expert_init() 198 FT_Pointer pointer ) in t1_cmap_custom_init() 314 FT_Pointer pointer ) in t1_cmap_unicode_init()
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | allocator.c | 24 static void* xnn_reallocate(void* context, void* pointer, size_t size) { in xnn_reallocate() 28 static void xnn_deallocate(void* context, void* pointer) { in xnn_deallocate() 51 static void xnn_aligned_deallocate(void* context, void* pointer) { in xnn_aligned_deallocate()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/ |
H A D | pointer_type.pass.cpp | 21 struct pointer {}; struct 26 typedef void pointer; typedef 30 static long pointer; member
|
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
H A D | thread_info_base.hpp | 43 void* const pointer = this_thread->reusable_memory_; in allocate() local 56 void* const pointer = ::operator new(size + 1); in allocate() local 63 void* pointer, std::size_t size) in deallocate()
|
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | codec_messageset.go | 16 func sizeMessageSet(mi *MessageInfo, p pointer, opts marshalOptions) (size int) { 39 func marshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts marshalOptions) ([]byte, error) { 96 func unmarshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts unmarshalOptions) (out unmarsha…
|
H A D | encode.go | 46 func (mi *MessageInfo) sizePointer(p pointer, opts marshalOptions) (size int) { 59 func (mi *MessageInfo) sizePointerSlow(p pointer, opts marshalOptions) (size int) { 113 func (mi *MessageInfo) marshalAppendPointer(b []byte, p pointer, opts marshalOptions) ([]byte, erro…
|
/aosp_15_r20/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
H A D | empty.fail.cpp | 26 typedef A* pointer; typedef 35 typedef A* pointer; typedef 53 typedef A* pointer; typedef 62 typedef A* pointer; typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/iterator.traits/ |
H A D | empty.verify.cpp | 25 typedef A* pointer; typedef 34 typedef A* pointer; typedef 52 typedef A* pointer; typedef 61 typedef A* pointer; typedef
|
H A D | empty.fail.cpp | 25 typedef A* pointer; typedef 34 typedef A* pointer; typedef 52 typedef A* pointer; typedef 61 typedef A* pointer; typedef
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/ |
H A D | predicated_tile_access_iterator_residual_last.h | 266 Pointer pointer, in PredicatedTileAccessIteratorResidualLast() 563 Pointer pointer, ///< Pointer to start of tensor in PredicatedTileAccessIteratorResidualLast() 786 Pointer pointer, ///< Pointer to start of tensor in PredicatedTileAccessIteratorResidualLast() 1075 Pointer pointer, ///< Pointer to start of tensor in PredicatedTileAccessIteratorResidualLast() 1338 Pointer pointer, ///< Pointer to start of tensor in PredicatedTileAccessIteratorResidualLast() 1557 Pointer pointer, ///< Pointer to start of tensor in PredicatedTileAccessIteratorResidualLast() 1785 Pointer pointer, ///< Pointer to start of tensor in PredicatedTileAccessIteratorResidualLast() 2012 Pointer pointer, ///< Pointer to start of tensor in PredicatedTileAccessIteratorResidualLast()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | vector_support_library.cc | 218 llvm::Value* VectorSupportLibrary::LoadVector(llvm::Value* pointer) { in LoadVector() 227 llvm::Value* VectorSupportLibrary::LoadScalar(llvm::Value* pointer) { in LoadScalar() 237 llvm::Value* pointer) { in StoreVector() 248 llvm::Value* pointer) { in StoreScalar() 258 llvm::Value* VectorSupportLibrary::LoadBroadcast(llvm::Value* pointer) { in LoadBroadcast()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | min_allocator.h | 148 typedef value_type* pointer; typedef 171 typedef value_type* pointer; typedef 257 typedef T* pointer; typedef 328 typedef const T* pointer; typedef 391 typedef min_pointer<T> pointer; typedef
|
/aosp_15_r20/cts/tests/input/src/android/input/cts/ |
H A D | StylusButtonInputEventTest.kt | 161 val pointer = Point(100, 100) in <lambda>() constant 216 val pointer = Point(100, 100) in <lambda>() constant
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/ |
D | environment.hpp | 30 using pointer = const value_type * ; typedef 91 using pointer = typename father::pointer; typedef 428 typedef const value_type * pointer; typedef 455 typedef const value_type * pointer; typedef 548 typedef const value_type * pointer; typedef 575 typedef const value_type * pointer; typedef
|
/aosp_15_r20/external/openscreen/platform/api/ |
H A D | serial_delete_ptr.h | 74 SerialDeletePtr(TaskRunner* task_runner, Type* pointer) noexcept in SerialDeletePtr() 83 Type* pointer, in SerialDeletePtr() 95 Type* pointer, in SerialDeletePtr()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/ |
D | iterator_test.hpp | 30 typedef It pointer; typedef in input_iterator 79 typedef It pointer; typedef in forward_iterator 127 typedef It pointer; typedef in bidirectional_iterator 172 typedef It pointer; typedef in random_access_iterator 262 typedef It pointer; typedef in output_iterator
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | transport_client_socket_pool.cc | 1646 RequestQueue::Pointer pointer = unbound_requests_.FirstMax(); in SanityCheck() local 1701 for (RequestQueue::Pointer pointer = unbound_requests_.FirstMax(); in RemoveAllUnboundJobs() local 1737 for (RequestQueue::Pointer pointer = unbound_requests_.FirstMax(); in GetConnectJobForHandle() local 1790 for (RequestQueue::Pointer pointer = unbound_requests_.FirstMax(); in FindAndRemoveUnboundRequest() local 1868 for (RequestQueue::Pointer pointer = unbound_requests_.FirstMax(); in SetPriority() local 1899 RequestQueue::Pointer pointer = unbound_requests_.FirstMax(); in RequestWithHandleHasJobForTesting() local 1932 const RequestQueue::Pointer& pointer) { in RemoveUnboundRequest() 1952 for (RequestQueue::Pointer pointer = unbound_requests_.FirstMax(); in FindUnboundRequestWithJob() local 1965 RequestQueue::Pointer pointer = unbound_requests_.FirstMax(); in GetFirstRequestWithoutJob() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.utility.helpers/ |
H A D | has_arrow.compile.pass.cpp | 21 typedef int* pointer; typedef 40 typedef int* pointer; typedef 59 typedef int* pointer; typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/iterators/ |
H A D | contiguous_iterators.pass.cpp | 49 typedef int* pointer; typedef in my_input_iterator 71 typedef int* pointer; typedef in my_random_access_iterator 107 typedef int* pointer; typedef in my_contiguous_iterator
|
/aosp_15_r20/frameworks/native/include/input/ |
H A D | Resampler.h | 109 using pointer = T*; variable 161 void insert(const Pointer& pointer) { in insert() 208 for (const Pointer& pointer : pointerMap) { in asPointerCoords() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/ |
D | pool_alloc.hpp | 160 typedef value_type * pointer; //!< typedef in boost::pool_allocator 288 typedef void* pointer; typedef in boost::pool_allocator 357 typedef value_type * pointer; typedef in boost::fast_pool_allocator 494 typedef void* pointer; typedef in boost::fast_pool_allocator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/ |
D | iterator_traits.hpp | 47 typedef typename Iterator::pointer pointer; typedef 58 typedef T* pointer; typedef 69 typedef const T* pointer; typedef
|
/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_iterator.h | 111 typedef typename __traits_type::pointer pointer; in _GLIBCXX_VISIBILITY() typedef 721 typedef typename __traits_type::pointer pointer; in _GLIBCXX_VISIBILITY() typedef 943 typedef _Iterator pointer; in _GLIBCXX_VISIBILITY() typedef
|