| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| D | GetPtr.h | 26 template <typename T> inline T* getPtr(T* p) in getPtr() function 31 template <typename T> inline T* getPtr(T& p) in getPtr() function
|
| D | RawPtr.h | 141 template<typename T> inline T* getPtr(const RawPtr<T>& p) in getPtr() function
|
| D | PassOwnPtr.h | 138 template<typename T> inline T* getPtr(const PassOwnPtr<T>& p) in getPtr() function
|
| D | OwnPtr.h | 238 template<typename T> inline typename OwnPtr<T>::PtrType getPtr(const OwnPtr<T>& p) in getPtr() function
|
| D | PassRefPtr.h | 197 template<typename T> inline T* getPtr(const PassRefPtr<T>& p) in getPtr() function
|
| D | RefPtr.h | 202 template<typename T> inline T* getPtr(const RefPtr<T>& p) in getPtr() function
|
| /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/clang/test/Analysis/inlining/ |
| D | false-positive-suppression.m | 10 - (int *)getPtr; method
|
| D | path-notes.m | 127 - (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/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/deqp/framework/common/ |
| D | tcuVector.hpp | 114 const T* getPtr (void) const { return &m_data[0]; } in getPtr() function in tcu::Vector 115 T* getPtr (void) { return &m_data[0]; } in getPtr() function in tcu::Vector
|
| D | tcuMatrix.hpp | 42 inline const T* getPtr (void) const { return m_data; } in getPtr() function in tcu::Array 43 inline T* getPtr (void) { return m_data; } in getPtr() function in tcu::Array
|
| D | tcuTexture.hpp | 348 void* getPtr (void) { return m_data.getPtr(); } in getPtr() function in tcu::TextureLevel 349 const void* getPtr (void) const { return m_data.getPtr(); } in getPtr() function in tcu::TextureLevel
|
| /external/nist-sip/java/gov/nist/core/ |
| D | LexerCore.java | 746 public int getPtr() { in getPtr() method in LexerCore
|
| /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::__anon0a10fa760111::BufferMemMap
|
| /external/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 273 static const char *getPtr(const MachOObjectFile *O, size_t Offset) { in getPtr() function
|
| /external/clang/include/clang/AST/ |
| D | Expr.h | 4775 Expr *getPtr() const { in getPtr() function
|