Searched refs:marker (Results 1 - 25 of 417) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/iccjpeg/
H A Diccjpeg.c25 * Since an ICC profile can be larger than the maximum size of a JPEG marker
33 * Decoders should use the marker sequence numbers to reassemble the profile,
37 #define ICC_MARKER (JPEG_APP0 + 2) /* JPEG marker code for ICC */
39 #define MAX_BYTES_IN_MARKER 65533 /* maximum data len of a JPEG marker */
47 * (This ordering ensures that the APP2 marker(s) will appear after the
58 unsigned int length; /* number of bytes to write in this marker */
66 /* length of profile to put in this marker */
72 /* Write the JPEG marker header (APP2 code and marker length) */
76 /* Write the marker identifyin
124 marker_is_icc(jpeg_saved_marker_ptr marker) argument
169 jpeg_saved_marker_ptr marker; local
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DIIntStream.cs61 /// <returns>Return a marker that can be passed to
64 /// <see cref="IIntStream.Index"/>, or some other marker.</returns>
76 /// <see cref="IIntStream.Index"/> would return marker.
79 /// The marker will usually be <see cref="IIntStream.Index"/> but
80 /// it doesn't have to be. It's just a marker to indicate what
83 /// If there are other markers created after the specified marker,
85 /// stream was in when this marker was created.
87 void Rewind(int marker); argument
90 /// Rewind to the input position of the last marker.
95 /// of the decision. Do not "pop" the marker of
114 Release(int marker) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIIntStream.cs56 * current input position, Index, or some other marker so that
77 * Reset the stream so that next call to index would return marker.
78 * The marker will usually be Index but it doesn't have to be. It's
79 * just a marker to indicate what state the stream was in. This is
81 * created after this marker argument, this routine must unroll them
82 * like a stack. Assume the state the stream was in when this marker
86 void Rewind( int marker );
89 * Rewind to the input position of the last marker.
93 * Do not "pop" the marker off the state. mark(i)
95 * like invoking rewind(last marker) bu
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DIntStream.java44 * current input position, index(), or some other marker so that
58 /** Reset the stream so that next call to index would return marker.
59 * The marker will usually be index() but it doesn't have to be. It's
60 * just a marker to indicate what state the stream was in. This is
62 * created after this marker argument, this routine must unroll them
63 * like a stack. Assume the state the stream was in when this marker
66 void rewind(int marker); argument
68 /** Rewind to the input position of the last marker.
72 * Do not "pop" the marker off the state. mark(i)
74 * like invoking rewind(last marker) bu
87 release(int marker) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceMarker.cpp83 // Map paint invalidation rect into parent coordinate space, in which the marker boundaries have to be evaluated
99 SVGMarkerElement* marker = toSVGMarkerElement(element()); local
100 ASSERT(marker);
102 SVGLengthContext lengthContext(marker);
103 return FloatPoint(marker->refX()->currentValue()->value(lengthContext), marker->refY()->currentValue()->value(lengthContext));
108 SVGMarkerElement* marker = toSVGMarkerElement(element()); local
109 ASSERT(marker);
112 if (marker->orientType()->currentValue()->enumValue() == SVGMarkerOrientAngle)
113 angle = marker
120 SVGMarkerElement* marker = toSVGMarkerElement(element()); local
138 SVGMarkerElement* marker = toSVGMarkerElement(element()); local
164 SVGMarkerElement* marker = toSVGMarkerElement(element()); local
[all...]
/external/clang/test/Lexer/
H A Dconflict-marker.c6 // diff3 style expected-error@+1 {{version control conflict marker in file}}
15 // normal style expected-error@+1 {{version control conflict marker in file}}
22 // Perforce style expected-error@+1 {{version control conflict marker in file}}
23 >>>> ORIGINAL conflict-marker.c#6
25 ==== THEIRS conflict-marker.c#7
27 ==== YOURS conflict-marker.c
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRIntStream.h35 // current input position, index(), or some other marker so that
38 // TODO: problem in that lexer stream returns not index but some marker
47 // Reset the stream so that next call to index would return marker.
48 // The marker will usually be -index but it doesn't have to be. It's
49 // just a marker to indicate what state the stream was in. This is
51 // created after this marker argument, this routine must unroll them
52 // like a stack. Assume the state the stream was in when this marker
56 - (void) rewind:(NSInteger) marker;
59 // stream to keep bookkeeping objects around for a marker that is
63 - (void) release:(NSInteger) marker;
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRIntStream.h35 // current input position, index(), or some other marker so that
38 // TODO: problem in that lexer stream returns not index but some marker
47 // Reset the stream so that next call to index would return marker.
48 // The marker will usually be -index but it doesn't have to be. It's
49 // just a marker to indicate what state the stream was in. This is
51 // created after this marker argument, this routine must unroll them
52 // like a stack. Assume the state the stream was in when this marker
56 - (void) rewind:(NSInteger) marker;
59 // stream to keep bookkeeping objects around for a marker that is
63 - (void) release:(NSInteger) marker;
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRIntStream.h35 // current input position, index(), or some other marker so that
38 // TODO: problem in that lexer stream returns not index but some marker
47 // Reset the stream so that next call to index would return marker.
48 // The marker will usually be -index but it doesn't have to be. It's
49 // just a marker to indicate what state the stream was in. This is
51 // created after this marker argument, this routine must unroll them
52 // like a stack. Assume the state the stream was in when this marker
56 - (void) rewind:(NSInteger) marker;
59 // stream to keep bookkeeping objects around for a marker that is
63 - (void) release:(NSInteger) marker;
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Ddebug_marker_manager.cc18 void DebugMarkerManager::Group::SetMarker(const std::string& marker) { argument
19 marker_ = name_ + "." + marker;
30 void DebugMarkerManager::SetMarker(const std::string& marker) { argument
31 group_stack_.top().SetMarker(marker);
35 return group_stack_.top().marker();
H A Ddebug_marker_manager.h15 // Tracks debug marker.
21 // Gets the current marker on the top group.
23 // Sets the current marker on the top group.
24 void SetMarker(const std::string& marker);
41 void SetMarker(const std::string& marker);
43 const std::string& marker() const { function in class:gpu::gles2::DebugMarkerManager::Group
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRenderedDocumentMarker.h37 static PassOwnPtrWillBeRawPtr<RenderedDocumentMarker> create(const DocumentMarker& marker) argument
39 return adoptPtrWillBeNoop(new RenderedDocumentMarker(marker));
50 explicit RenderedDocumentMarker(const DocumentMarker& marker) argument
51 : DocumentMarker(marker)
71 DEFINE_TYPE_CASTS(RenderedDocumentMarker, DocumentMarker, marker, true, true);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DIntStream.as43 * current input position, index(), or some other marker so that
57 /** Reset the stream so that next call to index would return marker.
58 * The marker will usually be index() but it doesn't have to be. It's
59 * just a marker to indicate what state the stream was in. This is
61 * created after this marker argument, this routine must unroll them
62 * like a stack. Assume the state the stream was in when this marker
65 function rewindTo(marker:int):void;
67 /** Rewind to the input position of the last marker.
71 * Do not "pop" the marker off the state. mark(i)
73 * like invoking rewind(last marker) bu
[all...]
/external/chromium_org/media/cast/net/rtp/
H A Drtp_receiver_defines.cc11 : marker(false),
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRIntStream.h39 // current input position, index(), or some other marker so that
42 // TODO: problem in that lexer stream returns not index but some marker
55 // Reset the stream so that next call to index would return marker.
56 // The marker will usually be -index but it doesn't have to be. It's
57 // just a marker to indicate what state the stream was in. This is
59 // created after this marker argument, this routine must unroll them
60 // like a stack. Assume the state the stream was in when this marker
64 - (void) rewind:(NSInteger) marker;
67 // stream to keep bookkeeping objects around for a marker that is
71 - (void) release:(NSInteger) marker;
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
H A Dtouch-action-tests.js31 var marker = document.createElement('div');
32 marker.className = 'marker';
33 marker.style.top = (y - kMarkerSize/2) + 'px';
34 marker.style.left = (x - kMarkerSize/2) + 'px';
35 document.body.appendChild(marker);
/external/mockito/src/org/mockito/internal/verification/checkers/
H A DNonGreedyNumberOfInvocationsInOrderChecker.java23 private final InvocationMarker marker; field in class:NonGreedyNumberOfInvocationsInOrderChecker
29 NonGreedyNumberOfInvocationsInOrderChecker(InvocationsFinder finder, Reporter reporter, InvocationMarker marker ) {
32 this.marker = marker;
43 marker.markVerified( next, wanted );
/external/skia/src/gpu/
H A DGrTraceMarker.cpp22 void GrTraceMarkerSet::add(const GrGpuTraceMarker& marker) { argument
23 this->fMarkerArray.push(marker);
32 void GrTraceMarkerSet::remove(const GrGpuTraceMarker& marker) { argument
33 SkASSERT(-1 != fMarkerArray.find(marker));
34 int index = this->fMarkerArray.find(marker);
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync_test.py39 for marker in markers:
40 if marker.data_type_id == datatype.number:
41 return marker
42 self.fail('Required marker not found: %s' % datatype.name)
337 marker = msg.from_progress_marker.add()
338 marker.data_type_id = autofill.number
339 marker.token = pickle.dumps((15412, 1))
340 marker = msg.from_progress_marker.add()
341 marker.data_type_id = theme.number
342 marker
[all...]
/external/jpeg/
H A Djdmarker.c10 * suspension: if not all of the data for a marker is available,
12 * the marker.
20 typedef enum { /* JPEG marker codes */
93 /* Application-overridable marker processing methods */
97 /* Limit on marker data length to save for each marker type */
101 /* Status of COM/APPn marker saving */
102 jpeg_saved_marker_ptr cur_marker; /* NULL if not processing a marker */
103 unsigned int bytes_read; /* data bytes read so far in marker */
168 * Entry condition: JPEG marker itsel
750 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
1211 int marker = cinfo->unread_marker; local
1288 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
1308 my_marker_ptr marker; local
1353 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
1402 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djdmarker.c10 * suspension: if not all of the data for a marker is available,
12 * the marker.
20 typedef enum { /* JPEG marker codes */
93 /* Application-overridable marker processing methods */
97 /* Limit on marker data length to save for each marker type */
101 /* Status of COM/APPn marker saving */
102 jpeg_saved_marker_ptr cur_marker; /* NULL if not processing a marker */
103 unsigned int bytes_read; /* data bytes read so far in marker */
168 * Entry condition: JPEG marker itsel
742 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
1203 int marker = cinfo->unread_marker; local
1280 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
1300 my_marker_ptr marker; local
1345 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
1394 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DListMarkerPainter.cpp39 IntRect marker = m_renderListMarker.getRelativeMarkerRect(); local
40 marker.moveBy(roundedIntPoint(boxOrigin));
45 context->drawImage(m_renderListMarker.image()->image(&m_renderListMarker, marker.size()).get(), marker);
69 context->fillEllipse(marker);
72 context->strokeEllipse(marker);
75 context->fillRect(marker);
166 marker.moveBy(roundedIntPoint(-boxOrigin));
167 marker = marker
[all...]
/external/chromium_org/chrome/common/
H A Dspellcheck_marker.h10 // A predicate to test spellcheck marker validity.
15 bool operator()(const SpellCheckMarker& marker) const {
16 return marker.offset < text_length_;
/external/chromium_org/v8/src/
H A Dcircular-queue.h43 // Reserved values for the entry marker.
51 Entry() : marker(kEmpty) {}
53 base::Atomic32 marker; variable
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdmarker.c11 * suspension: if not all of the data for a marker is available,
13 * the marker.
21 typedef enum { /* JPEG marker codes */
94 /* Application-overridable marker processing methods */
98 /* Limit on marker data length to save for each marker type */
102 /* Status of COM/APPn marker saving */
103 jpeg_saved_marker_ptr cur_marker; /* NULL if not processing a marker */
104 unsigned int bytes_read; /* data bytes read so far in marker */
169 * Entry condition: JPEG marker itsel
776 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
1228 int marker = cinfo->unread_marker; local
1278 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
1298 my_marker_ptr marker; local
1337 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
1386 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
[all...]

Completed in 5817 milliseconds

1234567891011>>