HomeSort by relevance Sort by last modified time
    Searched refs:chunk (Results 301 - 325 of 476) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp 188 const SVGTextChunk& chunk = textChunks.at(i); local
192 chunk.calculateLength(length, characters);
195 m_textPathStartOffset += chunk.calculateTextAnchorShift(length);
311 // Chunk layouting is only performed for line layout boxes, not for path layout, where it has already been done.
314 // Finalize transform matrices, after the chunk layout corrections have been applied, and all fragment x/y positions are finalized.
484 // whether this character starts a new text chunk, before doing any further processing.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FilteredItemSelectionDialog.js 504 var chunk = data["chunk"];
505 for (var i = 0; i < chunk.length; ++i)
506 this._functionItems.push(chunk[i]);
HeapSnapshotProxy.js 379 * @param {string} chunk
382 write: function(chunk, callback)
384 this.callMethod(callback, "write", chunk);
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h     [all...]
  /external/chromium_org/v8/src/
lithium.h 808 LPhase(const char* name, LChunk* chunk)
809 : CompilationPhase(name, chunk->info()),
810 chunk_(chunk) { }
lithium-allocator.h 424 bool Allocate(LChunk* chunk);
434 LPlatformChunk* chunk() const { return chunk_; } function in class:v8::internal::BASE_EMBEDDED
  /external/libxml2/include/libxml/
parser.h     [all...]
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 452 int chunk = 0; local
460 chunk++;
461 write_chunk(bytes,newObj,chunk,nBytes);
467 //printf("%d data chunks written\n",chunk);
525 fprintf(stderr," -c <size> set the chunk (NAND page) size. default: 2048\n");
  /frameworks/base/tools/orientationplot/
orientationplot.py 57 chunk = os.read(self.stream.fileno(), 4096)
62 if len(chunk) == 0:
70 self.buffer += chunk
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 278 # characters, duplicate chunks are eliminated, and each chunk is
282 # of chunk numbers indexed by their original chunk position, and a
292 # the Unicode character is an index into the chunk number, and the
293 # less significant byte is a bit index in the chunk (just like the
335 chunk = tuple(charmap[i*256:(i+1)*256])
336 new = comps.setdefault(chunk, block)
340 data = data + _mk_bitmap(chunk)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 278 # characters, duplicate chunks are eliminated, and each chunk is
282 # of chunk numbers indexed by their original chunk position, and a
292 # the Unicode character is an index into the chunk number, and the
293 # less significant byte is a bit index in the chunk (just like the
335 chunk = tuple(charmap[i*256:(i+1)*256])
336 new = comps.setdefault(chunk, block)
340 data = data + _mk_bitmap(chunk)
  /external/v8/src/
lithium-allocator.h 448 bool Allocate(LChunk* chunk);
458 LChunk* chunk() const { return chunk_; } function in class:v8::internal::BASE_EMBEDDED
  /external/chromium_org/v8/src/arm/
lithium-arm.h 506 int TrueDestination(LChunk* chunk) {
507 return chunk->LookupDestination(true_block_id());
509 int FalseDestination(LChunk* chunk) {
510 return chunk->LookupDestination(false_block_id());
513 Label* TrueLabel(LChunk* chunk) {
515 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
519 Label* FalseLabel(LChunk* chunk) {
521 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk));
2658 LPlatformChunk* chunk() const { return chunk_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 508 int TrueDestination(LChunk* chunk) {
509 return chunk->LookupDestination(true_block_id());
511 int FalseDestination(LChunk* chunk) {
512 return chunk->LookupDestination(false_block_id());
515 Label* TrueLabel(LChunk* chunk) {
517 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
521 Label* FalseLabel(LChunk* chunk) {
523 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk));
2787 LPlatformChunk* chunk() const { return chunk_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 502 int TrueDestination(LChunk* chunk) {
503 return chunk->LookupDestination(true_block_id());
505 int FalseDestination(LChunk* chunk) {
506 return chunk->LookupDestination(false_block_id());
509 Label* TrueLabel(LChunk* chunk) {
511 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
515 Label* FalseLabel(LChunk* chunk) {
517 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk));
2616 LPlatformChunk* chunk() const { return chunk_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 505 int TrueDestination(LChunk* chunk) {
506 return chunk->LookupDestination(true_block_id());
508 int FalseDestination(LChunk* chunk) {
509 return chunk->LookupDestination(false_block_id());
512 Label* TrueLabel(LChunk* chunk) {
514 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
518 Label* FalseLabel(LChunk* chunk) {
520 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk));
2562 LPlatformChunk* chunk() const { return chunk_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 753 // The smallest valid chunk is 16 bytes long in this case.
757 // The smallest valid chunk is 8 bytes long.
761 char chunk[5]; local
762 MakeFourCCString(chunk_type, chunk);
763 ALOGV("chunk: %s @ %lld, %d", chunk, *offset, depth);
768 printf("%sfound chunk '%s' of size %lld\n", indent, chunk, chunk_size);
824 ALOGV("sampleTable chunk is %d bytes long.", (size_t)chunk_size);
2015 char chunk[5]; local
2513 char chunk[5]; local
    [all...]
  /dalvik/docs/
prettify.js 70 /** Pretty print a chunk of code.
425 // (4) /</ : A '<' that does not begin a larger chunk. Treated as 1
643 start, PR_TAG, // the open chunk
673 var chunk = source.substring(start, end);
674 var subDecorations = PR_TAG_LEXER(chunk, start);
779 var start, end, chunk, subDecs;
782 chunk = source.substring(start, end);
783 subDecs = styleLiteralIdentifierPuncRecognizer(chunk, start);
788 var subEnd = j + 2 < m ? subDecs[j + 2] : chunk.length;
    [all...]
  /build/tools/releasetools/
edify_generator.py 116 """Set the position of the progress bar within the chunk defined
  /external/chromium_org/chrome/browser/automation/
automation_provider.h 260 void GetTracingOutput(std::string* chunk, bool* success);
  /external/chromium_org/third_party/libpng/
pngset.c 209 png_warning(png_ptr, "Insufficient memory for hIST chunk data.");
611 png_warning(png_ptr, "Insufficient memory to process iCCP chunk.");
737 png_warning(png_ptr, "iTXt chunk not supported.");
812 png_debug1(3, "transferred text chunk %d", info_ptr->num_text);
871 "tRNS chunk has out-of-range samples for bit_depth");
934 "Out of memory while processing sPLT chunk");
943 "Out of memory while processing sPLT chunk");
980 "Out of memory while processing unknown chunk.");
1010 "Out of memory while processing unknown chunk.");
1026 int chunk, int location
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 132 static int sk_read_user_chunk(png_structp png_ptr, png_unknown_chunkp chunk) {
136 return peeker->peek((const char*)chunk->name, chunk->data, chunk->size) ?
249 * PNG file before the first IDAT (image data chunk). */
454 // check for sBIT chunk data, in case we should disable dithering because
    [all...]
  /external/chromium_org/tools/win/toolchain/
toolchain.py 66 chunk = req.read(1024 * 1024)
67 if not chunk:
69 bytes_read += len(chunk)
70 file.write(chunk)
  /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/skia/src/images/
SkImageDecoder_libpng.cpp 134 static int sk_read_user_chunk(png_structp png_ptr, png_unknown_chunkp chunk) {
138 return peeker->peek((const char*)chunk->name, chunk->data, chunk->size) ?
251 * PNG file before the first IDAT (image data chunk). */
456 // check for sBIT chunk data, in case we should disable dithering because
    [all...]

Completed in 1004 milliseconds

<<11121314151617181920