/external/deqp/framework/common/ |
D | tcuArray.hpp | 44 inline const T* getPtr (void) const { return m_data; } in getPtr() function in tcu::Array 45 inline T* getPtr (void) { return m_data; } in getPtr() function in tcu::Array
|
D | tcuVector.hpp | 113 const T* getPtr (void) const { return &m_data[0]; } in getPtr() function in tcu::Vector 114 T* getPtr (void) { return &m_data[0]; } in getPtr() function in tcu::Vector
|
D | tcuTexture.hpp | 407 void* getPtr (void) { return m_data.getPtr(); } in getPtr() function in tcu::TextureLevel 408 const void* getPtr (void) const { return m_data.getPtr(); } in getPtr() function in tcu::TextureLevel
|
/external/clang/test/Analysis/ |
D | live-variables.m | 9 int *getPtr(); function
|
D | objc-for.m | 167 int* getPtr(); function
|
D | NSContainers.m | 213 - (int *)getPtr; method
|
/external/deqp/framework/delibs/decpp/ |
D | deArrayBuffer.hpp | 184 void* ArrayBuffer<T,Alignment,Stride>::getPtr (void) throw() in getPtr() function in de::ArrayBuffer 190 const void* ArrayBuffer<T,Alignment,Stride>::getPtr (void) const throw() in getPtr() function in de::ArrayBuffer
|
D | deSocket.hpp | 62 deSocketAddress* getPtr (void) { return m_address; } in getPtr() function in de::SocketAddress
|
D | dePoolArray.hpp | 365 inline T* PoolArray<T, Alignment>::getPtr (deIntptr ndx) const in getPtr() function in de::PoolArray
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.m | 10 - (int *)getPtr; method
|
D | path-notes.m | 127 - (int *)getPtr; method
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.hpp | 87 deUint8* getPtr (int offset = 0) { return &m_data[offset]; } in getPtr() function in deqp::gles2::Functional::BufferTestUtil::ReferenceBuffer 88 const deUint8* getPtr (int offset = 0) const { return &m_data[offset]; } in getPtr() function in deqp::gles2::Functional::BufferTestUtil::ReferenceBuffer
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.hpp | 94 deUint8* getPtr (int offset = 0) { return &m_data[offset]; } in getPtr() function in deqp::gls::BufferTestUtil::ReferenceBuffer 95 const deUint8* getPtr (int offset = 0) const { return &m_data[offset]; } in getPtr() function in deqp::gls::BufferTestUtil::ReferenceBuffer
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRPtrBuffer.m | 183 {
|
/external/nist-sip/java/gov/nist/core/ |
D | LexerCore.java | 746 public int getPtr() { in getPtr() method in LexerCore
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 420 Value *getPtr() { return Ptr; } in getPtr() function in __anon2a90630d0311::EarlyCSE::ParseMemoryInst
|
/external/deqp/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 68 void* getPtr (void) const { return m_ptr; } in getPtr() function in deqp::gles31::Functional::BufferMemMap
|
D | es31fShaderImageLoadStoreTests.cpp | 497 void* getPtr (void) const { return m_ptr; } in getPtr() function in deqp::gles31::Functional::__anond6b71b7f0111::BufferMemMap
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 102 static const char *getPtr(const MachOObjectFile *O, size_t Offset) { in getPtr() function
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4790 Expr *getPtr() const { in getPtr() function
|