| /external/webkit/Source/WebCore/dom/ |
| XMLDocumentParser.h | 275 void initializeParserContext(const char* chunk = 0);
|
| /external/webkit/Source/WebCore/xml/ |
| XSLStyleSheetLibxslt.cpp | 138 // Parse in a single chunk into an xmlDocPtr
|
| /external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
| diff_parser.py | 185 'chunk: %r' % line)
|
| diff_parser_unittest.py | 114 # Look through the last chunk, which contains both add's and delete's.
|
| /frameworks/base/libs/utils/ |
| BackupData.cpp | 288 LOGD("Chunk header at %d has invalid type: 0x%08x",
|
| /frameworks/base/media/libstagefright/ |
| AVIExtractor.cpp | 489 LOGV("%s offset 0x%08llx CHUNK '%c%c%c%c'", 859 LOGV("Chunk offsets are %s", 860 mOffsetsAreAbsolute ? "absolute" : "movie-chunk relative"); 1196 // Each chunk contains a single sample. [all...] |
| /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
| HandleProfiling.java | 63 * Chunk handler entry point.
|
| MonitorThread.java | 61 // Map chunk types to handlers 402 Log.w("ddms", "Received unsupported chunk type " 410 // do the handling of the chunk synchronized on the client list
|
| /system/extras/tests/bionic/libc/other/ |
| test_jpeg.c | 47 #define CHUNK 32768
|
| /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
| TestCertUtils.java | 617 byte[] chunk = new byte[1024]; 620 while ((len = is.read(chunk)) > 0) { 623 System.arraycopy(chunk, 0, tmp, data.length, len);
|
| /external/chromium/sdch/open-vcdiff/src/ |
| vcdiff_main.cc | 419 std::cerr << "Error trying to encode data chunk of length " 474 std::cerr << "Error trying to decode data chunk of length " 538 std::cerr << "Error trying to decode data chunk of length "
|
| /external/libpng/contrib/gregbook/ |
| readpng2.c | 191 * useful if we want to keep pre- and post-IDAT chunk info separated 368 /* hand off the next chunk of input data to libpng for decoding */ 484 * chunk) as existing in the sRGB color space. That is, we assume that
|
| /external/webkit/Source/WebCore/rendering/svg/ |
| SVGInlineTextBox.cpp | 386 // SVG Fonts need access to the painting resource used to draw the current text chunk. 685 // Fast path if there is no selection, just draw the whole chunk part using the regular style 706 // Eventually draw text using regular style from the end position of the selection to the end of the current chunk part
|
| /external/zlib/contrib/blast/ |
| blast.c | 412 #define CHUNK 16384 416 static unsigned char hold[CHUNK]; 419 return fread(hold, 1, CHUNK, (FILE *)how);
|
| /frameworks/base/tests/CoreTests/android/core/ |
| TestWebServer.java | 175 * @param value Set true to make server respond with chunk encoded 468 * Read a chunk of data 854 // For now just make a chunk with the whole of the test data
|
| /libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
| TestCertUtils.java | 618 byte[] chunk = new byte[1024]; 621 while ((len = is.read(chunk)) > 0) { 624 System.arraycopy(chunk, 0, tmp, data.length, len);
|
| /libcore/support/src/test/java/tests/support/ |
| Support_TestWebServer.java | 183 * @param value Set true to make server respond with chunk encoded 191 * Sets the maximum byte count of any chunk if the server is using 428 * Read a chunk of data
|
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ |
| DTM.java | 413 * Get a character array chunk in the string-value of a node. 419 * @param chunkIndex Which chunk to get. 421 * BE FILLED with values representing the chunk's start position 422 * within the returned character buffer and the length of the chunk. 423 * @return The character array buffer within which the chunk occurs, [all...] |
| /external/grub/stage2/ |
| gunzip.c | 55 dynamic. The compressor deals with some chunk of data at a time, and 56 decides which method to use on a chunk-by-chunk basis. A chunk might 57 typically be 32K or 64K. If the chunk is uncompressible, then the [all...] |
| /external/libpng/ |
| pngread.c | 449 * matching the chunk name rather than a linear search. 872 * alpha channel or a transparency chunk, you must provide a buffer for [all...] |
| /external/webkit/Tools/Scripts/ |
| VCSUtils.pm | 908 # The chunk range is part of the body of the diff, but its line endings should't be 909 # modified or patch(1) will complain. So, we only modify non-chunk range lines. [all...] |
| /external/chromium/third_party/libevent/ |
| http.c | 790 /* Read chunk size */ 797 /* the last chunk is on a new line? */ 808 /* could not get chunk size */ 813 /* Last chunk */ 819 /* don't have enough to complete a chunk; wait for more */ 823 /* Completed chunk */ 867 /* finished last chunk */ [all...] |
| /external/valgrind/main/memcheck/docs/ |
| mc-manual.xml | [all...] |
| /external/libxml2/include/libxml/ |
| parser.h | 1006 const char *chunk, 1011 const char *chunk, [all...] |
| /external/webkit/Source/WebKit/qt/tests/qwebelement/ |
| tst_qwebelement.cpp | 1019 QImage chunk(chunkWidth, chunkHeight, QImage::Format_ARGB32) [all...] |