| /external/chromium/chrome/browser/safe_browsing/ |
| chunk_range_unittest.cc | 10 // Test various configurations of chunk numbers. 15 // Test one chunk range and one single value. 27 // Test all chunk numbers in one range. 42 // Test no chunk numbers in contiguous ranges. 57 // Test a single chunk number.
|
| /external/chromium/net/base/ |
| upload_data.h | 26 // Invoked when a new data chunk was given for a chunked transfer upload. 96 // Though similar to bytes, a chunk indicates that the element is sent via 102 // Sets whether this is the last chunk. Used during IPC marshalling. 155 // Adds the given chunk of bytes to be sent immediately with chunked transfer 159 // Sets the callback to be invoked when a new chunk is available to upload.
|
| /frameworks/base/include/binder/ |
| CursorWindow.h | 43 * window has first chunk of RowSlots, which are offsets to the row directory, followed by 44 * an offset to the next chunk in a linked-list of additional chunk of RowSlots in case 45 * the pre-allocated chunk isn't big enough to refer to all rows. Each row directory has a 146 // Offset of the first row slot chunk.
|
| /external/v8/src/ |
| spaces.cc | 242 // Don't leave a small free block, useless for a large object or chunk. 315 // space is always in the unit of a chunk (kChunkSize) except the last 321 // Reserve two chunk ids for semispaces, one for map space, one for old 502 void* chunk = AllocateRawMemory(chunk_size, &chunk_size, owner->executable()); local 503 if (chunk == NULL) return Page::FromAddress(NULL); 504 LOG(isolate_, NewEvent("PagedChunk", chunk, chunk_size)); 506 *allocated_pages = PagesInChunk(static_cast<Address>(chunk), chunk_size); 510 FreeRawMemory(chunk, chunk_size, owner->executable()); 511 LOG(isolate_, DeleteEvent("PagedChunk", chunk)); 516 chunks_[chunk_id].init(static_cast<Address>(chunk), chunk_size, owner) 734 ChunkInfo& chunk = chunks_[i]; local 2753 LargeObjectChunk* chunk = reinterpret_cast<LargeObjectChunk*>(mem); local 2791 LargeObjectChunk* chunk = first_chunk_; local 2816 LargeObjectChunk* chunk = first_chunk_; local 2826 LargeObjectChunk* chunk = first_chunk_; local 2850 LargeObjectChunk* chunk = LargeObjectChunk::New(requested_size, executable); local [all...] |
| global-handles.cc | 246 current_ = new Chunk(); 266 Chunk* current = current_; 269 Chunk* previous = current->previous; 279 struct Chunk : public Malloced { 280 Chunk* previous; 285 Chunk* chunk = new Chunk(); local 286 chunk->previous = current_; 287 current_ = chunk; [all...] |
| /dalvik/libdex/ |
| DexOptData.cpp | 76 * one chunk header. 102 LOGE("Opt data area problem for chunk of size %u at offset %u", 116 LOGI("Unknown chunk 0x%08x (%c%c%c%c), size=%d in opt data area",
|
| /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
| encoder.py | 192 for chunk in self._iterencode(value, markers): 193 yield chunk 263 for chunk in self._iterencode(value, markers): 264 yield chunk 294 for chunk in self._iterencode_list(o, markers): 295 yield chunk 297 for chunk in self._iterencode_dict(o, markers): 298 yield chunk 305 for chunk in self._iterencode_default(o, markers): 306 yield chunk [all...] |
| /external/webp/src/enc/ |
| alpha.c | 35 unsigned char chunk[CHUNK_SIZE]; local 48 strm.next_out = chunk; 62 memcpy(new_output + *output_size, chunk, size_out);
|
| /external/chromium/net/tools/flip_server/ |
| balsa_visitor_interface.h | 126 // Called when a chunk length is parsed. 128 // chunk length - the length of the next incoming chunk. 132 // BalsaFrame passes the raw chunk extension data through this function. 135 // chunk extensions. 164 // Called when an error is detected while parsing a chunk.
|
| /external/e2fsprogs/misc/ |
| e2freefrag.c | 106 /* Last chunk may be smaller */ 114 /* Initialize starting block for first chunk correctly else 168 /* Display chunk information in KB */ 236 com_err(fs->device_name, retval, "while collecting chunk info"); 271 fprintf(stderr, "%s: bad chunk size '%s'\n", 277 fprintf(stderr, "%s: chunk size must be a "
|
| /dalvik/vm/ |
| Ddm.h | 69 * @param native false for an HPSG chunk, true for an NHSG chunk
|
| /external/chromium/chrome/browser/sessions/ |
| session_command.h | 15 // SessionCommand contains a command id and arbitrary chunk of data. The id 16 // and chunk of data are specific to the service creating them.
|
| /external/esd/include/ |
| audiofile.h | 143 AF_MISC_UNRECOGNIZED = 0, /* unrecognized data chunk */ 156 AF_MISC_ICMT = AF_MISC_COMMENT, /* comments chunk (WAVE format) */ 313 AF_BAD_AIFF_HEADER = 108, /* failed to parse chunk header */ 314 AF_BAD_AIFF_FORM = 109, /* failed to parse FORM chunk */ 315 AF_BAD_AIFF_SSND = 110, /* failed to parse SSND chunk */ 316 AF_BAD_AIFF_CHUNKID = 111, /* unrecognized AIFF/AIFF-C chunk id */ 317 AF_BAD_AIFF_COMM = 112, /* failed to parse COMM chunk */ 318 AF_BAD_AIFF_INST = 113, /* failed to parse INST chunk */ 319 AF_BAD_AIFF_MARK = 114, /* failed to parse MARK chunk */ 320 AF_BAD_AIFF_SKIP = 115, /* failed to skip unsupported chunk */ [all...] |
| /external/webkit/Source/WebKit/chromium/public/ |
| WebFileWriterClient.h | 41 // Called for each chunk of a write, to indicate progress. 42 // On the final chunk, when the write is finished, complete will be true.
|
| /frameworks/base/media/libstagefright/include/ |
| AVIExtractor.h | 58 // If bytes per sample == 0, each chunk represents a single sample, 59 // otherwise each chunk should me a multiple of bytes-per-sample in
|
| /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
| DdmVmInternal.java | 39 * @param when when to send the next HPIF chunk 55 * Get status info for all threads. This is for the THST chunk.
|
| /packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
| NinePatchTexture.java | 168 NinePatchChunk chunk = tex.getNinePatchChunk(); local 177 if (chunk.mDivX.length != 2 || chunk.mDivY.length != 2) { 186 int nx = stretch(divX, divU, chunk.mDivX, tex.getWidth(), width); 187 int ny = stretch(divY, divV, chunk.mDivY, tex.getHeight(), height); 189 prepareVertexData(divX, divY, divU, divV, nx, ny, chunk.mColor); 194 * linearly distribute the strechy parts defined in the nine-patch chunk to 215 * @param div the stretch parts defined in nine-patch chunk
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
| audiofile.h | 143 AF_MISC_UNRECOGNIZED = 0, /* unrecognized data chunk */ 156 AF_MISC_ICMT = AF_MISC_COMMENT, /* comments chunk (WAVE format) */ 313 AF_BAD_AIFF_HEADER = 108, /* failed to parse chunk header */ 314 AF_BAD_AIFF_FORM = 109, /* failed to parse FORM chunk */ 315 AF_BAD_AIFF_SSND = 110, /* failed to parse SSND chunk */ 316 AF_BAD_AIFF_CHUNKID = 111, /* unrecognized AIFF/AIFF-C chunk id */ 317 AF_BAD_AIFF_COMM = 112, /* failed to parse COMM chunk */ 318 AF_BAD_AIFF_INST = 113, /* failed to parse INST chunk */ 319 AF_BAD_AIFF_MARK = 114, /* failed to parse MARK chunk */ 320 AF_BAD_AIFF_SKIP = 115, /* failed to skip unsupported chunk */ [all...] |
| /system/extras/tests/sdcard/ |
| README | 37 adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 46 adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 --dump >/tmp/data.txt
|
| /external/libpng/ |
| pngtest.c | 15 * the basic chunk handling, filtering, and (de)compression code is working 91 static char tIME_string[PNG_tIME_STRING_LENGTH] = "tIME chunk is not present"; 618 /* Demonstration of user chunk support of the sTER and vpAg chunks */ 621 /* (sTER is a public chunk not yet known by libpng. vpAg is a private 622 chunk used in ImageMagick to store "virtual page" size). */ 633 png_unknown_chunkp chunk) 639 * return (-n); chunk had an error 643 * The unknown chunk structure contains the chunk data: 651 if (chunk->name[0] == 115 && chunk->name[1] == 84 && /* s T * [all...] |
| /external/iptables/extensions/ |
| libxt_sctp.c | 51 "[!] --chunk-types (all|any|none) (chunktype[:flags])+ match if all, any or none of\n" 61 {.name = "chunk-types", .has_arg = true, .val = '3'}, 143 "Number of chunk types with flags exceeds currently allowed limit." 183 DEBUGP("Next Chunk type %s\n", ptr); 191 DEBUGP("Chunk num %d\n", sctp_chunk_names[i].chunk_type); 199 "Unknown sctp chunk `%s'", ptr); 202 DEBUGP("Chunk flags %s\n", chunk_flags); 217 "Invalid flags for chunk type %d\n", i); 282 "Only one `--chunk-types' allowed"); 288 "--chunk-types requires two args") [all...] |
| /external/qemu/audio/ |
| esdaudio.c | 152 int chunk = audio_MIN (to_mix, hw->samples - rpos); local 155 hw->clip (esd->pcm_buf, src, chunk); 158 written = write (esd->fd, esd->pcm_buf, chunk << hw->info.shift); 167 if (written != chunk << hw->info.shift) { 180 rpos = (rpos + chunk) % hw->samples; 181 to_mix -= chunk; 361 int chunk = audio_MIN (to_grab, hw->samples - wpos); local 365 nread = read (esd->fd, buf, chunk << hw->info.shift); 374 if (nread != chunk << hw->info.shift) { 389 wpos = (wpos + chunk) % hw->samples [all...] |
| /external/zlib/examples/ |
| gzjoin.c | 74 #define CHUNK 32768 /* must be a power of two and fit in unsigned */ 82 unsigned char *buf; /* allocated buffer of length CHUNK */ 106 in->buf = malloc(CHUNK); 130 len = (long)read(in->fd, in->buf + in->left, CHUNK - in->left); 134 } while (len != 0 && in->left < CHUNK); 173 /* seek past multiples of CHUNK bytes */ 174 if (skip > CHUNK) { 177 left = skip & (CHUNK - 1); 298 junk = malloc(CHUNK); 326 strm.avail_out = CHUNK; [all...] |
| gun.c | 174 if (chunk > have) { \ 175 chunk -= have; \ 179 chunk--; \ 180 if (chunk > have) { \ 181 chunk = have = 0; \ 185 have -= chunk; \ 186 next += chunk; \ 187 chunk = 0; \ 203 unsigned chunk; /* bytes left in current chunk */ local [all...] |
| /external/openssl/crypto/bio/ |
| bss_bio.c | 238 size_t chunk; local 242 chunk = rest; 245 chunk = peer_b->size - peer_b->offset; 246 assert(peer_b->offset + chunk <= peer_b->size); 248 memcpy(buf, peer_b->buf + peer_b->offset, chunk); 250 peer_b->len -= chunk; 253 peer_b->offset += chunk; 257 buf += chunk; 262 assert(chunk == rest); 265 rest -= chunk; 396 size_t chunk; local [all...] |