Searched refs:services (Results 1 - 25 of 107) sorted by relevance

12345

/external/smack/src/org/xbill/DNS/
H A DWKSRecord.java10 * Well Known Services - Lists services offered by this host.
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");
479 services.add(USERS, "users");
480 services
579 private int [] services; field in class:WKSRecord
595 WKSRecord(Name name, int dclass, long ttl, InetAddress address, int protocol, int [] services) argument
[all...]
/external/chromium_org/chrome/installer/util/
H A Dwmi_unittest.cc13 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();
/external/chromium_org/tools/deep_memory_profiler/visualizer/
H A Dapp_unittest.py17 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
[all...]
H A Dapp.py19 import services namespace
45 template_values['json'] = services.GetProfiler(run_id)
46 template_values['template'] = services.GetTemplate(tmpl_id)
58 run_id = services.CreateProfiler(blob_info)
59 default_key = services.CreateTemplates(blob_info)
83 tmpl_key = services.CreateTemplate(content)
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_status_change_checker.cc17 return services()[0];
H A Dmulti_client_status_change_checker.cc12 std::vector<ProfileSyncService*> services)
13 : services_(services) {}
11 MultiClientStatusChangeChecker( std::vector<ProfileSyncService*> services) argument
H A Dmulti_client_status_change_checker.h25 std::vector<ProfileSyncService*> services);
42 const std::vector<ProfileSyncService*>& services() { return services_; } function in class:MultiClientStatusChangeChecker
H A Dquiesce_status_change_checker.h34 std::vector<ProfileSyncService*> services);
H A Dquiesce_status_change_checker.cc21 // Returns true if these services have matching progress markers.
147 std::vector<ProfileSyncService*> services)
148 : services_(services) {
151 observers_.push_back(new ProgressMarkerWatcher(services[i], this));
173 continue; // Skip disabled services.
146 QuiesceStatusChangeChecker( std::vector<ProfileSyncService*> services) argument
/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Dmdns_apitest.cc33 const DnsSdServiceList& services) {
34 api_->OnDnsSdEvent(service_type, services);
91 DnsSdRegistry::DnsSdServiceList services; local
95 services.push_back(service);
97 dns_sd_registry_->DispatchMDnsEvent(service_type, services);
98 dns_sd_registry_->DispatchMDnsEvent("_uninteresting._tcp.local", services);
99 dns_sd_registry_->DispatchMDnsEvent(service_type, services);
133 DnsSdRegistry::DnsSdServiceList services; local
137 services.push_back(service);
139 dns_sd_registry_->DispatchMDnsEvent(service_type, services);
32 DispatchMDnsEvent(const std::string& service_type, const DnsSdServiceList& services) argument
[all...]
H A Dmdns_api.cc125 const DnsSdRegistry::DnsSdServiceList& services) {
129 for (DnsSdRegistry::DnsSdServiceList::const_iterator it = services.begin();
130 it != services.end(); ++it) {
124 OnDnsSdEvent(const std::string& service_type, const DnsSdRegistry::DnsSdServiceList& services) argument
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_rfc.c284 void bta_ag_start_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services) argument
289 services >>= BTA_HSP_SERVICE_ID;
290 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1)
293 if (services & 1)
325 void bta_ag_close_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services) argument
329 services >>= BTA_HSP_SERVICE_ID;
330 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1)
333 if (services
[all...]
H A Dbta_ag_api.c119 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,tBTA_AG_FEAT features, argument
130 p_buf->services = services;
183 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services) argument
192 p_buf->services = services;
H A Dbta_ag_sdp.c210 ** Description Create SDP records for registered services.
219 tBTA_SERVICE_MASK services; local
221 services = p_scb->reg_services >> BTA_HSP_SERVICE_ID;
222 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1)
225 if (services & 1)
248 ** Description Delete SDP records for any registered services.
257 tBTA_SERVICE_MASK services; local
262 /* get services of all other registered servers */
277 services
[all...]
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftserv.h5 /* The FreeType services (specification only). */
20 /* Each module can export one or more `services'. Each service is */
631 * services. It is the type of `face->internal->services'. You
654 * A magic number used within the services cache.
691 svc = FT_FACE( face )->internal->services. service_ ## id; \
698 FT_FACE( face )->internal->services. service_ ## id = \
712 svc = FT_FACE( face )->internal->services. service_ ## id; \
719 FT_FACE( face )->internal->services. service_ ## id = \
742 * The header files containing the services
[all...]
/external/freetype/include/internal/
H A Dftserv.h5 /* The FreeType services (specification only). */
20 /* Each module can export one or more `services'. Each service is */
623 * services. It is the type of `face->internal->services'. You
646 * A magic number used within the services cache.
683 svc = FT_FACE( face )->internal->services. service_ ## id; \
690 FT_FACE( face )->internal->services. service_ ## id = \
704 svc = FT_FACE( face )->internal->services. service_ ## id; \
711 FT_FACE( face )->internal->services. service_ ## id = \
734 * The header files containing the services
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftserv.h5 /* The FreeType services (specification only). */
20 /* Each module can export one or more `services'. Each service is */
623 * services. It is the type of `face->internal->services'. You
646 * A magic number used within the services cache.
683 svc = FT_FACE( face )->internal->services. service_ ## id; \
690 FT_FACE( face )->internal->services. service_ ## id = \
704 svc = FT_FACE( face )->internal->services. service_ ## id; \
711 FT_FACE( face )->internal->services. service_ ## id = \
734 * The header files containing the services
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftserv.h5 /* The FreeType services (specification only). */
20 /* Each module can export one or more `services'. Each service is */
623 * services. It is the type of `face->internal->services'. You
646 * A magic number used within the services cache.
683 svc = FT_FACE( face )->internal->services. service_ ## id; \
690 FT_FACE( face )->internal->services. service_ ## id = \
704 svc = FT_FACE( face )->internal->services. service_ ## id; \
711 FT_FACE( face )->internal->services. service_ ## id = \
734 * The header files containing the services
[all...]
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_osx.py163 services = []
168 services.append(service)
172 return services
176 services = GetIOServicesByType('IOSerialBSDClient')
179 for service in services:
/external/chromium_org/components/signin/core/browser/
H A Daccount_service_flag_fetcher.cc104 std::vector<std::string> services; local
108 base::SplitString(services_iter->second, ',', &services);
113 callback_.Run(result, services);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbugTools.jar ... eclipse/releng/util/bugzilla/messages.properties org/eclipse/releng/services/ org/eclipse/releng/services/bugzilla/ org/eclipse/releng/services/bugzilla ...
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DProviderTest.java116 // incomplete services should be removed
123 Set services = p.getServices();
124 if (services.size() != 3) {
127 for (Iterator it = services.iterator(); it.hasNext(); ) {
171 Set services = p.getServices();
172 if (services.size() != 2) {
176 for (Iterator it = services.iterator(); it.hasNext(); ) {
/external/chromium_org/cloud_print/service/
H A Dservice_state.cc106 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 base::DictionaryValue());
151 services->Set(kCloudPrintJsonName, cloud_print.release());
154 base::JSONWriter::WriteWithOptions(services.get(),
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_manager_client.cc591 ShillServiceClient::TestInterface* services = local
593 DCHECK(services);
646 services->AddService(kFakeEthernetNetworkPath,
676 services->AddService(kWifi1Path,
682 services->SetServiceProperty(kWifi1Path,
685 services->SetServiceProperty(kWifi1Path,
691 services->AddService(kWifi2Path,
697 services->SetServiceProperty(kWifi2Path,
702 services->SetServiceProperty(
708 services
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device.cc190 std::vector<BluetoothGattService*> services; local
193 services.push_back(iter->second);
194 return services;

Completed in 825 milliseconds

12345