/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_bvector.h | 217 typedef _Bit_reference* pointer; in _GLIBCXX_VISIBILITY() typedef 300 typedef const bool* pointer; in _GLIBCXX_VISIBILITY() typedef 532 typedef _Bit_reference* pointer; in _GLIBCXX_VISIBILITY() typedef
|
D | forward_list.h | 127 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef 195 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef 422 typedef typename _Alloc_traits::pointer pointer; in _GLIBCXX_VISIBILITY() typedef
|
D | unordered_set.h | 111 typedef typename allocator_type::pointer pointer; in _GLIBCXX_VISIBILITY() typedef 716 typedef typename allocator_type::pointer pointer; in _GLIBCXX_VISIBILITY() typedef
|
D | unordered_map.h | 116 typedef typename allocator_type::pointer pointer; in _GLIBCXX_VISIBILITY() typedef 797 typedef typename allocator_type::pointer 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/bits/ |
D | stl_bvector.h | 217 typedef _Bit_reference* pointer; in _GLIBCXX_VISIBILITY() typedef 300 typedef const bool* pointer; in _GLIBCXX_VISIBILITY() typedef 532 typedef _Bit_reference* pointer; in _GLIBCXX_VISIBILITY() typedef
|
D | forward_list.h | 127 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef 195 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef 422 typedef typename _Alloc_traits::pointer pointer; in _GLIBCXX_VISIBILITY() typedef
|
D | unordered_set.h | 111 typedef typename allocator_type::pointer pointer; in _GLIBCXX_VISIBILITY() typedef 716 typedef typename allocator_type::pointer pointer; in _GLIBCXX_VISIBILITY() typedef
|
D | unordered_map.h | 116 typedef typename allocator_type::pointer pointer; in _GLIBCXX_VISIBILITY() typedef 797 typedef typename allocator_type::pointer pointer; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 93 typedef typename ChunkType::value_type* pointer; typedef 309 typedef DataType* pointer; typedef 354 typedef void* pointer; typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/iterator.traits/ |
H A D | cxx20_iterator_traits.compile.pass.cpp | 179 struct pointer {}; struct 210 struct pointer {}; struct 507 using pointer = short*; typedef
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
H A D | SinglePointerTouchProcessorTest.kt | 43 testCase.currentPointers.associate { pointer -> pointer.id to pointer.onSensor } in <lambda>() method 607 .map { pointer -> in genPositiveTestCases() method 616 .map { pointer -> in genPositiveTestCases() method
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | PoolAlloc.h | 45 typedef T *pointer; typedef 87 void deallocate(pointer, size_type) {} in deallocate() argument
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | fx_memory.cpp | 29 void* FXMEM_DefaultRealloc(void* pointer, size_t new_size) { in FXMEM_DefaultRealloc() 33 void FXMEM_DefaultFree(void* pointer) { in FXMEM_DefaultFree()
|
/aosp_15_r20/external/cronet/base/ |
H A D | value_iterators.cc | 16 dict_iterator::pointer::pointer(const reference& ref) : ref_(ref) {} in pointer() function in base::detail::dict_iterator::pointer 71 const_dict_iterator::pointer::pointer(const reference& ref) : ref_(ref) {} in pointer() function in base::detail::const_dict_iterator::pointer
|
/aosp_15_r20/frameworks/av/media/codec2/vndk/ |
H A D | C2AllocatorGralloc.cpp | 393 uint8_t *pointer = nullptr; in Gralloc4Mapper_lock() local 494 void *pointer = nullptr; in PopulatePlaneLayout() local 569 void *pointer = nullptr; in PopulatePlaneLayout() local 626 void *pointer = nullptr; in PopulatePlaneLayout() local 725 void *pointer = nullptr; in PopulatePlaneLayout() local 858 void *pointer = nullptr; in PopulatePlaneLayout() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/ |
D | iterator.hpp | 26 typedef void pointer; typedef in boost::icl::add_iterator 70 typedef void pointer; typedef in boost::icl::insert_iterator
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/move.iterators/move.iterator/ |
H A D | types.pass.cpp | 38 using pointer = void*; typedef 70 typedef ValueType* pointer; typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.cmp/ |
H A D | three-way.pass.cpp | 37 using pointer = char*; typedef 53 using pointer = const char*; typedef
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | Net.cpp | 172 LPNETRESOURCE pointer = NULL; in Open() local 187 LPNETRESOURCEW pointer = NULL; in Open() local 196 CResource *pointer = NULL; in Open() local
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | BufferUtils.cpp | 39 jlong pointer; in getDirectBufferPointer() local 59 jlong pointer; in getPointer() local
|
/aosp_15_r20/external/vixl/src/ |
H A D | utils-vixl.h | 571 inline bool IsAligned(T pointer, int alignment) { in IsAligned() 579 inline bool IsAligned(T pointer) { in IsAligned() 587 bool IsWordAligned(T pointer) { in IsWordAligned() 594 T AlignUp(T pointer, in AlignUp() 614 T AlignDown(T pointer, in AlignDown()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | stable_vector_test.cpp | 206 typedef boost::container::allocator_traits<allocator_type>::pointer pointer; in main() typedef 217 typedef boost::container::allocator_traits<allocator_type>::pointer pointer; in main() typedef
|
/aosp_15_r20/external/python/cpython2/Doc/includes/ |
D | capsulethunk.h | 27 #define PyCapsule_New(pointer, name, destructor) \ argument 35 #define PyCapsule_SetPointer(capsule, pointer) \ argument
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | jvmti_allocator.h | 50 using pointer = void*; variable 83 using pointer = T*; variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/ |
H A D | types.h | 60 using pointer = int*; variable 86 using pointer = int*; variable
|