Home
last modified time | relevance | path

Searched refs:require (Results 1 – 25 of 132) sorted by relevance

123456

/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
DStackOverflowXmlParser.java52 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/
Duses-configuration-element.jd10 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/
Dpatent_disclaimer.txt9 require patent licenses from the relevant patent holders.
/frameworks/av/media/libstagefright/codecs/mp3dec/
Dpatent_disclaimer.txt9 require patent licenses from the relevant patent holders.
/frameworks/av/media/libstagefright/codecs/amrwbenc/
Dpatent_disclaimer.txt9 require patent licenses from the relevant patent holders.
/frameworks/av/media/libstagefright/codecs/amrnb/
Dpatent_disclaimer.txt9 require patent licenses from the relevant patent holders.
/frameworks/av/media/libstagefright/codecs/m4v_h263/
Dpatent_disclaimer.txt9 require patent licenses from the relevant patent holders.
/frameworks/av/media/libstagefright/codecs/aacenc/
Dpatent_disclaimer.txt9 require patent licenses from the relevant patent holders.
/frameworks/av/media/libstagefright/codecs/avc/
Dpatent_disclaimer.txt9 require patent licenses from the relevant patent holders.
/frameworks/base/core/tests/overlaytests/
DREADME6 overlay packages require the Android platform be rebooted. However, the
/frameworks/base/docs/html/tools/help/
Dmonitor.jd6 require installation of a integrated development environment, such as Eclipse, and encapsulates the
/frameworks/base/docs/html/training/basics/network-ops/
Dxml.jd157 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/
Dindex.jd3 …e that operates at the native level. Use it to accelerate your apps that require extensive computa…
Dcompute.jd37 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/
Dcompatibility.jd67 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/
Dcreative-vision.jd28 never require complex procedures, and complex tasks are tailored to the human hand and mind. People
/frameworks/base/core/java/android/webkit/
DWebSettings.java232 public void setMediaPlaybackRequiresUserGesture(boolean require) { in setMediaPlaybackRequiresUserGesture() argument
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dindex.jd40 <p>Many Android users have different abilities that require them to interact with their Android
/frameworks/base/docs/html/sdk/
Ddownload.jd37 <a href="http://developer.android.com/sdk/index.html">current SDK</a> packages do not require a
/frameworks/base/docs/html/training/managing-audio/
Daudio-focus.jd50 <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/
Dloading-ondemand.jd35 <p>Sometimes your layout might require complex views that are rarely used. Whether
/frameworks/base/docs/html/training/implementing-navigation/
Dindex.jd48 <p class="note"><strong>Note:</strong> Several elements of this class require the
/frameworks/base/docs/html/training/design-navigation/
Dindex.jd13 …f the Android platform. It is also primarily design-focused and does not require knowledge of the …
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd48 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/
Dindex.jd50 <li>Android app UI’s frequently require several bitmaps to be loaded at once. Components such as

123456