Searched
full:apis (Results
401 -
425 of
4075) sorted by null
<<11121314151617181920>>
/external/freetype/include/freetype/internal/services/ |
svmm.h | 31 * See the related APIs in `ftmm.h' (FT_MULTIPLE_MASTERS_H).
|
/external/icu4c/common/ |
ucln_cmn.h | 23 /* These are the cleanup functions for various APIs. */
|
/external/icu4c/test/cintltst/ |
cnumtst.h | 59 * Test RBNF access through unumfmt APIs.
|
/external/jdiff/src/jdiff/ |
APIDiff.java | 28 /* The overall percentage difference between the two APIs. */
|
/external/kernel-headers/original/asm-mips/ |
timex.h | 17 * a PIT by the symbol is used all over the kernel including some APIs.
|
/external/libxml2/include/libxml/ |
threads.h | 58 * Library wide APIs.
|
/external/llvm/examples/ModuleMaker/ |
README.txt | 8 usage of LLVM APIs, and how to link to LLVM libraries.
|
/frameworks/base/core/java/android/app/backup/ |
package.html | 22 <p>The backup APIs let applications:</p>
|
/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/docs/html/tools/samples/ |
index.jd | 5 <p>To help you understand some fundamental Android APIs and coding practices, a variety of sample
|
/frameworks/base/docs/html/training/cloudsync/ |
index.jd | 10 <p>By providing powerful APIs for internet connectivity, the Android framework
|
/frameworks/base/docs/html/training/enterprise/ |
index.jd | 37 <p>In this class, you'll learn APIs and techniques you can use when developing applications
|
/frameworks/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]; 363 fprintf(f, " LF_%s,\n", apis[ct].name); 370 fprintf(f, " RF_%s,\n", apis[ct].name) [all...] |
/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/honeycomb/android/support/v4/widget/ |
SearchViewCompatHoneycomb.java | 25 * Implementation of SearchView compatibility that can call Honeycomb APIs.
|
/frameworks/support/v4/ics/android/support/v4/accessibilityservice/ |
AccessibilityServiceInfoCompatIcs.java | 24 * ICS implementation of the new APIs in AccessibilityServiceInfo.
|
/frameworks/support/v4/ics/android/support/v4/net/ |
TrafficStatsCompatIcs.java | 25 * Implementation of TrafficStatsCompat that can call ICS APIs.
|
/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");
|
/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.
|
Completed in 330 milliseconds
<<11121314151617181920>>