HomeSort by relevance Sort by last modified time
    Searched full:provides (Results 576 - 600 of 8310) sorted by null

<<21222324252627282930>>

  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.pom 12 <description>xml-commons provides an Apache-hosted set of DOM, SAX, and
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
IToolsLocator.java 20 * Classes which implement this interface provides the location of various SDK tools.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLAbstractAtomicProperty.java 21 * Abstract implementation of {@link IGLProperty}. This provides the basics that can be
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IGLPropertyAccessor.java 22 * An {@link IGLPropertyAccessor} provides an interface to extract
  /system/netd/server/
ResolverController.cpp 24 // NOTE: <resolv_netid.h> is a private C library header that provides
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
README.md 57 Provides built-in tree adapters which can be passed as an optional argument to the `Parser` and `Serializer` constructors.
70 Provides HTML parsing functionality.
75 `options` object provides the parsing algorithm modifications:
118 Provides [SAX](https://en.wikipedia.org/wiki/Simple_API_for_XML)-style HTML parsing functionality.
123 `options` object provides the parsing algorithm modifications:
176 Provides tree-to-HTML serialization functionality.
182 `options` object provides the serialization algorithm modifications:
  /frameworks/base/docs/html/about/versions/
android-1.6-highlights.jd 38 This page provides an overview of some new features and technologies.</p>
70 <p>Android 1.6 includes a redesigned search framework that provides a quick,
79 <p>The search framework also provides developers a way to easily expose relevant
84 <p>An updated user interface provides an integrated camera, camcorder, and gallery experience.
88 <p>Android 1.6 also provides a much faster camera experience.
167 <p>A new gestures framework provides application developers with a framework for creating, storing,
176 <p>Android 1.6 provides a new accessibility framework.
  /frameworks/base/docs/html/tools/help/
index.jd 25 <dd>The AVD Manager provides a graphical user interface in which you can create
47 <dd>Provides a visual representation of the layout's View hierarchy with performance information
70 an emulator instance or connected Android-powered device. It also provides access to the
81 <dd>Android Device Monitor is a stand-alone tool that provides a graphical user interface for
101 <dd>Provides a graphical viewer for execution logs saved by your application.</dd>
163 <p class="note"><strong>Note:</strong> The Android SDK provides additional shell tools that can
172 <dd>Provides a mechanism for collecting and viewing system debug output.</dd>
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
setup.py 22 This module provides a wrapper around the distutils core setup.
140 Determine provides from PROVIDES
142 :return: List of provides (``['provides', ...]``)
145 filename = docs.get('meta.provides', 'PROVIDES').strip()
260 for key in ('classifiers', 'description', 'summary', 'provides',
381 'provides': find_provides(docs),
408 for key in ('provides',)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
setup.py 22 This module provides a wrapper around the distutils core setup.
141 Determine provides from PROVIDES
143 :return: List of provides (``['provides', ...]``)
146 filename = docs.get('meta.provides', 'PROVIDES').strip()
261 for key in ('classifiers', 'description', 'summary', 'provides',
382 'provides': find_provides(docs),
409 for key in ('provides',)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
setup.py 22 This module provides a wrapper around the distutils core setup.
140 Determine provides from PROVIDES
142 :return: List of provides (``['provides', ...]``)
145 filename = docs.get('meta.provides', 'PROVIDES').strip()
260 for key in ('classifiers', 'description', 'summary', 'provides',
381 'provides': find_provides(docs),
408 for key in ('provides',)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
setup.py 22 This module provides a wrapper around the distutils core setup.
141 Determine provides from PROVIDES
143 :return: List of provides (``['provides', ...]``)
146 filename = docs.get('meta.provides', 'PROVIDES').strip()
261 for key in ('classifiers', 'description', 'summary', 'provides',
382 'provides': find_provides(docs),
409 for key in ('provides',)
    [all...]
  /docs/source.android.com/src/devices/tech/security/
index.jd 34 security that provides the flexibility required for an open platform, while
59 <p>Android provides an open source platform and application environment for mobile
105 <p><strong>User-Installed Applications</strong>: Android provides an open development
110 <p>Google provides a set of cloud-based services that are available to any
117 users and potential customers. Google Play also provides community review,
  /external/lldb/test/
README-TestSuite 6 Provides the test driver for the test suite. To invoke it, cd to the 'test'
25 Provides an abstract base class of lldb test case named 'TestVase', which in
30 To provide a test case, the concrete subclass provides methods whose names
34 ./command_source/TestCommandSource.py provides a simple example of test case
40 The doc string provides more details about the setup required for running a
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageConsumer.java 69 * Provides the basic functionality of camera processing via an easy-to-use
91 * Provides the basic functionality of camera processing via an easy-to-use
108 * Provides the basic functionality of camera processing via a more general-
132 * Provides the basic functionality of camera processing via a more general-
154 * Provides the basic functionality of camera processing via the most
  /frameworks/base/docs/html/ndk/guides/
stable_apis.jd 24 <p>The Android NDK provides a set of native headers and shared library files that has gradually
31 <p>There are two basic steps to enable your app to use the libraries that the NDK provides:
56 <p>The NDK often provides new headers and libraries for new Android releases. These files reside
142 <p>The NDK provides the following APIs for developing native code that runs on Android 1.5 system
192 <p>The NDK provides the following APIs for developing native code that runs on Android 1.6 system
207 <p>All Android-based devices support OpenGL ES 1.0, because Android provides an Open GL 1.0-capable
227 <p>The san-angeles sample application provides an example of how to perform these operations,
233 <p>The NDK provides the following APIs for developing native code that runs on Android 2.0 system
277 <p>The NDK provides the following APIs for developing native code that runs on Android 2.2 system
310 <p>The NDK provides the following APIs for developing native code that runs on Android 2.3 syste
    [all...]
cpu-features.jd 16 <p>The NDK provides a small library named {@code cpufeatures} that your app can use at runtime to
60 <p>The {@code cpufeatures} library provides two functions. The first function returns the family to
88 CPU-family-specific feature. The rest of this section provides information on features for
107 <p>This value is equivalent to the {@code VFPv3-D16} instruction set, which provides provides only
117 extension. Note that ARM mandates that such CPUs also implement VFPv3-D32, which provides 32
  /docs/source.android.com/src/devices/
drm.jd 30 <p>This document provides an overview of the Android DRM framework, and
37 <p>The Android platform provides an extensible DRM framework that lets
41 The DRM framework introduced in Android 3.0 provides a unified interface for
43 framework provides a consistent operation mode for protected and non-protected
45 The DRM framework provides the association between DRM content and license, and
61 devices, Google provides DRM without license fees on compatible Android devices.
113 the binder IPC mechanism. The DrmManagerClient provides a Java programming
115 also provides a DrmManagerClient-native implementation as the interface to
189 provides APIs to return constraints associated with input content. See <a
  /external/mdnsresponder/
README.txt 31 It provides the ability for the user to identify hosts using names
33 conventional DNS server set up. It also provides the ability for the
81 The "Platform Support" layer provides the necessary supporting routines
95 Apple currently provides "Platform Support" layers for Mac OS 9, Mac OS X,
100 this code into their applications, since OS X provides a system service to
115 answers. Because of this, OS X provides a common system service which client
  /frameworks/base/docs/html/tools/debugging/
index.jd 19 <p>The Android SDK provides most of the tools that you need to debug your applications. You need
31 provides various
47 <code>adb</code> device daemon runs on the device or emulator and provides a means for the
55 tedious, so DDMS provides a port forwarding feature that can forward a specific VM's debugging
91 <p>In addition to the main debugging tools, the Android SDK provides additional tools to help you
165 <dd>Android provides debug helper classes such as {@link android.util.Log
  /frameworks/base/docs/html/tools/testing/
testing_android.jd 90 provides an architecture and powerful tools that help you test every aspect of your application
119 The SDK also provides
151 often provides helper methods as well.
232 throw an exception if the comparison fails. Android also provides a class of assertions that
309 Android provides several test case classes that extend {@link junit.framework.TestCase} and
316 both {@link junit.framework.TestCase} and {@link junit.framework.Assert}. It provides the
318 all of JUnit's Assert methods. In addition, it provides methods for testing permissions, and a
367 is more convenient than doing logging, and provides better test performance.
370 Besides the JUnit {@link junit.framework.Assert} class methods, the testing API also provides
388 To facilitate dependency injection in testing, Android provides classes that create mock syste
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerMeasurementTestActivity.java 86 * The error message associated with the test provides the required data needed to identify any
87 * possible issue. It provides:
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingSupport.java 42 * sharing intents with a type of text/plain. It provides an example of writing a sharing
44 * {@link android.content.ContentProvider} that provides access to two text files
  /docs/source.android.com/src/devices/tech/debug/
dumpsys.jd 27 <p>The <code>dumpsys</code> tool runs on the device and provides information about the status
42 <p>provides system data for input components such as touchscreens or built-in
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
ZHash.java 23 * Concrete implementation of ZIndexable. Provides fast element retrieval via hash key. Also provides

Completed in 2383 milliseconds

<<21222324252627282930>>