Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/compile/mclinker/unittests/
DLinearAllocatorTest.cpp38 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
DRTLinearAllocatorTest.cpp39 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
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dpointer_wrapper.h16 explicit PointerWrapper(T* pointer) : pointer_(pointer) {} in PointerWrapper()
30 PointerWrapper<T> WrapPointer(T* pointer) { in WrapPointer()
Ddefault_initialization_allocator.h32 void construct(U* pointer) noexcept( in construct()
37 void construct(U* pointer, Args&&... args) { in construct()
Dbuffer_wrapper.h27 typedef T* pointer; typedef
107 using pointer = typename BufferType::pointer; variable
Darray_wrapper.h27 typedef T* pointer; typedef
Dstring_wrapper.h29 typedef value_type* pointer; typedef
/frameworks/compile/mclinker/include/mcld/ADT/
DTypeTraits.h22 typedef const DataType* pointer; typedef
32 typedef DataType* pointer; typedef
42 typedef const DataType* pointer; typedef
53 typedef DataType* pointer; typedef
DBinTree.h92 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/
Dgl.cpp59 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/libs/hwui/jni/
Dandroid_nio_utils.h59 void* pointer() const { return fPointer; } in pointer() function
Dandroid_nio_utils.cpp25 jlong pointer = jniGetNioBufferPointer(fEnv, nioBuffer); in AutoBufferPointer() local
/frameworks/native/libs/binder/include/binder/
DSafeInterface.h123 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/compile/mclinker/include/mcld/Support/
DGCFactory.h61 typedef typename traits::pointer pointer; typedef
111 typedef typename Alloc::pointer pointer; typedef
DAllocators.h93 typedef typename ChunkType::value_type* pointer; typedef
309 typedef DataType* pointer; typedef
354 typedef void* pointer; typedef
/frameworks/native/opengl/tools/glgen/stubs/gles11/
Dcommon.cpp29 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/
DC2AllocatorGralloc.cpp248 uint8_t *pointer = nullptr; in Gralloc4Mapper_lock() local
482 void *pointer = nullptr; in map() local
557 void *pointer = nullptr; in map() local
614 void *pointer = nullptr; in map() local
705 void *pointer = nullptr; in map() local
836 void *pointer = nullptr; in map() local
/frameworks/native/libs/ui/include/ui/
DFatVector.h45 typedef T* pointer; // needed to implement std::allocator typedef
/frameworks/native/libs/ui/include_vndk/ui/
DFatVector.h45 typedef T* pointer; // needed to implement std::allocator typedef
/frameworks/native/include/ui/
DFatVector.h45 typedef T* pointer; // needed to implement std::allocator typedef
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java129 java.nio.Buffer pointer in glMatrixIndexPointerOES()
143 java.nio.Buffer pointer in glWeightPointerOES()
/frameworks/base/core/jni/
Dandroid_opengl_GLES10Ext.cpp54 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
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessorTest.kt43 testCase.currentPointers.associate { pointer -> pointer.id to pointer.onSensor } in <lambda>() method
583 .map { pointer -> in genPositiveTestCases() method
592 .map { pointer -> in genPositiveTestCases() method
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h82 using pointer = std::conditional_t<IsConstIter, const value_type*, value_type*>; variable
/frameworks/native/include/ftl/
Dflags.h107 using pointer = void; variable

123