HomeSort by relevance Sort by last modified time
    Searched refs:registry (Results 1 - 25 of 45) sorted by null

1 2

  /external/webkit/WebKitTools/Scripts/
num-cpus 3 ls /proc/registry/HKEY_LOCAL_MACHINE/HARDWARE/DESCRIPTION/System/CentralProcessor | wc -w
  /external/dbus/bus/
services.h 37 BusRegistry* bus_registry_ref (BusRegistry *registry);
38 void bus_registry_unref (BusRegistry *registry);
39 BusService* bus_registry_lookup (BusRegistry *registry,
41 BusService* bus_registry_ensure (BusRegistry *registry,
47 void bus_registry_foreach (BusRegistry *registry,
50 dbus_bool_t bus_registry_list_services (BusRegistry *registry,
53 dbus_bool_t bus_registry_acquire_service (BusRegistry *registry,
60 dbus_bool_t bus_registry_release_service (BusRegistry *registry,
66 dbus_bool_t bus_registry_set_service_context_table (BusRegistry *registry,
services.c 42 BusRegistry *registry; member in struct:BusService
74 BusRegistry *registry; local
76 registry = dbus_new0 (BusRegistry, 1);
77 if (registry == NULL)
80 registry->refcount = 1;
81 registry->context = context;
83 registry->service_hash = _dbus_hash_table_new (DBUS_HASH_STRING,
85 if (registry->service_hash == NULL)
88 registry->service_pool = _dbus_mem_pool_new (sizeof (BusService),
91 if (registry->service_pool == NULL
    [all...]
driver.c 182 create_unique_client_name (BusRegistry *registry,
231 if (bus_registry_lookup (registry, str) == NULL)
250 BusRegistry *registry; local
285 registry = bus_connection_get_registry (connection);
287 if (!create_unique_client_name (registry, &unique_name))
310 service = bus_registry_ensure (registry,
377 BusRegistry *registry; local
384 registry = bus_connection_get_registry (connection);
393 if (!bus_registry_list_services (registry, &services, &len))
566 BusRegistry *registry; local
629 BusRegistry *registry; local
691 BusRegistry *registry; local
943 BusRegistry *registry; local
1026 BusRegistry *registry; local
1131 BusRegistry *registry; local
1207 BusRegistry *registry; local
1283 BusRegistry *registry; local
    [all...]
activation.h 48 dbus_bool_t bus_activation_list_services (BusActivation *registry,
policy.h 139 BusRegistry *registry,
144 BusRegistry *registry,
bus.c 52 BusRegistry *registry; member in struct:BusContext
512 if (!bus_registry_set_service_context_table (context->registry,
572 context->registry = bus_registry_new (context);
573 if (context->registry == NULL)
909 if (context->registry)
911 bus_registry_unref (context->registry);
912 context->registry = NULL;
993 return context->registry;
    [all...]
  /external/apache-http/src/org/apache/http/client/protocol/
ClientContextConfigurer.java 52 public void setCookieSpecRegistry(final CookieSpecRegistry registry) {
53 this.context.setAttribute(COOKIESPEC_REGISTRY, registry);
56 public void setAuthSchemeRegistry(final AuthSchemeRegistry registry) {
57 this.context.setAttribute(AUTHSCHEME_REGISTRY, registry);
RequestAddCookies.java 95 // Obtain the registry of cookie specs
96 CookieSpecRegistry registry= (CookieSpecRegistry) context.getAttribute( local
98 if (registry == null) {
99 this.log.info("CookieSpec registry not available in HTTP context");
147 CookieSpec cookieSpec = registry.getCookieSpec(policy, request.getParams());
  /external/chromium/net/socket_stream/
socket_stream_throttle.cc 67 SocketStreamThrottleRegistry* registry = local
69 return registry->GetSocketStreamThrottleForScheme(scheme);
75 SocketStreamThrottleRegistry* registry = local
77 registry->RegisterSocketStreamThrottle(scheme, throttle);
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java 164 SchemeRegistry registry = new SchemeRegistry(); local
165 registry.register(
167 registry.register(
196 connManager = factory.newInstance(params, registry);
198 connManager = new SingleClientConnManager(getParams(), registry);
237 AuthSchemeRegistry registry = new AuthSchemeRegistry(); local
238 registry.register(
241 registry.register(
244 return registry;
250 CookieSpecRegistry registry = new CookieSpecRegistry() local
    [all...]
AbstractAuthenticationHandler.java 114 AuthSchemeRegistry registry = (AuthSchemeRegistry) context.getAttribute( local
116 if (registry == null) {
117 throw new IllegalStateException("AuthScheme registry not set in HTTP context");
141 authScheme = registry.getAuthScheme(id, response.getParams());
  /external/freetype/include/freetype/
ftcid.h 58 * Retrieve the Registry/Ordering/Supplement triple (also known as the
66 * registry ::
67 * The registry, as a C~string, owned by the face.
87 const char* *registry,
  /external/chromium/third_party/icu/source/i18n/
translit.cpp 87 * The mutex controlling access to registry object.
92 * System transliterator registry; non-null when initialized.
94 static U_NAMESPACE_QUALIFIER TransliteratorRegistry* registry = 0; variable
96 // Macro to check/initialize the registry. ONLY USE WITHIN
97 // MUTEX. Avoids function call when registry is initialized.
98 #define HAVE_REGISTRY(status) (registry!=0 || initializeRegistry(status))
    [all...]
transreg.h 39 * the registry code and the transliterator code that deadlocks.
67 * it when the registry mutex is NOT held, to prevent deadlock.
123 * A registry of system transliterators. This is the data structure
126 * transliterators. There is one instance of the registry that is
129 * The registry consists of a dynamic component -- a hashtable -- and
136 * delegates all registry-related operations to it.
161 * compound) attempt to instantiate it from the registry. Return
183 * OUTSIDE THE REGISTRY MUTEX, then call this method to retry
432 * Dynamic registry mapping full IDs to Entry objects. This
437 Hashtable registry; member in class:TransliteratorRegistry
    [all...]
  /external/icu4c/i18n/
translit.cpp 87 * The mutex controlling access to registry object.
92 * System transliterator registry; non-null when initialized.
94 static U_NAMESPACE_QUALIFIER TransliteratorRegistry* registry = 0; variable
96 // Macro to check/initialize the registry. ONLY USE WITHIN
97 // MUTEX. Avoids function call when registry is initialized.
98 #define HAVE_REGISTRY(status) (registry!=0 || initializeRegistry(status))
    [all...]
  /external/freetype/include/freetype/internal/services/
svcid.h 31 const char* *registry,
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 325 name Registry-specific QOS_FN_xxx definitions
329 desc These are defines for the registry-specific function codes
361 Creates empty Registry, then adds all the default system resources
369 QOSREGISTRY* ptr to new system registry
389 Deletes Registry and cleans up QoS Gateway & Registry objects that it
394 registry ptr to previously created registry
406 void DSPRegistry_Delete(struct QOSREGISTRY *registry);
428 registry system registry
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 319 name Registry-specific QOS_FN_xxx definitions
323 desc These are defines for the registry-specific function codes
355 Creates empty Registry, then adds all the default system resources
363 QOSREGISTRY* ptr to new system registry
383 Deletes Registry and cleans up QoS Gateway & Registry objects that it
388 registry ptr to previously created registry
400 void DSPRegistry_Delete(struct QOSREGISTRY *registry);
422 registry system registr
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
MockNodeProxy.java 23 import org.eclipse.ui.internal.registry.ViewDescriptor;
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 60 // global registry, which is where flags defined via DEFINE_foo()
62 // different registry you create. (In practice, multiple registries
68 // CommandLineFlag owned by that registry must acquire the
86 // GetCommandLineOption is just a hook into registry routines to
465 // should acquire the FlagRegistry lock for the registry that owns
600 // FooLocked(), you must own the registry lock before calling
618 // Store a flag in this registry. Takes ownership of the given pointer.
644 static FlagRegistry* GlobalRegistry(); // returns a singleton registry
663 static FlagRegistry* global_registry_; // a singleton registry
1328 FlagRegistry* const registry = FlagRegistry::GlobalRegistry(); local
1410 FlagRegistry* const registry = FlagRegistry::GlobalRegistry(); local
1524 FlagRegistry* const registry = FlagRegistry::GlobalRegistry(); local
1537 FlagRegistry* const registry = FlagRegistry::GlobalRegistry(); local
1561 FlagRegistry* const registry = FlagRegistry::GlobalRegistry(); local
1704 FlagRegistry* const registry = FlagRegistry::GlobalRegistry(); local
1844 FlagRegistry* const registry = FlagRegistry::GlobalRegistry(); local
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 161 ExtensionRegistry registry = TestUtil.getExtensionRegistry(); local
164 TestAllExtensions.parseFrom(rawBytes, registry);
174 ExtensionRegistry registry = TestUtil.getExtensionRegistry(); local
177 TestPackedExtensions.parseFrom(rawBytes, registry);
197 // Try again using a full extension registry.
198 ExtensionRegistry registry = TestUtil.getExtensionRegistry(); local
201 TestAllExtensionsLite.parseFrom(rawBytes, registry);
211 ExtensionRegistryLite registry = TestUtil.getExtensionRegistryLite(); local
214 TestPackedExtensionsLite.parseFrom(rawBytes, registry);
  /external/freetype/src/cff/
cffdrivr.c 443 const char* *registry,
462 if ( registry )
464 if ( cff->registry == NULL )
465 cff->registry = cff_index_get_sid_string( cff,
467 *registry = cff->registry;
  /external/freetype/src/sfnt/
sfdriver.c 342 BDF_PropertyRec encoding, registry; local
352 error = tt_face_find_bdf_prop( face, "CHARSET_REGISTRY", &registry );
358 if ( registry.type == BDF_PROPERTY_TYPE_ATOM &&
362 *acharset_registry = registry.u.atom;
  /external/chromium/base/
tracked_objects.cc 96 ThreadData* registry = static_cast<ThreadData*>(tls_index_.Get());
97 if (!registry) {
98 // We have to create a new registry for ThreadData.
101 registry = new ThreadData;
108 registry->next_ = first_;
109 first_ = registry;
113 delete registry;
114 registry = NULL;
116 tls_index_.Set(registry);
119 return registry;
    [all...]

Completed in 673 milliseconds

1 2