OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apis
(Results
376 - 400
of
3482
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl
39
//
APIs
that can be made public in future
/frameworks/base/core/java/android/content/
ReceiverCallNotAllowedException.java
26
* not valid to use asynchronous
APIs
.
package.html
5
categories of
APIs
:</p>
/frameworks/base/docs/html/sdk/1.6_r1/
upgrading.jd
44
make developing more efficient and new
APIs
that allow you to expand the
199
<p>The new version of the Android platform includes several new
APIs
, but
200
very few actual changes to existing
APIs
. This means that, in most
207
<li><strong>Make sure your application doesn't use internal
APIs
</strong>. Your
208
application should not use any
APIs
that are not officially supported and are
209
not published in the Android reference documentation. Unofficial
APIs
can change
279
<p>If you want to use any of the new Android 1.6
APIs
in your existing
294
described in this section if the application will actually use
APIs
297
does not use any new
APIs
, you can compile and run it without modification and
302
<p>If your application is using
APIs
introduced in Android 1.6, you mus
[
all
...]
/frameworks/base/libs/rs/
rsg_generator.c
81
fprintf(f, "typedef struct RS_CMD_%s_rec RS_CMD_%s;\n",
apis
[ct].name,
apis
[ct].name);
86
const ApiEntry * api = &
apis
[ct];
128
printFuncDecl(f, &
apis
[ct], prefix, addContext, 0);
140
printFuncDecl(f, &
apis
[ct], "", addContext, 1);
149
if (
apis
[ct].direct) {
153
fprintf(f, "void %s%s (Context *, const void *);\n", prefix,
apis
[ct].name);
203
const ApiEntry * api = &
apis
[ct];
380
fprintf(f, " LF_%s,\n",
apis
[ct].name);
387
fprintf(f, " RF_%s,\n",
apis
[ct].name)
[
all
...]
/frameworks/base/libs/usb/tests/AccessoryChat/
Android.mk
28
# Force an old SDK version to make sure we aren't using newer UsbManager
APIs
/frameworks/support/v4/eclair/android/support/v4/view/
MotionEventCompatEclair.java
22
* Implementation of motion event compatibility that can call Eclair
APIs
.
/frameworks/support/v4/honeycomb/android/support/v4/app/
ActivityCompatHoneycomb.java
25
* Implementation of activity compatibility that can call Honeycomb
APIs
.
/frameworks/support/v4/ics/android/support/v4/android/accessibilityservice/
AccessibilityServiceInfoCompatIcs.java
24
* ICS implementation of the new
APIs
in AccessibilityServiceInfo.
/hardware/invensense/mlsdk/mllite/
ml_stored_data.h
47
APIs
/hardware/invensense/mlsdk/mlutils/
mputest.h
36
/* user facing
APIs
*/
/development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java
17
package com.example.android.
apis
.app;
19
import com.example.android.
apis
.R;
171
com.example.android.
apis
.ApiDemos.class));
174
intents[1] = new Intent(this, com.example.android.
apis
.ApiDemos.class);
175
intents[1].putExtra("com.example.android.
apis
.Path", "App");
177
intents[2] = new Intent(this, com.example.android.
apis
.ApiDemos.class);
178
intents[2].putExtra("com.example.android.
apis
.Path", "App/Notification");
ActionBarDisplayOptions.java
16
package com.example.android.
apis
.app;
18
import com.example.android.
apis
.R;
ActionBarSettingsActionProviderActivity.java
17
package com.example.android.
apis
.app;
31
import com.example.android.
apis
.R;
ActionBarShareActionProviderActivity.java
17
package com.example.android.
apis
.app;
28
import com.example.android.
apis
.R;
ActionBarTabs.java
16
package com.example.android.
apis
.app;
18
import com.example.android.
apis
.R;
/external/chromium/chrome/common/extensions/docs/static/
tut_oauth.html
5
<a href="http://oauth.net/">OAuth</a> is an open protocol that aims to standardize the way desktop and web applications access a user's private data. OAuth provides a mechanism for users to grant access to private data without sharing their private credentials (username/password). Many sites have started enabling
APIs
to use OAuth because of its security and standard set of libraries.
11
This tutorial uses the <a href="http://code.google.com/
apis
/documents/">Google Documents List Data API</a> as an example OAuth-enabled API endpoint.
17
This tutorial expects that you have some experience writing extensions for Google Chrome and some familiarity with the <a href="http://code.google.com/
apis
/accounts/docs/OAuth.html">3-legged OAuth</a> flow. Although you don?t need a background in the <a href="http://code.google.com/
apis
/documents/">Google Documents List Data API</a> (or the other <a href="http://code.google.com/
apis
/gdata/">Google Data
APIs
</a> for that matter), having a understanding of the protocol may be helpful.
56
Luckily, Google and a few other companies have been working on an <a href="http://code.google.com/
apis
/accounts/docs/OAuthForInstalledApps.html">OAuth for installed applications</a> solution that you can use from an extension environment. In the installed applications OAuth dance, the consumer key/secret are ?anonymous?/?anonymous? and you provide an <em>application name</em> for the user to grant access to (instead of an application URL). The end result is the same: your background page requests the initial token, opens a new tab to the approval page, and finally makes the asynchronous call for the access token.
/frameworks/base/docs/html/sdk/
android-2.0.jd
257
<p>To use
APIs
introduced in Android {@sdkPlatformVersion} in your application, you need to
277
<li>New
APIs
for sync adapters to connect to any backend</li>
287
<li>New contacts
APIs
that allow for data from multiple accounts</li>
288
<li>New Quick Contact framework
APIs
enable developers to create contact badges in their app. Clicking on the badge opens a window with a list of ways to contact the person with one click.</li>
311
<li>New WallpaperManager API replaces and extends the wallpaper
APIs
that were previously in Context, to allow applications to request and set the system wallpaper.</li>
312
<li>New Service
APIs
to help applications correctly handle Service life-cycle, in particular low memory situations where a Service may be killed while it is running.
318
<li>KeyEvent has new key dispatching
APIs
, to help implement action-on-up and long press behavior, as well a new mechanism to cancel key presses (for virtual keys).</li>
320
<li>New Intent
APIs
that broadcast the docking state of the device and allow applications to launch special activities when the device is placed in a desktop or car dock.</li>
341
<p>If your application will use
APIs
introduced in Android 2.0 (API Level 5),
342
you can take advantage of new
APIs
for managing key-event pairs:</p
[
all
...]
android-2.2.jd
167
<p>To use
APIs
introduced in Android {@sdkPlatformVersion} in your
236
<li>New OpenGL ES 2.0
APIs
in {@link android.opengl.GLES20 android.opengl.GLES20}.</li>
245
<li>New
APIs
in {@link android.media.AudioManager android.media.AudioManager} for managing audio focus, transport control, transient loss of audio focus, ducking.</li>
247
<li>New
APIs
in {@link android.media.SoundPool} to detect completion of sound-loading.</li>
248
<li>New
APIs
in {@link android.media.SoundPool} for auto pause and resume.</li>
249
<li>New
APIs
in {@link android.media.MediaRecorder} for specifying audio settings for number of channels, encoding and sampling rates, sampling rate.</li>
250
<li>New
APIs
for adding files to the media database, so that they are automatically scanned. See {@link android.media.MediaScannerConnection#scanFile(Context, String[], String[], OnScanCompletedListener) MediaScannerConnection.scanFile} and {@link android.media.MediaScannerConnection.OnScanCompletedListener MediaScannerConnection.OnScanCompletedListener}.</li>
256
<li>The platform provides new speech-recognition
APIs
that allow applications to have a richer interaction with the available voice recognizer. For example, the
APIs
are sufficient to integrate voice recognition deeply into an IME.</li>
267
<li>New
APIs
in {@link android.hardware.Camera android.hardware.Camera} for managing zoom level.</li
[
all
...]
/external/apache-xml/
NOTICE
30
- JAXP 1.3
APIs
- see LICENSE.txt
43
- JAXP 1.3
APIs
- see LICENSE.txt
59
Portions of Apache Xerces Java in xercesImpl.jar and xml-
apis
.jar
68
Apache xml-commons xml-
apis
(redistribution of xml-
apis
.jar)
/external/chromium/chrome/common/extensions/docs/
whats_new.html
233
<li><a href="api_index.html">chrome.*
APIs
</a></li>
234
<li><a href="api_other.html">Other
APIs
</a></li>
311
For information on how to use experimental
APIs
, see the <a href="experimental.html">chrome.experimental.*
APIs
</a> page.
336
<h4> Additions to existing
APIs
</h4>
368
<h4> Changes to existing
APIs
</h4>
382
<h4> Additions to existing
APIs
</h4>
413
<h4> Additions to existing
APIs
</h4>
427
<h4> New
APIs
</h4>
439
<h4> Additions to existing
APIs
</h4
[
all
...]
/build/core/
version_defaults.mk
49
# the set of
APIs
and functionality available in the platform. It
51
# the SDK are released. It should only be incremented when the
APIs
for
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java
17
package com.example.android.
apis
.accessibility;
19
import com.example.android.
apis
.R;
/development/samples/ApiDemos/src/com/example/android/apis/animation/
ListFlipper.java
17
package com.example.android.
apis
.animation;
29
import com.example.android.
apis
.R;
ReversingAnimation.java
17
package com.example.android.
apis
.animation;
23
import com.example.android.
apis
.R;
Completed in 628 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>