Searched
full:chunk (Results
476 -
500 of
1233) sorted by null
<<11121314151617181920>>
| /external/libxml2/include/libxml/ |
| parserInternals.h | 557 * @firstNode: the fist node in the chunk 558 * @lastNode: the last nod in the chunk 561 * provenance of a chunk of nodes inherited from an entity replacement.
|
| /external/webkit/Source/WebKit2/UIProcess/ |
| TiledDrawingAreaProxy.cpp | 163 UpdateChunk chunk; local 164 if (!arguments->decode(CoreIPC::Out(chunk))) 166 snapshotTaken(chunk);
|
| /external/webkit/Tools/Scripts/ |
| svn-create-patch | 35 # Handles binary files (encoded as a base64 chunk of text). 328 # Compare one chunk at a time. 329 # Each chunk is either all numeric digits, or all not numeric digits.
|
| /external/webp/src/dec/ |
| webp.c | 29 // There can be extra chunks after the "VP8 " chunk (ICMT, ICOP, ...) 31 // Note: chunk data must be padded to multiple of 2 in size 47 return 0; // we should have at least one chunk
|
| /frameworks/base/tools/orientationplot/ |
| orientationplot.py | 57 chunk = os.read(self.stream.fileno(), 4096) 62 if len(chunk) == 0: 70 self.buffer += chunk
|
| /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
| libmng_types.h | 82 /* * - added workaround for faulty PhotoShop iCCP chunk * */ 311 typedef mng_ptr mng_chunkp; /* pointer to a chunk-structure */ 551 /* chunk access callback(s) */
|
| /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
| ClientData.java | 220 * Add raw HPSG chunk data to the list of heap segments. 222 * @param data The raw data from an HPSG chunk. 444 * Depending on the timing, we can get an APNM chunk setting this name before
|
| /external/libpng/ |
| example.c | 173 * PNG file before the first IDAT (image data chunk). REQUIRED 551 * the IEND). You will usually have the same info chunk as you 654 /* Optional significant bit (sBIT) chunk */ 667 /* Optional gamma chunk is strongly suggested if you have any guess 700 * write your private chunk ahead of PLTE: 706 * However, given the level of known- and unknown-chunk support in 1.2.0
|
| pngerror.c | 148 * to the current chunk. The chunk name comes from png_ptr->chunk_name,
|
| /external/skia/src/images/ |
| SkImageDecoder_libpng.cpp | 114 static int sk_read_user_chunk(png_structp png_ptr, png_unknown_chunkp chunk) { 118 return peeker->peek((const char*)chunk->name, chunk->data, chunk->size) ? 232 * PNG file before the first IDAT (image data chunk). */ 472 // check for sBIT chunk data, in case we should disable dithering because [all...] |
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
| libpulse.so | |
| libpulse.so.0 | |
| libpulse.so.0.4 | |
| libpulse.so.0.4.1 | |
| /external/chromium/chrome/browser/ |
| bug_report_util.cc | 68 // Maximum number of lines in system info log chunk to be still included 71 // Maximum number of bytes in system info log chunk to be still included
|
| /external/chromium/chrome/browser/safe_browsing/ |
| safe_browsing_database.cc | 61 int EncodeChunkId(const int chunk, const int list_id) { 63 return chunk << 1 | list_id % 2; 165 // This function generates a chunk range string for |chunks|. It 166 // outputs one chunk range string per list and writes it to the 187 // Helper function to create chunk range lists for Browse related 217 // safe_browsing_store.h orders on both chunk-id and prefix. 781 // The server can give us a chunk that we already have because 855 // The server can give us a chunk that we already have because [all...] |
| /external/jsilver/src/com/google/clearsilver/jsilver/data/ |
| DefaultDataContext.java | 28 * of the first chunk in the variable name. 177 // When traversing the stack, we first look for the first chunk of the
|
| /external/libpng/contrib/gregbook/ |
| readpng.c | 114 * useful if we want to keep pre- and post-IDAT chunk info separated 151 /* returns 0 if succeeds, 1 if fails due to no bKGD chunk, 2 if libpng error;
|
| /external/libvpx/ |
| md5_utils.c | 12 * To compute the message digest of a chunk of bytes, declare an 89 /* First chunk is an odd size */
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| eas_mdls.h | 71 /* size of conditional chunk stack */ 207 This is useful for determining the DLS chunk types
|
| /external/webkit/Source/WebCore/editing/ |
| TextIterator.h | 310 // text from the previous chunk from the textIterator 317 // Did we have to look ahead in the textIterator to confirm the current chunk?
|
| /external/webkit/Source/WebCore/inspector/ |
| InspectorProfilerAgent.cpp | 200 void Write(const String& chunk) { m_frontend->addHeapSnapshotChunk(m_uid, chunk); }
|
| /external/webkit/Source/WebCore/loader/cache/ |
| CachedImage.cpp | 290 // received all the data or the size is known. Each chunk from the 291 // network causes observers to repaint, which will force that chunk
|
| /external/webkit/Source/WebCore/platform/text/ |
| TextCodecLatin1.cpp | 134 MachineWord chunk = *reinterpret_cast_ptr<const MachineWord*>(source); local 136 if (!isAllASCII(chunk))
|
| TextCodecUTF8.cpp | 247 MachineWord chunk = *reinterpret_cast_ptr<const MachineWord*>(source); local 248 if (!isAllASCII(chunk))
|
Completed in 1056 milliseconds
<<11121314151617181920>>