/frameworks/base/tools/aidl/ |
generate_java.h | 28 string m_base; member in class:VariableFactory
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PODArena.h | 159 m_base = static_cast<uint8_t*>(m_allocator->allocate(size)); 166 m_allocator->free(m_base); 180 void* result = m_base + m_currentOffset; 187 uint8_t* m_base; member in class:blink::FINAL::FINAL
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
VisibleSelection.h | 71 Position base() const { return m_base; } 78 VisiblePosition visibleBase() const { return VisiblePosition(m_base, isRange() ? (isBaseFirst() ? UPSTREAM : DOWNSTREAM) : affinity()); } 162 Position m_base; // Where the first click happened member in class:blink::VisibleSelection
|
/external/eigen/Eigen/src/Core/ |
Functors.h | 557 m_base(padd(pset1<Packet>(low), pmul(pset1<Packet>(step),plset<Scalar>(-packet_traits<Scalar>::size)))) {} 562 m_base = padd(m_base, pset1<Packet>(m_step)); 567 EIGEN_STRONG_INLINE const Packet packetOp(Index) const { return m_base = padd(m_base,m_packetStep); } 572 mutable Packet m_base; member in struct:Eigen::internal::linspaced_op_impl [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
Heap.cpp | 117 : m_base(base) 125 return m_base <= addr && addr < (m_base + m_size); 131 return contains(other.m_base) && contains(other.m_base + other.m_size - 1); 137 int err = munmap(m_base, m_size); 140 bool success = VirtualFree(m_base, 0, MEM_RELEASE); 149 int err = mprotect(m_base, m_size, PROT_READ | PROT_WRITE); 151 madvise(m_base, m_size, MADV_NORMAL); 156 void* result = VirtualAlloc(m_base, m_size, MEM_COMMIT, PAGE_READWRITE) 178 Address m_base; member in class:blink::MemoryRegion [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES10.cpp | 1792 GLfloat *m_base = (GLfloat *) 0; local 1856 GLfixed *m_base = (GLfixed *) 0; local 2228 GLfloat *m_base = (GLfloat *) 0; local 2292 GLfixed *m_base = (GLfixed *) 0; local [all...] |
android_opengl_GLES11Ext.cpp | 1596 GLfixed *m_base = (GLfixed *) 0; local 1739 GLfixed *m_base = (GLfixed *) 0; local [all...] |
com_google_android_gles_jni_GLImpl.cpp | 2604 GLfloat *m_base = (GLfloat *) 0; local 2668 GLfixed *m_base = (GLfixed *) 0; local 3060 GLfloat *m_base = (GLfloat *) 0; local 3124 GLfixed *m_base = (GLfixed *) 0; local [all...] |