/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
H A D | ServiceModule.java | 32 static ServiceManager provideServiceManager(Set<Service> services) { argument 33 return new ServiceManager(services);
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue171/ |
H A D | ClassWithGenericMap.java | 23 public final Map<String, Collection<Integer>> services = new HashMap<String, Collection<Integer>>(); field in class:ClassWithGenericMap
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas/ |
H A D | main.py | 38 from quotas import services namespace 50 quota.services.QuotaConfig. 53 quota.services.QuotaConfig instance with contents parsed from quota file. 57 return protojson.decode_message(services.QuotaConfig, encoded_config) 62 services.QuotaService.new_factory(load_quota_config(), {})),
|
H A D | services_test.py | 27 from quotas import services namespace 29 SIMPLE_CONFIG = services.QuotaConfig( 31 services.QuotaConfig.Bucket( 34 services.QuotaConfig.Bucket( 50 return services.QuotaState(state, buckets) 175 self.service = services.QuotaService(SIMPLE_CONFIG, {}) 178 return services.QuotaRequest( 181 services.QuotaCheck(name=bucket, 183 mode=services.QuotaCheck.Mode(mode)) 189 services [all...] |
/external/guice/extensions/service/src/com/google/inject/service/ |
H A D | CompositeService.java | 34 * A service that composes other services together in a fixed order. 41 private final Set<Key<? extends Service>> services = Sets.newLinkedHashSet(); field in class:CompositeService 46 * words, all component services must start successfully for this 67 services.add(service); 77 final List<Key<? extends Service>> services = ImmutableList.copyOf(this.services); 82 for (Key<? extends Service> service : services) { 91 for (Key<? extends Service> service : services) {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
H A D | registry.py | 55 name: Name of service. On HTTP based services this will be the 67 """Response containing all registered services. 69 May also contain complete descriptor file-set for all services known by the 73 services: Service mappings for all registered services in registry. 74 file_set: Descriptor file-set describing all services, messages and enum 75 types needed for use with all requested services if asked for in the 79 services = messages.MessageField(ServiceMapping, 1, repeated=True) variable in class:ServicesResponse 85 Request to retrieve file sets for specific services. 88 names: Names of services t 223 def services(self, request): member in class:RegistryService [all...] |
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
H A D | VarargsServletDispatchIntegrationTest.java | 50 private static int inits, services, destroys, doFilters; field in class:VarargsServletDispatchIntegrationTest 55 services = 0; 98 + services + "; destroys: " + destroys, 99 inits == 2 && services == 1 && destroys == 2); 138 + services + "; destroys: " + destroys, 139 inits == 2 && services == 1 && destroys == 2); 182 + services + "; destroys: " + destroys, 183 inits == 3 && services == 1 && destroys == 3 && doFilters == 1); 194 services++;
|
H A D | ServletDispatchIntegrationTest.java | 52 private static int inits, services, destroys, doFilters; field in class:ServletDispatchIntegrationTest 57 services = 0; 104 + services + "; destroys: " + destroys, 105 inits == 2 && services == 1 && destroys == 2); 151 + services + "; destroys: " + destroys + "; doFilters: " + doFilters, 152 inits == 3 && services == 1 && destroys == 3 && doFilters == 1); 163 services++; 304 assertEquals(1, services); 342 assertEquals(1, services);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/ |
H A D | RSSFeedPublisherTask.java | 11 package org.eclipse.releng.services.rss;
|
H A D | RSSFeedWatcherTask.java | 11 package org.eclipse.releng.services.rss;
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | ServiceManager.java | 74 * A manager for monitoring and controlling a set of {@linkplain Service services}. This class 76 * {@linkplain #servicesByState inspecting} a collection of {@linkplain Service services}. 82 * services are started by some mechanism besides {@link #startAsync}, the listeners will be invoked 89 * Set<Service> services = ...; 90 * ServiceManager manager = new ServiceManager(services); 106 * // Give the services 5 seconds to stop to ensure that we are responsive to shutdown 115 * manager.startAsync(); // start all the services asynchronously 119 * <p>This class uses the ServiceManager's methods to start all of its services, to respond to 120 * service failure and to ensure that when the JVM is shutting down all the services are stopped. 140 * A listener for the aggregate state changes of the services tha 182 private final ImmutableList<Service> services; field in class:ServiceManager 192 ServiceManager(Iterable<? extends Service> services) argument 471 ServiceManagerState(ImmutableCollection<Service> services) argument [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | ServiceManagerTest.java | 306 * fails and something failed during startup before service.start was called on all the services, 323 ServiceManager manager, Service.State state, Service... services) { 325 for (Service service : services) { 357 assertEquals("ServiceManager{services=[]}", manager.toString()); 411 // now we want to stop the services. 516 List<Service> services = Lists.newArrayList(); 518 services.add(new SnappyShutdownService(i)); 520 ServiceManager manager = new ServiceManager(services); 322 assertState( ServiceManager manager, Service.State state, Service... services) argument
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/ |
H A D | bugTools.jar | ... eclipse/releng/util/bugzilla/messages.properties org/eclipse/releng/services/ org/eclipse/releng/services/bugzilla/ org/eclipse/releng/services/bugzilla ... |
H A D | feedTools.jar | ... releng/generators/ org/eclipse/releng/generators/rss/ org/eclipse/releng/services/ org/eclipse/releng/services/rss/ org/eclipse/releng/generators/rss ... |
/external/avahi/avahi-discover-standalone/ |
H A D | main.c | 60 GList *services; member in struct:ServiceType 81 for (l = st->services; l; l = l->next) { 109 s->service_type->services = g_list_remove(s->service_type->services, s); 151 s->service_type->services = g_list_prepend(s->service_type->services, s); 199 st->services = NULL;
|
/external/avahi/avahi-gobject/ |
H A D | ga-entry-group.c | 58 GHashTable *services; member in struct:_GaEntryGroupPrivate 87 priv->services = g_hash_table_new_full(g_direct_hash, 169 g_hash_table_destroy(priv->services); 170 priv->services = NULL; 408 g_hash_table_insert(priv->services, group, service);
|
/external/avahi/avahi-utils/ |
H A D | avahi-browse.c | 94 static ServiceInfo *services = NULL; variable 130 for (i = services; i; i = i->info_next) 276 AVAHI_LLIST_PREPEND(ServiceInfo, info, services, i); 285 AVAHI_LLIST_REMOVE(ServiceInfo, info, services, i); 593 while (services) 594 remove_service(config, services); 649 " -D --browse-domains Browse for browsing domains instead of services\n" 650 " -a --all Show all services, regardless of the type\n" 655 " -l --ignore-local Ignore local services\n" 656 " -r --resolve Resolve services foun [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
H A D | WifiP2pManagerFacade.java | 367 @Rpc(description = "Clear all registered local services of service discovery.") 413 @RpcParameter(name = "services") List<String> services) { 414 mServiceInfo = WifiP2pUpnpServiceInfo.newInstance(uuid, device, services); 410 wifiP2pCreateUpnpServiceInfo( @pcParametername = �) String uuid, @RpcParameter(name = �) String device, @RpcParameter(name = �) List<String> services) argument
|
/external/dagger2/lib/ |
H A D | auto-service-1.0-rc2.jar | ... auto/service/ com/google/auto/service/processor/ META-INF/services/ com/google/auto/service/AutoService.class AutoService.java ... |
/external/dbus/bus/ |
H A D | driver.c | 30 #include "services.h" 379 char **services; local 396 if (!bus_registry_list_services (registry, &services, &len)) 409 dbus_free_string_array (services); 421 dbus_free_string_array (services); 432 &services[i])) 434 dbus_free_string_array (services); 442 dbus_free_string_array (services); 472 char **services; local 489 if (!bus_activation_list_services (activation, &services, [all...] |
H A D | dispatch.c | 30 #include "services.h" 4059 char ***services, 4154 _dbus_verbose ("no memory to list services by %s\n", method); 4166 *services = srvs; 4199 char **services; local 4204 if (!check_get_services (context, connection, "ListActivatableNames", &services, &len)) 4209 if (!_dbus_string_array_contains ((const char **)services, existent)) 4212 dbus_free_string_array (services); 4216 dbus_free_string_array (services); 4369 if (!check_get_services (context, connection, "ListNames", &services, 4056 check_get_services(BusContext *context, DBusConnection *connection, const char *method, char ***services, int *len) argument [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/ |
H A D | UpdateBugStateTask.java | 9 package org.eclipse.releng.services.bugzilla;
|
/external/freetype/include/freetype/internal/ |
H A D | ftobjs.h | 334 /* services :: */ 335 /* A cache for frequently used services. It should be only */ 356 FT_ServiceCacheRec services; member in struct:FT_Face_InternalRec_
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
H A D | ftobjs.h | 334 /* services :: */ 335 /* A cache for frequently used services. It should be only */ 362 FT_ServiceCacheRec services; member in struct:FT_Face_InternalRec_
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
H A D | Descriptors.java | 106 /** Get a list of top-level services declared in this file. */ 108 return Collections.unmodifiableList(Arrays.asList(services)); 411 private final ServiceDescriptor[] services; field in class:Descriptors.FileDescriptor 465 services = new ServiceDescriptor[proto.getServiceCount()]; 467 services[i] = new ServiceDescriptor(proto.getService(i), this, i); 491 services = new ServiceDescriptor[0]; 504 for (final ServiceDescriptor service : services) { 534 for (int i = 0; i < services.length; i++) { 535 services[i].setProto(proto.getService(i));
|