Searched
full:chunk (Results
376 -
400 of
1233) sorted by null
<<11121314151617181920>>
| /bionic/libc/stdio/ |
| fgets.c | 78 * newline, and stop. Otherwise, copy entire chunk
|
| /dalvik/libdex/ |
| DexDataMap.cpp | 30 * Allocate a single chunk for the DexDataMap per se as well as the
|
| /dalvik/vm/analysis/ |
| VfyBasicBlock.cpp | 58 * Returns "true" if the instruction represents a data chunk, such as a 428 * If this is a data chunk (e.g. switch data) we want to skip 440 * this isn't a data-chunk NOP, and control can continue to 448 * data chunk, also treat it as "ignore". Otherwise it'll look
|
| /development/ndk/platforms/android-3/include/ |
| malloc.h | 68 an allocated chunk, which may be more than you requested (although
|
| /external/chromium/chrome/common/ |
| child_process_logging_mac_unittest.mm | 63 // URL chunk names are 1-based.
|
| /external/chromium/chrome/common/extensions/docs/examples/api/idle/idle_simple/ |
| history.html | 17 * Convert a state and time into a nice styled chunk of HTML.
|
| /external/chromium/net/url_request/ |
| url_request_job_tracker.h | 52 // Called when a new chunk of unfiltered bytes has been read for
|
| /external/icu4c/io/ |
| ustream.cpp | 60 // write this chunk
|
| /external/libpng/ |
| README | 32 access to info_ptr. These functions are the png_set_<chunk> and 33 png_get_<chunk> functions. These functions should be used when 56 the library action on the detection of chunk CRC errors. It is possible 58 critical or an ancillary chunk.
|
| /external/libvpx/vpx_mem/memory_manager/include/ |
| hmm_cnfg.h | 58 /* Type of unsigned integer big enough to hold the size of a Block/Chunk
|
| /external/markdown/markdown/ |
| blockparser.py | 64 """ Parse a chunk of markdown text and attach to given etree node.
|
| /external/mockwebserver/src/main/java/com/google/mockwebserver/ |
| MockResponse.java | 125 bytesOut.write("0\r\n\r\n".getBytes(ASCII)); // last chunk + empty trailer + crlf
|
| /external/pcre/ |
| CleanTxt | 45 # If a chunk of lines has been cut out (page footer) and the next line
|
| /external/sonivox/arm-fm-22k/host_src/ |
| eas_wave.h | 37 /* .WAV file format chunk */
|
| /external/sonivox/arm-hybrid-22k/host_src/ |
| eas_wave.h | 37 /* .WAV file format chunk */
|
| /external/sonivox/arm-wt-22k/host_src/ |
| eas_wave.h | 37 /* .WAV file format chunk */
|
| /external/srec/srec/include/ |
| swimodel.h | 48 void* mmap_zip_data; /* mmap file in one chunk */
|
| /external/v8/src/ |
| circular-queue.h | 43 // possible that it can catch up and overwrite a chunk that a consumer
|
| /external/valgrind/main/drd/tests/ |
| custom_alloc.c | 87 // chunk isn't postponed.
|
| /external/valgrind/main/memcheck/tests/ |
| custom_alloc.c | 93 // chunk isn't postponed.
|
| /external/webkit/Source/WebKit/android/ |
| RenderSkinNinePatch.cpp | 38 const SkBitmap& bitmap, const Res_png_9patch& chunk,
|
| /external/webkit/Source/WebKit/gtk/webkit/ |
| webkitwebframe.h | 69 * @WEBKIT_LOAD_COMMITTED: The first data chunk has arrived, meaning
|
| /external/webkit/Source/WebKit2/UIProcess/win/ |
| ChunkedUpdateDrawingAreaProxyWin.cpp | 87 // Duplicate the update chunk handle.
|
| /external/yaffs2/yaffs2/utils/ |
| mkyaffsimage.c | 461 int chunk = 0; local 469 chunk++; 470 write_chunk(bytes,newObj,chunk,nBytes); 476 printf("%d data chunks written\n",chunk);
|
| /frameworks/base/core/java/android/nfc/ |
| NdefRecord.java | 90 * Indicates the payload is an intermediate or final chunk of a chunked 93 * The payload type is specified in the first chunk, and subsequent chunks 216 * Applications should not attempt to manually chunk NDEF Records - the 217 * implementation of android.nfc will automatically chunk an NDEF Record
|
Completed in 1576 milliseconds
<<11121314151617181920>>