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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/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/webkit/WebCore/manual-tests/animation/
animateColor-by.svg 2 <rect width='100' height='100' fill='black'>
3 <animateColor attributeName="fill" by='green' dur='3s' fill='freeze' />
animateColor-to.svg 2 <rect width='100' height='100' fill='blue'>
3 <animateColor attributeName="fill" to='green' dur='3s' fill='freeze' />
set-to.svg 2 <rect width='100' height='100' fill='red' />
3 <rect x='-100' width='100' height='100' fill='red'>
5 <set attributeName='fill' to='green' dur='3s' />
animateColor-from-by.svg 3 <animateColor attributeName="fill" from='#DD0000' by='#0000DD' dur='3s' fill='freeze' />
animateColor-to-from.svg 3 <animateColor attributeName="fill" from='blue' to='green' dur='3s' fill='freeze' />
animateColor-values-simple.svg 3 <animateColor attributeName="fill" values='blue; green' dur='3s' fill='freeze' />
animateTransform-keyTimes.svg 2 <rect fill='blue' width='100' height='100'>
3 <animateTransform attributeName="transform" type='translate' values='0,0; 10,0; 100,0' keyTimes='0; .6; 1' dur='3s' fill='freeze' />
5 <rect fill='none' stroke='orange' x='10' width='100' height='100' />
6 <rect fill='none' stroke='green' x='100' width='100' height='100' />
animateTransform-repeat-once.svg 2 <rect fill='blue' width='100' height='100'>
3 <animateTransform attributeName="transform" type='translate' from='0,0' to='100,0' dur='2s' repeatCount='2' fill='freeze' />
animateTransform-parser.svg 11 <circle fill="none" stroke="black" stroke-width="3" cx="200" cy="200" r="100" />
30 <rect fill="none" stroke="black" stroke-width="3" x="0" y="0" width="200" height="200" />
31 <circle fill="red" cx="0" cy="0" r="30">
34 <circle fill="green" cx="0" cy="0" r="20">
37 <circle fill="blue" cx="0" cy="0" r="10">
40 <circle fill="yellow" cx="0" cy="0" r="5">
45 <rect fill="none" stroke="black" stroke-width="3" x="0" y="0" width="200" height="200" />
46 <rect fill="red" x="0" y="0" width="40" height="100">
49 <rect fill="green" x="0" y="0" width="30" height="100">
52 <rect fill="blue" x="0" y="0" width="20" height="100"
    [all...]
animateColor-repeat-indefinite.svg 3 <animateColor attributeName="fill" values='blue; green' dur='2s' repeatCount='indefinite' />
  /libcore/luni/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/css/
SVGCSSPropertyNames.in 22 fill
23 fill-opacity
24 fill-rule
  /dalvik/vm/mterp/c/
OP_FILL_ARRAY_DATA.c 10 ILOGV("|fill-array-data v%d +0x%04x", vsrc1, offset);
18 "bad fill array data");
  /external/webkit/WebCore/manual-tests/
svg-text-selection.svg 4 <text x="0" y="100" fill="black" font-size="32">Selection will be constrained to this line.</text>
5 <text x="0" y="200" fill="black" font-size="32">You should be able
svg-repaint-foreignObject.svg 61 <text id="A" x="0" y="32" fill="red" font-size="32" onclick="stateA()">|A|</text>
62 <text id="B" x="60" y="32" fill="blue" font-size="32" onclick="stateB()">B</text>
63 <text x="0" y="642" fill="black" font-size="32">Click B and then A above.</text>
64 <text x="0" y="674" fill="black" font-size="32">The animation should have no trails or clipping.</text>
66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
69 <rect fill="yellow" stroke="#000000" stroke-width="2" x="60" y="60" width="170" height="170" />
svg-repaint-group.svg 61 <text id="A" x="0" y="32" fill="red" font-size="32" onclick="stateA()">|A|</text>
62 <text id="B" x="60" y="32" fill="blue" font-size="32" onclick="stateB()">B</text>
63 <text x="0" y="642" fill="black" font-size="32">Click B and then A above.</text>
64 <text x="0" y="674" fill="black" font-size="32">The animation should have no trails or clipping.</text>
66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
69 <rect fill="yellow" stroke="#000000" stroke-width="2" x="60" y="60" width="170" height="170" />
svg-repaint-image.svg 61 <text id="A" x="0" y="32" fill="red" font-size="32" onclick="stateA()">|A|</text>
62 <text id="B" x="60" y="32" fill="blue" font-size="32" onclick="stateB()">B</text>
63 <text x="0" y="642" fill="black" font-size="32">Click B and then A above.</text>
64 <text x="0" y="674" fill="black" font-size="32">The animation should have no trails or clipping.</text>
66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
69 <rect fill="yellow" stroke="#000000" stroke-width="2" x="60" y="60" width="170" height="170" />
svg-repaint-path.svg 61 <text id="A" x="0" y="32" fill="red" font-size="32" onclick="stateA()">|A|</text>
62 <text id="B" x="60" y="32" fill="blue" font-size="32" onclick="stateB()">B</text>
63 <text x="0" y="642" fill="black" font-size="32">Click B and then A above.</text>
64 <text x="0" y="674" fill="black" font-size="32">The animation should have no trails or clipping.</text>
66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
69 <rect id="targetGroup" fill="yellow" stroke="#000000" stroke-width="2" x="60" y="60" width="170" height="170" />
  /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;
  /cts/tests/tests/graphics/src/android/graphics/cts/
Matrix_ScaleToFitTest.java 36 assertEquals(ScaleToFit.FILL,scaleToFits[0]);
48 assertEquals(ScaleToFit.FILL,ScaleToFit.valueOf("FILL"));
60 assertEquals(ScaleToFit.FILL, ScaleToFit.valueOf(ScaleToFit.class,
61 "FILL"));
  /dalvik/vm/mterp/armv5te/
OP_FILL_ARRAY_DATA.S 2 /* fill-array-data vAA, +BBBBBBBB */
10 bl dvmInterpHandleFillArrayData@ fill the array with predefined data
  /external/oprofile/libop/
op_parse_event.h 29 * @param parsed_events array of events to fill in
34 * parse events given by the nil terminated array events and fill in
  /dalvik/vm/mterp/x86/
OP_FILL_ARRAY_DATA.S 2 /* fill-array-data vAA, +BBBBBBBB */

Completed in 391 milliseconds

1 2 3 4 5 6 7 8 91011>>