Searched refs:services (Results 1 - 25 of 110) 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);
/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Dmdns_apitest.cc32 const DnsSdServiceList& services) {
33 api_->OnDnsSdEvent(service_type, services);
90 DnsSdRegistry::DnsSdServiceList services; local
94 services.push_back(service);
96 dns_sd_registry_->DispatchMDnsEvent(service_type, services);
97 dns_sd_registry_->DispatchMDnsEvent("_uninteresting._tcp.local", services);
98 dns_sd_registry_->DispatchMDnsEvent(service_type, services);
132 DnsSdRegistry::DnsSdServiceList services; local
136 services.push_back(service);
138 dns_sd_registry_->DispatchMDnsEvent(service_type, services);
31 DispatchMDnsEvent(const std::string& service_type, const DnsSdServiceList& services) argument
[all...]
/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/mojo/services/native_viewport/
H A Dnative_viewport_stub.cc5 #include "mojo/services/native_viewport/native_viewport.h"
10 namespace services { namespace in namespace:mojo
49 } // namespace services
H A Dnative_viewport.h25 namespace services { namespace in namespace:mojo
59 } // namespace services
H A Dnative_viewport_service.cc5 #include "mojo/services/native_viewport/native_viewport_service.h"
12 #include "mojo/services/gles2/command_buffer_impl.h"
13 #include "mojo/services/native_viewport/native_viewport.h"
14 #include "mojo/services/public/cpp/geometry/geometry_type_converters.h"
15 #include "mojo/services/public/cpp/input_events/input_events_type_converters.h"
16 #include "mojo/services/public/interfaces/native_viewport/native_viewport.mojom.h"
20 namespace services { namespace in namespace:mojo
48 services::NativeViewport::Create(context_, this);
146 scoped_ptr<services::NativeViewport> native_viewport_;
153 } // namespace services
[all...]
/external/chromium_org/mojo/shell/android/
H A Dlibrary_loader.cc10 #include "mojo/services/native_viewport/native_viewport_android.h"
18 { "NativeViewportAndroid", mojo::services::NativeViewportAndroid::Register },
/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/chromium_org/chromeos/dbus/
H A Dfake_shill_manager_client.cc566 ShillServiceClient::TestInterface* services = local
568 DCHECK(services);
620 services->AddService(kFakeEthernetNetworkPath, "eth1",
647 services->AddService("/service/wifi1",
652 services->SetServiceProperty("/service/wifi1",
657 services->AddService("/service/wifi2",
662 services->SetServiceProperty("/service/wifi2",
667 services->SetServiceProperty(
673 services->AddService(kPortaledWifiPath,
678 services
[all...]
/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(); ) {

Completed in 643 milliseconds

12345