OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apis
(Results
626 - 650
of
3482
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/docs/html/guide/basics/
fixme-gs-core-packages.jd
61
<dd>contains low-level
APIs
for working with
87
<dd>provides
APIs
for interacting with the
90
<dd>includes various
APIs
for working with
what-is-android.jd
7
provides the tools and
APIs
necessary to begin developing applications on the
57
<p>Developers have full access to the same framework
APIs
used by the core
107
OpenGL ES 1.0
APIs
; the libraries use either hardware 3D acceleration
/frameworks/base/include/drm/
drm_framework_common.h
272
* DrmFramework provides two different set of decryption
APIs
.
273
* 1. Decrypt
APIs
for elementary stream based DRM
280
* 2. Decrypt
APIs
for container based DRM (file format itself is encrypted)
/external/jdiff/src/jdiff/
JDiff.java
36
* Generate the summary of the
APIs
.
94
// Compare the old and new
APIs
.
270
/** If set, then read in two XML files and compare their
APIs
. */
284
static final String jDiffDescription = "JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two
APIs
are compared.";
286
static final String jDiffKeywords = "diff, jdiff, javadiff, java diff, java difference, API difference, difference between two
APIs
, API diff, Javadoc, doclet";
/frameworks/base/docs/html/sdk/
android-4.0.jd
13
<li><a href="#Honeycomb">Previous
APIs
</a></li>
34
developers. Besides all the new features and
APIs
discussed below, Android 4.0 is an important
35
platform release because it brings the extensive set of
APIs
and Holographic themes from Android 3.x
94
<p>The sections below provide a technical overview of new
APIs
in Android 4.0.</p>
106
<li><a href="#Contacts">Social
APIs
in Contacts Provider</a></li>
138
<h3 id="Contacts">Social
APIs
in Contacts Provider</h3>
140
<p>The contact
APIs
defined by the {@link android.provider.ContactsContract} provider have been
203
<p>The new {@link android.provider.ContactsContract.DataUsageFeedback}
APIs
allow you to help track
214
<p>The new calendar
APIs
allow you to read, add, modify and delete calendars, events, attendees,
217
<p>A variety of apps and widgets can use these
APIs
to read and modify calendar events. However
[
all
...]
RELEASENOTES.jd
88
is not using Android internal structures or
APIs
.</p>
285
<li>The SDK includes a new version of the Google
APIs
add-on. The add-on
288
Google
APIs
add-on and the library it provides, see:
291
href="http://code.google.com/android/add-ons/google-
apis
">http://code.google.com/android/add-ons/google-
apis
</a> </p></li>
363
is not using Android internal structures or
APIs
.</p>
377
specific actual device (or family of devices) that extends the
APIs
available to
387
<p>The SDK includes a single SDK add-on — the Google
APIs
add-on. The
388
Google
APIs
add-on gives your application access to the com.google.android.maps
390
The Google
APIs
add-on also includes a {@link android.location.Geocoder Geocoder
[
all
...]
android-1.5.jd
181
<p>To use
APIs
introduced in Android {@sdkPlatformVersion} in your
203
<li>
APIs
for creating secure home screen {@link android.appwidget
210
<li>
APIs
for populating {@link android.provider.LiveFolders Live Folders}
216
<li>Raw audio recording and playback
APIs
</li>
218
<li>Video recording
APIs
for developers (3GP format)</li>
255
APIs
}</li>
android-2.3.4.jd
47
APIs
Add-On, a downloadable component for the Android SDK.</p>
50
use the Android SDK Manager to download the latest version of the Google
APIs
156
APIs
. However, developing for the Open Accessory Library on Android 2.3.4 differs
190
<li>The latest version of the Google
APIs
add-on, which includes the library
215
<p>To use
APIs
introduced in API level 10 in your application,
217
the latest version of the Google
APIs
Add-On, which also includes the Open
android-2.0-highlights.jd
191
<h3 id="DeveloperAPIs">New Framework
APIs
</h3>
193
<p>Android 2.0 includes several new developer
APIs
.
194
For an overview of new
APIs
, see the
/frameworks/base/docs/html/guide/appendix/
api-levels.jd
230
using
APIs
that were <em>introduced</em> in the API Level specified. If the
232
then it would crash at run-time when it tried to access
APIs
that don't exist.
289
<p>Each new version of the Android platform can include new framework
APIs
, such
291
existing API parts. The new
APIs
are accessible to applications when running on
294
the platform do not include the new
APIs
, applications that use the new
APIs
are
319
<p>If you build an application that uses
APIs
or system features introduced in
327
<p>If your application uses
APIs
introduced in the latest platform version but
331
case, the application will crash at runtime when it tries to use
APIs
that don't
366
you begin developing on the platform although the
APIs
may not be final, th
[
all
...]
/ndk/docs/opensles/
index.html
13
This article describes the Android native audio
APIs
based on the
18
exposes features similar to the audio portions of these Android
APIs
60
typographical errors, or use
APIs
that are likely to change.
97
they can be accessed easily by the associated
APIs
for
107
APIs
. See the header files <code>android/asset_manager.h</code>
109
on these
APIs
, which are new for API level 9. The example code
112
native asset manager
APIs
in conjunction with the Android file
166
value which is returned by most
APIs
. Use of <code>assert</code>
177
be especially useful for the more complex
APIs
such as
363
The Android native audio
APIs
at level 9 are based on Khrono
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java
17
package com.example.android.
apis
.app;
19
import com.example.android.
apis
.R;
20
import com.example.android.
apis
.Shakespeare;
ContactsFilterInstrumentation.java
17
package com.example.android.
apis
.app;
ContactsSelectInstrumentation.java
17
package com.example.android.
apis
.app;
LocalSampleInstrumentation.java
17
package com.example.android.
apis
.app;
/development/samples/BrowserPlugin/
README
33
see how an android browser plugin is created and how to use the available
APIs
.
35
market or adb. The sample plugin attempts to exercise as many of the
APIs
as
78
style plugin as well as all the android specific
APIs
. The initial
/frameworks/base/docs/html/guide/practices/
tablets-and-handsets.jd
53
<p>With Android 3.0 (API level 11), Android introduced a new set of framework
APIs
that allow you
55
android.app.Fragment}
APIs
. Fragments allow you to separate distinct behavioral components of your
106
handsets. For a detailed discussion of the action bar
APIs
, read the <a
128
APIs
needed to accomplish the recommendations in this document are available in Android
145
<p>The support library includes
APIs
for <a
147
href="{@docRoot}guide/topics/fundamentals/loaders.html">loaders</a>, and other
APIs
added in newer
149
backward-compatible versions of these
APIs
in your application and remain compatible with Android
155
<p>The support library <em>does not</em> provide
APIs
for the action bar, but you can use
270
<p>Android 3.2 (API level 13) adds new
APIs
that provide more fine-grain control over what screen
365
android.app.ActionBar}
APIs
without adding complex customizations. By using the standard {@lin
[
all
...]
/frameworks/base/docs/html/guide/topics/search/
index.jd
52
<p class="note"><strong>Note</strong>: The search framework does <em>not</em> provide
APIs
to
53
search your data. To perform a search, you need to use
APIs
appropriate for your data. For example,
55
APIs
to perform searches.
/frameworks/base/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c
151
printf("get
APIs
error......");
159
printf("get
APIs
error......");
170
printf("
APIs
init error......");
/frameworks/base/opengl/specs/
EGL_ANDROID_blob_cache.txt
107
function pointers through which the client
APIs
can request data be cached
113
sets the callback function pointers that client
APIs
associated with
128
If eglSetBlobCacheFuncs generates an error then all client
APIs
must behave
/development/apps/launchperf/
AndroidManifest.xml
60
android:targetPackage="com.example.android.
apis
"
/development/samples/ApiDemos/res/layout/
custom_title.xml
18
See corresponding Java code com.example.android.
apis
.app.CustomTitle.java. -->
fragment_arguments.xml
39
<fragment class="com.example.android.
apis
.app.FragmentArguments$MyFragment"
overscan.xml
20
<view class="com.example.android.
apis
.view.OverscanActivity$IV"
/development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java
17
package com.example.android.
apis
.animation;
Completed in 1496 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>