OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:API
(Results
226 - 250
of
428
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
HomeListenerService.java
40
import com.google.android.gms.common.
api
.GoogleApiClient;
59
.addApi(Wearable.
API
)
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Wearable/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestWearService.java
30
import com.google.android.gms.common.
api
.GoogleApiClient;
31
import com.google.android.gms.common.
api
.PendingResult;
137
.addApi(Wearable.
API
)
145
Log.d(TAG, "Google
API
Client failed to connect.");
/developers/samples/android/wearable/wear/SynchronizedNotifications/Wearable/src/main/java/com/example/android/wearable/synchronizednotifications/
NotificationUpdateService.java
31
import com.google.android.gms.common.
api
.GoogleApiClient;
32
import com.google.android.gms.common.
api
.ResultCallback;
58
.addApi(Wearable.
API
)
/developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceCompanionConfigActivity.java
34
import com.google.android.gms.common.
api
.GoogleApiClient;
35
import com.google.android.gms.common.
api
.ResultCallback;
71
.addApi(Wearable.
API
)
/development/build/
Android.mk
23
# - ${PLATFORM_SDK_VERSION} e.g. "3", aka the
API
level
60
stub_timestamp := $(OUT_DOCS)/
api
-stubs-timestamp
149
# ======= Lint
API
XML ===========
151
ALL_SDK_FILES += $(HOST_OUT)/development/sdk/generated-
api
-versions.xml
153
api_gen_jar := $(TOPDIR)prebuilts/tools/common/
api
-generator/
api
-generator-25.0.0.jar
162
$(HOST_OUT)/development/sdk/generated-
api
-versions.xml: $(android_jar_full_target)
165
--pattern $(TOPDIR)prebuilts/tools/common/
api
-versions/android-%/android.jar \
175
stub_timestamp := $(OUT_DOCS)/system-
api
-stubs-timestamp
186
stub_timestamp := $(OUT_DOCS)/test-
api
-stubs-timestam
[
all
...]
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
MainActivity.java
37
import com.google.android.gms.common.
api
.GoogleApiClient;
38
import com.google.android.gms.common.
api
.GoogleApiClient.ConnectionCallbacks;
39
import com.google.android.gms.common.
api
.GoogleApiClient.OnConnectionFailedListener;
40
import com.google.android.gms.common.
api
.ResultCallback;
82
.addApi(Wearable.
API
)
246
Log.d(TAG, "Connected to Google
Api
Service.");
261
Log.d(TAG, "Disconnected from Google
Api
Service");
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
HomeListenerService.java
39
import com.google.android.gms.common.
api
.GoogleApiClient;
68
.addApi(Wearable.
API
)
/development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
MainActivity.java
29
import com.google.android.gms.common.
api
.GoogleApiClient;
30
import com.google.android.gms.common.
api
.ResultCallback;
66
.addApi(Wearable.
API
)
127
Log.e(TAG, "Failed to connect to Google
Api
Client");
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
MainActivity.java
40
import com.google.android.gms.common.
api
.GoogleApiClient.ConnectionCallbacks;
42
import com.google.android.gms.common.
api
.GoogleApiClient;
43
import com.google.android.gms.common.
api
.GoogleApiClient.OnConnectionFailedListener;
53
// Internal List of Geofence objects. In a real app, these might be provided by an
API
based on
85
.addApi(LocationServices.
API
)
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
HomeListenerService.java
40
import com.google.android.gms.common.
api
.GoogleApiClient;
59
.addApi(Wearable.
API
)
/development/samples/browseable/RuntimePermissionsWear/Wearable/src/com.example.android.wearable.runtimepermissions/
IncomingRequestWearService.java
30
import com.google.android.gms.common.
api
.GoogleApiClient;
31
import com.google.android.gms.common.
api
.PendingResult;
137
.addApi(Wearable.
API
)
145
Log.d(TAG, "Google
API
Client failed to connect.");
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
NotificationUpdateService.java
31
import com.google.android.gms.common.
api
.GoogleApiClient;
32
import com.google.android.gms.common.
api
.ResultCallback;
58
.addApi(Wearable.
API
)
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DigitalWatchFaceCompanionConfigActivity.java
34
import com.google.android.gms.common.
api
.GoogleApiClient;
35
import com.google.android.gms.common.
api
.ResultCallback;
71
.addApi(Wearable.
API
)
/external/kernel-headers/original/uapi/sound/
asoc.h
11
* Simple file
API
to load FW that includes mixers, coefficients, DAPM graphs,
22
#error This
API
is an early revision and not enabled in the current
/external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c
114
* Called via eglCreateWindowSurface(), drv->
API
.CreateWindowSurface().
191
* Called via eglCreateWindowSurface(), drv->
API
.CreateWindowSurface().
203
* Called via eglDestroySurface(), drv->
API
.DestroySurface().
558
* Called via eglSwapBuffers(), drv->
API
.SwapBuffers().
648
* Called via eglTerminate(), drv->
API
.Terminate().
759
drv->
API
.CreateWindowSurface = dri2_create_window_surface;
760
drv->
API
.DestroySurface = dri2_destroy_surface;
761
drv->
API
.SwapBuffers = dri2_swap_buffers;
762
drv->
API
.Terminate = dri2_terminate;
/external/mesa3d/src/glsl/
main.cpp
43
initialize_context(struct gl_context *ctx, gl_api
api
)
45
initialize_context_to_defaults(ctx,
api
);
148
state->extensions, ctx->
API
) != 0;
test_optpass.cpp
220
state->extensions, ctx->
API
) != 0;
/external/mesa3d/src/mesa/main/
texcompress.c
279
if (ctx->
API
== API_OPENGLES) {
version.c
314
switch (ctx->
API
) {
/external/doclava/res/assets/templates/
macros.cs
140
<h5 class="jd-tagtitle">
API
Note:</h5>
164
in
API
level <?cs var:obj.deprecatedsince ?>.<?cs
218
in
API
level <?cs var:obj.deprecatedsince ?>.<?cs
246
<?cs # print the
API
Level ?><?cs
249
Added in <a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html#ApiLevels">
API
level <?cs var:obj.since ?></a><?cs
360
<tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?>
api
apilevel-<?cs var:cl.type.since ?>" >
374
<li class="
api
apilevel-<?cs var:cl.type.since ?>"><?cs call:type_link2(cl.type,"true") ?></li><?cs
387
<li class="<?cs if:class.name == cl.label?>selected <?cs /if ?>
api
apilevel-<?cs var:cl.since ?>"><?cs call:type_link2(cl,"true") ?></li><?cs
397
<li class="<?cs if:(class.package.name == pkg.name) || (package.name == pkg.name)?>selected <?cs /if ?>
api
apilevel-<?cs var:pkg.since ?>"><?cs call:package_link(pkg) ?></li><?cs
/external/autotest/client/virt/
virt_vm.py
349
"Public
API
- *must* be reimplemented with virt specific code"
353
"Protected
API
- *must* be reimplemented with virt specific classes"
357
- Public
API
methods: named in the usual way, consumed by tests
358
- Protected
API
methods: name begins with a single underline, to be
360
- Private
API
methods: name begins with double underline, to be consumed
406
# Public
API
- could be reimplemented with virt specific code
711
# Public
API
- *must* be reimplemented with virt specific code
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
doctype.js
93
//
API
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/serialization/
serializer.js
54
//
API
/external/junit/
Android.mk
119
# classes in external/junit that are not in the core public
API
4
/external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli
12
This interface provides an OCaml
API
for LLVM execution engine (JIT/
Completed in 1347 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>