HomeSort by relevance Sort by last modified time
    Searched full:_service (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/v8/test/mjsunit/runtime-gen/
availablelocalesof.js 4 var _service = "foo"; variable
5 %AvailableLocalesOf(_service);
  /packages/apps/Settings/src/com/android/settings/voice/
VoiceInputHelper.java 60 public BaseInfo(PackageManager pm, ServiceInfo _service, String _settings) {
61 service = _service;
62 componentName = new ComponentName(_service.packageName, _service.name);
65 ? new ComponentName(_service.packageName, _settings) : null;
66 label = _service.loadLabel(pm);
68 appLabel = _service.applicationInfo.loadLabel(pm);
80 public InteractionInfo(PackageManager pm, VoiceInteractionServiceInfo _service) {
81 super(pm, _service.getServiceInfo(), _service.getSettingsActivity())
    [all...]
  /external/chromium_org/third_party/icu/source/common/
servls.cpp 161 const ICULocaleService* _service; member in class:ServiceEnumeration
168 : _service(service)
173 _service->getVisibleIDs(_ids, status);
177 : _service(other._service)
221 if (_timestamp == _service->getTimestamp()) {
245 _timestamp = _service->getTimestamp();
247 _service->getVisibleIDs(_ids, status);
serv.cpp 214 CacheEntry(const UnicodeString& _actualDescriptor, UObject* _service)
215 : refcount(1), actualDescriptor(_actualDescriptor), service(_service) {
  /external/icu/icu4c/source/common/
servls.cpp 156 const ICULocaleService* _service; member in class:ServiceEnumeration
163 : _service(service)
168 _service->getVisibleIDs(_ids, status);
172 : _service(other._service)
216 if (_timestamp == _service->getTimestamp()) {
240 _timestamp = _service->getTimestamp();
242 _service->getVisibleIDs(_ids, status);
serv.cpp 218 CacheEntry(const UnicodeString& _actualDescriptor, UObject* _service)
219 : refcount(1), actualDescriptor(_actualDescriptor), service(_service) {
  /frameworks/base/services/core/java/com/android/server/am/
AppBindRecord.java 52 AppBindRecord(ServiceRecord _service, IntentBindRecord _intent,
54 service = _service;
IntentBindRecord.java 74 IntentBindRecord(ServiceRecord _service, Intent.FilterComparison _intent) {
75 service = _service;
ContentProviderRecord.java 57 public ContentProviderRecord(ActivityManagerService _service, ProviderInfo _info,
59 service = _service;
ActivityRecord.java 375 ActivityRecord(ActivityManagerService _service, ProcessRecord _caller,
381 service = _service;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowToken.java 73 WindowToken(WindowManagerService _service, IBinder _token, int type, boolean _explicit) {
74 service = _service;
AppWindowToken.java 115 AppWindowToken(WindowManagerService _service, IApplicationToken _token,
117 super(_service, _token.asBinder(),
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 144 "from google.protobuf import service as _service\n"
525 printer_->Print("class $class_name$(_service.Service):\n",
    [all...]
  /external/mdnsresponder/mDNSShared/
dns_sd.h 555 * terminating NULL at the end). The regtype is of the form _service._tcp or
556 * _service._udp, where the "service" part is 1-15 characters, which may be
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /external/dnsmasq/man/
dnsmasq.8 376 .B \-W, --srv-host=<_service>.<_prot>.[<domain>],[<target>[,<port>[,<priority>[,<weight>]]]]
    [all...]
  /external/dnsmasq/man/fr/
dnsmasq.8 445 .B \-W --srv-host=<_service>.<_protocole>.[<domaine>],[<cible>[,<port>[,<priorité>[,<poids>]]]]
    [all...]

Completed in 523 milliseconds