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

12

/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/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/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleNodeHandle.cpp80 void WKBundleNodeHandleSetHTMLInputElementAutofilled(WKBundleNodeHandleRef htmlInputElementHandleRef, bool filled) argument
82 toImpl(htmlInputElementHandleRef)->setHTMLInputElementAutofilled(filled);
H A DWKBundleNodeHandlePrivate.h54 WK_EXPORT void WKBundleNodeHandleSetHTMLInputElementAutofilled(WKBundleNodeHandleRef htmlInputElementHandle, bool 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/chromium/chrome/browser/resources/
H A Dcrashes.js60 'filled%20in%20above%20will%20be%20marked%20as%20WontFix*%0A%0A' +
/external/elfutils/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.h94 unsigned long int filled; \
/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/chrome/browser/autofill/
H A Dselect_control_handler.cc189 bool filled =
193 return filled;
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMPrivate.h78 - (void)_setAutofilled:(BOOL)filled;
H A DDOMHTML.mm151 - (void)_setAutofilled:(BOOL)filled
156 core(self)->setAutofilled(filled);
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMPrivate.idl89 - (void)_setAutofilled:(BOOL)filled;
91 HRESULT setAutofilled([in] BOOL filled);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp136 void InjectedBundleNodeHandle::setHTMLInputElementAutofilled(bool filled) argument
141 static_cast<HTMLInputElement*>(m_node.get())->setAutofilled(filled);
/external/elfutils/libelf/
H A Delf32_updatefile.c437 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) !
[all...]
/external/chromium/net/disk_cache/
H A Ddisk_format.h71 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
H A Deviction.cc235 if (header_->lru.filled)
238 header_->lru.filled = 1;
/external/qemu-pc-bios/bochs/bios/
H A Dnotes33 > when sector buffer is filled and the data is ready to be
/external/oprofile/events/mips/sb1/
H A Devents44 event:0xa counters:1,2,3 um:zero minimum:500 name:DCACHE_FILLED_SHD_NONC_EXC :Dcache is filled (shared, nonc, exclusive)
45 event:0xb counters:1,2,3 um:zero minimum:500 name:DCACHE_FILL_SHARED_LINE :Dcache is filled with shared line
/external/libpcap/
H A Doptimize.c2120 goto filled;
2123 goto filled;
2165 filled:
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...
/external/libvorbis/doc/
H A D02-bitpacking.tex83 have been filled, encoding continues by zeroing all bits of the next
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp1356 /* [in] */ BOOL filled)
1361 inputElement->setAutofilled(!!filled);
1355 setAutofilled( BOOL filled) argument

Completed in 608 milliseconds

12