Searched defs:filled (Results 1 - 18 of 18) sorted by relevance

/external/proguard/src/proguard/gui/splash/
H A DCircleSprite.java26 * This Sprite represents an animated circle. It can optionally be filled.
32 private final boolean filled; field in class:CircleSprite
40 * @param filled specifies whether the rectangle should be filled.
45 public CircleSprite(boolean filled, argument
50 this.filled = filled;
65 if (filled)
H A DRectangleSprite.java26 * This Sprite represents an animated rounded rectangle. It can optionally be filled.
32 private final boolean filled; field in class:RectangleSprite
44 * @param filled specifies whether the rectangle should be filled.
51 public RectangleSprite(boolean filled, argument
58 this(filled, color, x, y, width, height, new ConstantInt(0), new ConstantInt(0));
64 * @param filled specifies whether the rectangle should be filled.
73 public RectangleSprite(boolean filled, argument
82 this.filled
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_bitmask.c59 unsigned filled; member in struct:util_bitmask
79 bm->filled = 0;
132 * Lazily update the filled.
138 assert(bm->filled <= bm->size);
141 if(index == bm->filled) {
142 ++bm->filled;
143 assert(bm->filled <= bm->size);
151 assert(bm->filled <= bm->size);
154 if(index < bm->filled)
155 bm->filled
[all...]
H A Du_handle_table.c54 unsigned filled; member in struct:handle_table
77 ht->filled = 0;
164 while(ht->filled < ht->size) {
165 if(!ht->objects[ht->filled])
167 ++ht->filled;
170 index = ht->filled;
183 ++ht->filled;
255 if(index < ht->filled)
256 ht->filled = index;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_bitmask.c59 unsigned filled; member in struct:util_bitmask
79 bm->filled = 0;
132 * Lazily update the filled.
138 assert(bm->filled <= bm->size);
141 if(index == bm->filled) {
142 ++bm->filled;
143 assert(bm->filled <= bm->size);
151 assert(bm->filled <= bm->size);
154 if(index < bm->filled)
155 bm->filled
[all...]
H A Du_handle_table.c54 unsigned filled; member in struct:handle_table
77 ht->filled = 0;
164 while(ht->filled < ht->size) {
165 if(!ht->objects[ht->filled])
167 ++ht->filled;
170 index = ht->filled;
183 ++ht->filled;
255 if(index < ht->filled)
256 ht->filled = index;
/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format.h60 int32 filled; // Flag to tell when we filled the cache. member in struct:disk_cache::LruData
/external/elfutils/0.153/libelf/
H A Delf32_updatefile.c478 size_t filled = *filledp; local
481 if (unlikely (fill_len > filled) && filled < FILLBUFSIZE)
484 memset (fillbuf + filled, __libelf_fill_byte, fill_len - filled);
485 *filledp = filled = fill_len;
491 size_t n = MIN (filled, len);
513 size_t filled = 0; local
585 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled)
700 &filled) !
[all...]
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dgetonescriptspan.cc552 int consumed, filled; local
555 &consumed, &filled);
557 span->text_bytes = filled - 4;
/external/speex/libspeex/
H A Djitter.c84 int filled; /**< Number of entries occupied in "timing" and "counts"*/ member in struct:TimingBuffer
92 tb->filled = 0;
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1])
110 while (pos<tb->filled && timing >= tb->timing[pos])
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS);
118 if (pos < tb->filled)
120 int move_size = tb->filled-pos;
121 if (tb->filled == MAX_TIMINGS)
131 if (tb->filled<MAX_TIMING
[all...]
/external/elfutils/0.153/src/
H A Dldgeneric.c3707 /* The name offset will be filled in later. */
3808 bool filled = false; local
3827 if (filled)
3838 filled = true;
3842 assert (filled);
5079 filled in. */
5453 if (ld_state.default_bind_local || ld_state.version_str_tab.filled > 0)
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h2603 * in the data buffer. Reply (if any) will be filled in the supplied
3493 * @filled: bitmask indicating which fields have been reported, see
3505 unsigned int filled; member in struct:freq_survey
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h2603 * in the data buffer. Reply (if any) will be filled in the supplied
3493 * @filled: bitmask indicating which fields have been reported, see
3505 unsigned int filled; member in struct:freq_survey
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h2603 * in the data buffer. Reply (if any) will be filled in the supplied
3493 * @filled: bitmask indicating which fields have been reported, see
3505 unsigned int filled; member in struct:freq_survey
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2165 milliseconds