Home
last modified time | relevance | path

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

1234

/sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/
Dgo.css2html,input,textarea{font-family:arial,sans-serif}html{line-height:1.54}body.rtl{direction:rtl}body… selector
Dbuild.properties8 index.html
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DIssue.java452 public static String convertMarkup(@NonNull String text, boolean html) { in convertMarkup() argument
469 appendEscapedText(sb, text, html, flushIndex, i); in convertMarkup()
471 if (html) { in convertMarkup()
474 appendEscapedText(sb, text, html, i + 1, end); in convertMarkup()
477 appendEscapedText(sb, text, html, i + 1, end); in convertMarkup()
483 } else if (html && c == 'h' && i < n - 1 && text.charAt(i + 1) == 't' in convertMarkup()
500 appendEscapedText(sb, text, html, flushIndex, i); in convertMarkup()
518 appendEscapedText(sb, text, html, flushIndex, n); in convertMarkup()
524 static void appendEscapedText(StringBuilder sb, String text, boolean html, in appendEscapedText() argument
526 if (html) { in appendEscapedText()
/sdk/files/
Dproguard-android.txt2 # http://proguard.sourceforge.net/index.html#manual/usage.html
23 # For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
29 # see http://proguard.sourceforge.net/manual/examples.html#beans
40 # For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
Dproguard-android-optimize.txt2 # http://proguard.sourceforge.net/index.html#manual/usage.html
30 # For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
36 # see http://proguard.sourceforge.net/manual/examples.html#beans
47 # For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
/sdk/templates/docs/
Ddefault.js38 .text($(this).html())
72 .html($(this).data('toctitle') || $(this).html())
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/src/test/pkg/
DSetJavaScriptEnabled.java.txt16 webView.loadUrl("file:///android_asset/www/index.html");
26 webView.loadUrl("file:///android_asset/www/index.html");
/sdk/monkeyrunner/src/resources/com/android/monkeyrunner/
Dhtml.cs1 <html>
27 </html>
/sdk/anttasks/src/com/android/ant/
DLintExecTask.java58 public void setHtml(Path html) { in setHtml() argument
59 mHtml = TaskHelper.checkSinglePath("html", html); in setHtml()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
Dbuild.properties10 about.html,\
Dabout.properties6 Visit http://developer.android.com/sdk/eclipse-adt.html
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/
Dbuild.properties8 about.html,\
Dabout.properties6 Visit http://developer.android.com/sdk/eclipse-adt.html
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/
Dbuild.properties10 about.html
Dabout.properties6 Visit http://developer.android.com/sdk/eclipse-adt.html
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
Dbuild.properties9 about.html,\
Dabout.properties6 Visit http://developer.android.com/sdk/eclipse-adt.html
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/
Dabout.properties6 Visit http://developer.android.com/sdk/eclipse-adt.html
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-navigate10.txt6 reference/android/Manifest.permission.html#ACCESS_NETWORK_STATE
Dmanifest-expected-navigate11a.txt6 reference/android/content/Intent.html#ACTION_MAIN
Dmanifest-expected-navigate11g.txt6 reference/android/content/Intent.html#CATEGORY_LAUNCHER
/sdk/monkeyrunner/scripts/
Dmr_pydoc.py35 document += pydoc.html.document(object, name)
/sdk/templates/activities/MasterDetailFlow/root/res/values-large/
Drefs.xml.ftl7 http://developer.android.com/training/multiscreen/screensizes.html#TaskUseAliasFilters
/sdk/bash_completion/
DREADME4 See http://www.gnu.org/s/bash/manual/bash.html#Programmable-Completion for
/sdk/templates/activities/MasterDetailFlow/root/res/values-sw600dp/
Drefs.xml.ftl8 http://developer.android.com/training/multiscreen/screensizes.html#TaskUseAliasFilters

1234