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

<<21222324252627282930>>

  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
__init__.py 162 for chunk in iterable:
163 fp.write(chunk)
  /libcore/luni/src/main/java/org/xml/sax/
HandlerBase.java 236 * method to take specific actions for each chunk of character data
259 * method to take specific actions for each chunk of ignorable
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
settings.h 187 /// Chunk size for partition.
190 /// Chunk size for partition, relative to input size. If > 0.0,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dm-ioctl.h 96 * All ioctl arguments consist of a single chunk of memory, with
237 * on a larger chunk of memory. On x86-64 and other
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp 619 // The smallest valid chunk is 16 bytes long in this case.
623 // The smallest valid chunk is 8 bytes long.
627 char chunk[5]; local
628 MakeFourCCString(chunk_type, chunk);
633 printf("%sfound chunk '%s' of size %lld\n", indent, chunk, chunk_size);
686 LOGV("sampleTable chunk is %d bytes long.", (size_t)chunk_size);
952 chunk, num_channels, sample_size, sample_rate);
1005 // chunk, width, height);
    [all...]
  /bionic/libc/bionic/
memmove_words.c 104 * one remaining 16-bit chunk.
  /dalvik/libdex/
DexClass.cpp 96 * function allocates a single chunk of memory for the result, which
DexClass.h 95 * function allocates a single chunk of memory for the result, which
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource.java 67 * another chunk of events. If false, finishes out the stream.
  /external/bluetooth/glib/tests/
slice-color.c 1 /* GLIB sliced memory - fast threaded memory chunk allocator
  /external/chromium/chrome/browser/extensions/
user_script_master.h 34 // into a new chunk of shared memory and notify renderers.
  /external/chromium/chrome/browser/net/
url_request_slow_download_job.cc 116 // If we make it here, the first chunk has been sent and we need to wait
  /external/chromium/chrome/browser/ui/views/
about_chrome_view.cc 460 // Draw the first text chunk and position the Chromium url.
464 // Draw the second text chunk and position the Open Source url.
468 // Draw the third text chunk (which has no URL associated with it).
482 // The last text chunk doesn't have a URL associated with it.
    [all...]
  /external/chromium/net/http/
http_stream_parser.h 194 // Stores an encoded chunk for chunked uploads.
  /external/chromium/net/tools/flip_server/
balsa_frame.h 133 // Parses input and puts the key, value chunk extensions into extensions.
  /external/chromium/sdch/open-vcdiff/src/
vcencoder.cc 72 // before the first chunk of input is available.
  /external/clang/include/clang/Lex/
MultipleIncludeOpt.h 100 /// there is a chunk of the file not guarded by the controlling macro.
  /external/clang/tools/scan-view/
ScanView.py 188 for chunk in filter(None, qs.split('&')):
189 if '=' not in chunk:
190 name = chunk
193 name, value = chunk.split('=', 1)
  /external/jpeg/
jutils.c 172 /* Zero out a chunk of FAR memory. */
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
CompilingClassLoader.java 64 * Only one chunk of source can be compiled per instance of CompilingClassLoader. If you need to
  /external/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 69 /* Number of BAUs in a dummy end record (at end of chunk). */
  /external/llvm/docs/
SegmentedStacks.html 34 Segmented stack allows stack space to be allocated incrementally than as a monolithic chunk (of some worst case size) at thread initialization. This is done by allocating stack blocks (henceforth called <em>stacklets</em>) and linking them into a doubly linked list. The function prologue is responsible for checking if the current stacklet has enough space for the function to execute; and if not, call into the libgcc runtime to allocate more stack space. Support for segmented stacks on x86 / Linux is currently being worked on.
  /external/netcat/
Changelog 102 telnet-opts responder in; left as OPTIONAL chunk since it mucks
  /external/qemu/
bt-vhci.c 111 /* Apparently VHCI wants us to write everything in one chunk :-( */

Completed in 2212 milliseconds

<<21222324252627282930>>