Searched refs:next_marker (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/net/spdy/
H A Dhpack_input_stream.cc71 uint8 next_marker = (1 << N) - 1; local
75 *I = next_octet & next_marker;
77 bool has_more = (*I == next_marker);
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dcloudstorage_api.py419 next_marker = elements.get(common._T_NEXT_MARKER)
420 if next_marker is None:
423 self._options['marker'] = next_marker
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdjpgcom.c142 next_marker (void) function
171 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
172 * input file weren't actually JPEG at all, next_marker might read the whole
350 marker = next_marker();
H A Dwrjpgcom.c187 next_marker (void) function
216 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
217 * input file weren't actually JPEG at all, next_marker might read the whole
300 marker = next_marker();
H A Djdmarker.c890 next_marker (j_decompress_ptr cinfo)
938 /* Like next_marker, but used to obtain the initial SOI marker. */
1116 if (! next_marker(cinfo))
1270 /* Note that next_marker will complain if it skips any data. */
1272 if (! next_marker(cinfo))
1378 if (! next_marker(cinfo))
/external/jpeg/
H A Drdjpgcom.c138 next_marker (void) function
167 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
168 * input file weren't actually JPEG at all, next_marker might read the whole
334 marker = next_marker();
H A Dwrjpgcom.c187 next_marker (void) function
216 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
217 * input file weren't actually JPEG at all, next_marker might read the whole
300 marker = next_marker();
H A Djdmarker.c882 next_marker (j_decompress_ptr cinfo)
930 /* Like next_marker, but used to obtain the initial SOI marker. */
971 if (! next_marker(cinfo))
1133 /* Note that next_marker will complain if it skips any data. */
1135 if (! next_marker(cinfo))
1241 if (! next_marker(cinfo))
1269 while(next_marker(cinfo) &&
/external/qemu/distrib/jpeg-6b/
H A Drdjpgcom.c138 next_marker (void) function
167 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
168 * input file weren't actually JPEG at all, next_marker might read the whole
334 marker = next_marker();
H A Dwrjpgcom.c187 next_marker (void) function
216 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
217 * input file weren't actually JPEG at all, next_marker might read the whole
300 marker = next_marker();
H A Djdmarker.c874 next_marker (j_decompress_ptr cinfo)
922 /* Like next_marker, but used to obtain the initial SOI marker. */
963 if (! next_marker(cinfo))
1125 /* Note that next_marker will complain if it skips any data. */
1127 if (! next_marker(cinfo))
1233 if (! next_marker(cinfo))
1261 while(next_marker(cinfo) &&
/external/chromium_org/tools/
H A Dbisect-builds.py275 next_marker = None
278 next_marker = document.find(namespace + 'NextMarker').text
313 return (revisions, next_marker, githash_svn_dict)
316 (revisions, next_marker, self.githash_svn_dict) = _FetchAndParse(
320 while next_marker:
321 next_url = self.GetListingURL(next_marker)
322 (new_revisions, next_marker, new_dict) = _FetchAndParse(next_url)
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdmarker.c908 next_marker (j_decompress_ptr cinfo)
956 /* Like next_marker, but used to obtain the initial SOI marker. */
997 if (! next_marker(cinfo))
1150 /* Note that next_marker will complain if it skips any data. */
1152 if (! next_marker(cinfo))
1258 if (! next_marker(cinfo))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 353 milliseconds