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

123

/external/valgrind/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/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/autotest/client/virt/tests/
H A Dfillup_disk.py24 filled = False
30 while not filled:
36 logging.debug("Successfully filled up the disk")
37 filled = True;
/external/tlsdate/
H A Devents.dot7 node[style=filled,color=lightblue];
22 style=filled;
/external/autotest/client/tests/cgroup/
H A Dcgroup.py202 filled = int(out[-2].split()[1][:-1])
203 if mem/2 > 1.5 * filled:
206 filled)
210 filled)
245 filled = int(out[-2].split()[1][:-1])
246 if mem / 2 > 1.5 * filled:
249 filled)
253 filled)
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/audio/
H A DOpenALMusic.java82 boolean filled = false; // Check if there's anything to actually play.
86 filled = true;
89 if (!filled && onCompletionListener != null) onCompletionListener.onCompletion(this);
169 boolean filled = false;
173 filled = true;
176 if (!filled) {
193 /** Fills as much of the buffer as possible and returns the number of bytes filled. Returns <= 0 to indicate the end of the
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/
H A DOpenALMusic.java82 boolean filled = false; // Check if there's anything to actually play.
86 filled = true;
89 if (!filled && onCompletionListener != null) onCompletionListener.onCompletion(this);
169 boolean filled = false;
173 filled = true;
176 if (!filled) {
193 /** Fills as much of the buffer as possible and returns the number of bytes filled. Returns <= 0 to indicate the end of the
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketParserD08.java127 * the bytes filled or the messages parsed.
135 int filled=-1;
181 filled=_endp.isInputShutdown()?-1:_endp.fill(_buffer);
183 // System.err.printf(">> filled %d/%d%n",filled,available);
184 if (filled<=0)
190 filled=-1;
358 return progress?1:filled;
H A DWebSocketParserRFC6455.java127 * the bytes filled or the messages parsed.
135 int filled=-1;
181 filled=_endp.isInputShutdown()?-1:_endp.fill(_buffer);
183 // System.err.printf(">> filled %d/%d%n",filled,available);
184 if (filled<=0)
190 filled=-1;
358 return progress?1:filled;
H A DWebSocketParserD00.java88 * the bytes filled or the messages parsed.
115 int filled=_endp.isOpen()?_endp.fill(_buffer):-1;
116 if (filled<=0)
118 progress+=filled;
H A DWebSocketParserD06.java107 * the bytes filled or the messages parsed.
135 int filled=_endp.isOpen()?_endp.fill(_buffer):-1;
136 if (filled<=0)
137 return (total_filled+events)>0?(total_filled+events):filled;
138 total_filled+=filled;
H A DWebSocketConnectionD00.java119 int filled=_endp.fill(_hixieBytes);
120 if (filled<0)
126 else if (filled==0)
142 int filled=_parser.parseNext();
144 progress = flushed>0 || filled>0;
/external/jetty/src/java/org/eclipse/jetty/io/bio/
H A DStreamEndPoint.java141 int filled=buffer.readFrom(_in, space);
142 if (filled<0)
144 return 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/lib/
H A Ddynamicsizehash.c107 ++htab->filled;
108 if (100 * htab->filled > 90 * htab->size)
110 /* Table is filled more than 90%. Resize the table. */
125 htab->filled = 0;
183 htab->filled = 0;
H A Ddynamicsizehash.h78 size_t filled; \
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dacs.c297 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY)
299 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX)
310 if (survey->filled & SURVEY_HAS_CHAN_TIME_TX) {
397 if (!(survey->filled & SURVEY_HAS_NF)) {
402 if (!(survey->filled & SURVEY_HAS_CHAN_TIME)) {
407 if (!(survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) &&
408 !(survey->filled & SURVEY_HAS_CHAN_TIME_RX)) {
/external/wpa_supplicant_8/src/ap/
H A Dacs.c297 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY)
299 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX)
310 if (survey->filled & SURVEY_HAS_CHAN_TIME_TX) {
397 if (!(survey->filled & SURVEY_HAS_NF)) {
402 if (!(survey->filled & SURVEY_HAS_CHAN_TIME)) {
407 if (!(survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) &&
408 !(survey->filled & SURVEY_HAS_CHAN_TIME_RX)) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dacs.c297 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY)
299 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX)
310 if (survey->filled & SURVEY_HAS_CHAN_TIME_TX) {
397 if (!(survey->filled & SURVEY_HAS_NF)) {
402 if (!(survey->filled & SURVEY_HAS_CHAN_TIME)) {
407 if (!(survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) &&
408 !(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/elfutils/libelf/
H A Delf32_updatefile.c479 size_t filled = *filledp; local
482 if (unlikely (fill_len > filled) && filled < FILLBUFSIZE)
485 memset (fillbuf + filled, __libelf_fill_byte, fill_len - filled);
486 *filledp = filled = fill_len;
492 size_t n = MIN (filled, len);
514 size_t filled = 0; local
586 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled)
721 &filled) !
[all...]

Completed in 1348 milliseconds

123