/frameworks/compile/mclinker/unittests/ |
D | RTLinearAllocatorTest.cpp | 39 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 46 Data* pointer = m_pTestee->allocate(); in TEST_F() local 53 Data* pointer = m_pTestee->allocate(CHUNK_SIZE + 1); in TEST_F() local 60 Data* pointer = m_pTestee->allocate(); in TEST_F() local 69 Data* pointer = m_pTestee->allocate(); in TEST_F() local 80 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 89 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 101 Data* pointer = m_pTestee->allocate(); in TEST_F() local 118 Data* pointer = m_pTestee->allocate(10); in TEST_F() local
|
D | LinearAllocatorTest.cpp | 38 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 45 Data* pointer = m_pTestee->allocate(); in TEST_F() local 52 Data* pointer = m_pTestee->allocate(CHUNK_SIZE + 1); in TEST_F() local 59 Data* pointer = m_pTestee->allocate(); in TEST_F() local 68 Data* pointer = m_pTestee->allocate(); in TEST_F() local 79 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 88 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 100 Data* pointer = m_pTestee->allocate(); in TEST_F() local 117 Data* pointer = m_pTestee->allocate(10); in TEST_F() local
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | pointer_wrapper.h | 16 explicit PointerWrapper(T* pointer) : pointer_(pointer) {} in PointerWrapper() 30 PointerWrapper<T> WrapPointer(T* pointer) { in WrapPointer()
|
D | default_initialization_allocator.h | 32 void construct(U* pointer) noexcept( in construct() 37 void construct(U* pointer, Args&&... args) { in construct()
|
D | buffer_wrapper.h | 27 typedef T* pointer; typedef 107 using pointer = typename BufferType::pointer; variable
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl.cpp | 59 const GLvoid *pointer, GLsizei /*count*/) { in glNormalPointerBounds() 63 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glTexCoordPointerBounds() 67 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glVertexPointerBounds() 72 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glPointSizePointerOESBounds() 77 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glMatrixIndexPointerOESBounds() 82 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glWeightPointerOESBounds()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | TypeTraits.h | 22 typedef const DataType* pointer; typedef 32 typedef DataType* pointer; typedef 42 typedef const DataType* pointer; typedef 53 typedef DataType* pointer; typedef
|
D | BinTree.h | 92 typedef typename traits::pointer pointer; typedef 184 typedef typename traits::pointer pointer; typedef 341 typedef value_type* pointer; typedef
|
/frameworks/native/include/input/ |
D | InputEventBuilders.h | 111 MotionEventBuilder& pointer(PointerBuilder pointer) { in pointer() argument 124 for (const PointerBuilder& pointer : mPointers) { in build() local
|
D | RingBuffer.h | 45 using pointer = value_type*; variable 191 using pointer = U*; variable
|
/frameworks/native/services/inputflinger/include/ |
D | NotifyArgsBuilders.h | 85 MotionArgsBuilder& pointer(PointerBuilder pointer) { in pointer() function 103 for (const PointerBuilder& pointer : mPointers) { in build() local
|
/frameworks/base/libs/hwui/jni/ |
D | android_nio_utils.h | 59 void* pointer() const { return fPointer; } in pointer() function
|
D | android_nio_utils.cpp | 25 jlong pointer = jniGetNioBufferPointer(fEnv, nioBuffer); in AutoBufferPointer() local
|
D | BufferUtils.cpp | 39 jlong pointer; in getDirectBufferPointer() local 59 jlong pointer; in getPointer() local
|
/frameworks/native/libs/binder/include/binder/ |
D | SafeInterface.h | 123 const Parcel& parcel, sp<T>* pointer) const { in read() 129 Parcel* parcel, const sp<T>& pointer) const { in write() 135 const Parcel& parcel, sp<T>* pointer) const { in read()
|
/frameworks/native/include/ftl/ |
D | non_null.h | 89 constexpr NonNull(Passkey, P&& pointer) : pointer_(std::forward<P>(pointer)) { in NonNull()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 61 typedef typename traits::pointer pointer; typedef 111 typedef typename Alloc::pointer pointer; typedef
|
D | Allocators.h | 93 typedef typename ChunkType::value_type* pointer; typedef 309 typedef DataType* pointer; typedef 354 typedef void* pointer; typedef
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | common.cpp | 29 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 35 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds() 52 jlong pointer; in getPointer() local 189 jlong pointer; in getDirectBufferPointer() local
|
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorGralloc.cpp | 260 uint8_t *pointer = nullptr; in Gralloc4Mapper_lock() local 498 void *pointer = nullptr; in map() local 573 void *pointer = nullptr; in map() local 630 void *pointer = nullptr; in map() local 729 void *pointer = nullptr; in map() local 862 void *pointer = nullptr; in map() local
|
/frameworks/native/include/ui/ |
D | FatVector.h | 45 typedef T* pointer; // needed to implement std::allocator typedef
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | FatVector.h | 45 typedef T* pointer; // needed to implement std::allocator typedef
|
/frameworks/native/libs/ui/include/ui/ |
D | FatVector.h | 45 typedef T* pointer; // needed to implement std::allocator typedef
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 129 java.nio.Buffer pointer in glMatrixIndexPointerOES() 143 java.nio.Buffer pointer in glWeightPointerOES()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10Ext.cpp | 54 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 60 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds() 77 jlong pointer; in getPointer() local 214 jlong pointer; in getDirectBufferPointer() local
|