/external/webkit/WebCore/manual-tests/animation/ |
animateTransform-toanimation.svg | 4 <rect fill="red" x="0" y="0" width="100" height="100">
|
/external/webkit/WebCore/manual-tests/ |
cursorfallback.xml | 14 <rect x="0" y="0" width="50" height="50" fill="blue" /> 18 <rect x="0" y="70" width="50" height="50" fill="red" /> 22 <rect x="0" y="140" width="50" height="50" fill="red" /> 26 <rect x="0" y="210" width="50" height="50" fill="red" />
|
svg-cursor-changes.svg | 5 <circle onclick="document.getElementById('mycursor').setAttribute('x', '100');" cx="80" cy="150" r="70" fill="green" cursor="url(#mycursor)"/> 8 <circle onclick="document.getElementById('mycursor').x.baseVal.value = 100;" cx="230" cy="150" r="70" fill="green" cursor="url(#mycursor)"/> 14 <circle onclick="document.getElementById('mycursor2').setAttribute('x', '100');" cx="80" cy="310" r="70" fill="green" cursor="url(#mycursor2)"/> 17 <circle onclick="document.getElementById('mycursor3').x.baseVal.value = 100;" cx="230" cy="310" r="70" fill="green" cursor="url(#mycursor3)"/> 22 <circle onclick="document.getElementById('mycursor4').setAttributeNS('http://www.w3.org/1999/xlink', 'xlink:href', 'resources/webkit-background.png');" cx="80" cy="470" r="70" fill="green" cursor="url(#mycursor4)"/> 27 <circle onclick="document.getElementById('mycursor5').href.baseVal = 'resources/webkit-background.png';" cx="230" cy="470" r="70" fill="green" cursor="url(#mycursor5)"/>
|
svg-link-hover-use.svg | 3 <rect id='rect' width='100' height="100" fill='blue' />
|
/system/extras/ext4_utils/ |
sparse_format.h | 38 __le16 chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ 44 /* Following a Raw or Fill chunk is data. For a Raw chunk, it's the data in chunk_sz * blk_sz. 45 * For a Fill chunk, it's 4 bytes of the fill data.
|
/external/stlport/test/eh/ |
bug.cpp | 26 std::cout << "vector fill: " << t.elapsed() << std::endl; 33 std::cout << "map fill 1: " << t.elapsed() << std::endl; 38 std::cout << "map fill 2: " << t.elapsed() << std::endl;
|
/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...] |
/dalvik/docs/opcodes/ |
opcode-26-fill-array-data.html | 6 <title>fill-array-data</title> 12 <h1>fill-array-data</h1> 17 Fill the given array with the indicated data. The reference must be to an array 39 <td>fill-array-data vAA, +BBBBBBBB <i>(with supplemental data as specified 40 below in "<code>fill-array-data</code> Format")</i></td>
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/icons/ |
wpa_gui.svg | 207 style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter39153)" /> 211 style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter39159)" /> 219 style="opacity:1;fill:url(#radialGradient39100);fill-opacity:1;stroke:none" /> 223 style="opacity:0.20512821;fill:url(#radialGradient39131);fill-opacity:1;stroke:none" /> 227 style="opacity:0.53418801;fill:url(#radialGradient39104);fill-opacity:1;stroke:none" / [all...] |
/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...] |
/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...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
Paint_StyleTest.java | 36 assertEquals(Style.FILL, Style.valueOf("FILL")); 63 assertEquals(Style.FILL, actual[0]); 71 assertEquals(Style.FILL, p.getStyle());
|
/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...] |
/bionic/libc/arch-x86/string/ |
bzero.S | 14 cld /* set fill direction forward */ 15 xorl %eax,%eax /* set fill data to 0 */
|
/cts/tools/vm-tests/src/dot/junit/opcodes/fill_array_data/d/ |
T_fill_array_data_1.d | 30 fill-array-data v9 I 36 fill-array-data-end
|
T_fill_array_data_11.d | 30 fill-array-data v9 I 36 fill-array-data-end
|
T_fill_array_data_12.d | 31 fill-array-data v9 I 37 fill-array-data-end
|
T_fill_array_data_13.d | 30 fill-array-data v9 I 36 fill-array-data-end
|
T_fill_array_data_2.d | 30 fill-array-data v9 D 36 fill-array-data-end
|
T_fill_array_data_3.d | 30 fill-array-data v10 I 36 fill-array-data-end
|
T_fill_array_data_4.d | 30 fill-array-data v7 I 36 fill-array-data-end
|
T_fill_array_data_5.d | 30 fill-array-data v7 I 36 fill-array-data-end
|
T_fill_array_data_6.d | 30 fill-array-data v8 I 36 fill-array-data-end
|
T_fill_array_data_7.d | 30 fill-array-data v9 I 36 fill-array-data-end
|
T_fill_array_data_8.d | 30 fill-array-data v9 I 36 fill-array-data-end
|