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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 17 * library. If you have a new chunk to add, make a function to write it,
18 * and put it in the correct location here. If you want the chunk written
21 * the chunk, as that will keep the code from breaking if you want to just
51 flag set, and if it does, writes the chunk. */
191 "png_write_sCAL not supported; sCAL chunk not written.");
216 png_debug2(2, "Writing header text chunk %d, type %d\n", i,
218 /* an internationalized chunk? */
222 /* write international chunk */
232 /* Mark this chunk as written */
235 /* If we want a compressed text chunk */
    [all...]
  /system/core/adb/
sysdeps_win32.c 1517 int chunks, chunk, remains; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 81 byte[] chunk = new byte[MIN_CHUNK_SIZE];
82 chunk[MIN_CHUNK_SIZE - 1] = 1;
89 new NinePatchDrawable(bmp, chunk, r, name);
91 new NinePatchDrawable(new NinePatch(bmp, chunk, name));
93 chunk = new byte[MIN_CHUNK_SIZE - 1];
94 chunk[MIN_CHUNK_SIZE - 2] = 1;
96 new NinePatchDrawable(bmp, chunk, r, name);
97 fail("The constructor should check whether the chunk is illegal.");
  /external/clang/lib/Lex/
ScratchBuffer.cpp 20 // ScratchBufSize - The size of each chunk of scratch memory. Slightly less
61 // page size. If it is, we allocate an entire chunk for it. This is to
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerSubChecker.cpp 38 // same memory chunk, emit a warning.
66 "the same memory chunk may cause incorrect result."));
  /external/v8/src/
circular-queue.cc 46 // the CPU cache (having that chunk size is bigger than the cache.)
106 // Move to next chunk.
liveedit-debugger.js 36 // change chunk(s) get recompiled, or their enclosing functions are
486 var chunk = array[chunk_index1];
487 if (pos >= chunk.pos1 + chunk.len1) {
488 return pos + chunk.pos2 + chunk.len2 - chunk.pos1 - chunk.len1;
494 return inside_chunk_handler(pos, chunk);
503 // We carelessly do not check whether we stay inside the chunk afte
    [all...]
  /external/v8/test/mjsunit/
debug-liveedit-utils.js 45 // Diff has one chunk
69 // Diff has several chunk (3). See the table below.
  /frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_InternalConfig.h 46 /**< Max chunk size will be 1.2 times the max AU size */
62 /**< set to x4 max AU size per chunk */
  /dalvik/tests/074-gc-thrash/src/
Main.java 315 byte[] chunk;
322 chunk = new byte[100000];
323 pretendToUse(chunk);
336 public void pretendToUse(byte[] chunk) {}
  /external/chromium/chrome/browser/net/
url_request_slow_download_job.h 23 // send the second chunk.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.h 40 // Test that deletes delete the chunk's data.
  /external/elfutils/libelf/
gelf_rawchunk.c 1 /* Retrieve uninterpreted chunk of the file contents.
  /external/guava/src/com/google/common/io/
ByteProcessor.java 32 * This method will be called for each chunk of bytes in an
  /external/jdiff/src/jdiff/
CommentsHandler.java 112 /** Deal with a chunk of text. The text may come in multiple chunks. */
115 String chunk = new String(ch, start, length); local
117 currentText = chunk;
119 currentText += chunk;
  /external/kernel-headers/original/asm-x86/
highmem.h 39 * chunk of RAM.
  /external/llvm/test/CodeGen/ARM/
global-merge.ll 15 ; When this works properly, @g3 is placed in a separate chunk of merged globals.
  /external/nist-sip/java/gov/nist/javax/sip/message/
ContentImpl.java 12 * The content type header for this chunk of content.
  /external/qemu/elff/
elf_alloc.cc 39 /* Allocate new chunk. */
  /external/skia/include/core/
SkChunkAlloc.h 62 * end of a chunk, then contains() will return false).
  /external/webkit/Source/WebCore/bindings/js/
ScriptHeapSnapshot.h 43 virtual void Write(const String& chunk) = 0;
  /external/webkit/Source/WebCore/bindings/v8/
ScriptHeapSnapshot.h 49 virtual void Write(const String& chunk) = 0;
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.h 36 // Phase three performs all modifications that have to be applied to each individual text chunk (text-anchor & textLength).
  /external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
DrawingAreaMessageKinds.h 45 // Called when an update chunk sent to the drawing area has been
  /external/webkit/Source/WebKit2/Shared/mac/
UpdateChunk.h 59 // This needs to be mutable, because encoding an update chunk will hand over its memory to the target process.

Completed in 824 milliseconds

1 2 3 4 5 6 7 8 91011>>