Searched defs:registry (Results 426 - 450 of 463) sorted by path

<<111213141516171819

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/freetype/include/
H A Dt1tables.h357 FT_String* registry; member in struct:CID_FaceInfoRec_
/external/freetype/src/cff/
H A Dcffdrivr.c452 const char* *registry,
471 if ( registry )
473 if ( cff->registry == NULL )
474 cff->registry = cff_index_get_sid_string( cff,
476 *registry = cff->registry;
451 cff_get_ros( CFF_Face face, const char* *registry, const char* *ordering, FT_Int *supplement ) argument
H A Dcfftypes.h270 FT_String* registry; member in struct:CFF_FontRec_
/external/freetype/src/sfnt/
H A Dsfdriver.c351 BDF_PropertyRec encoding, registry; local
361 error = tt_face_find_bdf_prop( face, "CHARSET_REGISTRY", &registry );
367 if ( registry.type == BDF_PROPERTY_TYPE_ATOM &&
371 *acharset_registry = registry.u.atom;
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp90 * The mutex controlling access to registry object.
95 * System transliterator registry; non-null when initialized.
97 static icu::TransliteratorRegistry* registry = 0; variable
99 // Macro to check/initialize the registry. ONLY USE WITHIN
100 // MUTEX. Avoids function call when registry is initialized.
101 #define HAVE_REGISTRY(status) (registry!=0 || initializeRegistry(status))
981 t = registry->get(id, alias, ec);
995 // registry mutex. The alias may, in turn, generate another alias, so
1013 t = registry->reget(id, parser, alias, ec);
1226 registry
[all...]
H A Dtransreg.h39 * 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
432 * Dynamic registry mapping full IDs to Entry objects. This
437 Hashtable registry; member in class:TransliteratorRegistry
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h62 #define NFA_HCI_GET_REG_RSP_EVT 0x14 /* Received response to read registry command */
63 #define NFA_HCI_SET_REG_RSP_EVT 0x15 /* Received response to write registry command */
235 /* data type for all registry-related events */
239 UINT8 pipe; /* Pipe on whose registry is of interest */
240 UINT8 index; /* Index of the registry operated */
241 UINT8 data_len; /* length of the registry parameter */
266 tNFA_HCI_REGISTRY registry; /* all registry-related events - NFA_HCI_GET_REG_CMD_EVT, NFA_HCI_SET_REG_CMD_EVT, NFA_HCI_GET_REG_RSP_EVT, NFA_HCI_SET_REG_RSP_EVT */ member in union:__anon24049
405 ** registry entry will be created for the dynamic pipe and
438 ** registry fiel
[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/mesa3d/src/gallium/state_trackers/clover/api/
H A Ddevice.cpp28 static device_registry registry; variable
44 for (device &dev : registry) {
46 &dev == &registry.front()) ||
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_drm.c186 registry_handle_global(void *data, struct wl_registry *registry, uint32_t name, argument
192 drmdpy->wl_drm = wl_registry_bind(registry, name, &wl_drm_interface, 1);
207 drmdpy->base.registry = wl_display_get_registry(drmdpy->base.dpy);
208 wl_proxy_set_queue((struct wl_proxy *) drmdpy->base.registry,
210 wl_registry_add_listener(drmdpy->base.registry, &registry_listener, drmdpy);
H A Dnative_shm.c137 registry_handle_global(void *data, struct wl_registry *registry, uint32_t name, argument
143 shmdpy->wl_shm = wl_registry_bind(registry, name, &wl_shm_interface, 1);
159 shmdpy->base.registry = wl_display_get_registry(shmdpy->base.dpy);
160 wl_proxy_set_queue((struct wl_proxy *) shmdpy->base.registry,
162 wl_registry_add_listener(shmdpy->base.registry, &registry_listener, shmdpy);
H A Dnative_wayland.h49 struct wl_registry *registry; member in struct:wayland_display

Completed in 385 milliseconds

<<111213141516171819