Searched refs:filler (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-135066.js29 var filler = "//" + new Array(1024).join('x'); variable
40 filler
53 filler
H A Dregress-crbug-248025.js31 var filler = "//" + new Array(1024).join('x'); variable
36 eval(filler + "\nfunction f() { for (x : y) { } }");
H A Dregress-crbug-135008.js29 var filler = "//" + new Array(1024).join('x'); variable
41 filler
/external/clang/test/CodeGen/
H A D2010-07-14-overconservative-align.c6 int filler __attribute__ ((aligned (8))); member in struct:s::__anon15836
H A Dno-opt-volatile-memcpy.c5 char filler [128]; member in struct:s
/external/clang/test/CodeGenCXX/
H A Dreference-in-block-args.cpp7 int filler; member in struct:ST
22 INNER_BLOCK(^() { return ref.referrer + ref.filler; });
H A Darray-value-initialize.cpp8 double filler; member in struct:S
16 printf("sbar_[%d].filler = %f\n", i, sbar_[i].filler);
H A Dno-opt-volatile-memcpy.cpp5 char filler [128]; member in struct:s
/external/kernel-headers/original/linux/
H A Dpagemap.h97 unsigned long index, filler_t *filler,
100 struct list_head *pages, filler_t *filler, void *data);
105 filler_t *filler = (filler_t *)mapping->a_ops->readpage; local
106 return read_cache_page(mapping, index, filler, data);
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dmost_visited_page.css30 /* filler mode: hide everything except the thumbnail --- leave a grey rectangle
32 .filler * {
36 .filler {
116 .filler .thumbnail {
172 .filler .thumbnail-wrapper {
H A Dnew_tab_theme.css101 .most-visited:focus:not(.filler) .thumbnail-wrapper,
102 .most-visited:hover:not(.filler) .thumbnail-wrapper {
111 .filler .thumbnail {
/external/chromium/chrome/browser/resources/ntp4/
H A Dmost_visited_page.css35 /* filler mode: hide everything except the thumbnail --- leave a grey rectangle
37 .filler * {
41 .filler {
161 .filler .thumbnail {
183 .filler .thumbnail-wrapper {
187 /* Filler tiles can't get focused, but focused tiles can become filler. */
188 .most-visited:focus:not(.filler) .thumbnail-wrapper,
H A Dmost_visited_page.js38 this.className = 'most-visited filler';
66 if (data.filler) {
73 this.classList.remove('filler');
230 * Create blank (filler) tiles.
267 // We append the class name with the "filler" so that we can style fillers
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.css22 .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
128 .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
143 .CodeMirror-scrollbar-filler {
146 .CodeMirror-gutter-filler {
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheReferencesTest.java161 byte[] filler = new byte[1024];
174 filler = new byte[Math.max(filler.length, filler.length * 2)];
/external/chromium/chrome/browser/resources/ntp/
H A Dmost_visited.css51 .filler * {
55 .filler {
59 .filler .thumbnail-wrapper {
64 .filler .thumbnail {
H A Dmost_visited.js152 // we need to reorder items s.t. all filler items are in the rightmost
238 '<a class="thumbnail-container filler" tabindex="1">' +
515 !el.classList.contains('filler');
526 // We append the class name with the "filler" so that we can style fillers
532 data[i] = {filler: true};
547 (item.filler ? ' filler' : '');
556 // If we have a filler continue
563 // No need to continue if this is a filler.
564 if (newClassName == 'thumbnail-container filler') {
[all...]
/external/v8/src/
H A Dcpu-profiler.h103 : filler(1),
105 ASSERT(filler != SamplingCircularQueue::kClear);
112 // forced to use an artificial filler field.
113 int filler; member in class:v8::internal::TickSampleEventRecord
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl26 6. filler (0-3)
35 11. filler (0-3)
321 # 6. print filler
375 # size of filler (10.)
439 # 10. print filler
470 # optional filler
471 # use for alignment if filler doesn't need to be parsed
484 # mandatory filler
485 # use for alignment if filler needs to be parsed (at least one byte)
/external/chromium_org/third_party/libpng/
H A Dpngtrans.c108 /* Add a filler byte on read, or remove a filler or alpha byte on write.
109 * The filler type has changed in v0.95 to allow future 2-byte fillers
114 png_set_filler(png_structp png_ptr, png_uint_32 filler, int filler_loc) argument
122 png_ptr->filler = (png_byte)filler;
124 png_ptr->filler = (png_uint_16)filler;
153 png_set_add_alpha(png_structp png_ptr, png_uint_32 filler, int filler_loc) argument
159 png_set_filler(png_ptr, filler, filler_lo
[all...]
/external/libpng/
H A Dpngtrans.c108 /* Add a filler byte on read, or remove a filler or alpha byte on write.
109 * The filler type has changed in v0.95 to allow future 2-byte fillers
114 png_set_filler(png_structp png_ptr, png_uint_32 filler, int filler_loc) argument
122 png_ptr->filler = (png_byte)filler;
124 png_ptr->filler = (png_uint_16)filler;
153 png_set_add_alpha(png_structp png_ptr, png_uint_32 filler, int filler_loc) argument
159 png_set_filler(png_ptr, filler, filler_lo
[all...]
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h423 void AddRootEntries(SnapshotFillerInterface* filler);
425 bool IterateAndExtractReferences(SnapshotFillerInterface* filler);
543 void AddRootEntries(SnapshotFillerInterface* filler);
545 bool IterateAndExtractReferences(SnapshotFillerInterface* filler);
/external/chromium_org/chrome/browser/resources/extensions/chromeos/
H A Dkiosk_apps.css86 .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...]

Completed in 756 milliseconds

123