Home
last modified time | relevance | path

Searched refs:m_first (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeAppendList.hpp90 Block* m_first; member in de::AppendList
167 , m_first (new Block(0, blockSize)) in AppendList()
168 , m_last (m_first) in AppendList()
176 Block* curBlock = m_first; in ~AppendList()
200 Block* curBlock = m_first; in clear()
212 if (delBlock != m_first) in clear()
219 m_first->next = DE_NULL; in clear()
220 m_last = m_first; in clear()
274 return const_iterator(m_first, m_blockSize, 0); in begin()
280 return iterator(m_first, m_blockSize, 0); in begin()
/external/deqp/framework/common/
DtcuEither.hpp72 First* m_first; member
146 m_first->~First(); in release()
151 m_first = DE_NULL; in release()
158 m_first = new(m_data)First(first); in Either()
179 m_first = new(m_data)First(*other.m_first); in Either()
195 m_first = new(m_data)First(*other.m_first); in operator =()
208 m_first = new(m_data)First(first); in operator =()
240 return *m_first; in getFirst()
/external/testng/src/test/java/test/dependent/
DSampleDependentConfigurationMethods.java8 private boolean m_first = false; field in SampleDependentConfigurationMethods
18 m_first = true; in firstInvocation()
24 assert m_first : "firstInvocation() was never called"; in verifyDependents()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodingInfo.java199 m_first, in isInEncoding()
246 m_first, in isInEncoding()
291 final private int m_first; field in EncodingInfo.EncodingImpl
346 m_first = first; in EncodingImpl()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java983 block.m_first = leader; // m_first set in visit()
1141 …jumpAdjOffsets [l + 1] = _blocks [l].m_first + _blocks [l].m_length; // implies the insertion goes… in visit()
1149 jumpAdjMap [l + 1] = emitctx.m_out.size () - _blocks [l + 1].m_first; in visit()
1183 final int jump = _blocks [patchData [3]].m_first - patchData [2]; in visit()
1417 int m_first; // inclusive offset of the leader instruction [first instr in the block] field in InstrVisitor.Block
1439 final int first = m_first; in emit()
1441 m_first = out.size (); // update position to be within new code array in emit()
1506 … final int jumpOffset = ((Block) ctx.m_blocks.m_blocks.get (targetBlockID)).m_first - ip; in emitJumpOffset2()
1530 … final int jumpOffset = ((Block) ctx.m_blocks.m_blocks.get (targetBlockID)).m_first - ip; in emitJumpOffset4()