Home
last modified time | relevance | path

Searched refs:html (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_passed.txt1 /sdcard/android/layout_tests/accessibility/non-native-image-crash.html
2 /sdcard/android/layout_tests/animations/animation-css-rule-types.html
3 /sdcard/android/layout_tests/animations/animation-events-create.html
4 /sdcard/android/layout_tests/animations/play-state.html
5 /sdcard/android/layout_tests/animations/animation-start-event-destroy-renderer.html
6 /sdcard/android/layout_tests/animations/combo-transform-translate+scale.html
7 /sdcard/android/layout_tests/animations/transform-origin-vs-functions.html
8 /sdcard/android/layout_tests/animations/simultaneous-start-transform.html
9 /sdcard/android/layout_tests/animations/lineheight-animation.html
10 /sdcard/android/layout_tests/animations/import.html
[all …]
Dlayout_tests_nontext.txt1 /sdcard/android/layout_tests/accessibility/image-map1.html
2 /sdcard/android/layout_tests/accessibility/aria-labelledby-on-input.html
3 /sdcard/android/layout_tests/accessibility/aria-labelledby-stay-within.html
4 /sdcard/android/layout_tests/accessibility/table-with-rules.html
5 /sdcard/android/layout_tests/accessibility/aria-describedby-on-input.html
6 /sdcard/android/layout_tests/accessibility/table-detection.html
7 /sdcard/android/layout_tests/accessibility/table-with-aria-role.html
8 /sdcard/android/layout_tests/accessibility/image-map2.html
9 /sdcard/android/layout_tests/accessibility/table-cell-spans.html
10 /sdcard/android/layout_tests/accessibility/table-cells.html
[all …]
Dlayout_tests_failed.txt1 /sdcard/android/layout_tests/accessibility/onclick-handlers.html
2 /sdcard/android/layout_tests/accessibility/textarea-insertion-point-line-number.html
3 /sdcard/android/layout_tests/accessibility/aria-readonly.html
4 /sdcard/android/layout_tests/accessibility/radio-button-checkbox-size.html
5 /sdcard/android/layout_tests/accessibility/th-as-title-ui.html
6 /sdcard/android/layout_tests/accessibility/visible-elements.html
7 /sdcard/android/layout_tests/accessibility/iframe-bastardization.html
8 /sdcard/android/layout_tests/accessibility/button-press-action.html
9 /sdcard/android/layout_tests/accessibility/img-aria-button-alt-tag.html
10 /sdcard/android/layout_tests/accessibility/input-image-alt.html
[all …]
Dlayout_tests_crashed.txt1 /sdcard/android/layout_tests/http/tests/xmlhttprequest/basic-auth.html
2 /sdcard/android/layout_tests/http/tests/xmlhttprequest/failed-auth.html
3 /sdcard/android/layout_tests/http/tests/xmlhttprequest/cross-origin-authorization.html
4 /sdcard/android/layout_tests/http/tests/xmlhttprequest/cross-origin-no-authorization.html
/frameworks/base/docs/html/
Dsitemap.txt2 http://developer.android.com/index.html
3 http://developer.android.com/sdk/index.html
4 http://developer.android.com/guide/index.html
5 http://developer.android.com/reference/packages.html
6 http://developer.android.com/resources/index.html
7 http://developer.android.com/videos/index.html
8 http://developer.android.com/resources/dashboard/platform-versions.html
9 http://developer.android.com/license.html
10 http://developer.android.com/sdk/installing.html
11 http://developer.android.com/sdk/android-3.0-highlights.html
[all …]
Dsitemap-intl.txt1 http://developer.android.com/ja/sdk/1.5_r3/installing.html
2 http://developer.android.com/ja/community/index.html
3 http://developer.android.com/ja/index.html
4 http://developer.android.com/ja/guide/publishing/versioning.html
5 http://developer.android.com/ja/guide/publishing/app-signing.html
6 http://developer.android.com/ja/guide/publishing/preparing.html
7 http://developer.android.com/ja/guide/tutorials/hello-world.html
8 http://developer.android.com/ja/guide/topics/fundamentals.html
9 http://developer.android.com/ja/guide/index.html
10 http://developer.android.com/ja/guide/basics/what-is-android.html
[all …]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DSummarizer.java319 private void dumpHtmlToFile(StringBuilder html, boolean append) { in dumpHtmlToFile() argument
321 html.toString().getBytes(), append); in dumpHtmlToFile()
322 html.setLength(0); in dumpHtmlToFile()
348 StringBuilder html = new StringBuilder(); in createHtmlDetails() local
350 html.append("<html><head>"); in createHtmlDetails()
351 html.append(CSS); in createHtmlDetails()
352 html.append(SCRIPT); in createHtmlDetails()
353 html.append("</head><body>"); in createHtmlDetails()
355 createTopSummaryTable(webKitRevision, html); in createHtmlDetails()
356 dumpHtmlToFile(html, false); in createHtmlDetails()
[all …]
DVisualDiffUtils.java180 StringBuilder html = new StringBuilder(); in getHtml() local
184 html.append("<tr class=\"results\">"); in getHtml()
186 html.append(" <td class=\"line_count\">"); in getHtml()
189 html.append(lineNum); in getHtml()
191 html.append(" </td>"); in getHtml()
193 html.append(" <td class=\"line\">"); in getHtml()
194 html.append(lines1.removeFirst()); in getHtml()
195 html.append(" </td>"); in getHtml()
197 html.append(" <td class=\"space\"></td>"); in getHtml()
199 html.append(" <td class=\"line_count\">"); in getHtml()
[all …]
DTextResult.java178 StringBuilder html = new StringBuilder(); in getDiffAsHtml() local
179 html.append("<table class=\"visual_diff\">"); in getDiffAsHtml()
180 html.append(" <tr class=\"headers\">"); in getDiffAsHtml()
181 html.append(" <td colspan=\"2\">Expected result:</td>"); in getDiffAsHtml()
182 html.append(" <td class=\"space\"></td>"); in getDiffAsHtml()
183 html.append(" <td colspan=\"2\">Actual result:</td>"); in getDiffAsHtml()
184 html.append(" </tr>"); in getDiffAsHtml()
186 appendDiffHtml(html); in getDiffAsHtml()
188 html.append(" <tr class=\"footers\">"); in getDiffAsHtml()
189 html.append(" <td colspan=\"2\"></td>"); in getDiffAsHtml()
[all …]
/frameworks/base/docs/html/resources/tutorials/views/
Dindex.jd3 parent.link=../../browser.html?tag=tutorial
15 you should have completed the <a href="{@docRoot}resources/tutorials/hello-world.html">Hello,
35 <a href="hello-linearlayout.html">Linear Layout</a><br/>
36 <a href="hello-linearlayout.html"><img src="images/hello-linearlayout.png" height="285" width="200"
41 <a href="hello-relativelayout.html">Relative Layout</a><br/>
42 <a href="hello-relativelayout.html"><img src="images/hello-relativelayout.png" height="285"
47 <a href="hello-tablelayout.html">Table Layout</a><br/>
48 <a href="hello-tablelayout.html"><img src="images/hello-tablelayout.png" height="285" width="200"
53 <a href="hello-gridview.html">Grid View</a><br/>
54 <a href="hello-gridview.html"><img src="images/hello-gridview.png" height="285" width="200" /></a>
[all …]
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-intro.jd75 <a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a>
77 …<a href="{@docRoot}guide/topics/manifest/uses-permission-element.html">&lt;uses-permission /&gt;</…
78 <a href="{@docRoot}guide/topics/manifest/permission-element.html">&lt;permission /&gt;</a>
79 …<a href="{@docRoot}guide/topics/manifest/permission-tree-element.html">&lt;permission-tree /&gt;</…
80 …<a href="{@docRoot}guide/topics/manifest/permission-group-element.html">&lt;permission-group /&gt;…
81 …<a href="{@docRoot}guide/topics/manifest/instrumentation-element.html">&lt;instrumentation /&gt;</…
82 <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">&lt;uses-sdk /&gt;</a>
83 …<a href="{@docRoot}guide/topics/manifest/uses-configuration-element.html">&lt;uses-configuration /…
84 …<a href="{@docRoot}guide/topics/manifest/uses-feature-element.html">&lt;uses-feature /&gt;</a> <!…
85 …<a href="{@docRoot}guide/topics/manifest/supports-screens-element.html">&lt;supports-screens /&gt;…
[all …]
Dintent-filter-element.jd3 parent.link=manifest-intro.html
15 <dd><code><a href="{@docRoot}guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></cod…
16 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias…
17 <br/><code><a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;service&gt;</a></code>
18 <br/><code><a href="{@docRoot}guide/topics/manifest/receiver-element.html">&lt;receiver&gt;</a></co…
21 <dd><code><a href="{@docRoot}guide/topics/manifest/action-element.html">&lt;action&gt;</a></code></…
24 <dd><code><a href="{@docRoot}guide/topics/manifest/category-element.html">&lt;category&gt;</a></cod…
25 <br/><code><a href="{@docRoot}guide/topics/manifest/data-element.html">&lt;data&gt;</a></code></dd>
37 <code><a href="{@docRoot}guide/topics/manifest/action-element.html">&lt;action&gt;</a></code>,
38 <code><a href="{@docRoot}guide/topics/manifest/category-element.html">&lt;category&gt;</a></code>, …
[all …]
Dservice-element.jd3 parent.link=manifest-intro.html
19 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a…
22 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt…
23 <br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></…
46 The <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a…
47 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code>…
49 <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></c…
75 …e (see the <code><a href="{@docRoot}guide/topics/manifest/service-element.html#prmsn">permission</…
83 …ee the <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt…
84 element's <code><a href="{@docRoot}guide/topics/manifest/application-element.html#icon">icon</a></c…
[all …]
Dreceiver-element.jd3 parent.link=manifest-intro.html
19 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a…
22 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt…
23 <br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></…
48 The <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a…
49 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code>…
51 <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></c…
78 (see the <code><a href="{@docRoot}guide/topics/manifest/receiver-element.html#prmsn">permission</a>…
85 instead (see the <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;appli…
86 element's <code><a href="{@docRoot}guide/topics/manifest/application-element.html#icon">icon</a></c…
[all …]
/frameworks/base/docs/html/sdk/
Dolder_releases.jd11 download the current <a href="{@docRoot}sdk/index.html">Android
18 See <a href="adding-components.html">Adding SDK Components</a>.</p>
32 href="http://developer.android.com/sdk/index.html">Android SDK</a>.</p>
36 <p><em>September 2009 - <a href="RELEASENOTES.html#1.6_r1">Release
50 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.6_r1.zip">android-sdk-
60 href="{@docRoot}sdk/download.html?v=archives/android-sdk-mac_x86-1.6_r1.zip">android-sdk-
70 href="{@docRoot}sdk/download.html?v=archives/android-sdk-linux_x86-1.6_r1.tgz">android-
81 <p><em>July 2009 - <a href="RELEASENOTES.html#1.5_r3">Release
95 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.5_r3.zip">android-sdk-
105 href="{@docRoot}sdk/download.html?v=archives/android-sdk-mac_x86-1.5_r3.zip">android-sdk-
[all …]
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java722 private String html; field in AbstractMessageParser.Html
724 public Html(String text, String html) { in Html() argument
726 this.html = html; in Html()
731 return caps ? html.toUpperCase() : html; in toHtml()
742 html = trimLeadingWhitespace(html); in trimLeadingWhitespace()
747 html = trimTrailingWhitespace(html); in trimTrailingWhitespace()
1241 StringBuilder html = new StringBuilder(); in toHtml() local
1246 html.append("<p>"); in toHtml()
1249 html.append(token.toHtml(caps)); in toHtml()
1253 html.append("<a href=\""); in toHtml()
[all …]
/frameworks/base/core/tests/coretests/src/android/webkit/
DAccessibilityInjectorTest.java142 String html = in testNavigationByCharacter() local
157 WebView webView = loadHTML(html); in testNavigationByCharacter()
233 String html = in testNavigationByWord() local
252 WebView webView = loadHTML(html); in testNavigationByWord()
360 String html = in testNavigationBySentence() local
379 WebView webView = loadHTML(html); in testNavigationBySentence()
452 String html = in testNavigationByHeading() local
482 WebView webView = loadHTML(html); in testNavigationByHeading()
554 String html = in testNavigationBySibing() local
570 WebView webView = loadHTML(html); in testNavigationBySibing()
[all …]
/frameworks/base/docs/html/guide/topics/testing/
Dindex.jd10 read the topic <a href="{@docRoot}guide/topics/testing/testing_android.html">
16 <a href="{@docRoot}guide/topics/testing/activity_testing.html">
23 <a href="{@docRoot}guide/topics/testing/contentprovider_testing.html">
29 <a href="{@docRoot}guide/topics/testing/service_testing.html">
34 <a href="{@docRoot}guide/topics/testing/what_to_test.html">What to Test</a>
42 The topic <a href="{@docRoot}guide/developing/testing/testing_eclipse.html">
46 The topic <a href="{@docRoot}guide/developing/testing/testing_otheride.html">
53 The <a href="{@docRoot}resources/tutorials/testing/helloandroid_test.html">
58 <a href="{@docRoot}resources/tutorials/testing/activity_test.html">Activity Testing</a>,
66 <a href="{@docRoot}guide/developing/tools/monkey.html">UI/Application Exerciser Monkey</a>,
[all …]
/frameworks/base/docs/html/intl/ja/guide/
Dindex.jd9 …する参考資料は含まれていません。API の仕様については、上部にある [<a href="{@docRoot}reference/packages.html">リファレンス</a>] タブをご覧く…
21 …各部分について説明します。フレームワークの概要については、<a href="{@docRoot}guide/topics/fundamentals.html">アプリケーションの基礎</a>を最初…
40 …)をダウンロードすることです。このキットのダウンロード方法と説明については、上部にある [<a href="{@docRoot}sdk/index.html">SDK</a>] タブをご覧ください。
44 ….html">Hello World</a> チュートリアルを参照してください。Android プラットフォーム向けに作成された標準的な「Hello, World」アプリケーションについて説明して…
49 …グループへの参加をおすすめします。詳しくは上部にある [<a href="{@docRoot}resources/community-groups.html">コミュニティ</a>] タブをご覧く…
/frameworks/base/docs/html/guide/developing/tools/
Dindex.jd20 <dt><a href="android.html">android</a></dt>
22 <dt><a href="{@docRoot}guide/developing/debugging/ddms.html">Dalvik Debug Monitor
25 <dt><a href="dmtracedump.html">dmtracedump</a></dt>
29 href="{@docRoot}guide/developing/debugging/debugging-tracing.html#dmtracedump">Profiling
31 <dt><a href="draw9patch.html">Draw 9-patch</a></dt>
35 <dt><a href="emulator.html">Android Emulator (emulator)</a></dt>
38 <dt><a href="hierarchy-viewer.html">Hierarchy Viewer (hierarchyviewer)</a></dt>
40 <dt><a href="hprof-conv.html">hprof-conv</a></dt>
43 <dt><a href="layoutopt.html">layoutopt</a></dt>
46 <dt><a href="mksdcard.html">mksdcard</a></dt>
[all …]
/frameworks/base/docs/html/guide/topics/media/
Dindex.jd9 <li><a href="{@docRoot}guide/topics/media/mediaplayer.html">MediaPlayer</a></li>
10 <li><a href="{@docRoot}guide/topics/media/jetplayer.html">JetPlayer</a></li>
11 <li><a href="{@docRoot}guide/topics/media/camera.html">Camera</a></li>
12 <li><a href="{@docRoot}guide/topics/media/audio-capture.html">Audio Capture</a></li>
28 <li><a href="{@docRoot}guide/appendix/media-formats.html">Android Supported Media Formats</a></li>
29 <li><a href="{@docRoot}guide/topics/media/jet/jetcreator_manual.html">JetCreator User
49 <dt><strong><a href="{@docRoot}guide/topics/media/mediaplayer.html">MediaPlayer</a></strong></dt>
52 <dt><strong><a href="{@docRoot}guide/topics/media/jetplayer.html">JetPlayer</a></strong></dt>
56 <dt><strong><a href="{@docRoot}guide/topics/media/camera.html">Camera</a></strong></dt>
59 <dt><strong><a href="{@docRoot}guide/topics/media/audio-capture.html">Audio
/frameworks/base/docs/html/guide/topics/resources/
Davailable-resources.jd3 parent.link=index.html
10 <li><a href="providing-resources.html">Providing Resources</a></li>
11 <li><a href="accessing-resources.html">Accessing Resources</a></li>
22 …<dt><a href="{@docRoot}guide/topics/resources/animation-resource.html">Animation Resources</a></dt>
26 …<dt><a href="{@docRoot}guide/topics/resources/color-list-resource.html">Color State List Resource<…
29 <dt><a href="{@docRoot}guide/topics/resources/drawable-resource.html">Drawable Resources</a></dt>
32 <dt><a href="{@docRoot}guide/topics/resources/layout-resource.html">Layout Resource</a></dt>
35 <dt><a href="{@docRoot}guide/topics/resources/menu-resource.html">Menu Resource</a></dt>
38 <dt><a href="{@docRoot}guide/topics/resources/string-resource.html">String Resources</a></dt>
42 <dt><a href="{@docRoot}guide/topics/resources/style-resource.html">Style Resource</a></dt>
[all …]
/frameworks/base/docs/html/intl/ja/sdk/1.5_r3/
Dinstalling.jd5 …、開発環境を設定する方法について説明します。SDK をまだダウンロードしていない場合は、[<a href="{@docRoot}sdk/index.html">ダウンロード</a>] ページからダ…
10 <p>SDK の以前のバージョンを使用してアプリケーションを既に開発している場合は、このページの代わりに、<a href="upgrading.html"><strong></strong>SDK …
16 <p>インストールを始める前に、開発用マシンが<a href="requirements.html">システム要件</a>を満たしていることを確認してください。
28 …/code> ディレクトリに展開されます。このディレクトリには、ドキュメントのローカル コピー(ブラウザで <code>documentation.html</code> を開くと参照できます)と…
32 … Bridge(adb)やその他のコマンド ライン <a href="{@docRoot}guide/developing/tools/index.html">ツール</a>を、ツールの格納された…
123 <li><a href="{@docRoot}sdk/adt_download.html">ADT zip ファイルをダウンロードします</a>(展開はしないでください)。</li>
133 …ついて詳しくは、トラブルシューティング トピック <a href="{@docRoot}resources/faq/troubleshooting.html#installeclipsecompo…
150 <li><a href="{@docRoot}guide/index.html">デベロッパー ガイド</a>と、ガイドに説明されている情報の種類を参照します。</li>
152 href="{@docRoot}guide/basics/what-is-android.html">Android とは</a>を読みます。</li>
153 …<li><a href="{@docRoot}guide/topics/fundamentals.html">アプリケーションの基礎</a>を参照して、Android フレームワークとそこでのアプ…
[all …]
/frameworks/base/docs/html/intl/ja/sdk/1.5_r2/
Dinstalling.jd5 …、開発環境を設定する方法について説明します。SDK をまだダウンロードしていない場合は、[<a href="{@docRoot}sdk/index.html">ダウンロード</a>] ページからダ…
10 <p>SDK の以前のバージョンを使用してアプリケーションを既に開発している場合は、このページの代わりに、<a href="upgrading.html"><strong></strong>SDK …
16 <p>インストールを始める前に、開発用マシンが<a href="requirements.html">システム要件</a>を満たしていることを確認してください。
28 …/code> ディレクトリに展開されます。このディレクトリには、ドキュメントのローカル コピー(ブラウザで <code>documentation.html</code> を開くと参照できます)と…
32 … Bridge(adb)やその他のコマンド ライン <a href="{@docRoot}guide/developing/tools/index.html">ツール</a>を、ツールの格納された…
123 <li><a href="{@docRoot}sdk/adt_download.html">ADT zip ファイルをダウンロードします</a>(展開はしないでください)。</li>
133 …ついて詳しくは、トラブルシューティング トピック <a href="{@docRoot}resources/faq/troubleshooting.html#installeclipsecompo…
150 <li><a href="{@docRoot}guide/index.html">デベロッパー ガイド</a>と、ガイドに説明されている情報の種類を参照します。</li>
152 href="{@docRoot}guide/basics/what-is-android.html">Android とは</a>を読みます。</li>
153 …<li><a href="{@docRoot}guide/topics/fundamentals.html">アプリケーションの基礎</a>を参照して、Android フレームワークとそこでのアプ…
[all …]
/frameworks/base/docs/html/resources/articles/
Dindex.jd3 parent.link=../browser.html?tag=article
7 …<dt><a href="{@docRoot}resources/articles/avoiding-memory-leaks.html">Avoiding Memory Leaks</a></d…
12 …<dt><a href="{@docRoot}resources/articles/backward-compatibility.html">Backward Compatibility</a><…
17 …<dt><a href="{@docRoot}resources/articles/can-i-use-this-intent.html">Can I Use this Intent?</a></…
22 …<dt><a href="{@docRoot}resources/articles/creating-input-method.html">Creating an Input Method</a>…
27 <dt><a href="{@docRoot}resources/articles/drawable-mutations.html">Drawable Mutations</a></dt>
32 …<dt><a href="{@docRoot}resources/articles/faster-screen-orientation-change.html">Faster Screen Ori…
37 <dt><a href="{@docRoot}resources/articles/future-proofing.html">Future-Proofing Your Apps</a></dt>
42 <dt><a href="{@docRoot}resources/articles/gestures.html">Gestures</a></dt>
47 <dt><a href="{@docRoot}resources/articles/glsurfaceview.html">Introducing GLSurfaceView</a></dt>
[all …]

12345678910>>...18