Home
last modified time | relevance | path

Searched refs:m_next (Results 1 – 25 of 71) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderQuote.cpp38 , m_next(0) in RenderQuote()
48 ASSERT(!m_next && !m_previous); in ~RenderQuote()
304 ASSERT(!m_next && !m_previous); in attachQuote()
319 m_next = m_previous->m_next; in attachQuote()
320 m_previous->m_next = this; in attachQuote()
321 if (m_next) in attachQuote()
322 m_next->m_previous = this; in attachQuote()
327 m_next = view()->renderQuoteHead(); in attachQuote()
329 if (m_next) in attachQuote()
330 m_next->m_previous = this; in attachQuote()
[all …]
DLayoutState.cpp39 , m_next(prev) in LayoutState()
45 ASSERT(m_next); in LayoutState()
93 m_pageLogicalHeight = m_next->m_pageLogicalHeight; in LayoutState()
94 m_pageLogicalHeightChanged = m_next->m_pageLogicalHeightChanged; in LayoutState()
95 m_pageOffset = m_next->m_pageOffset; in LayoutState()
107 m_columnInfo = m_next->m_columnInfo; in LayoutState()
112 …if (!m_shapeInsideInfo && m_next->m_shapeInsideInfo && renderBlock->allowsShapeInsideInfoSharing(m… in LayoutState()
113 m_shapeInsideInfo = m_next->m_shapeInsideInfo; in LayoutState()
116 m_layoutDelta = m_next->m_layoutDelta; in LayoutState()
118 m_layoutDeltaXSaturated = m_next->m_layoutDeltaXSaturated; in LayoutState()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java50 protected int m_next = 0; field in NodeSequence
271 m_next=0; in setRoot()
283 m_next = 0; in reset()
318 if(m_next < vec.size()) in nextNode()
321 int next = vec.elementAt(m_next); in nextNode()
322 m_next++; in nextNode()
327 m_next++; in nextNode()
343 m_next++; in nextNode()
349 m_next++; in nextNode()
353 m_next++; in nextNode()
[all …]
/external/opencv/cv/src/
D_cvlist.h89 struct prefix##element_##type* m_next;\
121 if(element->m_next != NULL)\
123 element->m_next->m_prev = NULL;\
124 l->m_head_free.m_pos = element->m_next;\
152 element->m_next = ((element_type*)l->m_head_free.m_pos);\
197 pos->m_pos = element->m_next;\
234 element->m_next = (ELEMENT_##type*)(l->m_head.m_pos);\
236 if(element->m_next)\
238 element->m_next->m_prev = element;\
251 element->m_next = NULL;\
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DFillLayer.cpp28 FillLayer* m_next; member
44 : m_next(0) in FillLayer()
78 : m_next(o.m_next ? new FillLayer(*o.m_next) : 0) in FillLayer()
113 delete m_next; in ~FillLayer()
118 if (m_next != o.m_next) { in operator =()
119 delete m_next; in operator =()
120 m_next = o.m_next ? new FillLayer(*o.m_next) : 0; in operator =()
168 && ((m_next && o.m_next) ? *m_next == *o.m_next : m_next == o.m_next); in operator ==()
298 next = p->m_next; in cullEmptyLayers()
301 p->m_next = 0; in cullEmptyLayers()
[all …]
DFillLayer.h85 const FillLayer* next() const { return m_next; } in next()
86 FillLayer* next() { return m_next; } in next()
142 void setNext(FillLayer* n) { if (m_next != n) { delete m_next; m_next = n; } } in setNext() local
160 return m_next ? m_next->hasImage() : false; in hasImage()
167 return m_next ? m_next->hasFixedImage() : false; in hasFixedImage()
201 FillLayer* m_next; variable
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java285 m_next = 0; in reset()
388 if ((m_next) < this.size()) in nextNode()
390 int next = this.elementAt(m_next); in nextNode()
392 m_next++; in nextNode()
418 if ((m_next - 1) > 0) in previousNode()
420 m_next--; in previousNode()
422 return this.elementAt(m_next); in previousNode()
463 return (m_next == 0); in isFresh()
485 if ((index >= 0) && (m_next < m_firstFree)) in runTo()
486 m_next = index; in runTo()
[all …]
DNodeSet.java172 m_next = 0; in reset()
244 if ((m_next) < this.size()) in nextNode()
246 Node next = this.elementAt(m_next); in nextNode()
248 m_next++; in nextNode()
274 if ((m_next - 1) > 0) in previousNode()
276 m_next--; in previousNode()
278 return this.elementAt(m_next); in previousNode()
307 return (m_next == 0); in isFresh()
329 if ((index >= 0) && (m_next < m_firstFree)) in runTo()
330 m_next = index; in runTo()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/text/
DBidiRunList.h80 m_lastRun->m_next = run; in addRun()
88 ASSERT(!run->m_next); in prependRun()
93 run->m_next = m_firstRun; in prependRun()
103 ASSERT(run->m_next); in moveRunToEnd()
115 current->m_next = run->m_next; in moveRunToEnd()
117 run->m_next = 0; in moveRunToEnd()
118 m_lastRun->m_next = run; in moveRunToEnd()
136 current->m_next = run->m_next; in moveRunToBeginning()
140 run->m_next = m_firstRun; in moveRunToBeginning()
236 curr->m_next = newNext; in reverseRuns()
[all …]
/external/emma/core/java12/com/vladium/util/
DSoftValueMap.java169 for (SoftEntry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in get()
238 for (SoftEntry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in put()
307 …ntry entry = buckets [bucketIndex], prev = null; entry != null; prev = entry, entry = entry.m_next) in remove()
315 buckets [bucketIndex] = entry.m_next; in remove()
319 prev.m_next = entry.m_next; in remove()
331 entry.m_next = null; in remove()
351 …final SoftEntry next = entry.m_next; // remember next pointer because we are going to reuse this e… in clear()
358 entry.m_next = null; in clear()
454 m_next = next; in SoftEntry()
460 SoftEntry m_next; // singly-linked list link field in SoftValueMap.SoftEntry
[all …]
DIntIntMap.java91 for (Entry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in contains()
115 for (Entry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in get()
134 for (Entry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in get()
153 for (Entry entry = m_buckets [b]; entry != null; entry = entry.m_next) in keys()
179 for (Entry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in put()
224 final Entry next = entry.m_next; in remove()
231 prev.m_next = next; in remove()
270 m_next = next; in Entry()
276 Entry m_next; // singly-linked list link field in IntIntMap.Entry
300 … final Entry next = entry.m_next; // remember next pointer because we are going to reuse this entry in rehash()
[all …]
DObjectIntMap.java96 for (Entry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in contains()
124 for (Entry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in get()
143 for (Entry entry = m_buckets [b]; entry != null; entry = entry.m_next) in keys()
172 for (Entry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in put()
220 final Entry next = entry.m_next; in remove()
227 prev.m_next = next; in remove()
266 m_next = next; in Entry()
272 Entry m_next; // singly-linked list link field in ObjectIntMap.Entry
296 … final Entry next = entry.m_next; // remember next pointer because we are going to reuse this entry in rehash()
303 entry.m_next = bucketListHead; in rehash()
DIntSet.java89 for (Entry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in contains()
109 for (Entry entry = m_buckets [b]; entry != null; entry = entry.m_next) in values()
127 for (Entry entry = m_buckets [b]; entry != null; entry = entry.m_next) in values()
146 for (Entry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in add()
201 m_next = next; in Entry()
206 Entry m_next; // singly-linked list link field in IntSet.Entry
230 … final Entry next = entry.m_next; // remember next pointer because we are going to reuse this entry in rehash()
237 entry.m_next = bucketListHead; in rehash()
DIntObjectMap.java91 for (Entry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in contains()
116 for (Entry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in get()
136 for (Entry entry = m_buckets [b]; entry != null; entry = entry.m_next) in keys()
165 for (Entry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next) in put()
228 m_next = next; in Entry()
234 Entry m_next; // singly-linked list link field in IntObjectMap.Entry
258 … final Entry next = entry.m_next; // remember next pointer because we are going to reuse this entry in rehash()
265 entry.m_next = bucketListHead; in rehash()
/external/chromium_org/third_party/WebKit/Source/wtf/
DTreeNode.h53 : m_next(0) in TreeNode()
61 NodeType* next() const { return m_next; } in next()
68 …bool orphan() const { return !m_parent && !m_next && !m_previous && !m_firstChild && !m_lastChild;… in orphan()
86 newChild->m_next = refChild; in insertBefore()
90 newPrevious->m_next = newChild; in insertBefore()
109 ASSERT(!m_lastChild->m_next); in appendChild()
114 oldLast->m_next = child; in appendChild()
128 child->m_parent = child->m_next = child->m_previous = 0; in removeChild()
133 oldPrevious->m_next = oldNext; in removeChild()
139 NodeType* m_next;
DLinkedStack.h62 OwnPtr<Node> m_next; variable
73 , m_next(next) in Node()
100 m_head = m_head->m_next.release(); in pop()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DElemContext.java106 private ElemContext m_next; field in ElemContext
167 ElemContext frame = this.m_next; in push()
174 this.m_next = frame; in push()
201 ElemContext frame = this.m_next; in push()
208 this.m_next = frame; in push()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontFamily.h54 RefPtr<SharedFontFamily> m_next; variable
73 RefPtr<SharedFontFamily> reaper = m_next.release(); in ~FontFamily()
80 return m_next.get(); in next()
85 m_next = family; in appendFamily()
90 return m_next.release(); in releaseNext()
/external/libppp/src/
Ddeflate.c83 mi->m_next = mp; in DeflateOutput()
126 if (state->cx.avail_in == 0 && mi->m_next != NULL) { in DeflateOutput()
127 mi = mi->m_next; in DeflateOutput()
130 if (mi->m_next == NULL) in DeflateOutput()
135 mo->m_next = m_get(DEFLATE_CHUNK_LEN, MB_CCPOUT); in DeflateOutput()
137 mo = mo->m_next; in DeflateOutput()
169 for (len = mo->m_len; len < olen; mo = mo->m_next, len += mo->m_len) in DeflateOutput()
172 if (mo->m_next != NULL) { in DeflateOutput()
173 m_freem(mo->m_next); in DeflateOutput()
174 mo->m_next = NULL; in DeflateOutput()
[all …]
Dmbuf.c82 for (len = 0; bp; bp = bp->m_next) in m_length()
174 nbp = bp->m_next; in m_free()
236 bp = bp->m_next; in mbuf_View()
267 head->m_next = bp; in m_prepend()
290 for (; bp; bp = bp->m_next, n -= bp->m_len) in m_adj()
293 m_freem(bp->m_next); in m_adj()
294 bp->m_next = NULL; in m_adj()
316 bp = bp->m_next; in mbuf_Write()
386 if (bp->m_next != NULL) { in m_pullup()
412 for (; bp; bp = bp->m_next) in m_settype()
[all …]
/external/qemu/slirp-android/
Dmbuf.c34 m_freelist.m_next = m_freelist.m_prev = &m_freelist; in m_init()
35 m_usedlist.m_next = m_usedlist.m_prev = &m_usedlist; in m_init()
54 if (m_freelist.m_next == &m_freelist) { in m_get()
63 m = m_freelist.m_next; in m_get()
214 for (m = m_usedlist.m_next; m != &m_usedlist; m = m->m_next) { in dtom()
/external/qemu/slirp/
Dmbuf.c34 m_freelist.m_next = m_freelist.m_prev = &m_freelist; in m_init()
35 m_usedlist.m_next = m_usedlist.m_prev = &m_usedlist; in m_init()
54 if (m_freelist.m_next == &m_freelist) { in m_get()
63 m = m_freelist.m_next; in m_get()
214 for (m = m_usedlist.m_next; m != &m_usedlist; m = m->m_next) { in dtom()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java173 next = next.m_next; in eleminateSharedPartialPaths()
218 matchedPathsTail.m_next = null; in matchAndEliminatePartialPaths()
223 matchedPathsTail.m_next = (MultistepExprHolder)meh.clone(); in matchAndEliminatePartialPaths()
227 matchedPathsTail = matchedPathsTail.m_next; in matchAndEliminatePartialPaths()
228 matchedPathsTail.m_next = null; in matchAndEliminatePartialPaths()
231 meh = meh.m_next; in matchAndEliminatePartialPaths()
255 matchedPaths = matchedPaths.m_next; in matchAndEliminatePartialPaths()
317 next = next.m_next; in findCommonAncestor()
390 next = next.m_next; in isNotSameAsOwner()
629 tail.m_next = new MultistepExprHolder(owner2, stepCount, null); in findAndEliminateRedundant()
[all …]
DTemplateSubPatternAssociation.java50 private TemplateSubPatternAssociation m_next = null; field in TemplateSubPatternAssociation
87 tspa.m_next = null; in clone()
233 return m_next; in getNext()
247 m_next = mp; in setNext()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLInputStream.h134 m_inputStream->splitInto(m_next); in InsertionPointRecord()
145 m_inputStream->mergeFrom(m_next); in ~InsertionPointRecord()
152 SegmentedString m_next; variable

123