Searched refs:filled (Results 1 - 25 of 63) 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/syslinux/com32/gplinclude/dmi/
H A Ddmi_system.h37 /* The filled field have to be set to true when the dmitable implement that item */
38 bool filled; member in struct:__anon19280
42 bool filled; member in struct:__anon19280::__anon19281
H A Ddmi_ipmi.h28 bool filled; member in struct:__anon19274
H A Ddmi_base_board.h51 /* The filled field have to be set to true when the dmitable implement that item */
52 bool filled; member in struct:__anon19265
H A Ddmi_chassis.h42 /* The filled field have to be set to true when the dmitable implement that item */
43 bool filled; member in struct:__anon19273
H A Ddmi_memory.h49 /* The filled field have to be set to true when the dmitable implement that item */
50 bool filled; member in struct:__anon19275
61 bool filled; member in struct:__anon19276
H A Ddmi_battery.h49 /* The filled field have to be set to true when the dmitable implement that item */
50 bool filled; member in struct:__anon19267
H A Ddmi_bios.h104 /* The filled field have to be set to true when the dmitable implement that item */
105 bool filled; member in struct:__anon19271
/external/syslinux/com32/gplinclude/vpd/
H A Dvpd.h29 bool filled; member in struct:__anon19283
/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/swiftshader/third_party/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/syslinux/com32/hdt/
H A Dhdt-menu.c151 if (hardware->dmi.ipmi.filled == true)
153 if (hardware->dmi.base_board.filled == true)
155 if (hardware->dmi.chassis.filled == true)
157 if (hardware->dmi.system.filled == true)
160 if (hardware->dmi.bios.filled == true)
162 if (hardware->dmi.battery.filled == true)
218 if (hardware->dmi.base_board.filled == true) {
224 if (hardware->dmi.bios.filled == true) {
230 if (hardware->dmi.chassis.filled == true) {
236 if (hardware->dmi.system.filled
[all...]
H A Dhdt-cli-dmi.c45 if (hardware->dmi.base_board.filled == true)
47 if (hardware->dmi.battery.filled == true)
49 if (hardware->dmi.bios.filled == true)
51 if (hardware->dmi.chassis.filled == true)
54 if (hardware->dmi.memory[i].filled == true) {
60 if (hardware->dmi.memory_module[i].filled == true) {
65 if (hardware->dmi.processor.filled == true)
67 if (hardware->dmi.system.filled == true)
69 if (hardware->dmi.ipmi.filled == true)
75 if (hardware->dmi.hardware_security.filled)
[all...]
/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/syslinux/com32/gpllib/vpd/
H A Dvpd.c60 /* Until we found elements in the vpdtable, we consider them as not filled */
61 vpd->filled = false;
71 vpd->filled = true;
/external/syslinux/com32/lua/src/
H A Ddmi.c90 if (!bios->filled)
127 if (!system->filled)
143 if (system->system_reset.filled) {
168 if (!base_board->filled)
218 if (!chassis->filled)
245 if (!processor->filled)
296 if (!battery->filled)
330 if (!memory[i].filled)
367 if (!memory_module[i].filled)
418 if (!dmi_ptr->hardware_security.filled)
[all...]
/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;
/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)) {

Completed in 2266 milliseconds

123