HomeSort by relevance Sort by last modified time
    Searched refs:next_marker (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/tools/
bisect-builds.py 170 next_marker = None
173 next_marker = document.find(namespace + 'NextMarker').text
189 return (revisions, next_marker)
192 (revisions, next_marker) = _FetchAndParse(self.GetListingURL())
196 while next_marker:
197 next_url = self.GetListingURL(next_marker)
198 (new_revisions, next_marker) = _FetchAndParse(next_url)
  /external/jpeg/
rdjpgcom.c 138 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();
wrjpgcom.c 187 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();
jdmarker.c 882 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))
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdjpgcom.c 138 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();
wrjpgcom.c 187 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();
jdmarker.c 874 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))
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 207 milliseconds