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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/nacl/zygote/
DEPS 2 "+sandbox/linux/services",
  /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 
  /external/chromium_org/mojo/services/native_viewport/
DEPS 2 "+mojo/services/gles2",
  /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...]
  /external/chromium_org/mojo/
mojo_services.gypi 7 'services/gles2/gles2.mojom',
30 'services/gles2/gles2_impl.cc',
31 'services/gles2/gles2_impl.h',
38 'services/native_viewport/native_viewport.mojom',
60 'services/native_viewport/native_viewport.h',
61 'services/native_viewport/native_viewport_android.cc',
62 'services/native_viewport/native_viewport_impl.cc',
63 'services/native_viewport/native_viewport_impl.h',
64 'services/native_viewport/native_viewport_mac.mm',
65 'services/native_viewport/native_viewport_stub.cc'
    [all...]
  /external/chromium_org/mojo/services/
DEPS 6 # TODO(abarth) Instead of having the services depend on the shell, we
7 # probably should create a layer below the services.
  /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...]
  /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/tools/deep_memory_profiler/visualizer/
app_unittest.py 17 import services namespace
54 # Call services function to create Profiler entity.
55 run_id = services.CreateProfiler(correct_blob['blob_info'])
58 self.assertEqual(services.GetProfiler(run_id), correct_blob['json_str'])
61 services.CreateProfiler(correct_blob['blob_info'])
62 self.assertEqual(services.Profiler.query().count(), 1)
66 # Call services function to create template entities.
67 services.CreateTemplates(correct_blob['blob_info'])
76 services.CreateTemplates(correct_blob['blob_info'])
77 self.assertEqual(services.Template.query().count(), 2
    [all...]
  /external/wpa_supplicant_8/hostapd/logwatch/
README 6 /etc/log.d/conf/services/hostapd.conf
7 /etc/log.d/scripts/services/hostapd
  /external/chromium_org/chromeos/dbus/
shill_stub_helper.cc 31 ShillServiceClient::TestInterface* services = local
34 services->SetServiceProperty(kStubPortalledWifiPath,
52 ShillServiceClient::TestInterface* services = local
60 if (!services || !profiles || !manager | !devices)
91 services->AddService("eth1", "eth1",
100 services->AddService("wifi1",
105 services->SetServiceProperty("wifi1",
110 services->AddService("wifi2",
115 services->SetServiceProperty("wifi2",
119 services->SetServiceProperty
    [all...]
  /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...]

Completed in 1517 milliseconds

1 2 3 4 5 6 7 8 91011>>