HomeSort by relevance Sort by last modified time
    Searched refs:marker (Results 1 - 25 of 357) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
JpegHeader.java 26 * SOF (start of frame). All value between SOF0 and SOF15 is SOF marker except for DHT, JPG,
27 * and DAC marker.
35 public static final boolean isSofMarker(short marker) {
36 return marker >= SOF0 && marker <= SOF15 && marker != DHT && marker != JPG
37 && marker != DAC;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
IntStream.java 44 * 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);
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) but it should not "pop
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
M4PSW_Trace.c 57 va_list marker; /* pointer to list of arguments */ local
60 va_start(marker,format); /* set ptr to first argument in the list of arguments passed to the function */
61 vsprintf((char *)message, (const char *)format,marker ); /* formats and writes the data into message */
62 va_end(marker); /* reset pointer to NULL */
82 va_list marker; /* pointer to list of arguments */ local
85 va_start(marker,stringMsg); /* set ptr to first argument in the list of arguments passed to the function */
86 vsprintf((char *)message, (const char *)stringMsg,marker ); /* formats and writes the data into message */
87 va_end(marker); /* reset pointer to NULL */
  /packages/apps/Email/src/org/apache/commons/io/
FileCleaner.java 23 * marker object is reclaimed by the garbage collector.
48 * Track the specified file, using the provided marker, deleting the file
49 * when the marker instance is garbage collected.
53 * @param marker the marker object used to track the file, not null
57 public static void track(File file, Object marker) {
58 theInstance.track(file, marker);
62 * Track the specified file, using the provided marker, deleting the file
63 * when the marker instance is garbage collected.
67 * @param marker the marker object used to track the file, not null
    [all...]
FileCleaningTracker.java 27 * marker object is reclaimed by the garbage collector.
63 * Track the specified file, using the provided marker, deleting the file
64 * when the marker instance is garbage collected.
68 * @param marker the marker object used to track the file, not null
71 public void track(File file, Object marker) {
72 track(file, marker, (FileDeleteStrategy) null);
76 * Track the specified file, using the provided marker, deleting the file
77 * when the marker instance is garbage collected.
81 * @param marker the marker object used to track the file, not null
89 addTracker(file.getPath(), marker, deleteStrategy); local
    [all...]
  /external/clang/test/Lexer/
conflict-marker.c 6 // 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/
ANTLRIntStream.h 35 // 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/
ANTLRIntStream.h 35 // 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/
ANTLRIntStream.h 35 // 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/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceMarker.cpp 81 // Map repaint rect into parent coordinate space, in which the marker boundaries have to be evaluated
97 SVGMarkerElement* marker = static_cast<SVGMarkerElement*>(node()); local
98 ASSERT(marker);
100 return FloatPoint(marker->refX().value(marker), marker->refY().value(marker));
105 SVGMarkerElement* marker = static_cast<SVGMarkerElement*>(node()); local
106 ASSERT(marker);
109 if (marker->orientType() == SVGMarkerElement::SVG_MARKER_ORIENT_ANGLE
117 SVGMarkerElement* marker = static_cast<SVGMarkerElement*>(node()); local
154 SVGMarkerElement* marker = static_cast<SVGMarkerElement*>(node()); local
    [all...]
SVGMarkerLayoutInfo.cpp 53 // Draw the marker for the previous element
54 RenderSVGResourceMarker* marker = markerData.marker(); local
55 if (elementIndex > 0 && marker)
56 info.addLayoutedMarker(marker, markerData.origin(), markerData.currentAngle());
58 // Update our marker data for this element
61 // After drawing the start marker, switch to drawing mid markers
92 RenderSVGResourceMarker* markerContent = layout.marker;
120 layout.marker->draw(paintInfo, layout.matrix);
124 void SVGMarkerLayoutInfo::addLayoutedMarker(RenderSVGResourceMarker* marker, const FloatPoint& origin, float angle
    [all...]
SVGMarkerLayoutInfo.h 36 : marker(markerObj)
39 ASSERT(marker);
42 RenderSVGResourceMarker* marker; member in struct:WebCore::MarkerLayout
SVGMarkerData.h 41 SVGMarkerData(const Type& type = Unknown, RenderSVGResourceMarker* marker = 0)
43 , m_marker(marker)
48 RenderSVGResourceMarker* marker() const { return m_marker; } function in class:WebCore::SVGMarkerData
77 void updateTypeAndMarker(const Type& type, RenderSVGResourceMarker* marker)
80 m_marker = marker;
95 // FIXME: https://bugs.webkit.org/show_bug.cgi?id=33115 (PathElementAddQuadCurveToPoint not handled for <marker>)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 61 /// <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);
90 /// Rewind to the input position of the last marker.
95 /// of the decision. Do not "pop" the marker off the state. Mark(i)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs 56 * 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) but it should not "pop
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
AccessibilityTextMarkerMac.mm 33 AccessibilityTextMarker::AccessibilityTextMarker(PlatformTextMarker marker)
34 : m_textMarker(marker)
38 AccessibilityTextMarker::AccessibilityTextMarker(const AccessibilityTextMarker& marker)
39 : m_textMarker(marker.platformTextMarker())
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
IntStream.as 43 * 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) but it should not "pop
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRIntStream.h 39 // 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/webkit/Source/WebCore/css/
SVGCSSPropertyNames.in 27 marker
28 marker-end
29 marker-mid
30 marker-start
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Exif.java 35 int marker = jpeg[offset] & 0xFF; local
37 // Check if the marker is a padding.
38 if (marker == 0xFF) {
43 // Check if the marker is SOI or TEM.
44 if (marker == 0xD8 || marker == 0x01) {
47 // Check if the marker is EOI or SOS.
48 if (marker == 0xD9 || marker == 0xDA) {
59 // Break if the marker is EXIF in APP1
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Exif.java 34 int marker = jpeg[offset] & 0xFF; local
36 // Check if the marker is a padding.
37 if (marker == 0xFF) {
42 // Check if the marker is SOI or TEM.
43 if (marker == 0xD8 || marker == 0x01) {
46 // Check if the marker is EOI or SOS.
47 if (marker == 0xD9 || marker == 0xDA) {
58 // Break if the marker is EXIF in APP1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 86 * @param marker the {@link IMarker} to get the value for
87 * @return the value of this column for the given marker
89 public abstract String getValue(@NonNull IMarker marker);
92 * @param marker the {@link IMarker} to get the value for
93 * @return the styled value of this column for the given marker
95 public StyledString getStyledValue(@NonNull IMarker marker) {
100 * @param marker the {@link IMarker} to get the image for
104 public Image getImage(@NonNull IMarker marker) {
109 * @param marker the {@link IMarker} to get the font for
113 public Font getFont(@NonNull IMarker marker) {
    [all...]
  /external/mockito/src/org/mockito/internal/verification/checkers/
NonGreedyNumberOfInvocationsInOrderChecker.java 23 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/jpeg/
jdmarker.c 10 * 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 itself has been read and its code save
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/qemu/distrib/jpeg-6b/
jdmarker.c 10 * 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 itself has been read and its code save
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...]

Completed in 8250 milliseconds

1 2 3 4 5 6 7 8 91011>>