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

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/MarkdownTest/Tests_2007/
Images.text 0 ![Alt text](/path/to/img.jpg)
3 ![Alt text](/path/to/img.jpg "Optional title")
5 Inline within a paragraph: [alt text](/url/).
7 ![alt text](/url/ "title preceded by two spaces")
9 ![alt text](/url/ "title has spaces afterward" )
11 ![alt text](</url/>)
13 ![alt text](</url/> "with a title").
20 ![alt text][foo]
24 ![alt text][bar]
Images.html 1 <p><img src="/path/to/img.jpg" alt="Alt text" title="" /></p>
3 <p><img src="/path/to/img.jpg" alt="Alt text" title="Optional title" /></p>
5 <p>Inline within a paragraph: <a href="/url/">alt text</a>.</p>
7 <p><img src="/url/" alt="alt text" title="title preceded by two spaces" /></p>
9 <p><img src="/url/" alt="alt text" title="title has spaces afterward" /></p>
11 <p><img src="/url/" alt="alt text" title="" /></p
    [all...]
  /frameworks/base/data/keyboards/
qwerty.kcm 29 alt: '#'
30 shift+alt, capslock+alt: none
38 alt: '<'
39 shift+alt, capslock+alt: none
47 alt: '9'
48 shift+alt, capslock+alt: '\u00e7'
56 alt: '5
    [all...]
qwerty2.kcm 26 alt: 'a'
27 shift+alt, capslock+alt: 'A'
35 alt: 'b'
36 shift+alt, capslock+alt: 'B'
44 alt: '\u00e7'
45 shift+alt, capslock+alt: '\u00e7'
53 alt: '\'
    [all...]
Generic.kcm 31 ctrl, alt, meta: none
38 ctrl, alt, meta: none
45 alt: '\u00e7'
46 shift+alt: '\u00c7'
54 ctrl, alt, meta: none
61 alt: '\u0301'
69 ctrl, alt, meta: none
76 ctrl, alt, meta: none
83 ctrl, alt, meta: none
90 alt: '\u0302
    [all...]
Virtual.kcm 28 ctrl, alt, meta: none
35 ctrl, alt, meta: none
42 alt: '\u00e7'
43 shift+alt: '\u00c7'
51 ctrl, alt, meta: none
58 alt: '\u0301'
66 ctrl, alt, meta: none
73 ctrl, alt, meta: none
80 ctrl, alt, meta: none
87 alt: '\u0302
    [all...]
  /external/markdown/tests/misc/
image.html 1 <p><img alt="Poster" src="http://humane_man.jpg" title="The most humane man." /></p
uche.html 1 <p><img alt="asif" src="http://fourthought.com/images/ftlogo.png" title="Fourthought logo" /></p>
2 <p><a href="http://fourthought.com/"><img alt="" src="http://fourthought.com/images/ftlogo.png" style="float: left; margin: 10px; border: none;" title="Fourthought logo" /></a></p>
3 <p><a href="http://link.com/"><img alt="text" src="x" /></a></p
image_in_links.html 1 <p><a href="path/to/image.png"><img alt="altname" src="path/to/img_thumb.png" /></a></p
  /external/webkit/Source/WebKit/qt/tests/qwebpage/resources/
frame_c.html 1 <a href="content.html" target="frame_b"><img src="" width=100 height=100 alt="Google"></a>
frame_a.html 1 <a href="http://google.com" target="frame_b"><img src="" width=100 height=100 alt="Google"></a>
2 <a href="http://yahoo.com" target="frame_b"><img src="" width=100 height=100 alt="Yahoo"></a>
  /frameworks/base/tools/localize/testdata/
strip_xliff.xliff 19 <alt-trans>
21 </alt-trans>
24 <alt-trans>
26 </alt-trans>
29 <alt-trans>
32 </alt-trans>
40 <alt-trans>
42 </alt-trans>
46 <alt-trans>
48 </alt-trans
    [all...]
  /dalvik/vm/mterp/armv5te/
ALT_OP_DISPATCH_FF.S 3 * Unlike other alt stubs, we don't want to call dvmCheckBefore() here.
4 * Instead, just treat this as a trampoline to reach the real alt
  /dalvik/vm/mterp/x86/
ALT_OP_DISPATCH_FF.S 3 * Unlike other alt stubs, we don't want to call dvmCheckBefore() here.
4 * Instead, just treat this as a trampoline to reach the real alt
  /external/markdown/tests/markdown-test/
angle-links-and-img.html 2 <img alt="image" src="http://example.com/image.jpg" />
4 <img alt="image" src="link(()))(" /></p
  /external/webkit/Source/WebKit/qt/tests/qwebview/resources/
frame_a.html 1 <a href="http://google.com" target="frame_b"><img src="" width=100 height=100 alt="Google"></a>
2 <a href="http://yahoo.com" target="frame_b"><img src="" width=100 height=100 alt="Yahoo"></a>
  /external/proguard/docs/
screenshots.html 16 alt="GUI screenshot" usemap="#guimap"></a>
19 <area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other">
20 <area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other">
21 <area shape="rect" coords="2,28,46,37" alt="Shrinking" href="screenshot_gui3.gif" target="other">
22 <area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other">
23 <area shape="rect" coords="2,49,46,58" alt="Obfuscation" href="screenshot_gui5.gif" target="other">
24 <area shape="rect" coords="2,59,46,69" alt="Information" href="screenshot_gui6.gif" target="other">
25 <area shape="rect" coords="2,70,46,79" alt="Process" href="screenshot_gui7.gif" target="other">
26 <area shape="rect" coords="2,80,46,90" alt="ReTrace" href="screenshot_gui8.gif" target="other">
39 alt="Console screenshot"></a
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-partial-sums.js 8 var alt = -1.0;
16 alt = -alt;
25 a8 += alt/k;
26 a9 += alt/(2*k -1);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-partial-sums.js 8 var alt = -1.0;
16 alt = -alt;
25 a8 += alt/k;
26 a9 += alt/(2*k -1);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLMapElement01.html 10 <AREA HREF="./files/dletter1.html" TITLE="Domain1" ALT="Domain1">
11 <AREA HREF="./files/dletter2.html" TITLE="Domain2" ALT="Domain2">
12 <AREA HREF="./files/dletter3.html" TITLE="Domain3" ALT="Domain3">
HTMLMapElement02.html 10 <AREA HREF="./files/dletter1.html" TITLE="Domain1" ALT="Domain1">
11 <AREA HREF="./files/dletter2.html" TITLE="Domain2" ALT="Domain2">
12 <AREA HREF="./files/dletter3.html" TITLE="Domain3" ALT="Domain3">
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLMapElement01.xhtml 12 <area href="./files/dletter1.html" title="Domain1" alt="Domain1"/>
13 <area href="./files/dletter2.html" title="Domain2" alt="Domain2"/>
14 <area href="./files/dletter3.html" title="Domain3" alt="Domain3"/>
HTMLMapElement02.xhtml 12 <area href="./files/dletter1.html" title="Domain1" alt="Domain1"/>
13 <area href="./files/dletter2.html" title="Domain2" alt="Domain2"/>
14 <area href="./files/dletter3.html" title="Domain3" alt="Domain3"/>
  /development/samples/BluetoothChat/
_index.html 13 <img alt="" src="../images/BluetoothChat1.png" />
14 <img alt="" src="../images/BluetoothChat2.png" /
  /development/samples/BusinessCard/
_index.html 6 <img alt="Screenshot #1 of the Business Card application" src="../images/BusinessCard1.png" />
7 <img alt="Screenshot #2 of the Business Card application" src="../images/BusinessCard2.png" />

Completed in 156 milliseconds

1 2 3 4 5 6 7 8 91011>>