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

<<21222324252627282930>>

  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 175 // Because we're deleting a large chunk of code at once, the sequence in which
  /external/openssl/crypto/rand/
rand_egd.c 70 * The number of bytes is not limited by the maximum chunk size of EGD,
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.h 129 // Obtains a chunk of data from the stream.
  /external/qemu/
disas.c 1 /* General "disassemble this chunk" code. Used for debugging. */
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 140 /* header chunk for SMAF ADPCM */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h 140 /* header chunk for SMAF ADPCM */
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 140 /* header chunk for SMAF ADPCM */
eas_xmf.c 609 /* get the chunk type */
613 /* found a RIFF chunk, check for DLS type */
627 /* found an SMF chunk */
682 /* init dls offset, so that we know we haven't found a dls chunk yet */
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 139 /* read the whole buffer (starting from start offset, up to read_size) into a chunk allocated outside */
  /external/v8/src/
frames.cc 1122 LargeObjectChunk* chunk = heap->lo_space()->FindChunkContainingPc(pc); local
    [all...]
  /external/valgrind/main/docs/html/
lk-manual.html 101 (a single entry, multiple exit, linear chunk of code) executed by the
  /external/webkit/Source/WebCore/page/mac/
FrameMac.mm 179 // For each text chunk, run the regexp
  /external/webkit/Source/WebKit/gtk/tests/
testloading.c 29 * looks like soup refuses to send or receive a too small chunk */
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py 319 # Create a sorted list of test files so the subset chunk,
339 _log.critical("invalid chunk '%s'" % chunk_value)
373 tests_run_msg = 'Running: %d tests (chunk slice [%d:%d] of %d)' % (
381 extra_msg = (' last chunk is partial, appending [0:%d]' %
    [all...]
  /external/wpa_supplicant/
md4.c 65 * To compute the message digest of a chunk of bytes, declare an
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md4.c 65 * To compute the message digest of a chunk of bytes, declare an
  /external/wpa_supplicant_8/src/crypto/
md4-internal.c 63 * To compute the message digest of a chunk of bytes, declare an
  /frameworks/base/core/java/android/os/
Debug.java 38 import org.apache.harmony.dalvik.ddmc.Chunk;
252 System.out.println("Sending WAIT chunk");
254 Chunk waitChunk = new Chunk(ChunkHandler.type("WAIT"), data, 0, 1);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 156 * Sets the nine patch chunk.
158 * @param chunk The definition of the nine patch
162 public void setNinePatchChunk(byte[] chunk) {
163 mNinePatchChunk = chunk;
    [all...]
  /frameworks/base/libs/binder/
ProcessState.cpp 339 // mmap the binder, providing a chunk of virtual address space to receive transactions.
  /frameworks/base/opengl/libs/GLES2_dbg/src/
dbgcontext.cpp 156 else // compressed chunk bigger than LZF_CHUNK_SIZE (and uncompressed)
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeAgent.java 229 // It's our saved data, a flattened chunk of data all in
  /hardware/ti/omap3/dspbridge/inc/
DSPProcessor.h 304 * DSP_EMEMORY : Cannot reserve chunk of this size.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor.h 304 * DSP_EMEMORY : Cannot reserve chunk of this size.
  /libcore/luni/src/main/java/libcore/net/http/
HttpConnection.java 165 * headers and chunk sizes. Benchmarks suggest 128 is sufficient.

Completed in 1606 milliseconds

<<21222324252627282930>>