Home
last modified time | relevance | path

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

12

/development/tools/bugreport/src/com/android/bugreport/
DOptions.java69 public File html; field in Options
91 if (result.html != null || !argParser.hasData(1)) { in parseArgs()
95 result.html = new File(argParser.nextData()); in parseArgs()
DMain.java21 import com.android.bugreport.html.Renderer;
124 renderer.render(options.html, bugreport); in run()
126 System.err.println("Error reading output file: " + options.html); in run()
/development/samples/training/ads-and-ux/
DReadMe.txt7 http://code.google.com/mobile/ads/download.html
9 http://developer.android.com/sdk/compatibility-library.html
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradle.properties8 # http://www.gradle.org/docs/current/userguide/build_environment.html
17 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
/development/samples/ReceiveShareDemo/src/com/example/android/receiveshare/
DReceiveShare.java54 String html = intent.getStringExtra(Intent.EXTRA_HTML_TEXT); in buildShareInfo() local
55 if (html != null) { in buildShareInfo()
56 sb.append("\n\n"); sb.append("HTML: "); sb.append(html); in buildShareInfo()
/development/tools/motion/motion_test_watcher_app/src/
Dstyles.scss3 html,
/development/samples/PictureInPicture/ComposePip/
Dgradle.properties6 # http://www.gradle.org/docs/current/userguide/build_environment.html
12 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
/development/samples/NsdManagerSample/
Dgradle.properties6 # http://www.gradle.org/docs/current/userguide/build_environment.html
12 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
/development/tools/winscope/
Dkarma.config.ci.js48 html: { property
/development/tools/external_crates/crate_health/
DCargo.toml6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssService.java224 String html = "<html><body><h2>No data</h2></body></html>"; in readRss() local
235 html = rssFeed.toString(); in readRss()
239 return html; in readRss()
/development/samples/PictureInPicture/ComposePip/app/
Dproguard-rules.pro6 # http://developer.android.com/guide/developing/tools/proguard.html
/development/samples/devbytes/telephony/SmsSampleProject/app/
Dproguard-rules.pro8 # http://developer.android.com/guide/developing/tools/proguard.html
/development/samples/NsdManagerSample/testdiscoverservice/
Dproguard-rules.pro6 # http://developer.android.com/guide/developing/tools/proguard.html
/development/samples/NsdManagerSample/testadvertiseservice/
Dproguard-rules.pro6 # http://developer.android.com/guide/developing/tools/proguard.html
/development/samples/ControllerSample/
Dproguard-project.txt11 # http://developer.android.com/guide/developing/tools/proguard.html
/development/scripts/
Dacov120 xdg-open $DIR/index.html >/dev/null
/development/tools/cargo_embargo/
Dregenerate_all.sh27 <html>
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css17 html,body { selector
/development/python-packages/fetchartifact/
DREADME.md58 Optionally, pass `--cov-report=html` to generate an HTML report, or
/development/samples/browseable/WatchFace/
D_index.jd30 [1]: https://codelabs.developers.google.com/codelabs/watchface/index.html
/development/samples/TicTacToeMain/
DREADME.txt47 http://developer.android.com/guide/developing/eclipse-adt.html
/development/tools/winscope/src/
Dstyles.css17 html, body, app-root { selector
/development/build/
Dsdk.atree26 development/docs/SDK_RELEASE_NOTES RELEASE_NOTES.html
29 frameworks/base/docs/docs-redirect.html documentation.html
124 frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
/development/cmds/monkey/
DREADME.NETWORK.txt51 (http://developer.android.com/reference/android/view/KeyEvent.html).

12