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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
IntFloat.aidl 1 package android.bordeaux.services;
StringFloat.aidl 1 package android.bordeaux.services;
StringString.aidl 1 package android.bordeaux.services;
  /libcore/luni/src/test/resources/jars/
charset_provider.jar 
  /tools/external/gradle/
PREBUILT 3 http://services.gradle.org/distributions/gradle-1.3-all.zip
4 http://services.gradle.org/distributions/gradle-1.4-all.zip
5 http://services.gradle.org/distributions/gradle-1.5-all.zip
6 http://services.gradle.org/distributions/gradle-1.6-all.zip
7 http://services.gradle.org/distributions/gradle-1.7-bin.zi
  /frameworks/ml/bordeaux/service/
Android.mk 9 src/android/bordeaux/services/IBordeauxServiceCallback.aidl \
10 src/android/bordeaux/services/IAggregatorManager.aidl \
11 src/android/bordeaux/services/ILearning_MulticlassPA.aidl \
12 src/android/bordeaux/services/IPredictor.aidl \
13 src/android/bordeaux/services/ILearning_StochasticLinearRanker.aidl \
14 src/android/bordeaux/services/IBordeauxService.aidl \
33 src/android/bordeaux/services/IntFloat.java \
34 src/android/bordeaux/services/StringFloat.java \
35 src/android/bordeaux/services/StringString.java \
36 src/android/bordeaux/services/BordeauxClassifier.java
    [all...]
  /frameworks/base/core/java/android/os/
package.html 3 Provides basic operating system services, message passing, and inter-process
  /external/chromium_org/components/webdata/encryptor/
README 4 services to perform the encryption.
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
ServicesTest.java 26 import org.apache.harmony.security.fortress.Services;
32 * Tests for Services
38 Services.initServiceInfo(p);
40 Services.initServiceInfo(ap);
42 Provider.Service serv = Services.getService("Service.ALGORITHM");
50 Services.updateServiceInfo(); // restore from registered providers
51 serv = Services.getService("Service.ALGORITHM");
59 Services.updateServiceInfo(); //to make needRefresh = false;
60 Services.initServiceInfo(p);
61 Provider.Service serv = Services.getService("Service.ALGORITHM")
    [all...]
  /external/chromium_org/chrome/installer/util/
wmi_unittest.cc 13 IWbemServices* services = NULL; local
14 EXPECT_TRUE(WMI::CreateLocalConnection(true, &services));
15 ASSERT_TRUE(NULL != services);
16 ULONG refs = services->Release();
21 IWbemServices* services = NULL; local
22 EXPECT_TRUE(WMI::CreateLocalConnection(false, &services));
23 ASSERT_TRUE(NULL != services);
24 ULONG refs = services->Release();
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 40 Vector<String16> services; local
47 services = sm->listServices();
48 services.sort(sort_func);
51 services.add(String16(argv[1]));
57 const size_t N = services.size();
60 // first print a list of the current services
61 aout << "Currently running services:" << endl;
64 sp<IBinder> service = sm->checkService(services[i]);
66 aout << " " << services[i] << endl;
76 sp<IBinder> service = sm->checkService(services[i])
    [all...]
  /frameworks/base/docs/html/google/play-services/
index.jd 1 page.title=Google Play Services
13 <h1 itemprop="name" style="margin-bottom:0;">Google Play Services</h1>
18 With Google Play services, your app can take advantage
33 <p>Google Play services provides you with easy access to Google services and is tightly
41 <p>All products in Google Play services share a common authorization API
44 to Google services.</p>
51 app automatically receive updates to Google Play services. Enhance
52 your app with the most recent version of Google Play services without worrying
58 <p>To start integrating Google Play services into your app
    [all...]
games.jd 1 page.title=Google Play Game Services
13 <h1 itemprop="name" style="margin-bottom:0;">Google Play Game Services</h1>
15 Make your games social with Google Play game services. Add achievements, leaderboards,
16 real-time multiplayer, and other popular features using the Google Play game services SDK.
21 href="https://developers.google.com/games/services/">developers.google.com/games/services</a>
22 for more information about integrating game services into your app.
34 <a class="external-link" href="https://developers.google.com/games/services/android/achievements">Add
40 against other players worldwide. Google Play game services automatically maintains daily,
42 href="https://developers.google.com/games/services/android/leaderboards">Build leaderboards</a></p
    [all...]
setup.jd 1 page.title=Set Up Google Play Services SDK
6 Play services APIs</a>, you must download the Google Play services SDK
10 <p>To test your app when using the Google Play services SDK, you must use either:</p>
22 <h2 id="Install">Install the Google Play Services SDK</h2>
24 <p>To install the Google Play services SDK for development:</p>
37 <li>Install the Google Play services SDK.
39 <b>Google Play services</b>, and install it.</p>
40 <p>The Google Play services SDK is saved in your Android SDK environment at
49 Google APIs platform include Google Play services.</p
    [all...]
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 10 * Well Known Services - Lists services offered by this host.
113 /** MFE Network Services Protocol */
225 * TCP/UDP services. This is basically copied out of RFC 1010,
469 private static Mnemonic services = new Mnemonic("TCP/UDP service", field in class:WKSRecord.Service
473 services.setMaximum(0xFFFF);
474 services.setNumericAllowed(true);
476 services.add(RJE, "rje");
477 services.add(ECHO, "echo");
478 services.add(DISCARD, "discard")
579 private int [] services; field in class:WKSRecord
    [all...]
  /frameworks/base/location/java/android/location/
package.html 4 <p>Contains the framework API classes that define Android location-based and related services.</p>
6 <strong>Note:</strong> The Google Location Services API, part of Google Play
7 Services, provides a more powerful, high-level framework that automates tasks such as
8 location provider choice and power management. Location Services also provides new
11 to their apps, should strongly consider using the Location Services API.
13 To learn more about the Location Services API, see
14 <a href="{@docRoot}google/play-services/location.html">Location APIs</a>.
  /external/chromium_org/sandbox/linux/services/
linux_syscalls.h 13 #include "sandbox/linux/services/x86_64_linux_syscalls.h"
17 #include "sandbox/linux/services/x86_32_linux_syscalls.h"
21 #include "sandbox/linux/services/arm_linux_syscalls.h"
  /frameworks/av/media/mediaserver/
Android.mk 33 frameworks/av/services/medialog \
34 frameworks/av/services/audioflinger \
35 frameworks/av/services/camera/libcameraservice
  /external/chromium_org/chrome/nacl/
DEPS 7 "+sandbox/linux/services",
  /external/wpa_supplicant_8/hostapd/logwatch/
README 6 /etc/log.d/conf/services/hostapd.conf
7 /etc/log.d/scripts/services/hostapd
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 61 // mUserServices holds the card emulation services that are running for each user
66 void onServicesUpdated(int userId, final List<ApduServiceInfo> services);
71 * All services that have registered
73 public final HashMap<ComponentName, ApduServiceInfo> services = field in class:RegisteredServicesCache.UserServices
78 UserServices services = mUserServices.get(userId); local
79 if (services == null) {
80 services = new UserServices();
81 mUserServices.put(userId, services);
83 return services;
132 void dump(ArrayList<ApduServiceInfo> services) {
157 final ArrayList<ApduServiceInfo> services = new ArrayList<ApduServiceInfo>(); local
166 final ArrayList<ApduServiceInfo> services = new ArrayList<ApduServiceInfo>(); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqAllTestCase01.java 29 * Service discovery requester test case to search all UPnP and Bonjour services with
44 * create request to search all services.
54 * DNS PTR: ALL services.
55 * DNS TXT: ALL services.
56 * UPnP: ALL services.
66 return "Request all services test 01";
ServReqAllTestCase02.java 29 * Service discovery requester test case to search all UPnP and Bonjour services with
45 * create request to search all services.
57 * DNS PTR: ALL services.
58 * DNS TXT: ALL services.
59 * UPnP: ALL services.
69 return "Request all services test 02";
ServReqAllTestCase03.java 30 * Service discovery requester test case to search all UPnP and Bonjour services with
46 * create request to search all services.
56 * DNS PTR: ALL services.
57 * DNS TXT: ALL services.
58 * UPnP: ALL services.
68 return "Request all services test 03";
ServReqUpnpAllTestCase.java 28 * Service discovery requester test case to search all upnp services with ssdp:all.
42 * create request to search all UPnP services with "ssdp:all".
51 * DNS PTR: No services.
52 * DNS TXT: No services.
53 * UPnP: ALL services.
63 return "Request all upnp services test";

Completed in 1959 milliseconds

1 2 3 4 5 6 7 8 91011>>