HomeSort by relevance Sort by last modified time
    Searched defs:m_base (Results 1 - 8 of 8) sorted by null

  /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:WebCore::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()); }
158 Position m_base; // Where the first click happened member in class:WebCore::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 110 : m_base(base)
118 return m_base <= addr && addr < (m_base + m_size);
124 return contains(other.m_base) && contains(other.m_base + other.m_size - 1);
130 int err = munmap(m_base, m_size);
133 bool success = VirtualFree(m_base, 0, MEM_RELEASE);
142 int err = mprotect(m_base, m_size, PROT_READ | PROT_WRITE);
144 madvise(m_base, m_size, MADV_NORMAL);
149 void* result = VirtualAlloc(m_base, m_size, MEM_COMMIT, PAGE_READWRITE)
171 Address m_base; member in class:WebCore::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...]

Completed in 241 milliseconds