HomeSort by relevance Sort by last modified time
    Searched full:markers (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.cpp 54 markers = defaultStyle->markers;
71 markers.init();
85 markers = other.markers;
100 misc == o.misc && markers == o.markers && shadowSVG == o.shadowSVG &&
109 || markers != other->markers
121 markers = svgInheritParent->markers
    [all...]
SVGRenderStyle.h 96 SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(String, markers, startMarker, StartMarker, startMarker, String())
97 SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(String, markers, midMarker, MidMarker, midMarker, String())
98 SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(String, markers, endMarker, EndMarker, endMarker, String())
174 DataRef<StyleMarkerData> markers; member in class:WebCore::SVGRenderStyle
  /external/webkit/WebKitTools/simplejson/
encoder.py 168 def _iterencode_list(self, lst, markers=None):
172 if markers is not None:
174 if markerid in markers:
176 markers[markerid] = lst
192 for chunk in self._iterencode(value, markers):
198 if markers is not None:
199 del markers[markerid]
201 def _iterencode_dict(self, dct, markers=None):
205 if markers is not None:
207 if markerid in markers
    [all...]
  /external/guava/
README.android 8 "BEGIN/END android-changed" markers.
  /external/jpeg/
rdjpgcom.1 44 will also attempt to print the contents of any "APP12" markers as text.
45 Some digital cameras produce APP12 markers containing useful textual
transupp.h 118 * Support for copying optional markers from source to destination file.
122 JCOPYOPT_NONE, /* copy no optional markers */
123 JCOPYOPT_COMMENTS, /* copy only comment (COM) markers */
124 JCOPYOPT_ALL /* copy all optional markers */
129 /* Setup decompression object to save desired markers in memory */
132 /* Copy markers saved in the given source object to the destination object */
rdjpgcom.c 9 * the text in COM (comment) markers in a JFIF file.
11 * JPEG markers.
84 /* All 2-byte quantities in JPEG markers are MSB first */
101 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
110 #define M_SOF5 0xC5 /* NB: codes C4 and CC are NOT SOF markers */
131 * There could also be non-FF garbage between markers. The treatment of such
191 * such bytes do NOT introduce new markers.
315 * display any COM markers.
316 * While the companion program wrjpgcom will always insert COM markers before
319 * (Conversely, if we only cared about COM markers, there would be no nee
    [all...]
jpegtran.1 149 also recognizes these switches that control what to do with "extra" markers,
153 Copy no extra markers from source file. This setting suppresses all
157 Copy only comment markers. This setting copies comments from the source file,
161 Copy all extra markers. This setting preserves miscellaneous markers
163 In some files these extra markers can be sizable.
wrjpgcom.c 11 * JPEG markers.
103 /* All 2-byte quantities in JPEG markers are MSB first */
152 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
161 #define M_SOF5 0xC5 /* NB: codes C4 and CC are NOT SOF markers */
180 * There could also be non-FF garbage between markers. The treatment of such
240 * such bytes do NOT introduce new markers.
285 * copy data to output, but discard COM markers unless keep_COM is true.
298 /* Scan miscellaneous markers until we reach SOFn. */
562 * or JFXX markers, as required by the JFIF specification.
575 * Note that any COM markers occuring after SOF will not be touched
    [all...]
change.log 15 New decompressor library feature: COM and APPn markers found in the input
26 own JFXX extension markers also (finally) have a supported way to cause the
30 than as unknown APP0 markers.
33 APP12 markers as text. Some digital cameras store useful text information
34 in APP12 markers.
63 cjpeg -progressive -restart no longer generates any unnecessary DRI markers.
jcmarker.c 8 * This file contains routines to write JPEG datastream markers.
100 * enough buffer space for the initial markers (typ. 600-700 bytes) before
104 * points where markers will be written.
431 * The only intended use is to emit COM or APPn markers after calling
459 * This consists of an SOI and optional APPn markers.
464 * Note that an application can write additional header markers after
487 * This consists of DQT and SOFn markers.
546 * This consists of DHT or DAC markers, optional DRI, and SOS.
jcinit.c 69 * This lets application insert special markers after the SOI.
cjpeg.1 144 (the default) means no restart markers.
171 option inserts extra markers that allow a JPEG decoder to resynchronize after
172 a transmission error. Without restart markers, any damage to a compressed
174 image; with restart markers, the damage is usually confined to the portion of
175 the image up to the next restart marker. Of course, the restart markers
jpegtran.c 56 fprintf(stderr, " -copy none Copy no extra markers from source file\n");
57 fprintf(stderr, " -copy comments Copy only comment markers (default)\n");
58 fprintf(stderr, " -copy all Copy all extra markers\n");
164 /* Select which extra markers to copy. */
436 /* Enable saving of extra markers that we want to copy */
475 /* Copy to the output file any extra markers that we want to preserve */
  /hardware/broadcom/wlan/
.gitignore 34 Module.markers
  /hardware/ti/wlan/
.gitignore 34 Module.markers
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BaseBuilder.java 74 * compilation will not happen (we're putting markers)
153 // remove previous markers
193 * Removes markers from a file.
194 * @param file The file from which to delete the markers.
195 * @param markerId The id of the markers to remove. If null, all marker of
210 * Removes markers from a container and its children.
211 * @param folder The container from which to delete the markers.
212 * @param markerId The id of the markers to remove. If null, all marker of
227 * Removes markers from a project and its children.
228 * @param project The project from which to delete the markers
397 IMarker[] markers = iProject.findMarkers(AndroidConstants.MARKER_TARGET, local
    [all...]
  /system/wlan/ti/
.gitignore 34 Module.markers
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 109 self.Markers = []
129 self.Markers = []
142 self.Markers = []
173 self.Markers.append(Marker(sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn))
178 for Marker in self.Markers:
231 for Marker in self.Markers:
237 for index, Marker in enumerate(self.Markers):
241 for index1, Marker1 in enumerate(self.Markers):
254 for index1, Marker1 in enumerate(self.Markers):
263 for Marker in self.Markers:
    [all...]
  /external/webkit/WebCore/rendering/
SVGMarkerLayoutInfo.h 62 // Used while layouting markers
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
visual_header.h 36 int32 errorResDisable; /* VOL disable error resilence mode(Use Resynch markers) */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 153 IMarker[] markers = iproject.findMarkers(IMarker.PROBLEM, true, IResource.DEPTH_INFINITE); local
154 if (markers != null && markers.length > 0) {
158 for (IMarker m : markers) {
  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 72 * Max depth of a graph (tokens including scope markers, scripts, words etc)
97 * Offset used for denoting scope markers (since integer used as label in graph)
191 * markers
  /external/webkit/WebCore/dom/
Document.cpp 3666 Vector<DocumentMarker>& markers = vectorPair->first; local
3730 Vector<DocumentMarker>& markers = vectorPair->first; local
3830 Vector<DocumentMarker>& markers = vectorPair->first; local
3872 Vector<DocumentMarker>& markers = vectorPair->first; local
3917 Vector<DocumentMarker>& markers = vectorPair->first; local
3962 Vector<DocumentMarker>& markers = vectorPair->first; local
3991 Vector<DocumentMarker>& markers = vectorPair->first; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 222 * Reads and processes the current markers and adds a listener for marker changes.
242 * Processes the markers of the specified {@link IFile} and updates the error status of
248 // get the markers for the file
249 IMarker[] markers = inputFile.findMarkers(AndroidConstants.MARKER_ANDROID, true, local
261 for (IMarker marker : markers) {

Completed in 3553 milliseconds

1 2 3 4 5 6 7 8 910