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

  /frameworks/base/tools/aidl/
generate_java.h 28 string m_base; member in class:VariableFactory
  /external/webkit/Source/JavaScriptCore/wtf/
PageAllocatorSymbian.h 47 m_base = reinterpret_cast<char*>(Base());
60 return (static_cast<const char*>(address) >= m_base && static_cast<const char*>(address) < (m_base + m_maxSize));
63 char* m_base; member in class:WTF::SymbianChunk
PageBlock.h 42 void* base() const { return m_base; }
45 operator bool() const { return !!m_base; }
49 return containedBase >= m_base
50 && (static_cast<char*>(containedBase) + containedSize) <= (static_cast<char*>(m_base) + m_size);
54 void* m_base; member in class:WTF::PageBlock
59 : m_base(0)
65 : m_base(other.m_base)
71 : m_base(base)
  /external/webkit/Source/WebCore/html/
HTMLCollection.h 59 Node* base() const { return m_base.get(); }
78 RefPtr<Node> m_base; member in class:WebCore::HTMLCollection
  /external/webkit/Source/JavaScriptCore/runtime/
PutPropertySlot.h 43 , m_base(0)
51 m_base = base;
58 m_base = base;
63 JSObject* base() const { return m_base; }
74 JSObject* m_base; member in class:JSC::PutPropertySlot
  /external/webkit/Source/WebCore/editing/
VisibleSelection.h 65 Position base() const { return m_base; }
123 Position m_base; // Where the first click happened member in class:WebCore::VisibleSelection
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODArena.h 171 m_base = static_cast<uint8_t*>(m_allocator->allocate(size));
178 m_allocator->free(m_base);
192 void* result = m_base + m_currentOffset;
199 uint8_t* m_base; member in class:WebCore::PODArena::Chunk
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 341 R_Opnd m_base; member in class:M_Opnd
344 //M_Opnd(Opnd_Size sz): RM_Opnd(Mem, K_M, sz), m_disp(0), m_scale(0), m_index(n_reg), m_base(n_reg) {}
346 RM_Opnd(Mem), m_disp(disp), m_scale(0), m_index(n_reg), m_base(n_reg) {}
348 RM_Opnd(Mem), m_disp(rdisp), m_scale(0), m_index(n_reg), m_base(rbase) {}
350 RM_Opnd(Mem), m_disp(disp), m_scale(scale), m_index(rindex), m_base(rbase) {}
353 m_index(that.m_index.reg_no()), m_base(that.m_base.reg_no())
356 inline const R_Opnd & base(void) const { return m_base; }
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 818 : m_base(0)
823 : m_base(base)
828 CachedString* operator->() { ASSERT(m_base); return &m_base->at(m_index); }
831 Vector<CachedString>* m_base; member in struct:WebCore::CloneDeserializer::CachedStringRef
    [all...]
  /dalvik/vm/compiler/codegen/x86/
Lower.h 293 LowOpndReg m_base; member in struct:LowOpndMem
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 2476 GLfloat *m_base = (GLfloat *) 0; local
2540 GLfixed *m_base = (GLfixed *) 0; local
2932 GLfloat *m_base = (GLfloat *) 0; local
2996 GLfixed *m_base = (GLfixed *) 0; local
    [all...]
android_opengl_GLES11Ext.cpp 1391 GLfixed *m_base = (GLfixed *) 0; local
1534 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...]
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 454 ExpressionNode* base() const { return m_base; }
463 ExpressionNode* m_base; member in class:JSC::BracketAccessorNode
472 ExpressionNode* base() const { return m_base; }
481 ExpressionNode* m_base; member in class:JSC::DotAccessorNode
558 ExpressionNode* m_base; member in class:JSC::FunctionCallBracketNode
571 ExpressionNode* m_base; member in class:JSC::FunctionCallDotNode
617 ExpressionNode* m_base; member in class:JSC::PostfixBracketNode
629 ExpressionNode* m_base; member in class:JSC::PostfixDotNode
662 ExpressionNode* m_base; member in class:JSC::DeleteBracketNode
673 ExpressionNode* m_base; member in class:JSC::DeleteDotNode
736 ExpressionNode* m_base; member in class:JSC::PrefixBracketNode
748 ExpressionNode* m_base; member in class:JSC::PrefixDotNode
1029 ExpressionNode* m_base; member in class:JSC::ReadModifyBracketNode
1044 ExpressionNode* m_base; member in class:JSC::AssignBracketNode
1058 ExpressionNode* m_base; member in class:JSC::AssignDotNode
1071 ExpressionNode* m_base; member in class:JSC::ReadModifyDotNode
    [all...]

Completed in 748 milliseconds