HomeSort by relevance Sort by last modified time
    Searched defs:filled (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/cc/layers/
nine_patch_layer_impl_unittest.cc 123 Region filled; local
128 EXPECT_FALSE(filled.Intersects(quad_rect));
129 filled.Union(quad_rect);
132 EXPECT_EQ(expected_full, filled);
  /external/proguard/src/proguard/gui/splash/
CircleSprite.java 26 * 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,
50 this.filled = filled;
65 if (filled)
RectangleSprite.java 26 * 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,
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,
82 this.filled = filled
    [all...]
  /external/chromium_org/remoting/codec/
video_encoder_verbatim.cc 58 int filled = 0; local
66 filled = 0;
71 std::min(row_size - row_pos, max_packet_size_ - filled);
72 memcpy(out + filled, in + row_pos, bytes_to_copy);
74 filled += bytes_to_copy;
87 packet->mutable_data()->resize(filled);
101 // If we have filled the current packet, then send it.
102 if (filled == max_packet_size_ || row_y == rect.height()) {
103 packet->mutable_data()->resize(filled);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_bitmask.c 59 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 = index
    [all...]
u_handle_table.c 54 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/
u_bitmask.c 59 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 = index
    [all...]
u_handle_table.c 54 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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
search.h 102 unsigned int filled; member in struct:hsearch_data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 102 unsigned int filled; member in struct:hsearch_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 102 unsigned int filled; member in struct:hsearch_data
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
AlmostFullTest.java 55 // initial fill done in two stage as disk can be filled by other
66 long filled = 0; local
67 while (filled < diskToFill) {
68 long toFill = diskToFill - filled;
75 filled += toFill;
  /external/elfutils/libelf/
elf32_updatefile.c 437 size_t filled = *filledp; local
440 if (unlikely (fill_len > filled) && filled < FILLBUFSIZE)
443 memset (fillbuf + filled, __libelf_fill_byte, fill_len - filled);
444 *filledp = filled = fill_len;
450 size_t n = MIN (filled, len);
472 size_t filled = 0; local
535 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled)
639 &filled) != 0)
    [all...]
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 137 size_t filled = (mMaxFrames - avail) + written; local
139 if (filled <= mSetpoint / 2) {
142 } else if (filled <= (mSetpoint * 3) / 4) {
145 } else if (filled <= (mSetpoint * 5) / 4) {
148 } else if (filled <= (mSetpoint * 3) / 2) {
151 } else if (filled <= (mSetpoint * 7) / 4) {
  /external/chromium_org/net/disk_cache/
disk_format.h 60 int32 filled; // Flag to tell when we filled the cache. member in struct:disk_cache::LruData
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
getonescriptspan.cc 552 int consumed, filled; local
555 &consumed, &filled);
557 span->text_bytes = filled - 4;
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 121 // We're about to perform a conditional branch based on 'filled',
134 ssize_t filled = rear - front; local
136 if (!(0 <= filled && (size_t) filled <= mFrameCount)) {
137 ALOGE("Shared memory control block is corrupt (filled=%d); shutting down", filled);
143 size_t avail = mIsOut ? mFrameCount - filled : filled;
331 ssize_t filled = rear - front; local
333 if (!(0 <= filled && (size_t) filled <= mFrameCount))
543 ssize_t filled = rear - front; local
663 ssize_t filled = rear - cblk->u.mStreaming.mFront; local
    [all...]
  /external/chromium/net/disk_cache/
disk_format.h 71 int32 filled; // Flag to tell when we filled the cache. member in struct:disk_cache::LruData
232 // to be only partialy filled. In that case, last_block and last_block_len will
  /external/speex/libspeex/
jitter.c 84 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_TIMINGS
    [all...]
  /external/elfutils/src/
ldgeneric.c 3810 bool filled = false; local
    [all...]
  /developers/build/lib/
assetstudio.jar 
  /external/wpa_supplicant_8/src/drivers/
driver.h 3312 unsigned int filled; member in struct:freq_survey
    [all...]
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 804 milliseconds

1 2