| /external/chromium/net/spdy/ |
| spdy_proxy_client_socket_unittest.cc | 580 scoped_ptr<spdy::SpdyFrame> chunk(ConstructBodyFrame(chunk_data.data(), 584 CreateMockWrite(*chunk, 2, false), 585 CreateMockWrite(*chunk, 3, false), 586 CreateMockWrite(*chunk, 4, false) [all...] |
| /external/chromium/sdch/open-vcdiff/src/google/ |
| vcdecoder.h | 30 // As soon as a chunk of bytes is received from a file read or from a network
|
| /external/chromium/sdch/open-vcdiff/src/ |
| vcdiff_defs.h | 170 // the target window (= the chunk of data to be encoded.)
|
| /external/clang/include/clang/Lex/ |
| TokenLexer.h | 66 /// \brief Source location pointing at the source location entry chunk that
|
| /external/dbus/tools/ |
| dbus-monitor.c | 236 * don't lose the last chunk of messages.
|
| /external/icu4c/common/unicode/ |
| ures.h | 423 * @param len fills in the length of resulting byte chunk 429 * @return a pointer to a chunk of unsigned bytes which live in a memory mapped/DLL file. 445 * @param len fills in the length of resulting byte chunk 451 * @return a pointer to a chunk of integers which live in a memory mapped/DLL file. [all...] |
| /external/kernel-headers/original/linux/ |
| dm-ioctl.h | 96 * All ioctl arguments consist of a single chunk of memory, with
|
| /external/kernel-headers/original/linux/mtd/ |
| mtd.h | 64 * MTD_OOB_RAW: mode to read raw data+oob in one chunk. The oob data
|
| /external/libnl-headers/netlink/ |
| attr.h | 38 NLA_UNSPEC, /**< Unspecified type, binary data chunk */
|
| /external/libpng/contrib/gregbook/ |
| readppm.c | 130 /* returns 0 if succeeds, 1 if fails due to no bKGD chunk, 2 if libpng error;
|
| /external/libvpx/examples/includes/geshi/geshi/ |
| python.php | 105 'CGIHTTPServer', 'cgitb', 'chunk', 'cmath', 'cmd', 'code', 'codecs', 'codeop',
|
| /external/llvm/include/llvm/Bitcode/ |
| BitCodes.h | 91 VBR = 2, // A VBR field where Val specifies the width of each chunk.
|
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| ARMAddressingModes.h | 135 /// take a maximal chunk of bits out of the immediate. 162 // shifter_op immediate. Return a chunk of bits that will be useful to 199 /// return the first chunk of it. 205 /// return the second chunk of it.
|
| /external/openssl/ssl/ |
| t1_enc.c | 160 int chunk; local 168 chunk=EVP_MD_size(md); 169 OPENSSL_assert(chunk >= 0); 211 if (olen > chunk)
|
| /external/oprofile/events/i386/p4/ |
| unit_masks | 69 0x100 request type is 8-byte chunk split across 8-byte boundary
|
| /external/ppp/pppd/plugins/rp-pppoe/ |
| pppoe.h | 237 /* Chunk to read from stdin */
|
| /external/qemu/distrib/sdl-1.2.12/src/audio/windib/ |
| SDL_dibaudio.c | 155 /* Wait for an audio chunk to finish */
|
| /external/quake/quake/src/QW/client/ |
| glquake.h | 129 struct surfcache_s **owner; // NULL is an empty chunk of memory
|
| /external/skia/gpu/src/ |
| gr_unittests.cpp | 109 // the same hash as with one chunk
|
| /external/sonivox/jet_tools/JetCreator/ |
| JetFile.py | 42 # JET chunk tags
388 # write the JINF chunk
396 # write the JCOP chunk (if any)
411 # write the app data chunk (if any)
[all...] |
| /external/speex/libspeex/ |
| jitter.c | 523 /* Search the buffer for a packet with the right timestamp and spanning the whole current chunk */ 530 /* If no match, try for an "older" packet that still spans (fully) the current chunk */ 540 /* If still no match, try for an "older" packet that spans part of the current chunk */ 559 /* check if packet starts within current chunk */
|
| /external/v8/src/ |
| deoptimizer.cc | 903 LargeObjectChunk* chunk = LargeObjectChunk::New(desc.instr_size, EXECUTABLE); local 904 memcpy(chunk->GetStartAddress(), desc.buffer, desc.instr_size); 905 CPU::FlushICache(chunk->GetStartAddress(), desc.instr_size); 906 return chunk; [all...] |
| preparser-api.cc | 51 * the buffer containing the most recently read chunk. If this is overflowed,
|
| zone.h | 105 // the bytes. Returns the address of the newly allocated chunk of
|
| /external/valgrind/main/memcheck/tests/ |
| origin1-yes.c | 70 // Allocate a big chunk to ensure that a new block is allocated.
|