| /frameworks/base/media/libstagefright/include/ |
| avc_utils.h | 61 // Given an MPEG4 video VOL-header chunk (starting with 0x00 0x00 0x01 0x2?)
|
| /ndk/sources/host-tools/ndk-stack/elff/ |
| elf_alloc.cc | 39 /* Allocate new chunk. */
|
| /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
| HandleExit.java | 52 * Chunk handler entry point.
|
| HandleTest.java | 56 * Chunk handler entry point.
|
| /bionic/libc/bionic/ |
| dlmalloc.h | 70 Returns a pointer to a newly allocated chunk of at least n bytes, or 74 If n is zero, malloc returns a minimum-sized chunk. (The minimum 86 Releases the chunk of memory pointed to by p, that had been previously 102 Returns a pointer to a chunk of size n that contains the same data 103 as does chunk p up to the minimum of (n, p's size) bytes, or null 117 argument of zero (re)allocates a minimum-sized chunk. 119 The old unix realloc convention of allowing the last-free'd chunk 127 Returns a pointer to a newly allocated chunk of n bytes, aligned 292 is null, it returns a chunk representing an array with zero elements 344 null, it returns a chunk representing an array with zero element [all...] |
| /dalvik/vm/alloc/ |
| HeapSource.h | 22 /* dlmalloc uses one size_t per allocated chunk. 132 * Returns the number of usable bytes in an allocated chunk; the size 158 * free chunk to the callback.
|
| /external/tcpdump/ |
| sctpHeader.h | 151 /* at the end is tacked on the INIT chunk sent in 228 * common header is all that is needed with a chunk descriptor. 289 * chunk/type i.e. shutdownAck Abort */
|
| /external/v8/tools/ |
| logreader.js | 73 * @param {string} chunk A portion of log. 75 LogReader.prototype.processLogChunk = function(chunk) { 76 this.processLog_(chunk.split('\n'));
|
| /external/webkit/Source/WebCore/platform/text/ |
| TextEncodingDetectorICU.cpp | 86 // allocation in a given encoding. The size of a chunk passed to 88 // the network load). When we're given a rather short chunk, we 90 // the chunk is consistent with a set of encodings. So, instead of
|
| /external/webkit/Source/WebCore/platform/text/qt/ |
| TextCodecQt.cpp | 138 // We append one valid encoded chunk to a QByteArray at a time. When we encounter an unencodable chunk we 139 // escape it with getUnencodableReplacement, append it, then move to the next chunk.
|
| /external/yaffs2/yaffs2/ |
| Kconfig | 100 slightly more RAM but are faster since they eliminate chunk group 109 bool "Force chunk erase check" 114 chunk is found. This helps to detect any partially written chunks
|
| /frameworks/base/libs/utils/ |
| Asset.cpp | 310 * the seek request, along with the current chunk offset and the chunk 313 * Returns the new chunk offset, or -1 if the seek is illegal. 369 * Operate on a chunk of an uncompressed file. 406 /* seek the FILE* to the start of chunk */ 417 * Create the chunk from the map. 434 * Read a chunk of data. 507 // compute new position within chunk 693 * Open a chunk of compressed data inside a file. 727 * Open a chunk of compressed data in a mapped region [all...] |
| StreamingZipInflater.cpp | 97 mInflateState.avail_in = 0; // set when a chunk is read in 137 // will prevent reading off the end of the mapped input chunk. 195 //LOGV("Reading input chunk, size %08x didread %08x", toRead, didRead);
|
| /external/libpng/ |
| pngpread.c | 211 /* First we make sure we have enough data for the 4 byte chunk name 212 * and the 4 byte chunk length before proceeding with decoding the 213 * chunk data. To fully decode each of these chunks, we also make 215 * end of every chunk (except IDAT, which is handled separately). 308 /* If we reach an IDAT chunk, this means we have read all of the [all...] |
| /external/sonivox/arm-fm-22k/lib_src/ |
| eas_wavefile.c | 279 /* need to free the fmt chunk */ 479 /* return pointer to 'fmt' chunk */ 579 /* get tag and size for next chunk */ 585 /* process chunk */ 686 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "WaveParseHeader: %c%c%c%c chunk - %d byte(s) ignored\n", 701 /* this check works for files with odd length last chunk and no zero-pad */ 705 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "WaveParseHeader: '%c%c%c%c' chunk size exceeds length of file or is not zero-padded\n", 710 /* subtract size of data chunk (including any zero-pad) */ 713 /* seek to next chunk */ 739 * Process the INFO chunk and return metadata to hos [all...] |
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| eas_wavefile.c | 279 /* need to free the fmt chunk */ 479 /* return pointer to 'fmt' chunk */ 579 /* get tag and size for next chunk */ 585 /* process chunk */ 686 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "WaveParseHeader: %c%c%c%c chunk - %d byte(s) ignored\n", 701 /* this check works for files with odd length last chunk and no zero-pad */ 705 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "WaveParseHeader: '%c%c%c%c' chunk size exceeds length of file or is not zero-padded\n", 710 /* subtract size of data chunk (including any zero-pad) */ 713 /* seek to next chunk */ 739 * Process the INFO chunk and return metadata to hos [all...] |
| /external/sonivox/arm-wt-22k/lib_src/ |
| eas_wavefile.c | 279 /* need to free the fmt chunk */ 479 /* return pointer to 'fmt' chunk */ 579 /* get tag and size for next chunk */ 585 /* process chunk */ 686 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "WaveParseHeader: %c%c%c%c chunk - %d byte(s) ignored\n", 701 /* this check works for files with odd length last chunk and no zero-pad */ 705 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "WaveParseHeader: '%c%c%c%c' chunk size exceeds length of file or is not zero-padded\n", 710 /* subtract size of data chunk (including any zero-pad) */ 713 /* seek to next chunk */ 739 * Process the INFO chunk and return metadata to hos [all...] |
| /external/qemu/distrib/libpng-1.2.19/ |
| png.h | 340 * The tIME chunk itself is also Y2K compliant. It uses a 2-byte unsigned 578 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file, 671 * libraries that don't have all of the libpng ancillary chunk-handing 686 * More allocation details: all the chunk-reading functions that 701 png_uint_32 valid; /* valid chunk data (see PNG_INFO_ below) */ 726 /* The gAMA chunk describes the gamma characteristics of the system [all...] |
| /external/clang/lib/Sema/ |
| SemaType.cpp | 116 /// The index of the declarator chunk we're currently processing. 300 DeclaratorChunk &chunk = declarator.getTypeObject(i-1); local 301 switch (chunk.Kind) { 305 chunk.getAttrListRef()); 337 DeclaratorChunk &chunk = declarator.getTypeObject(i); local 338 switch (chunk.Kind) { 371 // Otherwise, if we found an appropriate chunk, splice the attribute 396 DeclaratorChunk &chunk = declarator.getTypeObject(i-1); local 397 switch (chunk.Kind) { 400 chunk.getAttrListRef()) 428 DeclaratorChunk &chunk = declarator.getTypeObject(i); local 1606 DeclaratorChunk &chunk = declarator.getTypeObject(chunkIndex); local 2640 DeclaratorChunk &chunk = D.getTypeObject(chunkIndex); local 2676 DeclaratorChunk &chunk = D.getTypeObject(i); local [all...] |
| /libcore/luni/src/main/java/java/util/jar/ |
| Manifest.java | 65 static class Chunk { 69 Chunk(int start, int end) { 75 private HashMap<String, Chunk> chunks; 118 chunks = new HashMap<String, Chunk>(); 284 Chunk getChunk(String name) {
|
| /external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
| CodedInputStreamMicro.java | 710 // by allocating and reading only a small chunk at a time, so that the 731 final byte[] chunk = new byte[Math.min(sizeLeft, BUFFER_SIZE)]; 733 while (pos < chunk.length) { 735 input.read(chunk, pos, chunk.length - pos); 742 sizeLeft -= chunk.length; 743 chunks.addElement(chunk); 755 byte [] chunk = (byte [])chunks.elementAt(i); 756 System.arraycopy(chunk, 0, bytes, pos, chunk.length) [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
| httpread.c | 100 int chunk_start; /* offset in body of chunk hdr or data */ 101 int chunk_size; /* data of chunk (not hdr or ending CRLF)*/ 552 /* in chunk header */ 556 /* end of chunk hdr line */ 563 /* throw away chunk header 582 /* in chunk data */ 585 /* end of chunk reached, 586 * new chunk starts 588 /* check chunk ended w/ CRLF 614 /* copy up to remainder of chunk dat [all...] |
| /external/wpa_supplicant_8/src/wps/ |
| httpread.c | 100 int chunk_start; /* offset in body of chunk hdr or data */ 101 int chunk_size; /* data of chunk (not hdr or ending CRLF)*/ 552 /* in chunk header */ 556 /* end of chunk hdr line */ 563 /* throw away chunk header 582 /* in chunk data */ 585 /* end of chunk reached, 586 * new chunk starts 588 /* check chunk ended w/ CRLF 614 /* copy up to remainder of chunk dat [all...] |
| /external/bluetooth/glib/tests/ |
| memchunks.c | 95 * the mem chunk "area_size". ANSI says that it 111 GMemArea *mem_areas; /* a list of all the mem areas owned by this chunk */ 115 GMemChunk *next; /* pointer to the next chunk */ 116 GMemChunk *prev; /* pointer to the previous chunk */ 257 * If the chunk should be freed, then we place it in the "free_mem_area". 260 * If we don't allocate a chunk a few lines down then the "free_mem_area" 393 /* Don't do anything if this is an ALLOC_ONLY chunk
|
| /external/zlib/examples/ |
| zran.c | 59 #define CHUNK 16384 /* file input buffer size */ 146 unsigned char input[CHUNK]; 167 strm.avail_in = fread(input, 1, CHUNK, in); 250 unsigned char input[CHUNK]; 310 strm.avail_in = fread(input, 1, CHUNK, in); 355 unsigned char buf[CHUNK]; 391 len = extract(in, index, offset, buf, CHUNK);
|