HomeSort by relevance Sort by last modified time
    Searched full:chunks (Results 226 - 250 of 722) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 102 png_debug(5, "writing extra chunks\n");
213 /* Check to see if we need to write text chunks */
269 png_debug(5, "writing extra chunks\n");
303 /* see if user wants us to write information chunks */
316 /* loop through comment chunks */
371 png_debug(5, "writing extra chunks\n");
    [all...]
png.h 549 * of sPLT chunks.
638 /* png_unknown_chunk is a structure to hold queued chunks for which there is
640 * up private chunks for output even though the library doesn't actually
721 * are writing, set the valid field to those chunks you want written,
    [all...]
  /external/valgrind/main/memcheck/docs/
mc-manual.xml     [all...]
  /development/tools/emulator/system/camera/
QemuClient.h 59 * Emulator replies to each query in two chunks:
252 * This method assumes that data to receive will come in two chunks: 8
  /external/clang/docs/
AnalyzerRegions.html 18 concept of "memory regions" to abstractly model chunks of program memory such as
21 subtyping relationships, field and array offsets into larger chunks of memory,
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_1.c 121 /* Copy in 4 pixel chunks */
153 /* Copy in 4 pixel chunks */
  /external/webkit/Source/JavaScriptCore/wtf/
MD5.cpp 231 // Handle any leading odd-sized chunks
248 // Process data in 64-byte chunks
  /external/webkit/Tools/Scripts/
svn-create-patch 334 # Use numeric comparison if chunks are non-equal numbers.
337 # Use string comparison if chunks are any other kind of non-equal string.
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
encoder.py 352 chunks = list(self.iterencode(o))
353 return ''.join(chunks)
  /external/webp/src/dec/
webp.c 29 // There can be extra chunks after the "VP8 " chunk (ICMT, ICOP, ...)
59 // Note: we don't report error for odd-sized chunks.
  /external/wpa_supplicant/
md5.c 217 /* Handle any leading odd-sized chunks */
233 /* Process data in 64-byte chunks */
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md5.c 217 /* Handle any leading odd-sized chunks */
233 /* Process data in 64-byte chunks */
  /external/wpa_supplicant_8/src/crypto/
md5-internal.c 118 /* Handle any leading odd-sized chunks */
134 /* Process data in 64-byte chunks */
  /external/zlib/examples/
gzjoin.c 179 /* exact number of chunks: seek all the way minus one byte to check
187 /* skip the integral chunks, update skip with remainder */
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTestSupport.java 219 // therefore we cannot rely on identical chunks being delivered.
399 // therefore we cannot rely on identical chunks being delivered.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ethtool.h 65 /* for passing big chunks of data */
73 /* for passing EEPROM chunks */
  /bootable/recovery/applypatch/
imgpatch.c 104 // deflate chunks have an additional 60 bytes in their chunk header.
  /external/bluetooth/glib/tests/
checksum-test.c 11 * substring of this string, calling g_checksum_update with chunks of
  /external/chromium/base/
time_unittest.cc 157 // will increment in chunks, e.g. 15ms. By spinning until we see a clock
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store.cc 218 // Remove items from the deleted chunks. This is done after other
  /external/chromium/third_party/libevent/test/
regress_http.c 245 static char const* const CHUNKS[] = {
263 evbuffer_add_printf(evb, "%s", CHUNKS[state->i]);
267 if (++state->i < sizeof(CHUNKS)/sizeof(CHUNKS[0])) {
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 62 "\t--chunk Length (in bytes) of charset output chunks. [4096]\n"
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 99 * Broken into chunks because the C89 standard says the minimum
  /external/libpng/contrib/gregbook/
readppm.c 149 * transparency chunks to full alpha channel; strip 16-bit-per-sample
  /external/openssl/crypto/des/
enc_read.c 75 * into several chunks that are all encrypted

Completed in 705 milliseconds

1 2 3 4 5 6 7 8 91011>>