Searched defs:registry (Results 51 - 75 of 127) sorted by relevance

123456

/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java442 * System transliterator registry.
444 private static TransliteratorRegistry registry; field in class:Transliterator
1394 Transliterator t = registry.get(id, s);
1716 registry.put(ID, transClass, true);
1735 registry.put(ID, factory, true);
1749 registry.put(trans.getID(), trans, true);
1762 registry.put(trans.getID(), trans, visible);
1779 registry.put(aliasID, realID, true);
1830 registry.remove(ID);
1846 return registry
[all...]
H A DTransliteratorRegistry.java44 * Dynamic registry mapping full IDs to Entry objects. This
54 private Map<CaseInsensitiveString, Object[]> registry; field in class:TransliteratorRegistry
294 registry = Collections.synchronizedMap(new HashMap<CaseInsensitiveString, Object[]>());
301 * compound) attempt to instantiate it from the registry. Return
381 registry.remove(new CaseInsensitiveString(id));
520 registry.put(ciID, arrayOfObj);
599 * Attempt to find a source-target/variant in the dynamic registry
612 return registry.get(new CaseInsensitiveString(ID));
708 // will itself become the registry entry.
871 // .id header and/or footer. Then we modify the registry wit
[all...]
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c732 registry_handle_global(void *data, struct wl_registry *registry, uint32_t name, argument
739 wl_registry_bind(registry, name, &wl_drm_interface, 1);
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTestUtil.java1194 ExtensionRegistry registry = ExtensionRegistry.newInstance();
1195 registerAllExtensions(registry);
1196 return registry.getUnmodifiable();
1203 public static void registerAllExtensions(ExtensionRegistry registry) { argument
1204 UnittestProto.registerAllExtensions(registry);
1205 TestUtilLite.registerAllExtensionsLite(registry);
2674 * registry.
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java111 private final TypeRegistry registry; field in class:JsonFormat.Printer
116 TypeRegistry registry,
119 this.registry = registry;
125 * Creates a new {@link Printer} using the given registry. The new Printer
128 * @throws IllegalArgumentException if a registry is already set.
130 public Printer usingTypeRegistry(TypeRegistry registry) { argument
131 if (this.registry != TypeRegistry.getEmptyTypeRegistry()) {
132 throw new IllegalArgumentException("Only one registry is allowed.");
134 return new Printer(registry, includingDefaultValueField
115 Printer( TypeRegistry registry, boolean includingDefaultValueFields, boolean preservingProtoFieldNames) argument
202 private final TypeRegistry registry; field in class:JsonFormat.Parser
204 Parser(TypeRegistry registry) argument
214 usingTypeRegistry(TypeRegistry registry) argument
429 private final TypeRegistry registry; field in class:JsonFormat.PrinterImpl
440 PrinterImpl( TypeRegistry registry, boolean includingDefaultValueFields, boolean preservingProtoFieldNames, Appendable jsonOutput) argument
967 private final TypeRegistry registry; field in class:JsonFormat.ParserImpl
970 ParserImpl(TypeRegistry registry) argument
[all...]
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DSentinelOuterClass.java41 com.google.protobuf.ExtensionRegistry registry) {
40 registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) argument
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp92 * The mutex controlling access to registry object.
97 * System transliterator registry; non-null when initialized.
99 static icu::TransliteratorRegistry* registry = 0; variable
101 // Macro to check/initialize the registry. ONLY USE WITHIN
102 // MUTEX. Avoids function call when registry is initialized.
103 #define HAVE_REGISTRY(status) (registry!=0 || initializeRegistry(status))
983 t = registry->get(id, alias, ec);
997 // registry mutex. The alias may, in turn, generate another alias, so
1015 t = registry->reget(id, parser, alias, ec);
1228 registry
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcfftypes.h270 FT_String* registry; member in struct:CFF_FontRec_
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar ... profile org.eclipse.core.runtime.IExtensionRegistry registry org.eclipse.core.runtime.IConfigurationElement[] configElts ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jar ... getConfigurations () org.eclipse.core.runtime.IExtensionRegistry registry org.eclipse.core.runtime.IExtensionPoint point ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jar ... reference org.eclipse.core.runtime.IExtensionRegistry registry public void modifiedService (org.osgi.framework.ServiceReference ...
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar ... .eclipse.equinox.p2.engine.IProfileRegistry registry void doExecuteAndLoad () org.eclipse.equinox.p2. ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/freetype/include/freetype/
H A Dt1tables.h400 FT_String* registry; member in struct:CID_FaceInfoRec_
/external/freetype/src/cff/
H A Dcfftypes.h386 FT_String* registry; member in struct:CFF_FontRec_
/external/pdfium/third_party/freetype/include/freetype/
H A Dt1tables.h400 FT_String* registry; member in struct:CID_FaceInfoRec_
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java354 final ExtensionRegistry registry =
357 if (registry != null) {
358 // We must re-parse the proto using the registry.
360 proto = FileDescriptorProto.parseFrom(descriptorBytes, registry);
409 final ExtensionRegistry registry) {
413 proto = FileDescriptorProto.parseFrom(bytes, registry);
407 internalUpdateFileDescriptor( final FileDescriptor descriptor, final ExtensionRegistry registry) argument
/external/vulkan-validation-layers/demos/
H A Dcube.cpp221 registry{nullptr}, compositor{nullptr}, window{nullptr},
362 wl_registry_destroy(registry);
726 registry = wl_display_get_registry(display);
727 wl_registry_add_listener(registry, &registry_listener, this);
2610 wl_registry *registry; local
H A Dcube.c305 struct wl_registry *registry;
2109 wl_registry_destroy(demo->registry);
3171 static void registry_handle_global(void *data, struct wl_registry *registry, argument
3177 wl_registry_bind(registry, name, &wl_compositor_interface, 3);
3181 demo->shell = wl_registry_bind(registry, name, &wl_shell_interface, 1);
3186 struct wl_registry *registry UNUSED,
3223 demo->registry = wl_display_get_registry(demo->display);
3224 wl_registry_add_listener(demo->registry, &registry_listener, demo);
/external/v8/src/
H A Disolate.cc3020 Handle<JSObject> Isolate::SetUpSubregistry(Handle<JSObject> registry, argument
3026 JSObject::AddProperty(registry, name, obj, NONE);
3034 Handle<JSObject> registry = factory()->NewJSObjectFromMap(map); local
3035 heap()->set_symbol_registry(*registry);
3037 SetUpSubregistry(registry, map, "for");
3038 SetUpSubregistry(registry, map, "for_api");
3039 SetUpSubregistry(registry, map, "keyFor");
3040 SetUpSubregistry(registry, map, "private_api");
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.contenttype_3.5.0.v20150421-2214.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 1224 milliseconds

123456