Home
last modified time | relevance | path

Searched refs:built (Results 1 – 25 of 159) sorted by relevance

1234567

/frameworks/base/core/tests/coretests/src/android/net/
DUriTest.java459 Uri built = new Uri.Builder() in testHierarchical() local
468 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
470 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
473 built = new Uri.Builder() in testHierarchical()
482 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
484 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
487 built = built.buildUpon().build(); in testHierarchical()
490 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
492 uriString, ssp, built, scheme, authority, path, query, fragment); in testHierarchical()
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/
Dstderr.txt.expect2 <built-in>:1:9: note: previous definition is here
/frameworks/compile/libbcc/tests/debuginfo/
DREADME28 To run the tests, you must have built the android source tree and have
31 You need the following tools (not built by the android build system) on
39 By default, llvm-lit will use the clang and bcc driver built in the android
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
D.gitignore6 # We need the built .class files to load custom views and R class.
/frameworks/base/docs/html/preview/tv/ui/
Dindex.jd14 implementation instructions and creating user interface widgets built for TV. Also check out
34 <dd>Learn how to use a built-for-TV user interface for searching within your app.</dd>
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp218 bool built = RSCD.build(context, OptOutputPath.c_str(), OptOutputFilename.c_str(), bitcode, in main() local
222 if (!built) { in main()
/frameworks/base/docs/html/training/custom-views/
Dindex.jd42 sometimes your app has unique needs that aren’t covered by the built-in views. This class shows you
50 <dd>Create a class that acts like a built-in view, with custom
/frameworks/base/docs/html/training/managing-audio/
Daudio-output.jd32 devices. Most devices have a built-in speaker, headphone jacks for wired headsets, and many also
60 automatically reroutes to the built in speaker. If you listen to your music at as high a volume as I
/frameworks/testing/uiautomator/samples/SkeletonTest/
DREADME7 * have a fully built Android source tree
/frameworks/base/docs/html/about/
Dstart.jd12 <p>No two apps are built in the same way, but we've structured the information you need to build an
54 <p>Now your app is complete. You've built it to support a variety of screen sizes and
/frameworks/base/docs/html/design/style/
Dtouch-feedback.jd43 Most of Android's UI elements have touch feedback built in, including
83 widgets, like lists and grid lists, have support for boundary feedback built
/frameworks/base/docs/html/training/tv/discovery/
Dindex.jd47 <dd>Learn how to use a built-for-TV user interface for searching within your app.</dd>
/frameworks/base/docs/html/tools/building/
Dbuilding-cmdline.jd15 <li><a href="#OnceBuilt">Once built and signed in release mode</a></li>
101 application in release mode. Once you have built in release mode, it's a good idea to perform
187 <h3 id="OnceBuilt">Once built and signed in release mode</h3>
355 already built.</dd>
359 already built.</dd>
363 tested application. This fails if the <code>.apk</code> is not already built.</dd>
368 built.</dd>
/frameworks/base/docs/html/training/search/
Dindex.jd31 <p>Android's built-in search features offer apps an easy way to provide a
/frameworks/base/docs/html/training/accessibility/
Dindex.jd32 built into the Android framework. It covers how to optimize your app for
/frameworks/base/docs/html/guide/topics/graphics/
Dindex.jd3 …oid's powerful graphics features such as OpenGL, hardware acceleration, and built-in UI animations.
/frameworks/base/docs/html/training/tv/tif/
Dindex.jd22 from hardware sources, such as HDMI ports and built-in-tuners, and software sources, such as
/frameworks/base/docs/html/design/patterns/
Dcompatibility.jd60 <p>When you run an app that was built for Android 2.3 or earlier on a phone with virtual navigation
/frameworks/base/docs/html/training/animation/
Dindex.jd85 …Learn how to enable built-in animations when adding, removing, or updating child views in a layout.
/frameworks/base/docs/html/guide/topics/manifest/
Dpermission-element.jd119 vendors have applications built into a system image and need
120 to share specific features explicitly because they are being built
/frameworks/base/docs/html/tools/debugging/
Ddebugging-projects.jd18 <p>If you are developing in Eclipse with the ADT plugin, you can use the built-in Java Debugger,
/frameworks/base/docs/html/training/wearables/ui/
Dindex.jd14 <p>User interfaces for wearable apps differ significantly from those built for handheld devices.
/frameworks/base/docs/html/training/improving-layouts/
Dindex.jd63 <dd>If you've built an instance of {@link android.widget.ListView} that contains complex or
/frameworks/base/docs/html/tv/
Dindex.jd103 Take advantage of pre-built fragments for browsing and interacting with media
107 <a href="{@docRoot}training/tv/playback/index.html">Learn pre-built fragments</a>
/frameworks/base/docs/html/guide/
Dindex.jd27 <p>Android apps are built as a combination of distinct components that can be invoked

1234567