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

<<31323334353637383940>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStreamTest.java 56 * Chunk size for read(byte, off, len) tests
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 394 // charaters to the buffer, avoids extraction of too small chunk of datas
  /ndk/sources/host-tools/make-3.81/
alloca.c 145 alignment chunk size. The following default should work okay. */
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 127 alignment chunk size. The following default should work okay. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-pass.h 172 one chunk. However, function bodies are read function at a time
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_mergesort.h 324 // Length of this thread's chunk, before merging.
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 379 // Put a tiny allocated block at the end of the memory chunk, so when
547 // We set up the memory chunk with 4 mem regions, like this:
  /external/v8/src/
assembler.cc 187 // Tag the last chunk so it can be identified.
321 // Stop when the last chunk is encountered.
    [all...]
lithium-allocator.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 690 // The left chunk from rt that needs to
693 // The 'at' register now contains the left chunk on
696 // t8 now contains the right chunk on the left and zeroes.
698 // t8 now contains the right chunk on
704 // t8 now contains the chunk from rs on the left and zeroes.
706 // t8 now contains the original chunk from rs in
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 2092 CvAttrList* chunk; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libaudiofile.a     [all...]
  /dalvik/dexdump/
DexDump.cpp 472 * The "opt" section is in "chunk" format: a 32-bit identifier, a 32-bit
488 verboseStr = "(unknown chunk type)";
492 printf("Chunk %08x (%c%c%c%c) - %s (%d bytes)\n", *pOpt,
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-10 436 * glib/gslice.c (magazine_cache_pop_magazine): don't reverse chunk
638 * glib/gmem.h: Exempt GTK+ from the mem chunk deprecation, since
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_frame.cc     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 162 /// A chunk of data that we actually have to capture in the block.
174 /// Tell the block info that this chunk has the given field index.
341 // Otherwise, build a layout chunk with the size and alignment of
    [all...]
  /external/dbus/dbus/
dbus-string.c     [all...]
  /external/jpeg/
structure.doc 287 they want to accept in one chunk and how much they output in one chunk. Its
301 buffer large enough to accommodate the desired data chunk sizes. In other
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 151 uint64_t Chunk = (1LL << 31) - 1;
155 uint64_t ThisVal = (Offset > Chunk) ? Chunk : Offset;
    [all...]
  /external/netcat/
netcat.c     [all...]
  /external/qemu/
block.c 2642 int64_t chunk = sector \/ (int64_t)BDRV_SECTORS_PER_DIRTY_CHUNK; local
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 528 HPhase phase("Building chunk", chunk_);
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 520 HPhase phase("Building chunk", chunk_);
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 521 HPhase phase("Building chunk", chunk_);
    [all...]
  /external/webkit/Source/WebCore/inspector/
Inspector.json 487 "description": "Fired when data chunk was received over the network.",
491 { "name": "dataLength", "type": "integer", "description": "Data chunk length." },
    [all...]

Completed in 2192 milliseconds

<<31323334353637383940>>