/external/chromium/chrome/browser/safe_browsing/ |
prefix_set.h | 22 // 6446 are duplicates (from different chunks)
|
/external/chromium/chrome/browser/translate/ |
translate_infobar_delegate.h | 143 // split in 3 chunks. |swap_languages| is set to true if <lang1> and <lang2>
|
/external/chromium/chrome/common/ |
child_process_logging_mac.mm | 53 // First remove any old url chunks we might have lying around.
|
/external/chromium/net/base/ |
upload_data_stream.h | 45 // Sets the callback to be invoked when new chunks are available to upload.
|
/external/chromium/net/ftp/ |
ftp_ctrl_response_buffer_unittest.cc | 36 TEST_F(FtpCtrlResponseBufferTest, Chunks) {
|
/external/clang/test/CodeGenObjC/ |
block-var-layout.m | 35 // many sizeof(void*) chunks to skip (high nibble) and then how many
|
/external/icu4c/i18n/ |
nortrans.cpp | 109 * Normalize as short chunks at a time as possible even in
|
/external/skia/gpu/src/ |
GrBinHashKey.h | 36 * It also has the ability to recieve data in several chunks (steamed). The
|
/external/sonivox/arm-wt-22k/lib_src/ |
dls2.h | 18 FOURCC's used in the DLS2 file, in addition to DLS1 chunks
|
/external/v8/src/ |
zone.cc | 55 // Segments represent chunks of memory: They have starting address
|
/external/valgrind/main/drd/ |
drd_bitmap2_node.c | 100 /** Free a chunk and remove it from the list of chunks. */
|
/external/webkit/Source/WebCore/fileapi/ |
FileSystemCallbacks.h | 71 // For EntriesCallbacks. didReadDirectoryEntry is called each time the API reads an entry, and didReadDirectoryDone is called when a chunk of entries have been read (i.e. good time to call back to the application). If hasMore is true there can be more chunks.
|
/external/webkit/Source/WebCore/platform/sql/ |
SQLiteDatabase.h | 86 // These chunks will never be anything other than 512, 1024, 2048, 4096, 8192, 16384, or 32768 bytes in size.
|
/external/webkit/Source/WebKit/android/jni/ |
WebCoreFrameBridge.h | 152 * Helper methods. These are typically chunks of code that are called in
|
/external/webkit/Tools/DumpRenderTree/ |
PixelDumpSupport.cpp | 89 // Chunks of PNG files are <length>, <type>, <data>, <crc>.
|
/external/webkit/Tools/DumpRenderTree/qt/ |
ImageDiff.cpp | 61 // Read all the incoming chunks
|
/frameworks/base/core/java/android/app/backup/ |
BackupDataInput.java | 147 * this method may be made in order to process the data in chunks; not all of it
|
BackupDataOutput.java | 37 * be written in multiple chunks if desired, as long as the total count of bytes written
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
DdmServer.java | 93 * Use this for "unsolicited" chunks.
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
RandomBitsSupplier.java | 49 * chunks and not single bytes, the FileInputStream
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
malloc.h | 95 int ordblks; /* number of free chunks */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
MessageProcessor.java | 35 * data layout: uint32 total decompressed length, (chunks: uint32 chunk
|
/external/libpng/ |
CHANGES | 123 made CRC errors/warnings on critical and ancillary chunks configurable 137 - previously read critical chunks are flagged, so the chunk handling 140 be able to handle all chunks via a callback mechanism 461 Added a check in pngset.c to prevent writing multiple tIME chunks. 547 structure; refactored the inflate/deflate support to make adding new chunks 551 NOTE: Applications that write text chunks MUST define png_text->lang 553 write tEXt or zTXt chunks. If you want your application to be able to 573 Added code to handle new chunks in pngpread.c 591 unknown chunks in pngwrite.c [all...] |
png.h | 665 * of sPLT chunks. [all...] |
pngwrite.c | 110 png_debug(5, "writing extra chunks"); 230 /* Check to see if we need to write text chunks */ 288 png_debug(5, "writing extra chunks"); 324 /* See if user wants us to write information chunks */ 337 /* Loop through comment chunks */ 392 png_debug(5, "writing extra chunks"); [all...] |