/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
D | StackOverflowXmlParser.java | 52 parser.require(XmlPullParser.START_TAG, ns, "feed"); in readFeed() 86 parser.require(XmlPullParser.START_TAG, ns, "entry"); in readEntry() 110 parser.require(XmlPullParser.START_TAG, ns, "title"); in readTitle() 112 parser.require(XmlPullParser.END_TAG, ns, "title"); in readTitle() 119 parser.require(XmlPullParser.START_TAG, ns, "link"); in readLink() 128 parser.require(XmlPullParser.END_TAG, ns, "link"); in readLink() 134 parser.require(XmlPullParser.START_TAG, ns, "summary"); in readSummary() 136 parser.require(XmlPullParser.END_TAG, ns, "summary"); in readSummary()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-configuration-element.jd | 10 that they therefore should be eliminated. Suchi says that they mean "doesn't require a 88 <td>The application does not require a keyboard. 93 <td>The application does not require a keyboard.</td> 115 <td>The application does not require any type of navigation control. 120 <td>The application does not require a navigation control.</td> 150 <td>The application doesn't require a touch screen. 155 <td>The application doesn't require a touch screen.</td>
|
/frameworks/av/media/libstagefright/codecs/amrwb/ |
D | patent_disclaimer.txt | 9 require patent licenses from the relevant patent holders.
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | patent_disclaimer.txt | 9 require patent licenses from the relevant patent holders.
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | patent_disclaimer.txt | 9 require patent licenses from the relevant patent holders.
|
/frameworks/av/media/libstagefright/codecs/amrnb/ |
D | patent_disclaimer.txt | 9 require patent licenses from the relevant patent holders.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/ |
D | patent_disclaimer.txt | 9 require patent licenses from the relevant patent holders.
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | patent_disclaimer.txt | 9 require patent licenses from the relevant patent holders.
|
/frameworks/av/media/libstagefright/codecs/avc/ |
D | patent_disclaimer.txt | 9 require patent licenses from the relevant patent holders.
|
/frameworks/base/core/tests/overlaytests/ |
D | README | 6 overlay packages require the Android platform be rebooted. However, the
|
/frameworks/base/docs/html/tools/help/ |
D | monitor.jd | 6 require installation of a integrated development environment, such as Eclipse, and encapsulates the
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | xml.jd | 157 parser.require(XmlPullParser.START_TAG, ns, "feed"); 238 parser.require(XmlPullParser.START_TAG, ns, "entry"); 262 parser.require(XmlPullParser.START_TAG, ns, "title"); 264 parser.require(XmlPullParser.END_TAG, ns, "title"); 271 parser.require(XmlPullParser.START_TAG, ns, "link"); 280 parser.require(XmlPullParser.END_TAG, ns, "link"); 286 parser.require(XmlPullParser.START_TAG, ns, "summary"); 288 parser.require(XmlPullParser.END_TAG, ns, "summary");
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | index.jd | 3 …e that operates at the native level. Use it to accelerate your apps that require extensive computa…
|
D | compute.jd | 37 that require lots of mathematical computation.</p> 55 runs in the VM, but you write Renderscript code for the parts of your program that require 236 require less precision than the IEEE 754-2008 standard (used by default). You can define 241 require floating point precision as outlined by the IEEE 754-2008 standard. 243 <li><code>#pragma rs_fp_relaxed</code> - For apps that don’t require
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 67 the apps require. We’ve built support for this right into the SDK tools, and 209 obtain permission to use the Camera were assumed by default to require 217 assumed to require the microphone feature by default. If your app can use a 219 require it; but unless you do that, your app won’t be shown to devices without 229 require, you can use the command <code>aapt dump badging</code>.</p>
|
/frameworks/base/docs/html/design/get-started/ |
D | creative-vision.jd | 28 never require complex procedures, and complex tasks are tailored to the human hand and mind. People
|
/frameworks/base/core/java/android/webkit/ |
D | WebSettings.java | 232 public void setMediaPlaybackRequiresUserGesture(boolean require) { in setMediaPlaybackRequiresUserGesture() argument
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | index.jd | 40 <p>Many Android users have different abilities that require them to interact with their Android
|
/frameworks/base/docs/html/sdk/ |
D | download.jd | 37 <a href="http://developer.android.com/sdk/index.html">current SDK</a> packages do not require a
|
/frameworks/base/docs/html/training/managing-audio/ |
D | audio-focus.jd | 50 <p>You must specify which stream you're using and whether you expect to require transient or 78 the system that you no longer require focus and unregisters the associated {@link
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | loading-ondemand.jd | 35 <p>Sometimes your layout might require complex views that are rarely used. Whether
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | index.jd | 48 <p class="note"><strong>Note:</strong> Several elements of this class require the
|
/frameworks/base/docs/html/training/design-navigation/ |
D | index.jd | 13 …f the Android platform. It is also primarily design-focused and does not require knowledge of the …
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_environment.jd | 48 Also, unlike motion sensors and position sensors, which often require high-pass or low-pass 49 filtering, environment sensors do not typically require any data filtering or data processing. Table
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | index.jd | 50 <li>Android app UI’s frequently require several bitmaps to be loaded at once. Components such as
|