OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:services
(Results
51 - 75
of
280
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/camera/tests/
Android.mk
29
frameworks/av/
services
/camera/libcameraservice \
/frameworks/base/services/tests/servicestests/
Android.mk
15
LOCAL_JAVA_LIBRARIES := android.test.runner
services
/packages/apps/InCallUI/
Android.mk
4
LOCAL_STATIC_JAVA_LIBRARIES := com.android.
services
.telephony.common \
/frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java
59
* Cache of registered
services
. This cache is lazily built by interrogating
65
* The
services
are referred to by type V and are made available via the
91
public Map<V, ServiceInfo<V>>
services
= null;
field in class:RegisteredServicesCache.UserServices
95
UserServices<V>
services
= mUserServices.get(userId);
local
96
if (
services
== null) {
97
services
= new UserServices<V>();
98
mUserServices.put(userId,
services
);
100
return
services
;
104
* This file contains the list of known
services
. We would like to maintain this forever
126
// Load persisted
services
from dis
[
all
...]
/external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c
209
** Description Create SDP records for registered
services
.
218
tBTA_SERVICE_MASK
services
;
local
220
services
= p_scb->reg_services >> BTA_HSP_SERVICE_ID;
221
for (i = 0; i < BTA_AG_NUM_IDX &&
services
!= 0; i++,
services
>>= 1)
224
if (
services
& 1)
247
** Description Delete SDP records for any registered
services
.
256
tBTA_SERVICE_MASK
services
;
local
260
/* get
services
of all other registered servers */
275
services
= p_scb->reg_services >> BTA_HSP_SERVICE_ID
[
all
...]
/external/chromium_org/device/bluetooth/
bluetooth_device.cc
180
BluetoothDevice::ServiceList
services
= GetServices();
local
181
for (BluetoothDevice::ServiceList::const_iterator iter =
services
.begin();
182
iter !=
services
.end();
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxAggregatorManager.java
17
package android.bordeaux.
services
;
19
import android.bordeaux.
services
.IAggregatorManager;
20
import android.bordeaux.
services
.StringString;
BordeauxRanker.java
17
package android.bordeaux.
services
;
19
import android.bordeaux.
services
.ILearning_StochasticLinearRanker;
20
import android.bordeaux.
services
.StringFloat;
AggregatorStorage.java
17
package android.bordeaux.
services
;
IntFloat.java
1
package android.bordeaux.
services
;
StringFloat.java
1
package android.bordeaux.
services
;
StringString.java
1
package android.bordeaux.
services
;
/external/chromium_org/chrome/browser/extensions/api/mdns/
mdns_api.h
54
const DnsSdRegistry::DnsSdServiceList&
services
) OVERRIDE;
/external/chromium_org/mojo/services/gles2/
gles2_impl.cc
5
#include "mojo/
services
/gles2/gles2_impl.h"
12
namespace
services
{
namespace in namespace:mojo
44
} // namespace
services
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar
/frameworks/base/core/java/android/os/
ServiceManagerNative.java
156
ArrayList<String>
services
= new ArrayList<String>();
local
175
services
.add(reply.readString());
179
String[] array = new String[
services
.size()];
180
services
.toArray(array);
SystemService.java
27
* Controls and utilities for low-level {@code init}
services
.
131
* Wait until any of given
services
enters {@link State#STOPPED}.
133
public static void waitForAnyStopped(String...
services
) {
136
for (String service :
services
) {
/packages/services/Telephony/common/src/com/android/services/telephony/common/
AudioMode.java
17
package com.android.
services
.telephony.common;
/bionic/libc/tools/
genserv.py
8
usage: genserv < /etc/
services
> libc/netbsd/net/
services
.h
69
services
= parse(sys.stdin)
variable
71
for s in
services
:
/frameworks/av/libvideoeditor/lvpp/
Android.mk
81
$(TOP)/frameworks/av/
services
/audioflinger \
84
$(TOP)/frameworks/native/
services
/audioflinger
/frameworks/av/libvideoeditor/vss/src/
Android.mk
82
$(TOP)/frameworks/av/
services
/audioflinger \
84
$(TOP)/frameworks/native/
services
/audioflinger \
/hardware/libhardware/tests/camera2/
Android.mk
42
frameworks/av/
services
/camera/libcameraservice \
/external/apache-harmony/security/src/test/api/java.injected/java/security/
ProviderTest.java
117
// incomplete
services
should be removed
124
Set
services
= p.getServices();
local
125
if (
services
.size() != 3) {
128
for (Iterator it =
services
.iterator(); it.hasNext();) {
172
Set
services
= p.getServices();
local
173
if (
services
.size() != 2) {
177
for (Iterator it =
services
.iterator(); it.hasNext();) {
/external/chromium_org/cloud_print/service/
service_state.cc
106
const base::DictionaryValue*
services
= NULL;
local
107
if (!data->GetAsDictionary(&
services
))
111
if (!
services
->GetDictionary(kCloudPrintJsonName, &cloud_print))
138
scoped_ptr<base::DictionaryValue>
services
(new DictionaryValue());
151
services
->Set(kCloudPrintJsonName, cloud_print.release());
154
base::JSONWriter::WriteWithOptions(
services
.get(),
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java
492
private Set<Provider.Service>
services
= null;
field in class:Signature2Test.MyProvider
499
if (
services
!= null) {
500
services
.clear();
502
services
= new HashSet<Service>();
508
if (
services
!= null) {
509
services
.clear();
511
services
= new HashSet<Service>();
517
services
.add(s);
522
services
.remove(s);
526
return
services
.size()
[
all
...]
Completed in 2805 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>