Searched refs:filler (Results 26 - 50 of 82) sorted by relevance

1234

/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h335 void AddRootEntries(SnapshotFiller* filler);
337 bool IterateAndExtractReferences(SnapshotFiller* filler);
476 void AddRootEntries(SnapshotFiller* filler);
478 bool IterateAndExtractReferences(SnapshotFiller* filler);
H A Dheap-snapshot-generator.cc1846 SnapshotFiller* filler) {
1847 filler_ = filler;
2408 SnapshotFiller* filler) {
2409 filler_ = filler;
2614 SnapshotFiller filler(snapshot_, &entries_);
2615 return v8_heap_explorer_.IterateAndExtractReferences(&filler)
2616 && dom_explorer_.IterateAndExtractReferences(&filler);
1845 IterateAndExtractReferences( SnapshotFiller* filler) argument
2407 IterateAndExtractReferences( SnapshotFiller* filler) argument
/external/chromium_org/chrome/browser/resources/extensions/chromeos/
H A Dkiosk_apps.css103 .kiosk-app-list-item .space-filler {
/external/pixman/pixman/
H A Dpixman-implementation.c272 uint32_t filler)
277 ((*imp->fill) (imp, bits, stride, bpp, x, y, width, height, filler)))
264 _pixman_implementation_fill(pixman_implementation_t *imp, uint32_t * bits, int stride, int bpp, int x, int y, int width, int height, uint32_t filler) argument
H A Dpixman-fast-path.c2030 uint32_t filler)
2035 if (filler & 1)
2060 uint32_t filler)
2064 uint8_t v = filler & 0xff;
2085 uint32_t filler)
2090 uint16_t v = filler & 0xffff;
2111 uint32_t filler)
2120 bits[i] = filler;
2135 uint32_t filler)
2140 pixman_fill1 (bits, stride, x, y, width, height, filler);
2024 pixman_fill1(uint32_t *bits, int stride, int x, int y, int width, int height, uint32_t filler) argument
2054 pixman_fill8(uint32_t *bits, int stride, int x, int y, int width, int height, uint32_t filler) argument
2079 pixman_fill16(uint32_t *bits, int stride, int x, int y, int width, int height, uint32_t filler) argument
2105 pixman_fill32(uint32_t *bits, int stride, int x, int y, int width, int height, uint32_t filler) argument
2127 fast_path_fill(pixman_implementation_t *imp, uint32_t * bits, int stride, int bpp, int x, int y, int width, int height, uint32_t filler) argument
[all...]
H A Dpixman-mmx.c2065 uint32_t filler)
2085 filler = (filler & 0xff) * 0x01010101;
2093 filler = (filler & 0xffff) * 0x00010001;
2103 fill = ((uint64_t)filler << 32) | filler;
2130 *(uint8_t *)d = (filler & 0xff);
2137 *(uint16_t *)d = filler;
2144 *(uint32_t *)d = filler;
2057 mmx_fill(pixman_implementation_t *imp, uint32_t * bits, int stride, int bpp, int x, int y, int width, int height, uint32_t filler) argument
[all...]
H A Dpixman-private.h456 uint32_t filler);
543 uint32_t filler);
H A Dpixman.c764 uint32_t filler)
767 get_implementation(), bits, stride, bpp, x, y, width, height, filler);
757 pixman_fill(uint32_t *bits, int stride, int bpp, int x, int y, int width, int height, uint32_t filler) argument
H A Dpixman-sse2.c3324 uint32_t filler)
3341 b = filler & 0xff;
3343 filler = (w << 16) | w;
3352 filler = (filler & 0xffff) * 0x00010001;
3366 xmm_def = create_mask_2x32_128 (filler, filler);
3377 *(uint8_t *)d = filler;
3384 *(uint16_t *)d = filler;
3391 *(uint32_t *)d = filler;
3316 sse2_fill(pixman_implementation_t *imp, uint32_t * bits, int stride, int bpp, int x, int y, int width, int height, uint32_t filler) argument
[all...]
/external/libpng/
H A Dpngtrans.c114 /* Add a filler byte on read, or remove a filler or alpha byte on write.
115 * The filler type has changed in v0.95 to allow future 2-byte fillers
120 png_set_filler(png_structrp png_ptr, png_uint_32 filler, int filler_loc) argument
135 * filler code can execute (basically an 8 or 16-bit component RGB or G
139 * confusion in the past.) The filler is only used in the read code.
141 png_ptr->filler = (png_uint_16)filler;
144 PNG_UNUSED(filler) /* not used in the write case */
191 * and the flag to say where the filler channe
204 png_set_add_alpha(png_structrp png_ptr, png_uint_32 filler, int filler_loc) argument
[all...]
H A Dpngstruct.h313 png_uint_16 filler; /* filler bytes for pixel expansion */ member in struct:png_struct_def
H A Dpngread.c1334 /* We don't handle adding filler bytes */
3975 png_uint_32 filler; /* opaque filler */ local
3979 filler = 65535;
3982 filler = 255;
3995 png_set_add_alpha(png_ptr, filler, where);
/external/chromium_org/third_party/markdown/
H A Dblockprocessors.py539 filler = '\n\n'
543 filler = '\n'
552 sibling[0].text = util.AtomicString('%s%s' % (sibling[0].text, filler))
/external/chromium_org/third_party/icu/source/common/
H A Dubidiimp.h167 uint8_t filler; /* to complete a nice multiple of 4 chars */ member in struct:Opening
178 uint8_t filler; /* to complete a nice multiple of 4 chars */ member in struct:IsoRun
/external/libnl/lib/route/sch/
H A Dprio.c253 __ADD(TC_PRIO_FILLER,filler)
/external/chromium_org/v8/src/arm64/
H A Dbuiltins-arm64.cc413 // Fill all of the in-object properties with the appropriate filler.
414 Register filler = x7; local
415 __ LoadRoot(filler, Heap::kUndefinedValueRootIndex);
442 __ FillFields(first_prop, prealloc_fields, filler);
456 // Fill the remaining fields with one pointer filler map.
457 __ LoadRoot(filler, Heap::kOnePointerFillerMapRootIndex);
464 __ FillFields(first_prop, prop_fields, filler);
476 __ FillFields(first_prop, prop_fields, filler);
519 __ FillFields(elements, element_count, filler);
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_app_sorting.cc82 syncer::StringOrdinal filler = local
85 ntp_ordinal_map_.insert(std::make_pair(filler, empty_ordinal_map));
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dmost_visited_page.js53 this.className = 'most-visited filler real';
86 if (!data || data.filler) {
118 this.classList.remove('filler');
325 * Create blank (filler) tiles.
H A Dsuggestions_page.js52 this.className = 'suggestions filler real';
86 if (!data || data.filler) {
121 this.classList.remove('filler');
305 * Create blank (filler) tiles.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DprofilesPanel.css45 .profile-view .data-grid tr:hover td:not(.bottom-filler-td) {
/external/mksh/src/
H A Djobs.c1533 const char *filler; local
1547 filler = j->job > 10 ? "\n " : "\n ";
1597 shf_puts(filler, shf);
1621 shf_fprintf(shf, "%s%5d %-20s %s%s", filler,
/external/chromium_org/v8/src/heap/
H A Dheap.cc774 // pointer of the new space page. We store a filler object there to
1966 // filler for double alignment or migrating the object. Otherwise we
3218 HeapObject* filler = HeapObject::FromAddress(addr);
3220 filler->set_map_no_write_barrier(one_pointer_filler_map());
3222 filler->set_map_no_write_barrier(two_pointer_filler_map());
3224 filler->set_map_no_write_barrier(free_space_map());
3225 FreeSpace::cast(filler)->set_size(size);
3289 // performed on pages which are not concurrently swept creating a filler
3333 // We do not create a filler for objects in large object space.
3341 // using release store after creating a filler fo
3606 Object* filler; local
4046 AllocateFixedArrayWithFiller(int length, PretenureFlag pretenure, Object* filler) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp373 /// \brief Determine if E is a trivial array filler, that is, one that is
461 Expr *filler = E->getArrayFiller(); local
462 bool hasTrivialFiller = isTrivialFiller(filler);
465 // using the filler expression. We can skip this if the we're
472 // do { *array++ = filler; } while (array != end);
494 // Emit the actual filler expression.
496 if (filler)
497 EmitInitializationToLValue(filler, elementLV);
H A DCGExprConstant.cpp754 if (Expr *filler = ILE->getArrayFiller())
755 fillC = CGM.EmitConstantExpr(filler, filler->getType(), CGF);
1176 // Emit array filler, if there is one.
1190 assert(Filler && "Missing filler for implicit elements of initializer");
/external/icu/icu4c/source/common/
H A Dubidiimp.h158 uint8_t filler; /* to complete a nice multiple of 4 chars */ member in struct:Opening

Completed in 816 milliseconds

1234