/frameworks/compile/mclinker/include/mcld/Fragment/ |
Stub.h | 39 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType) 45 DWord offset() const { return m_Offset; } 52 DWord m_Offset;
|
FragmentRef.h | 77 { return m_Offset; } 103 Offset m_Offset;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFSegment.h | 59 { return m_Offset; } 88 { m_Offset = pOffset; } 126 uint64_t m_Offset; // File offset where segment is located, in bytes
|
LDSection.h | 95 { return m_Offset; } 139 { m_Offset = Offset; } 204 uint64_t m_Offset;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
MemoryArea.h | 92 : m_Offset(pOffset), m_Length(pLength) 95 size_t offset() const { return m_Offset; } 109 size_t m_Offset;
|
/frameworks/compile/mclinker/lib/LD/ |
LDSection.cpp | 30 m_Offset(~uint64_t(0)), 50 m_Offset(~uint64_t(0)), 65 return (m_Offset != ~uint64_t(0));
|
/external/opencv/otherlibs/highgui/ |
grfmt_sunras.cpp | 78 m_offset = -1; 142 m_offset = m_strm.GetPos(); 144 assert( m_offset == 32 + m_maplength ); 155 m_offset = m_strm.GetPos(); 157 assert( m_offset == 32 + m_maplength ); 165 m_offset = -1; 187 if( m_offset < 0 || !m_strm.IsOpened()) 201 m_strm.SetPos( m_offset );
|
grfmt_pxm.cpp | 126 m_offset = -1; 179 m_offset = m_strm.GetPos(); 188 m_offset = -1; 210 if( m_offset < 0 || !m_strm.IsOpened()) 232 m_strm.SetPos( m_offset );
|
/external/webkit/Source/WebCore/dom/ |
Position.h | 61 : m_offset(0) 77 void clear() { m_anchorNode.clear(); m_offset = 0; m_anchorType = PositionIsOffsetInAnchor; m_isLegacyEditingPosition = false; } 89 return m_offset; 96 return m_offset; 188 // m_offset can be the offset inside m_anchorNode, or if editingIgnoresContent(m_anchorNode) 189 // returns true, then other places in editing will treat m_offset == 0 as "before the anchor" 190 // and m_offset > 0 as "after the anchor node". See parentAnchoredEquivalent for more info. 191 int m_offset; member in class:WebCore::Position
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontWinCE.cpp | 83 int m_offset; member in class:WebCore::TextRunComponent 92 , m_offset(o) 102 , m_offset(o) 227 pt.setX(point.x() + w - comp.m_offset - comp.m_width); 229 pt.setX(point.x() + comp.m_offset); 266 int xe = w - comp.m_offset; 278 int xs = comp.m_offset; 303 int xs = comp.m_offset;
|
/external/webkit/Source/WebCore/editing/ |
SplitTextNodeContainingElementCommand.h | 46 int m_offset; member in class:WebCore::SplitTextNodeContainingElementCommand
|
DeleteFromTextNodeCommand.h | 49 unsigned m_offset; member in class:WebCore::DeleteFromTextNodeCommand
|
InsertIntoTextNodeCommand.h | 49 unsigned m_offset; member in class:WebCore::InsertIntoTextNodeCommand
|
SplitTextNodeCommand.h | 52 unsigned m_offset; member in class:WebCore::SplitTextNodeCommand
|
TextIterator.h | 126 int m_offset; member in class:WebCore::TextIterator 224 int m_offset; member in class:WebCore::SimplifiedBackwardsTextIterator 277 int characterOffset() const { return m_offset; } 281 int m_offset; member in class:WebCore::CharacterIterator 301 int m_offset; member in class:WebCore::BackwardsCharacterIterator
|
/frameworks/av/libvideoeditor/vss/src/ |
M4PCMR_CoreReader.c | 87 context->m_offset = 0; 373 if((c->m_offset + size_read) >= c->m_decoderConfig.DataLength) 375 size_read = c->m_decoderConfig.DataLength - c->m_offset; 386 /* Calculates the new m_offset, used to determine whether we're at end of reading or not */ 387 c->m_offset = c->m_offset + size_read; 391 (M4OSA_Time)(((M4OSA_Double)c->m_offset/(M4OSA_Double)c->m_decoderConfig.AvgBytesPerSec)\ 408 if(c->m_offset >= c->m_decoderConfig.DataLength) 466 * - Determines from provided time m_offset to seek in file 467 * - If m_offset is correct, seek in fil [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
ContextShadow.cpp | 55 , m_offset(offset) 70 } else if (!m_offset.width() && !m_offset.height()) { 83 m_offset = FloatSize(); 218 transformedPolygon.move(m_offset); 222 layerFloatRect.move(m_offset);
|
ContextShadow.h | 83 FloatSize m_offset; member in class:WebCore::ContextShadow 123 QPointF offset() const { return QPointF(m_offset.width(), m_offset.height()); }
|
GraphicsContext.cpp | 45 , m_offset(0) 51 , m_offset(offset) 57 , m_offset(other.m_offset) 61 unsigned offset() const { return m_offset; } 62 void increment() { m_offset++; } 63 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); } 64 UChar current() const { return (*m_textRun)[m_offset]; } 69 return m_offset == other.m_offset && m_textRun == other.m_textRun 76 int m_offset; member in class:WebCore::TextRunIterator [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
Structure.cpp | 183 , m_offset(noOffset) 205 , m_offset(noOffset) 226 , m_offset(noOffset) 259 m_propertyTable = structure->m_propertyTable->copy(globalData, 0, m_offset + 1); 267 createPropertyMap(m_offset + 1); 271 PropertyMapEntry entry(globalData, this, structure->m_nameInPrevious.get(), m_anonymousSlotCount + structure->m_offset, structure->m_attributesInPrevious, structure->m_specificValueInPrevious.get()); 307 ASSERT(existingTransition->m_offset != noOffset); 308 offset = existingTransition->m_offset + existingTransition->m_anonymousSlotCount; 373 transition->m_offset = offset - structure->m_anonymousSlotCount; 398 // Don't set m_offset, as one can not transition to this [all...] |
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4PCMR_CoreReader.h | 107 M4OSA_UInt32 m_offset; /**< Offset of the PCM read (i.e m_offset of the member in struct:__anon18851
|
/external/webkit/Source/WebCore/css/ |
CSSReflectValue.cpp | 56 result += m_offset->cssText() + " ";
|
/external/webkit/Source/JavaScriptCore/assembler/ |
ARMv7Assembler.h | 482 : m_offset(-1) 488 : m_offset(offset) 496 : m_offset(offset) 503 int m_offset; 515 : m_offset(-1) 521 bool isSet() const { return (m_offset != -1); } 525 : m_offset(offset) 528 ASSERT(m_offset == offset); 531 signed int m_offset : 31; [all...] |
/external/webkit/Source/WebKit/mac/Plugins/ |
WebNetscapePluginStream.mm | 128 , m_offset(0) 147 , m_offset(0) 237 m_offset = 0; 527 deliveryBytes = m_pluginFuncs->write(m_plugin, &m_stream, m_offset, [subdata length], (void *)[subdata bytes]); 534 m_offset += deliveryBytes; 536 LOG(Plugins, "NPP_Write responseURL=%@ bytes=%d total-delivered=%d/%d", m_responseURL.get(), deliveryBytes, m_offset, m_stream.end);
|
/frameworks/base/opengl/java/android/opengl/ |
GLU.java | 152 final int M_OFFSET = 0; // 0..15 155 Matrix.multiplyMM(scratch, M_OFFSET, project, projectOffset, 164 scratch, M_OFFSET, scratch, V_OFFSET);
|