OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apis
(Results
51 - 75
of
3482
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/ApiDemos/src/com/example/android/apis/view/
TableLayout5.java
17
package com.example.android.
apis
.view;
19
import com.example.android.
apis
.R;
TableLayout6.java
17
package com.example.android.
apis
.view;
19
import com.example.android.
apis
.R;
/external/icu4c/test/intltest/
trnserr.h
8
* transliterator
APIs
to make sure the exceptions are raised where
35
/*Tests the returned error codes on all the
APIs
according to the API documentation. */
/development/samples/ApiDemos/res/layout/
custom_view_1.xml
20
xmlns:app="http://schemas.android.com/apk/res/com.example.android.
apis
"
25
<com.example.android.
apis
.view.LabelView
31
<com.example.android.
apis
.view.LabelView
37
<com.example.android.
apis
.view.LabelView
/development/samples/ApiDemos/tests/
AndroidManifest.xml
19
package="com.example.android.
apis
.tests">
30
the package of com.example.android.
apis
. To run the tests use the command:
31
"adb shell am instrument -w com.example.android.
apis
.tests/android.test.InstrumentationTestRunner"
34
android:targetPackage="com.example.android.
apis
"
/development/samples/SpellChecker/SampleSpellCheckerService/
_index.html
3
APIs
introduced in Android 4.0 (API level 14).</p>
/external/bluetooth/glib/
gio-unix-2.0-uninstalled.pc.in
1
Name: GIO unix specific
APIs
gio-unix-2.0.pc.in
6
Name: GIO unix specific
APIs
/external/chromium/chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/
manifest.json
4
"description" : "Demonstrates the `extension.isAllowed???Access`
APIs
",
/frameworks/base/libs/rs/
spec.h
35
extern ApiEntry
apis
[128];
/frameworks/base/docs/html/guide/topics/wireless/
index.jd
8
<p>The Wi-Fi
APIs
provide a means by which application can communicate with the lower-level
18
the Bluetooth functionality through the Android Bluetooth
APIs
. These
APIs
let applications
/hardware/ti/omap3/dspbridge/inc/
dbapi.h
22
* Top level header file for GPP side DSP/BIOS Bridge
APIs
.
49
#include <DSPManager.h> /* DSP/BIOS Bridge Manager
APIs
*/
50
#include <DSPProcessor.h> /* DSP/BIOS Bridge Processor
APIs
*/
51
#include <DSPNode.h> /* DSP/BIOS Bridge Node
APIs
*/
52
#include <DSPStream.h> /* DSP/BIOS Bridge Stream
APIs
*/
/hardware/ti/omap3/dspbridge/libbridge/inc/
dbapi.h
22
* Top level header file for GPP side DSP/BIOS Bridge
APIs
.
49
#include <DSPManager.h> /* DSP/BIOS Bridge Manager
APIs
*/
50
#include <DSPProcessor.h> /* DSP/BIOS Bridge Processor
APIs
*/
51
#include <DSPNode.h> /* DSP/BIOS Bridge Node
APIs
*/
52
#include <DSPStream.h> /* DSP/BIOS Bridge Stream
APIs
*/
/frameworks/base/docs/html/guide/topics/graphics/
index.jd
35
the drawing done by the Canvas
APIs
to further increase their performance.</dd>
38
<dd>Android supports OpenGL ES 1.0 and 2.0, with Android framework
APIs
as well as natively
39
with the Native Development Kit (NDK). Using the framework
APIs
is desireable when you want to add a
40
few graphical enhancements to your application that are not supported with the Canvas
APIs
, or if
42
using the framework
APIs
compared to the NDK, so for many graphic intensive applications such as
44
performance using the framework
APIs
. For example, the Google Body app is developed entirely
45
using the framework
APIs
). OpenGL with the NDK is also useful if you have a lot of native
/external/icu4c/tools/ctestfw/unicode/
ctest.h
108
* @internal Internal
APIs
for testing purpose only
118
* @internal Internal
APIs
for testing purpose only
127
* @internal Internal
APIs
for testing purpose only
136
* @internal Internal
APIs
for testing purpose only
151
* @internal Internal
APIs
for testing purpose only
162
* @internal Internal
APIs
for testing purpose only
173
* @internal Internal
APIs
for testing purpose only
183
* @internal Internal
APIs
for testing purpose only
193
* @internal Internal
APIs
for testing purpose only
203
* @internal Internal
APIs
for testing purpose onl
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
ActivityRecreate.java
17
package com.example.android.
apis
.app;
19
import com.example.android.
apis
.R;
20
import com.example.android.
apis
.app.LocalServiceActivities.Controller;
HelloWorld.java
17
package com.example.android.
apis
.app;
21
import com.example.android.
apis
.R;
39
* <td >src/com.example.android.
apis
/app/HelloWorld.java</td>
/development/samples/ApiDemos/src/com/example/android/apis/preference/
DefaultValues.java
17
package com.example.android.
apis
.preference;
19
import com.example.android.
apis
.ApiDemosApplication;
20
import com.example.android.
apis
.R;
/development/samples/ApiDemos/tests/src/com/example/android/apis/
ApiDemosApplicationTests.java
17
package com.example.android.
apis
;
30
* -e class com.example.android.
apis
.ApiDemosApplicationTests \
31
* com.example.android.
apis
.tests/android.test.InstrumentationTestRunner
/external/icu4c/samples/props/
props.cpp
16
* This file contains sample code that illustrates the use of the ICU
APIs
40
/* note: these
APIs
do not provide the data from SpecialCasing.txt */
48
/* Note: In ICU 2.0, the Unicode class is deprecated - it is a pure wrapper around the C
APIs
above. */
/frameworks/base/docs/html/guide/topics/renderscript/
compute.jd
19
<p>RenderScript exposes a set of compute
APIs
that you can use to do intensive computational operations.
20
You can use the compute
APIs
in the context of a graphics RenderScript such as calculating the
23
The RenderScript compute
APIs
are mainly defined in the <code>rs_cl.rsh</code> header</p>
/frameworks/base/voip/java/android/net/rtp/
package.html
3
<p>Provides
APIs
for RTP (Real-time Transport Protocol), allowing applications to manage on-demand
5
and audio streaming can use these
APIs
to initiate sessions and transmit or receive data streams
24
<p class="note"><strong>Note:</strong> To use the RTP
APIs
, you must request the {@link
/development/samples/SpellChecker/HelloSpellChecker/
_index.html
4
APIs
introduced in Android 4.0 (API level 14).</p>
/external/clang/docs/
doxygen.intro
8
/// here on how to use clang, only the
APIs
that make up the software. For
/external/icu4c/common/unicode/
uobslete.h
14
* Contains data for commenting out
APIs
.
Completed in 604 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>