Searched defs:registry (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlayout.c112 XklConfigRegistry *registry; local
123 registry = xkl_config_registry_get_instance (xkl_engine);
124 xkl_config_registry_load (registry, FALSE);
125 xkl_config_registry_foreach_layout (registry, layout_cb, NULL);
126 g_object_unref (registry);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxwayland.h74 struct wl_registry *registry; member in struct:xwl_screen
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxwayland.h73 struct wl_registry *registry; member in struct:xwl_screen
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp109 // Bloated registry buffer size to improve startup performance -- needs to
111 // 512K is big enough to allow for some future growth in the registry.
869 PR_LOG(nsComponentManagerLog, PR_LOG_ERROR, ("nsComponentManager: Could not write out perisistant registry."));
871 printf("Could not write out perisistant registry!\n");
1083 char* registry = new char[flen+1]; local
1084 if (!registry)
1087 if (flen > PR_Read(fd, registry, flen))
1092 registry[flen] = '\0';
1094 reader.Init(registry, flen);
1295 if (registry)
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 52 milliseconds