Searched refs:filled (Results 1 - 25 of 58) sorted by relevance

123

/external/valgrind/main/memcheck/tests/
H A Dmalloc_free_fill.stderr.exp2 PASSED: malloc-filled
3 PASSED: free-filled
6 PASSED: malloc-filled
7 PASSED: free-filled
8 PASSED: malloc-filled
11 PASSED: malloc-filled
12 PASSED: free-filled
/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/llvm/test/MC/MachO/
H A Dx86_32-optimal_nop.s4 .align 4, 0 # start with 16 byte alignment filled with zeros
11 .align 4, 0 # start with 16 byte alignment filled with zeros
19 .align 4, 0 # start with 16 byte alignment filled with zeros
26 .align 4, 0 # start with 16 byte alignment filled with zeros
36 .align 4, 0 # start with 16 byte alignment filled with zeros
45 .align 4, 0 # start with 16 byte alignment filled with zeros
53 .align 4, 0 # start with 16 byte alignment filled with zeros
60 .align 4, 0 # start with 16 byte alignment filled with zeros
74 .align 4, 0 # start with 16 byte alignment filled with zeros
87 .align 4, 0 # start with 16 byte alignment filled wit
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
H A Dslider.css41 .slider > .bar > .filled,
46 /* The filled portion of the slider bar to the left of the thumb. */
47 .slider > .bar > .filled {
61 .slider > .bar > .filled {
77 .slider.disabled > .bar > .filled {
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dvolume_controller.css50 #bar .filled {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestDotTreeGenerator.cs64 + @" width=.25, height=.25, color=""black"", fillcolor=""white"", style=""filled, solid, bold""];" + newline
/external/elfutils/0.153/lib/
H A Ddynamicsizehash.c130 ++htab->filled;
131 if (100 * htab->filled > 90 * htab->size)
133 /* Table is filled more than 90%. Resize the table. */
148 htab->filled = 0;
208 htab->filled = 0;
H A Ddynamicsizehash.h99 size_t filled; \
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dacs.c296 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY)
298 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX)
309 if (survey->filled & SURVEY_HAS_CHAN_TIME_TX) {
386 if (!(survey->filled & SURVEY_HAS_NF)) {
391 if (!(survey->filled & SURVEY_HAS_CHAN_TIME)) {
396 if (!(survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) &&
397 !(survey->filled & SURVEY_HAS_CHAN_TIME_RX)) {
/external/wpa_supplicant_8/src/ap/
H A Dacs.c296 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY)
298 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX)
309 if (survey->filled & SURVEY_HAS_CHAN_TIME_TX) {
386 if (!(survey->filled & SURVEY_HAS_NF)) {
391 if (!(survey->filled & SURVEY_HAS_CHAN_TIME)) {
396 if (!(survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) &&
397 !(survey->filled & SURVEY_HAS_CHAN_TIME_RX)) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dacs.c296 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY)
298 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX)
309 if (survey->filled & SURVEY_HAS_CHAN_TIME_TX) {
386 if (!(survey->filled & SURVEY_HAS_NF)) {
391 if (!(survey->filled & SURVEY_HAS_CHAN_TIME)) {
396 if (!(survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) &&
397 !(survey->filled & SURVEY_HAS_CHAN_TIME_RX)) {
/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/chromium_org/chrome/browser/resources/
H A Dcrashes.js71 '*Please note that issues filed with no information filled in ' +
/external/chromium_org/chrome/browser/resources/media/
H A Dwebrtc_logs.js80 '*Please note that issues filed with no information filled in ' +
/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/qemu-pc-bios/bochs/bios/
H A Dnotes33 > when sector buffer is filled and the data is ready to be
/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/llvm/test/MC/ARM/
H A Deh-directive-text-section-multiple-func.s52 @ word is filled with FINISH opcode (0xB0).
H A Deh-directive-text-section.s66 @ word is filled with FINISH opcode (0xB0).

Completed in 1206 milliseconds

123