Home
last modified time | relevance | path

Searched refs:m_last (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLInputStream.h55 : m_last(&m_first) in HTMLInputStream()
61 m_last->append(string); in appendToEnd()
71 return &m_first != m_last; in hasInsertionPoint()
76 m_last->append(SegmentedString(String(&kEndOfFileMarker, 1))); in markEndOfFile()
77 m_last->close(); in markEndOfFile()
82 m_last->close(); in closeWithoutMarkingEndOfFile()
87 return m_last->isClosed(); in haveSeenEndOfFile()
97 if (m_last == &m_first) { in splitInto()
101 m_last = &next; in splitInto()
108 if (m_last == &next) { in mergeFrom()
[all …]
DHTMLEntitySearch.cpp42 , m_last(HTMLEntityTable::lastEntry()) in HTMLEntitySearch()
60 const HTMLEntityTableEntry* right = m_last; in findFirst()
85 const HTMLEntityTableEntry* right = m_last; in findLast()
112 m_last = HTMLEntityTable::lastEntryStartingWith(nextCharacter); in advance()
113 if (!m_first || !m_last) in advance()
117 m_last = findLast(nextCharacter); in advance()
118 if (m_first == m_last && compare(m_first, nextCharacter) != Prefix) in advance()
DHTMLEntitySearch.h60 m_last = 0; in fail()
67 const HTMLEntityTableEntry* m_last; variable
/external/chromium_org/third_party/WebKit/Source/platform/heap/
DCallbackStack.cpp115 CallbackStack::CallbackStack() : m_first(new Block(0)), m_last(m_first) in CallbackStack()
124 m_last = 0; in ~CallbackStack()
135 m_last = m_first; in clear()
161 m_last = m_first; in takeBlockFrom()
231 ASSERT(!m_last->next()); in append()
232 ASSERT(!other->m_last->next()); in append()
233 m_last->setNext(other->m_first); in append()
234 m_last = other->m_last; in append()
237 other->m_last = 0; in append()
250 tmp = m_last; in swap()
[all …]
DCallbackStack.h66 Block* m_last; variable
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMAxisIterNodeList.java62 private int m_last = -1; field in DTMAxisIterNodeList
74 m_last = 0; in DTMAxisIterNodeList()
112 } else if (m_last == -1) { in item()
119 m_last = count; in item()
133 if (m_last == -1) { in getLength()
138 m_last = m_cachedNodes.size(); in getLength()
140 return m_last; in getLength()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java43 protected int m_last = -1; field in NodeSequence
190 m_last = ((DTMIterator)nodeVector).getLength(); in NodeSequence()
203 m_last = 0; in NodeSequence()
325 else if(cacheComplete() || (-1 != m_last) || (null == m_iter)) in nextNode()
362 m_last = m_next; in nextNode()
578 m_last = vec.size(); in setItem()
609 if(-1 == m_last) in getLength()
615 return m_last; in getLength()
619 return (-1 == m_last) ? (m_last = m_iter.getLength()) : m_last; in getLength()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DBidiResolver.h280 Iterator m_last; variable
384 if (!m_emptyRun && m_eor != m_last) { in lowerExplicitEmbeddingLevel()
405 m_eor = m_last; in lowerExplicitEmbeddingLevel()
422 if (!m_emptyRun && m_eor != m_last) { in raiseExplicitEmbeddingLevel()
445 m_eor = m_last; in raiseExplicitEmbeddingLevel()
692 m_last = m_current; in createBidiRunsForLine()
709 stateAtEnd.m_last = m_last; in createBidiRunsForLine()
713 m_endOfRunAtEndOfLine = m_last; in createBidiRunsForLine()
793 m_eor = m_last; in createBidiRunsForLine()
804 m_eor = m_last; in createBidiRunsForLine()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodingInfo.java213 m_last, in isInEncoding()
260 m_last, in isInEncoding()
300 final private int m_last; field in EncodingInfo.EncodingImpl
347 m_last = last; in EncodingImpl()
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXNodeSet.java61 m_last = nodeSet.m_last; in XNodeSet()
84 m_last = val.m_last; in XNodeSet()
114 m_last = 1; in XNodeSet()
117 m_last = 0; in XNodeSet()
DXNodeSetForDOM.java71 m_last=nsdtm.getLength(); in XNodeSetForDOM()
85 m_last=nsdtm.getLength(); in XNodeSetForDOM()
/external/lldb/examples/python/
Ddisasm-stress-test.py72 self.m_last = (1 << (byte_width * 8)) - 1
78 if self.m_value > self.m_last:
87 return (self.m_last - self.m_start) / self.m_skip
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java1212 transient private int m_last = 0; field in NodeSetDTM
1216 return m_last; in getLast()
1221 m_last = last; in setLast()
DNodeSet.java810 transient private int m_last = 0; field in NodeSet
814 return m_last; in getLast()
819 m_last = last; in setLast()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h104 RenderLayer* lastChild() const { return m_last; } in lastChild()
543 void setLastChild(RenderLayer* last) { m_last = last; } in setLastChild()
706 RenderLayer* m_last; variable
DInlineIterator.h449 m_last = m_current; in isEndOfLine()
DRenderLayer.cpp133 , m_last(0) in RenderLayer()
1256 if (m_last == oldChild) in removeChild()
1257 m_last = oldChild->previousSibling(); in removeChild()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_output.c5057 struct mbuf *m, *m_last; local
5310 m_last = sctp_add_addresses_to_i_ia(inp, stcb, &stcb->asoc.scope,
5316 if (sctp_add_pad_tombuf(m_last, padding_len) == NULL) {
5846 struct mbuf *m, *m_tmp, *m_last, *m_cookie, *op_err; local
6434 m_last = m;
6451 m_last = sctp_add_addresses_to_i_ia(inp, stcb, &scp, m_last,
6469 SCTP_BUF_NEXT(m_last) = op_err;
6470 while (SCTP_BUF_NEXT(m_last) != NULL) {
6471 m_last = SCTP_BUF_NEXT(m_last);
6476 m_last = sctp_add_pad_tombuf(m_last, padding_len);
[all …]
Dsctputil.c2663 struct mbuf *m_last; in sctp_add_pad_tombuf() local
2674 m_last = m; in sctp_add_pad_tombuf()
2677 m_last = sctp_get_mbuf_for_msg(padlen, 0, M_NOWAIT, 1, MT_DATA); in sctp_add_pad_tombuf()
2678 if (m_last == NULL) { in sctp_add_pad_tombuf()
2681 SCTP_BUF_LEN(m_last) = 0; in sctp_add_pad_tombuf()
2682 SCTP_BUF_NEXT(m_last) = NULL; in sctp_add_pad_tombuf()
2683 SCTP_BUF_NEXT(m) = m_last; in sctp_add_pad_tombuf()
2685 dp = mtod(m_last, caddr_t) + SCTP_BUF_LEN(m_last); in sctp_add_pad_tombuf()
2686 SCTP_BUF_LEN(m_last) += padlen; in sctp_add_pad_tombuf()
2688 return (m_last); in sctp_add_pad_tombuf()