HomeSort by relevance Sort by last modified time
    Searched full:chunk (Results 551 - 575 of 1233) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/org/xml/sax/
ContentHandler.java 291 * <p>The Parser will call this method to report each chunk of
293 * data in a single chunk, or they may split it into several
338 * <p>Validating Parsers must use this method to report each chunk
345 * chunk, or they may split it into several chunks; however, all of
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
malloc.h 139 chunk __ptr. */
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DeviceBridge.java 608 BufferedImage chunk = ImageIO.read(arrayIn); local
612 new BufferedImage(chunk.getWidth(), chunk.getHeight(),
615 g.drawImage(chunk, null, 0, 0);
  /system/extras/ext4_utils/
backed_block.c 108 /* Queues a chunk of a file on disk to be written to the specified data blocks */
extent.c 53 /* Queues each chunk of a file to be written to contiguous data block
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 418 png_debug2(0, "Reading %s chunk, length=%lu.\n", png_ptr->chunk_name,
422 * matching the chunk name rather than a linear search.
821 * alpha channel or a transparency chunk, you must provide a buffer for
869 * chunk, and you have called png_handle_alpha()[*], you will need to
928 png_crc_finish(png_ptr, 0); /* Finish off CRC from last IDAT chunk */
996 png_debug1(0, "Reading %s chunk.\n", png_ptr->chunk_name);
    [all...]
pngconf.h 87 * an IDAT chunk. Make this whatever size you feel is best for your
131 * normally need that much memory in a chunk (unless you load up a very
132 * large file), zlib needs to know how big of a chunk it can use, and
356 * possible to have run-time registry of chunk-handling functions, some of
404 * a largish chunk of memory (32K), those who are not as concerned
950 #endif /* optional PLTE chunk in RGB and RGBA images */
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcencoder_test.cc 337 // These specific chunk sizes have failed in the past
342 // Now loop through all possible chunk sizes
354 // Loop through all possible chunk sizes
361 // chunk and puts it into a vector of strings. Then decodes each string
404 // Loop through all possible chunk sizes
    [all...]
headerparser.h 68 // Jumps the parsing position to the end of the data chunk.
88 // The current parsing position within the data chunk.
  /external/clang/lib/Lex/
TokenLexer.cpp 54 // Reserve a source location entry chunk for the length of the macro
56 // have their locations pointing inside this chunk. This is to avoid
672 /// There will be a single SLocEntry for the "foo == bar" chunk and locations
673 /// for the 'foo', '==', 'bar' tokens will point inside that chunk.
691 // |bar foo cake| (one SLocEntry chunk for all tokens)
  /external/sonivox/arm-wt-22k/lib_src/
jet.c 254 * Parses the JET info chunk
268 /* read the entire chunk */
356 /* offset to chunk data */
361 /* get chunk size and type */
381 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Ignoring extraneous SMF chunk"); */ }
388 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Ignoring extraneous DLS chunk"); */ }
400 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Ignoring unrecognized JET chunk type 0x%08x", chunkType); */ }
404 /* offset to next chunk */
424 /* check for app chunk */
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]
  /dalvik/vm/analysis/
DexPrepare.cpp     [all...]
  /external/libpng/
pngconf.h 94 * an IDAT chunk. Make this whatever size you feel is best for your
163 * normally need that much memory in a chunk (unless you load up a very
164 * large file), zlib needs to know how big of a chunk it can use, and
408 * possible to have run-time registry of chunk-handling functions, some of
456 * a largish chunk of memory (32K), those who are not as concerned
1032 #endif /* optional PLTE chunk in RGB and RGBA images */
    [all...]
  /external/v8/src/
liveedit.cc 65 // that helps building the chunk list.
289 // A helper class that writes chunk numbers into JSArray.
290 // Each chunk is stored as 3 array elements: (pos1_begin, pos1_end, pos2_end).
447 // Stores compare result in JSArray. For each chunk tries to conduct
464 // Chunk is small enough to conduct a nested token-level diff.
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java     [all...]
ScrollView.java     [all...]
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java     [all...]
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 209 // Currently only chunk and identity are supported
228 throw new ProtocolException("Chunk-encoding must be the last one applied");
  /external/chromium/net/spdy/
spdy_framer.h 64 // Called when a chunk of header data is available. This is called
68 // |header_data| A buffer containing the header data chunk received.
  /external/guava/javadoc/com/google/common/io/
ByteProcessor.html 141 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method will be called for each chunk of bytes in an
166 <DD>This method will be called for each chunk of bytes in an
  /external/icu4c/common/unicode/
resbund.h 227 * @param len fills in the length of resulting byte chunk
232 * @return a pointer to a chunk of unsigned bytes which live in a memory mapped/DLL file.
  /external/libpcap/
pcap-snit.c 74 * The chunk size for NIT. This is the amount of buffering
139 * loop through each snapshot in the chunk

Completed in 1183 milliseconds

<<21222324252627282930>>