HomeSort by relevance Sort by last modified time
    Searched full:apis (Results 1 - 25 of 3482) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/
overview.html 2 These are the Android APIs.
  /development/samples/SpellChecker/
_index.html 1 <p>A set of samples that demonstrate how to create/use spell checker APIs.</p>
  /frameworks/base/telephony/java/android/telephony/cdma/
package.html 3 Provides APIs for utilizing CDMA-specific telephony features.
  /development/samples/RenderScript/MiscSamples/
_index.html 1 <p>A set of samples that demonstrate how to use various features of the Renderscript APIs.</p
  /development/samples/RenderScript/
_index.html 1 <p>A set of samples that demonstrate how to use various features of the Renderscript APIs.</p
  /development/samples/USB/
_index.html 1 <p>A set of samples that demonstrate how to use various features of the USB APIs.</p
  /frameworks/base/core/java/android/net/
package.html 3 Classes that help with network access, beyond the normal java.net.* APIs.
  /development/samples/RenderScript/HelloCompute/
_index.html 1 <p>A Renderscript compute sample that filters a bitmap. No Renderscript graphics APIs are used
  /frameworks/base/telephony/java/android/telephony/gsm/
package.html 3 Provides APIs for utilizing GSM-specific telephony features, such as
  /frameworks/base/telephony/java/android/telephony/
package.html 3 Provides APIs for monitoring the basic phone information, such as
  /external/chromium/chrome/common/extensions/docs/static/
api_index.html 1 <div id="pageData-name" class="pageData">chrome.* APIs</div>
5 Google Chrome provides APIs such as
10 <h2 id="supported">Supported APIs</h2>
13 Here are the supported chrome.* APIs:
20 <h2 id="experimental">Experimental APIs</h2>
24 <a href="experimental.html">experimental APIs</a>,
25 some of which will become supported APIs
33 methods in the chrome.* APIs are <b>asynchronous</b>:
experimental.html 1 <div id="pageData-name" class="pageData">chrome.experimental.* APIs</div>
5 on the following experimental APIs:
15 Don't depend on these experimental APIs.
19 upload extensions that use experimental APIs.
22 <h2 id="using">How to use experimental APIs</h2>
29 Although the experimental APIs might work in other versions,
30 we need your feedback on the latest incarnation of the APIs,
54 find "Experimental Extension APIs",
58 unless you return to that page and disable experimental APIs,
59 you'll be able to run extensions that use experimental APIs
    [all...]
api_other.html 1 <div id="pageData-name" class="pageData">Other APIs</div>
5 <a href="api_index.html">chrome.* APIs</a>,
6 extensions can use all the APIs
13 <p>Here's a sampling of the APIs that extensions can use:</p>
16 <dt><strong> Standard JavaScript APIs </strong></dt>
19 (DOM) APIs
32 <dt> <strong>HTML5 and other emerging APIs</strong></dt>
34 along with other emerging APIs.
35 Here are some of the APIs you can use:
59 <dt><strong> WebKit APIs </strong></dt
    [all...]
experimental.webInspector.html 1 <div id="pageData-name" class="pageData">experimental.webInspector.* APIs</div>
16 Don't depend on these experimental APIs. They might disappear, and they
19 upload extensions that use experimental APIs.
22 <h2 id="using">How to use WebInspector APIs</h2>
26 WebInspector APIs are currently experimental, so please start with
28 APIs</a>.
52 <li>The APIs available to extension pages within the Developer Tools
55 Other extension APIs are not available to the Developer Tools pages, but
59 <li>Please note that, unlike other Chrome Extension APIs, the WebInspector
60 APIs lack "chrome" prefix. This is because the APIs, as the WebInspecto
    [all...]
tutorials.html 23 Learn how your extension can use APIs
24 (such as <a href="http://code.google.com/apis/gdata/">Google Data APIs</a>)
  /development/samples/ApiDemos/
_index.html 2 that illustrate the use of various Android APIs. It includes samples of:
23 href="src/com/example/android/apis/preference/PreferencesFromCode.html">Switch Preference</a></li>
25 href="src/com/example/android/apis/app/ActionBarSettingsActionProviderActivity.html">Settings Action Provider
28 href="src/com/example/android/apis/app/ActionBarShareActionProviderActivity.html">Share Action Provider
30 <li><a href="src/com/example/android/apis/view/SearchViewActionBar.html">Collapsible action
32 <li><a href="src/com/example/android/apis/app/FragmentCustomAnimations.html">Custom
34 <li><a href="src/com/example/android/apis/app/RemoteService.html">Service bindings</a></li>
35 <li><a href="src/com/example/android/apis/view/OverscanActivity.html">Full screen UI modes</a></li>
36 <li><a href="src/com/example/android/apis/graphics/TouchPaint.html">Stylus and hover
38 <li><a href="src/com/example/android/apis/view/Switches.html">Switch widget</a></li
    [all...]
Android.mk 9 src/com/example/android/apis/app/IRemoteService.aidl \
10 src/com/example/android/apis/app/IRemoteServiceCallback.aidl \
11 src/com/example/android/apis/app/ISecondary.aidl \
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
AllTests.java 17 package com.example.android.apis;
29 * com.example.android.apis.tests/android.test.InstrumentationTestRunner
33 * -e class com.example.android.apis.AllTests \
34 * com.example.android.apis.tests/android.test.InstrumentationTestRunner
36 * To run an individual test case, e.g. {@link com.example.android.apis.os.MorseCodeConverterTest}:
38 * -e class com.example.android.apis.os.MorseCodeConverterTest \
39 * com.example.android.apis.tests/android.test.InstrumentationTestRunner
41 * To run an individual test, e.g. {@link com.example.android.apis.os.MorseCodeConverterTest#testCharacterS()}:
43 * -e class com.example.android.apis.os.MorseCodeConverterTest#testCharacterS \
44 * com.example.android.apis.tests/android.test.InstrumentationTestRunne
    [all...]
  /frameworks/base/libs/rs/
spec.l 18 ApiEntry apis[128];
27 currType = &apis[apiCount].params[apis[apiCount].paramCount];
42 apis[apiCount].paramCount++;
62 memset(&apis[apiCount], 0, sizeof(ApiEntry));
63 memcpy(apis[apiCount].name, yytext, yyleng);
72 apis[apiCount].sync = 1;
76 apis[apiCount].handcodeApi = 1;
80 apis[apiCount].direct = 1;
84 apis[apiCount].nocontext = 1
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/
_package.html 14 Examples of how to use the android platform APIs. See:
18 of using the android.app APIs.
20 of using the android.view APIs.
  /development/samples/Support13Demos/src/com/example/android/supportv13/
_package.html 14 Examples of how to use support library APIs. See:
18 of using the application package support APIs.
  /development/samples/Support4Demos/src/com/example/android/supportv4/
_package.html 14 Examples of how to use support library APIs. See:
18 of using the application package support APIs.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
CustomView1.java 17 package com.example.android.apis.view;
21 import com.example.android.apis.R;
29 * {@link com.example.android.apis.view.LabelView}, which is defined in
30 * SDK/src/com/example/android/apis/view/LabelView.java.
  /external/webkit/LayoutTests/fast/encoding/
euckr-name-expected.txt 1 Test for bug 25487. Even though we treat EUC-KR as windows-949, the name exposed via DOM APIs should still be EUC-KR.
  /frameworks/base/core/java/android/inputmethodservice/
package.html 3 Base classes for writing input methods (such as software keyboards). These APIs are not for use by

Completed in 365 milliseconds

1 2 3 4 5 6 7 8 91011>>