Searched defs:mark (Results 126 - 150 of 189) sorted by relevance

12345678

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp286 jmp_buf mark; local
287 cinfo.client_data = &mark;
288 if (setjmp(mark) == -1) {
301 if (setjmp(mark) == -1) {
/external/valgrind/main/coregrind/
H A Dm_redir.c246 Bool mark; /* set if spec requires further processing */ member in struct:_Spec
261 Bool mark; /* transient temporary used during deletion */ member in struct:_TopSpec
586 spec->mark = False; /* not significant */
639 newts->mark = False; /* not significant */
745 sp->mark = VG_(string_match)( sp->from_sopatt,
747 anyMark = anyMark || sp->mark;
772 if (!sp->mark)
797 if (!sp->mark)
799 if (sp->mark && (!sp->done) && sp->mandatory)
805 vg_assert(sp->mark);
[all...]
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.cc410 const bool mark = local
412 hex += mark ? '*' : ' ';
415 hex += mark ? '*' : ' ';
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1616 TextEmphasisMark mark = static_cast<TextEmphasisMark>(rareInheritedData->textEmphasisMark); local
1617 if (mark != TextEmphasisMarkAuto)
1618 return mark;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h94 // the mark bit when tracing.
256 void mark(Visitor*);
274 // encountering heap space of size allocationGranularity to mark it as
347 inline void mark();
844 // (potentially adding new pages to the heap), to find and mark
1415 void HeapObjectHeader::mark() function in class:blink::HeapObjectHeader
1585 visitor->mark(buffer, FinalizedHeapObjectHeader::fromPayload(buffer)->traceCallback());
2205 // elements to mark.
2248 // Just mark the node without tracing because we already traced
2279 // dead weak pointers on that side, and if there are we don't mark th
[all...]
H A DHeap.cpp526 mark(visitor);
543 void LargeHeapObject<FinalizedHeapObjectHeader>::mark(Visitor* visitor) function in class:blink::LargeHeapObject
550 visitor->mark(heapObjectHeader(), heapObjectHeader()->traceCallback());
555 void LargeHeapObject<HeapObjectHeader>::mark(Visitor* visitor) function in class:blink::LargeHeapObject
563 visitor->mark(heapObjectHeader(), gcInfo()->m_trace);
765 // Free list encode the size to mark the lost memory as freelist memory.
1607 visitor->mark(header, traceCallback(header));
1862 // call Heap::contains when outside a GC and we call mark
1872 header->mark();
1888 virtual void mark(HeapObjectHeade
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp486 // get the slot's index, 0 <= mark <= total;
487 double mark = total * reference_mark; local
492 mark -= weights[i]; // 0 <= mark <= total
493 if (mark <= 0)
1055 // for the strange question mark
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc90 // difficult to mark them as such.
388 // Constructor: n is number of normal slots, maxmark number of mark slots.
406 void mark() { function in class:re2::DFA::Workq
431 int nextmark_; // id of next mark
432 bool last_was_mark_; // last inserted was mark
801 q->mark();
815 // pushes at most two instructions plus maybe a mark.
826 q->mark();
923 newq->mark();
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc170 // ---- Functions doing validation with an extra mark.
1741 // --- Validation implementation with an extra mark ----------------------------
1742 // We will put a mark at the extreme end of each allocation block. We make
1744 // mark, and still provide the requested usable region. If ever that mark is
1761 // that a mark would be misunderstood (missed corruption). The marks are meant
1831 // We hash in the mark location plus the pointer so that we effectively mix in
1833 // that the mark will be different. It would be good to hash in the size (which
1834 // we effectively get by using both mark location and pointer), but even better
1840 inline static MarkType GetMarkValue(void* ptr, MarkType* mark) { argument
[all...]
/external/pcre/
H A Dpcre.h383 unsigned char **mark; /* For passing back a mark pointer */ member in struct:pcre_extra
396 PCRE_UCHAR16 **mark; /* For passing back a mark pointer */ member in struct:pcre16_extra
409 PCRE_UCHAR32 **mark; /* For passing back a mark pointer */ member in struct:pcre32_extra
434 const unsigned char *mark; /* Pointer to current mark or NULL */ member in struct:pcre_callout_block
456 const PCRE_UCHAR16 *mark; /* Pointer to current mark o member in struct:pcre16_callout_block
478 const PCRE_UCHAR32 *mark; /* Pointer to current mark or NULL */ member in struct:pcre32_callout_block
[all...]
/external/regex-re2/re2/
H A Ddfa.cc88 // difficult to mark them as such.
386 // Constructor: n is number of normal slots, maxmark number of mark slots.
404 void mark() { function in class:re2::DFA::Workq
429 int nextmark_; // id of next mark
430 bool last_was_mark_; // last inserted was mark
799 q->mark();
813 // pushes at most two instructions plus maybe a mark.
824 q->mark();
921 newq->mark();
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c294 Bool mark; member in struct:__anon32394
299 /* Filename table. _used is the high water mark; an entry is only
301 The .mark field is used to garbage-collect dead entries.
424 /* no free slots .. advance the high-water mark. */
527 (Int)seg->mark, name
699 /* .mark is used for admin purposes only. */
700 if (s->mark) return False;
838 /* clear mark bits */
840 segnames[i].mark = False;
841 /* mark */
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h533 Bool mark; /* marked for deletion? */ member in struct:_DebugInfo
/external/bluetooth/bluedroid/stack/include/
H A Duipc_msg.h493 UINT16 mark[2]; /* left/right 16 bit mark time 0 - 65535ms */ member in struct:__anon1645
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValueMappings.h3105 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextEmphasisMark mark) argument
3109 switch (mark) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditorCommand.cpp400 RefPtrWillBeRawPtr<Range> mark = frame.editor().mark().toNormalizedRange(); local
401 if (mark) {
402 bool selected = frame.selection().setSelectedRange(unionDOMRanges(mark.get(), frame.editor().selectedRange().get()).get(), DOWNSTREAM, FrameSelection::NonDirectional, FrameSelection::CloseTyping);
1048 RefPtrWillBeRawPtr<Range> mark = frame.editor().mark().toNormalizedRange(); local
1050 if (!mark || !selection)
1052 frame.selection().setSelectedRange(unionDOMRanges(mark.get(), selection.get()).get(), DOWNSTREAM, FrameSelection::NonDirectional, FrameSelection::CloseTyping);
1097 const VisibleSelection& mark = frame.editor().mark(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp572 // mark the bounds as non-opaque.
1011 void GraphicsContext::drawEmphasisMarks(const Font& font, const TextRunPaintInfo& runInfo, const AtomicString& mark, const FloatPoint& point) argument
1016 font.drawEmphasisMarks(this, runInfo, mark, point);
1830 But webkit can sometimes send us non-convex 4-point values, so we mark the path's
/external/chromium_org/v8/src/heap/
H A Dspaces.cc10 #include "src/heap/mark-compact.h"
1315 // Clear all mark-bits in the to-space.
1465 // otherwise. In the mark-compact collector, the memory region of the from
1664 void SemiSpace::set_age_mark(Address mark) { argument
1665 DCHECK(NewSpacePage::FromLimit(mark)->semi_space() == this);
1666 age_mark_ = mark;
1667 // Mark all pages up to the one containing mark.
1668 NewSpacePageIterator it(space_start(), mark); local
H A Dmark-compact.cc17 #include "src/heap/mark-compact.h"
658 // If the mark doesn't move, we don't check the color of the object.
1003 // Marking all live objects in the heap as part of mark-sweep or mark-compact
1018 // the marking stack. Instead, we mark them as both marked and overflowed.
1380 // We are close to a stack overflow, so just mark the objects.
1390 MarkBit mark = Marking::MarkBitFrom(object); local
1391 heap->mark_compact_collector()->MarkObject(object, mark);
1411 MarkBit mark = Marking::MarkBitFrom(object); local
1412 collector->MarkObject(object, mark);
1425 MarkBit mark = Marking::MarkBitFrom(obj); local
1448 MarkBit mark = Marking::MarkBitFrom(obj); local
2035 MarkBit mark = Marking::MarkBitFrom(heap_object); local
2045 MarkBit mark = Marking::MarkBitFrom(heap_object); local
2107 MarkBit mark = Marking::MarkBitFrom(child); local
2124 MarkBit mark = Marking::MarkBitFrom(weak_object_to_code_table); local
2502 MarkBit mark = Marking::MarkBitFrom(cell); local
2511 MarkBit mark = Marking::MarkBitFrom(obj); local
[all...]
H A Dspaces.h30 // The old generation is collected by a mark-sweep-compact collector.
44 // During scavenges and mark-sweep collections we sometimes (after a store
55 // To enable lazy cleaning of old space pages we can mark chunks of the page
639 static inline void UpdateHighWaterMark(Address mark);
656 // Used by the store buffer to keep track of which pages to mark scan-on-
1142 // This function and GetChunkId() are provided for the mark-compact
1680 // Prepares for a mark-compact GC.
2059 // chunks. The mark-compact collector uses the memory of the first page in
2118 // Age mark accessors.
2120 void set_age_mark(Address mark);
2437 set_age_mark(Address mark) argument
[all...]
/external/jarjar/lib/
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3382 unsigned &mark = Visited[Succ]; local
3383 if (!mark) {
3384 mark = 1;
3434 // the BugReporterVisitors may mark this bug as a false positive.
/external/dnsmasq/src/
H A Ddnsmasq.h315 #define SERV_MARK 256 /* for mark-and-delete */
324 uint32_t mark; member in struct:serverfd
339 uint32_t mark; member in struct:server
780 int local_bind(int fd, union mysockaddr *addr, char *intname, uint32_t mark, int is_tcp);
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c221 xmlRegMarkedType mark; member in struct:_xmlAutomataState
882 ret->mark = XML_REGEXP_MARK_NORMAL;
1782 if ((to->mark == XML_REGEXP_MARK_START) ||
1783 (to->mark == XML_REGEXP_MARK_VISITED))
1786 to->mark = XML_REGEXP_MARK_VISITED;
1837 to->mark = XML_REGEXP_MARK_NORMAL;
1979 state->mark = XML_REGEXP_MARK_START;
1982 state->mark = XML_REGEXP_MARK_NORMAL;
2271 /* can't be a letter, number, mark, pontuation, symbol */
2288 /* can't be a number, mark, separato
[all...]

Completed in 7838 milliseconds

12345678