HomeSort by relevance Sort by last modified time
    Searched refs:fill (Results 1 - 25 of 273) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/elfutils/libelf/
elf_fill.c 1 /* Set fill byte used when constructing ELF objects.
29 elf_fill (fill)
30 int fill;
32 __libelf_fill_byte = fill;
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
XMLChar.java 104 Arrays.fill(CHARS, 35, 38, (byte) 49 ); // Fill 3 of value (byte) 49
106 Arrays.fill(CHARS, 39, 45, (byte) 49 ); // Fill 6 of value (byte) 49
107 Arrays.fill(CHARS, 45, 47, (byte) -71 ); // Fill 2 of value (byte) -71
109 Arrays.fill(CHARS, 48, 58, (byte) -71 ); // Fill 10 of value (byte) -71
115 Arrays.fill(CHARS, 63, 65, (byte) 49 ); // Fill 2 of value (byte) 49
    [all...]
XML11Char.java 91 Arrays.fill(XML11CHARS, 1, 9, (byte) 17 ); // Fill 8 of value (byte) 17
94 Arrays.fill(XML11CHARS, 11, 13, (byte) 17 ); // Fill 2 of value (byte) 17
96 Arrays.fill(XML11CHARS, 14, 32, (byte) 17 ); // Fill 18 of value (byte) 17
98 Arrays.fill(XML11CHARS, 33, 38, (byte) 33 ); // Fill 5 of value (byte) 33
100 Arrays.fill(XML11CHARS, 39, 45, (byte) 33 ); // Fill 6 of value (byte) 33
    [all...]
  /external/tcpdump/missing/
sockstorage.h 33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
XML11Char.java 86 Arrays.fill(XML11CHARS, 1, 9, (byte) 17 ); // Fill 8 of value (byte) 17
89 Arrays.fill(XML11CHARS, 11, 13, (byte) 17 ); // Fill 2 of value (byte) 17
91 Arrays.fill(XML11CHARS, 14, 32, (byte) 17 ); // Fill 18 of value (byte) 17
93 Arrays.fill(XML11CHARS, 33, 38, (byte) 33 ); // Fill 5 of value (byte) 33
95 Arrays.fill(XML11CHARS, 39, 45, (byte) 33 ); // Fill 6 of value (byte) 3
    [all...]
  /external/webkit/WebCore/platform/graphics/haiku/
GradientHaiku.cpp 47 void Gradient::fill(GraphicsContext*, const FloatRect&) function in class:WebCore::Gradient
GlyphPageTreeNodeHaiku.cpp 41 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* characterBuffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /external/webkit/WebCore/platform/graphics/wx/
GradientWx.cpp 45 void Gradient::fill(GraphicsContext*, const FloatRect&) function in class:WebCore::Gradient
GlyphMapWx.cpp 38 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/
Arrays.java 38 public static void fill( method in class:Arrays
48 public static void fill( method in class:Arrays
58 public static void fill( method in class:Arrays
  /external/webkit/WebCore/platform/graphics/
Generator.h 40 virtual void fill(GraphicsContext*, const FloatRect&) = 0;
  /external/webkit/WebCore/css/
SVGCSSPropertyNames.in 22 fill
23 fill-opacity
24 fill-rule
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 299 #fill should make the whole header 4-byte aligned, i.e. the current offs
301 $fill = ($offs + 2 + $len) % 4;
302 $fill = $fill ? 4-$fill : 0;
303 $len += $fill;
322 $offs += &opt_fill($fill);
323 print "offset after fill: $offs\n";
347 $fill = ($kb->{size} % 4);
348 $kb->{fill} = $fill ? 4-$fill : 0
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GradientWince.cpp 47 void Gradient::fill(GraphicsContext* c, const FloatRect& r) function in class:WebCore::Gradient
  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.cpp 47 fill = defaultStyle->fill;
64 fill.init();
78 fill = other.fill;
98 return (fill == o.fill && stroke == o.stroke && text == o.text &&
107 return (fill != other->fill
119 fill = svgInheritParent->fill
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 50 unsigned fill; /* index for replicating entries */ local
150 Create and fill in decoding tables. In this loop, the table being
155 fill the table with replicated entries.
204 next = *table; /* current table to fill in */
234 fill = 1U << curr;
235 min = fill; /* save offset to next table */
237 fill -= incr;
238 next[(huff >> drop) + fill] = this;
239 } while (fill != 0);
292 Fill in rest of table for incomplete codes. This loop is similar to th
    [all...]
  /external/zlib/
inftrees.c 50 unsigned fill; /* index for replicating entries */ local
150 Create and fill in decoding tables. In this loop, the table being
155 fill the table with replicated entries.
204 next = *table; /* current table to fill in */
234 fill = 1U << curr;
235 min = fill; /* save offset to next table */
237 fill -= incr;
238 next[(huff >> drop) + fill] = this;
239 } while (fill != 0);
292 Fill in rest of table for incomplete codes. This loop is similar to th
    [all...]
  /external/skia/src/svg/
SkSVGPolygon.cpp 23 SVG_LITERAL_ATTRIBUTE(fill-rule, f_fillRule),
  /external/webkit/WebCore/platform/graphics/gtk/
GlyphPageTreeNodeGtk.cpp 38 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /external/webkit/WebCore/platform/graphics/win/
GlyphPageTreeNodeCGWin.cpp 37 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /packages/apps/Email/src/com/beetstra/jutf7/
Base64Util.java 73 Arrays.fill(inverseAlphabet, -1);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
ElementTimeImpl.java 38 private static final String FILL_ATTRIBUTE_NAME = "fill";
163 String fill = mSmilElement.getAttribute(FILL_ATTRIBUTE_NAME); local
164 if (fill.equalsIgnoreCase(FILL_FREEZE_ATTRIBUTE)) {
166 } else if (fill.equalsIgnoreCase(FILL_REMOVE_ATTRIBUTE)) {
168 } else if (fill.equalsIgnoreCase(FILL_HOLD_ATTRIBUTE)) {
171 } else if (fill.equalsIgnoreCase(FILL_TRANSITION_ATTRIBUTE)) {
174 } else if (!fill.equalsIgnoreCase(FILL_AUTO_ATTRIBUTE)) {
176 * fill = default
177 * The fill behavior for the element is determined by the value of the fillDefault
187 * fill = aut
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java 385 * @tests java.util.Arrays#fill(byte[], byte)
390 method = "fill",
394 // Test for method void java.util.Arrays.fill(byte [], byte)
397 Arrays.fill(d, Byte.MAX_VALUE);
399 assertTrue("Failed to fill byte array correctly",
404 * @tests java.util.Arrays#fill(byte[], int, int, byte)
409 method = "fill",
413 // Test for method void java.util.Arrays.fill(byte [], int, int, byte)
416 Arrays.fill(d, 400, d.length, val);
420 assertTrue("Failed to fill byte array correctly", d[i] == val)
    [all...]
  /external/astl/include/
algorithm 47 // - fill
128 // fill the range [begin, end) with copies of value, return nothing.
132 // TODO: fill and fill_n should take forward and output iterators for
137 template<typename _T> static void fill(_T *begin, const _T *end,
147 template<typename _T> static void fill(_T *begin, const _T *end,
157 template<typename _T> void fill(_T *begin, _T *end, const _T& value)
160 __fill<is_scalar>::fill(begin, end, value);
164 inline void fill(unsigned char *begin, unsigned char *end,
174 inline void fill(signed char *begin, signed char *end, const signed char& value)
183 inline void fill(char *begin, char *end, const char& value
    [all...]
  /external/zlib/contrib/infback9/
inftree9.c 50 unsigned fill; /* index for replicating entries */ local
144 Create and fill in decoding tables. In this loop, the table being
149 fill the table with replicated entries.
198 next = *table; /* current table to fill in */
228 fill = 1U << curr;
230 fill -= incr;
231 next[(huff >> drop) + fill] = this;
232 } while (fill != 0);
285 Fill in rest of table for incomplete codes. This loop is similar to the
289 drops back to the root table to fill in any remaining entries there
    [all...]

Completed in 91 milliseconds

1 2 3 4 5 6 7 8 91011