HomeSort by relevance Sort by last modified time
    Searched refs:chunks (Results 151 - 175 of 297) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 96 * Binary files are buffered in fixed-size chunks; the size of the buffer
953 chunks = [buf[pos:]] # Strip the consumed bytes.
967 chunks.append(chunk)
968 return b"".join(chunks) or nodata_val
978 chunks = [buf[pos:]]
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/internal/
chunked_test.go 43 // Bunch of small chunks, all read together.
chunked.go 228 // trailers, but flush out chunks aggressively in the middle for
  /prebuilts/go/linux-x86/src/net/http/internal/
chunked_test.go 43 // Bunch of small chunks, all read together.
chunked.go 228 // trailers, but flush out chunks aggressively in the middle for
  /external/libdrm/include/drm/
amdgpu_drm.h 369 /** this points to uint64_t * which point to cs chunks */
370 uint64_t chunks; member in struct:drm_amdgpu_cs_in
  /build/make/tools/fs_config/
fs_config_generator.py 297 chunks = line.split()
298 identifier = chunks[1]
299 value = chunks[2]
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscnvrt.c 121 _cmsIntentsPluginChunkType* head = (_cmsIntentsPluginChunkType*) src->chunks[IntentPlugin];
144 ctx ->chunks[IntentPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsIntentsPluginChunkType));
157 ctx ->chunks[IntentPlugin] = _cmsSubAllocDup(ctx ->MemPool, &IntentsPluginChunkType, sizeof(_cmsIntentsPluginChunkType));
    [all...]
cmsgamma.c 77 _cmsCurvesPluginChunkType* head = (_cmsCurvesPluginChunkType*) src->chunks[CurvesPlugin];
102 ctx ->chunks[CurvesPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsCurvesPluginChunkType));
118 ctx ->chunks[CurvesPlugin] = _cmsSubAllocDup(ctx ->MemPool, &CurvesPluginChunk, sizeof(_cmsCurvesPluginChunkType));
    [all...]
cmsopt.c     [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
CodedInputStream.java 1221 final List<byte[]> chunks = new ArrayList<byte[]>(); local
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 13 * to manipulate the compression of the PNG data and other compressed chunks.
410 png_textp text_ptr; /* stash of text chunks */
645 /* libpng 1.6 and earlier fixed a bug whereby text chunks were written
649 * where to write the chunks, the fix made was to change the 'compression'
654 * make a copy of the text chunks and png_set_text it each time. This adds a
655 * text chunks, so they get replicated, but only the new set gets written
657 * useless chunks from the png_info.
663 png_textp chunks = NULL; local
665 dp->num_text = png_get_text(dp->write_pp, dp->ip, &chunks, NULL);
669 dp->text_ptr = voidcast(png_textp, malloc(dp->num_text * sizeof *chunks));
    [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
zip_test.go 510 chunks := int(size / chunkSize)
526 for i := 0; i < chunks; i++ {
558 for i := 0; i < chunks; i++ {
  /prebuilts/go/linux-x86/src/archive/zip/
zip_test.go 510 chunks := int(size / chunkSize)
526 for i := 0; i < chunks; i++ {
558 for i := 0; i < chunks; i++ {
  /bionic/libc/kernel/uapi/drm/
amdgpu_drm.h 330 __u64 chunks; member in struct:drm_amdgpu_cs_in
radeon_drm.h 920 __u64 chunks; member in struct:drm_radeon_cs
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 64 contains all modules and classes concerned with making tokens, the chunks of
  /external/kernel-headers/original/uapi/drm/
amdgpu_drm.h 407 /** this points to __u64 * which point to cs chunks */
408 __u64 chunks; member in struct:drm_amdgpu_cs_in
  /prebuilts/go/darwin-x86/src/image/png/
writer.go 168 // An encoder is an io.Writer that satisfies writes by writing PNG IDAT chunks,
442 // Write the actual image data to one or more IDAT chunks.
  /prebuilts/go/linux-x86/src/image/png/
writer.go 168 // An encoder is an io.Writer that satisfies writes by writing PNG IDAT chunks,
442 // Write the actual image data to one or more IDAT chunks.
  /tools/repohooks/tools/
checkpatch.pl 1255 my (@chunks);
1261 push(@chunks, [ $condition, $statement ]);
1263 return ($level, $linenr, @chunks);
1274 push(@chunks, [ $condition, $statement ]);
1277 return ($level, $linenr, @chunks);
    [all...]
  /build/make/tools/
fat16copy.py 349 chunks = [padded_long_name[i:i+26] for i in range(0,
354 for c in chunks:
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs     [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 70 * @param {Array.<string>} out output buffer that receives chunks of HTML.
607 * successive chunks of text, and will maintain its own internal state to
667 /** split markup into chunks of html tags (style null) and
677 // this will return a list of all chunks which we then classify and wrap as
    [all...]
  /external/valgrind/memcheck/
mc_errors.c     [all...]

Completed in 1157 milliseconds

1 2 3 4 5 67 8 91011>>