Searched refs:chunk (Results 101 - 125 of 167) sorted by relevance

1234567

/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParserLibxml2.cpp373 // resetting the encoding to UTF-16 before every chunk. Otherwise libxml
503 PassRefPtr<XMLParserContext> XMLParserContext::createMemoryParser(xmlSAXHandlerPtr handlers, void* userData, const char* chunk) argument
513 xmlParserCtxtPtr parser = xmlCreateMemoryParserCtxt(chunk, xmlStrlen((const xmlChar*)chunk));
1291 void XMLDocumentParser::initializeParserContext(const char* chunk) argument
1321 m_context = XMLParserContext::createMemoryParser(&sax, this, chunk);
1323 ASSERT(!chunk);
1367 // Parse in a single chunk into an xmlDocPtr
1452 bool XMLDocumentParser::appendFragmentSource(const String& chunk) argument
1457 CString chunkAsUtf8 = chunk
[all...]
H A DXMLDocumentParser.h275 void initializeParserContext(const char* chunk = 0);
/external/webkit/Source/WebCore/inspector/
H A DInspectorProfilerAgent.cpp200 void Write(const String& chunk) { m_frontend->addHeapSnapshotChunk(m_uid, chunk); } argument
/external/libvpx/
H A Dvpxdec.c211 unsigned int chunk; member in struct:input_ctx
229 if(input->chunk >= input->chunks)
247 input->chunk = 0;
250 if(nestegg_packet_data(input->pkt, input->chunk, buf, buf_sz))
252 input->chunk++;
/external/webkit/Source/WebCore/inspector/front-end/
H A DProfilesPanel.js471 _addHeapSnapshotChunk: function(uid, chunk)
479 profile._json += chunk;
483 profile.proxy.pushJSONChunk(chunk);
824 addHeapSnapshotChunk: function(uid, chunk)
826 this._profiler._addHeapSnapshotChunk(uid, chunk);
/external/libxml2/include/libxml/
H A Dparser.h1014 const char *chunk,
1019 const char *chunk,
1117 const char *chunk,
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngine.cpp195 const SVGTextChunk& chunk = textChunks.at(i); local
199 chunk.calculateLength(length, characters);
202 m_textPathStartOffset += chunk.calculateTextAnchorShift(length);
320 // Finalize transform matrices, after the chunk layout corrections have been applied, and all fragment x/y positions are finalized.
493 // whether this character starts a new text chunk, before doing any further processing.
/external/webkit/Source/WebKit2/UIProcess/
H A DTiledDrawingAreaProxy.cpp163 UpdateChunk chunk; local
164 if (!arguments->decode(CoreIPC::Out(chunk)))
166 snapshotTaken(chunk);
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c461 int chunk = 0; local
469 chunk++;
470 write_chunk(bytes,newObj,chunk,nBytes);
476 //printf("%d data chunks written\n",chunk);
534 fprintf(stderr," -c <size> set the chunk (NAND page) size. default: 2048\n");
/external/v8/src/
H A Dlithium-allocator.h448 bool Allocate(LChunk* chunk);
458 LChunk* chunk() const { return chunk_; } function in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen.h1264 HPhase(const char* name, LChunk* chunk) { argument
1265 Begin(name, NULL, chunk, NULL);
1278 LChunk* chunk,
1295 void TraceLithium(const char* name, LChunk* chunk);
1336 void Trace(const char* name, HGraph* graph, LChunk* chunk);
H A Ddeoptimizer.cc1161 MemoryChunk* chunk = local
1165 ASSERT(chunk->area_size() >= desc.instr_size);
1166 if (chunk == NULL) {
1169 memcpy(chunk->area_start(), desc.buffer, desc.instr_size);
1170 CPU::FlushICache(chunk->area_start(), desc.instr_size);
1171 return chunk;
H A Dutils.h590 Vector<T> chunk = chunks_.at(i);
591 for (int j = 0; j < chunk.length(); j++) {
592 destination[position] = chunk[j];
622 int index_; // Current index in current chunk.
625 // Creates a new current chunk, and stores the old chunk in the chunks_ list.
648 // Before replacing the current chunk, give a subclass the option to move
649 // some of the current data into the new chunk. The function may update
650 // the current index_ value to represent data no longer in the current chunk.
651 // Returns the initial index of the new chunk (afte
[all...]
/external/elfutils/src/
H A Delflint.c3185 unsigned const char *chunk = q; local
3194 idx, section_name (ebl, idx), pos (chunk));
3221 if (p - chunk < (ptrdiff_t) subsection_len)
3229 const unsigned char *subsection_end = chunk + subsection_len;
3230 chunk = q;
3236 idx, section_name (ebl, idx), pos (chunk), subsection_tag);
3239 chunk += sizeof subsection_len;
3240 while (chunk < q)
3243 get_uleb128 (tag, chunk);
3246 const unsigned char *r = chunk;
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator64.h252 static uptr GetChunkIdx(uptr chunk, uptr size) { argument
253 u32 offset = chunk % kRegionSize;
464 // When allocating 2^x bytes it should return 2^x aligned chunk.
/external/libvorbis/doc/
H A D08-residue.tex26 classifies each chunk, encodes the chunk classifications and finally
53 in a classification chunk are built into a single scalar that
54 represents the classification numbers in that chunk. In the below
/external/chromium/net/spdy/
H A Dspdy_proxy_client_socket_unittest.cc580 scoped_ptr<spdy::SpdyFrame> chunk(ConstructBodyFrame(chunk_data.data(),
584 CreateMockWrite(*chunk, 2, false),
585 CreateMockWrite(*chunk, 3, false),
586 CreateMockWrite(*chunk, 4, false)
/external/libpng/
H A Dpngset.c209 png_warning(png_ptr, "Insufficient memory for hIST chunk data.");
611 png_warning(png_ptr, "Insufficient memory to process iCCP chunk.");
747 png_warning(png_ptr, "iTXt chunk not supported.");
822 png_debug1(3, "transferred text chunk %d", info_ptr->num_text);
881 "tRNS chunk has out-of-range samples for bit_depth");
944 "Out of memory while processing sPLT chunk");
953 "Out of memory while processing sPLT chunk");
990 "Out of memory while processing unknown chunk.");
1020 "Out of memory while processing unknown chunk.");
1036 int chunk, in
1035 png_set_unknown_chunk_location(png_structp png_ptr, png_infop info_ptr, int chunk, int location) argument
[all...]
/external/openssl/ssl/
H A Dt1_enc.c161 int chunk; local
169 chunk=EVP_MD_size(md);
170 OPENSSL_assert(chunk >= 0);
218 if (olen > chunk)
/external/qemu/distrib/libpng-1.2.19/
H A Dpngset.c242 png_warning(png_ptr, "Insufficient memory for hIST chunk data.");
690 png_warning(png_ptr, "Insufficient memory to process iCCP chunk.");
811 png_warning(png_ptr, "iTXt chunk not supported.");
883 png_debug1(3, "transferred text chunk %d\n", info_ptr->num_text);
980 "Out of memory while processing sPLT chunk");
992 "Out of memory while processing sPLT chunk");
1026 "Out of memory while processing unknown chunk.");
1045 "Out of memory while processing unknown chunk.");
1065 int chunk, int location)
1067 if(png_ptr != NULL && info_ptr != NULL && chunk >
1064 png_set_unknown_chunk_location(png_structp png_ptr, png_infop info_ptr, int chunk, int location) argument
[all...]
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp106 static int sk_read_user_chunk(png_structp png_ptr, png_unknown_chunkp chunk) { argument
110 return peeker->peek((const char*)chunk->name, chunk->data, chunk->size) ?
224 * PNG file before the first IDAT (image data chunk). */
464 // check for sBIT chunk data, in case we should disable dithering because
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb39 At a minimum, tokens are data structures that bind together a chunk of text and
72 # the token's associated chunk of text
382 Fundamentally, tokens exist to take a chunk of text and identify it as belonging
/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_parser_unittest.cc12 // Test parsing one add chunk.
56 // Test parsing one add chunk with full hashes.
94 // Test parsing multiple add chunks. We'll use the same chunk as above, and add
152 // Test parsing one add chunk where a hostkey spans several entries.
188 // Test to make sure we could deal with truncated bin hash chunk.
190 // This chunk delares there are 4 prefixes but actually only contains 2.
204 // Test to make sure we could deal with truncated malwarelist chunk.
206 // This chunk delares there are 4 prefixes but actually only contains 2.
240 // Test parsing one sub chunk.
292 // Test parsing one sub chunk wit
815 const unsigned char chunk[] = { local
[all...]
/external/webkit/Source/WebCore/platform/network/soup/
H A DResourceHandleSoup.cpp263 // For all the other responses, we handle each chunk ourselves,
345 static void gotChunkCallback(SoupMessage* msg, SoupBuffer* chunk, gpointer data) argument
365 client->didReceiveData(handle.get(), chunk->data, chunk->length, -1);
585 d->m_gotChunkHandler = g_signal_connect(soupMessage, "got-chunk", G_CALLBACK(gotChunkCallback), handle);
/external/webkit/Source/WebKit/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp1019 QImage chunk(chunkWidth, chunkHeight, QImage::Format_ARGB32);
1022 QPainter painter(&chunk);
1028 QVERIFY(chunk == image4.copy(chunkPaintRect));

Completed in 993 milliseconds

1234567