OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apis
(Results
226 - 250
of
3482
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/ApiDemos/tests/src/com/example/android/apis/os/
MorseCodeConverterTest.java
17
package com.example.android.
apis
.os;
27
* See {@link com.example.android.
apis
.AllTests} for documentation on running
/external/kernel-headers/original/linux/
irqflags.h
8
* wrapped versions of the local_irq_*()
APIs
, based on the
67
* The local_irq_*()
APIs
are equal to the raw_local_irq*()
vmalloc.h
36
* Highlevel
APIs
for driver use
59
* Lowlevel-
APIs
(not for driver use!)
/frameworks/support/v4/java/android/support/v4/view/
ViewConfigurationCompat.java
33
* Interface implementation that doesn't use anything about v4
APIs
.
43
* Interface implementation for devices with at least v11
APIs
.
/system/media/wilhelm/tests/sandbox/
nativewindow.cpp
19
// Note to NDK developers who happen to see this: this module uses Android internal platform
APIs
20
// that are not part of the NDK supported
APIs
, and are subject to change at any time.
/development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessagingDemo.java
17
package com.example.android.
apis
.os;
44
import com.example.android.
apis
.R;
50
public static final String SMS_RECIPIENT_EXTRA = "com.example.android.
apis
.os.SMS_RECIPIENT";
52
public static final String ACTION_SMS_SENT = "com.example.android.
apis
.os.SMS_SENT_ACTION";
71
final ComponentName componentName = new ComponentName("com.example.android.
apis
",
72
"com.example.android.
apis
.os.SmsMessageReceiver");
MorseCode.java
17
package com.example.android.
apis
.os;
28
import com.example.android.
apis
.R;
41
* <td >src/com.example.android.
apis
/os/MorseCode.java</td>
/frameworks/support/v4/
Android.mk
20
# A helper sub-library that makes direct use of Eclair
APIs
.
29
# A helper sub-library that makes direct use of Froyo
APIs
.
38
# A helper sub-library that makes direct use of Gingerbread
APIs
.
47
# A helper sub-library that makes direct use of Honeycomb
APIs
.
56
# A helper sub-library that makes direct use of Honeycomb MR2
APIs
.
65
# A helper sub-library that makes direct use of Ice Cream Sandwich
APIs
.
/external/chromium/chrome/common/extensions/docs/
experimental.html
19
<title>chrome.experimental.*
APIs
- Google Chrome Extensions - Google Code</title></head>
233
<li><a href="api_index.html">chrome.*
APIs
</a></li>
234
<li><a href="api_other.html">Other
APIs
</a></li>
254
<h1 class="page_title">chrome.experimental.*
APIs
</h1>
311
For information on how to use experimental
APIs
, see the <a href="experimental.html">chrome.experimental.*
APIs
</a> page.
315
<div id="static"><div id="pageData-name" class="pageData">chrome.experimental.*
APIs
</div>
319
on the following experimental
APIs
:
343
Don't depend on these experimental
APIs
.
347
upload extensions that use experimental
APIs
[
all
...]
api_other.html
19
<title>Other
APIs
- Google Chrome Extensions - Google Code</title></head>
233
<li><a href="api_index.html">chrome.*
APIs
</a></li>
234
<li class="leftNavSelected">Other
APIs
</li>
254
<h1 class="page_title">Other
APIs
</h1>
311
For information on how to use experimental
APIs
, see the <a href="experimental.html">chrome.experimental.*
APIs
</a> page.
315
<div id="static"><div id="pageData-name" class="pageData">Other
APIs
</div>
319
<a href="api_index.html">chrome.*
APIs
</a>,
320
extensions can use all the
APIs
327
<p>Here's a sampling of the
APIs
that extensions can use:</p
[
all
...]
experimental.webInspector.html
19
<title>experimental.webInspector.*
APIs
- Google Chrome Extensions - Google Code</title></head>
233
<li><a href="api_index.html">chrome.*
APIs
</a></li>
234
<li><a href="api_other.html">Other
APIs
</a></li>
254
<h1 class="page_title">experimental.webInspector.*
APIs
</h1>
311
For information on how to use experimental
APIs
, see the <a href="experimental.html">chrome.experimental.*
APIs
</a> page.
315
<div id="static"><div id="pageData-name" class="pageData">experimental.webInspector.*
APIs
</div>
333
Don't depend on these experimental
APIs
. They might disappear, and they
336
upload extensions that use experimental
APIs
.
339
<h2 id="using">How to use WebInspector
APIs
</h2
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java
17
package com.example.android.
apis
.graphics;
39
import com.example.android.
apis
.R;
43
* android.opengl.GLESXXX static OpenGL ES
APIs
. The static
APIs
45
* javax.microedition.khronos.opengles
APIs
, and also
46
* provide a programming model that is closer to the C OpenGL ES
APIs
, which
48
* C OpenGL ES
APIs
.
/development/pdk/docs/compatibility/
cts-intro.jd
38
<li><i>Functional tests</i> test a combination of
APIs
together in a higher-level use-case.</li>
39
<li><i>Reference application tests</i> instrument a complete sample application to exercise a full set of
APIs
and Android runtime services</li>
52
<td>For each Android release, there are XML files describing the signatures of all public
APIs
contained in the release. The CTS contains a utility to check those API signatures against the
APIs
available on the device. The results from signature checking are recorded in the test result XML file.
56
<td>Test the platform (core libraries and Android Application Framework)
APIs
as documented in the SDK <a href="http://code.google.com/android/reference/classes.html">Class Index</a>
/development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmController.java
17
package com.example.android.
apis
.app;
21
import com.example.android.
apis
.R;
46
<td class="LinkColumn">src/com.example.android.
apis
/app/AlarmController.java</td>
50
<td class="LinkColumn">src/com.example.android.
apis
/app/OneShotAlarm.java</td>
55
<td class="LinkColumn">src/com.example.android.
apis
/app/RepeatingAlarm.java</td>
SaveRestoreState.java
17
package com.example.android.
apis
.app;
21
import com.example.android.
apis
.R;
53
<td class="LinkColumn">src/com.example.android.
apis
/app/SaveRestoreState.java</td>
/development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityManagerSupportActivity.java
44
* information about enabled accessibility services via
APIs
introduced
83
// The AccessibilityStateChange listener
APIs
were added in ICS. Therefore to be
84
// backwards compatible we use the
APIs
in the support library. Note that if the
105
//
APIs
in the support library. Note that if the platform API version is lower
115
// Some new
APIs
were added in ICS for getting more information about
AccessibilityDelegateSupportActivity.java
36
* these
APIs
a client can inject any accessibility functionality into
55
* type or arguments are not part of a target platform
APIs
makes your application
69
// only if the API level is high enough i.e. the delegate is part of the
APIs
.
/docs/source.android.com/src/compatibility/
cts-intro.md
67
- *Functional tests* test a combination of
APIs
together in a higher-level use-case.
69
- *Reference application tests* instrument a complete sample application to exercise a full set of
APIs
and Android runtime services
83
Signature tests | For each Android release, there are XML files describing the signatures of all public
APIs
contained in the release. The CTS contains a utility to check those API signatures against the
APIs
available on the device. The results from signature checking are recorded in the test result XML file.
84
Platform API Tests | Test the platform (core libraries and Android Application Framework)
APIs
as documented in the SDK [Class Index](http://code.google.com/android/reference/classes.html) to ensure API correctness, including correct class, attribute and method signatures, correct method behavior, and negative tests to ensure expected behavior for incorrect parameter handling.
/frameworks/base/docs/html/guide/webapps/
index.jd
37
pages to call upon
APIs
in your Android application—providing Android
APIs
to your web-based
41
applications to embed web content in their layout and bind JavaScript to Android
APIs
. After
63
bind JavaScript to Android
APIs
.</dd>
65
<dd>How to debug web apps using JavaScript Console
APIs
.</dd>
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
259
* @param encCtrl is video encoder control structure that is always passed as input in all
APIs
264
/* acquiring encoder info
APIs
*/
270
* @param encCtrl is video encoder control structure that is always passed as input in all
APIs
.
280
* @param encCtrl is video encoder control structure that is always passed as input in all
APIs
.
289
* @param encCtrl is video encoder control structure that is always passed as input in all
APIs
.
298
* @param encCtrl is video encoder control structure that is always passed as input in all
APIs
307
* @param encCtrl is video encoder control structure that is always passed as input in all
APIs
314
* @param encCtrl is video encoder control structure that is always passed as input in all
APIs
328
* @param encCtrl is video encoder control structure that is always passed as input in all
APIs
344
* @param encCtrl is video encoder control structure that is always passed as input in all
APIs
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleAppWidgetConfigure.java
17
package com.example.android.
apis
.appwidget;
32
import com.example.android.
apis
.R;
41
= "com.example.android.
apis
.appwidget.ExampleAppWidgetProvider";
/external/icu4c/common/unicode/
errorcode.h
23
* ICU C and C++
APIs
from C++ user code.
33
* in ICU C and C++
APIs
.
43
* - Same use in C
APIs
taking a UErrorCode * (pointer)
/frameworks/base/wifi/java/android/net/wifi/p2p/
package.html
5
<p>Using these
APIs
, you can discover and connect to other devices when each
10
android.net.wifi.p2p.WifiP2pManager} includes
APIs
that allow you to:</p>
45
<p>In order to use the Wi-Fi P2P
APIs
, your app must request the following user permissions:</p>
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOM3Serializer.java
33
* Level 3 Load and Save
APIs
.
44
* Load and Save
APIs
, and is the prefered way to serialize with DOM Level 3
APIs
.
54
* // Serialize using standard DOM Level 3 Load/Save
APIs
70
* // This method uses standard DOM Level 3 Load Save
APIs
:
78
* // name of the class implementing the DOM Level 3 Load Save
APIs
,
/cts/tests/ApiDemosReferenceTest/src/android/apidemos/cts/
ApiDemosTest.java
25
import com.example.android.
apis
.ApiDemos;
31
super("com.example.android.
apis
", ApiDemos.class);
Completed in 774 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>