| /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 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
|
| D | array_wrapper.h | 27 typedef T* pointer; typedef
|
| D | string_wrapper.h | 29 typedef value_type* pointer; typedef
|
| /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/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/base/core/jni/ |
| D | android_nio_utils.h | 62 void* pointer() const { return fPointer; } in pointer() function
|
| D | android_nio_utils.cpp | 34 jlong pointer; in nio_getPointer() local
|
| D | android_opengl_GLES10Ext.cpp | 65 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 71 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds() 107 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/ml/nn/common/operations/ |
| D | HashtableLookup.cpp | 47 void* pointer = nullptr; in Eval() local
|
| /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/base/libs/hwui/utils/ |
| D | FatVector.h | 55 typedef T* pointer; // needed to implement std::allocator typedef
|
| D | LinearAllocator.h | 158 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/native/opengl/tools/glgen/stubs/gles11/ |
| D | common.cpp | 40 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 46 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds() 82 jlong pointer; in getPointer() local
|
| /frameworks/base/tools/aapt2/util/ |
| D | Util.h | 219 using pointer = android::StringPiece*; variable
|
| /frameworks/base/opengl/java/com/google/android/gles_jni/ |
| D | GLImpl.java | 202 java.nio.Buffer pointer, in glColorPointerBounds() 210 java.nio.Buffer pointer in glColorPointer() 775 java.nio.Buffer pointer, in glNormalPointerBounds() 782 java.nio.Buffer pointer in glNormalPointer() 967 java.nio.Buffer pointer, in glTexCoordPointerBounds() 975 java.nio.Buffer pointer in glTexCoordPointer() 1112 java.nio.Buffer pointer, in glVertexPointerBounds() 1120 java.nio.Buffer pointer in glVertexPointer() 1598 java.nio.Buffer pointer, in glPointSizePointerOESBounds() 1605 java.nio.Buffer pointer in glPointSizePointerOES() [all …]
|
| /frameworks/native/libs/vr/libpdx_default_transport/ |
| D | pdx_tool.cpp | 172 void HexDump(const void* pointer, size_t length) { in HexDump()
|
| /frameworks/native/opengl/libagl/ |
| D | array.cpp | 311 const GLvoid *pointer, const buffer_t* bo, GLsizei count) in init() 1238 GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) in glVertexPointer() 1259 GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) in glColorPointer() 1279 GLenum type, GLsizei stride, const GLvoid *pointer) in glNormalPointer() 1300 GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) in glTexCoordPointer()
|