Searched refs:translations (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/xmlpool/
H A Dgen_xmlpool.py29 # descriptions and translations.
114 def expandMatches(matches, translations, outfile, end=None):
116 nTranslations = len(translations)
118 # Expand the description+enums for all translations
119 for lang,trans in translations:
124 if len(matches) == 1 and i < len(translations) and \
163 translations = [("en", gettext.NullTranslations())]
172 translations.append((lang, trans))
178 # translations.
188 expandMatches(descMatches, translations, outpu
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTemplate.c81 static char translations[] = variable in typeref:typename:char[]
117 translations, /* tm_table */
/xsrc/external/mit/libXt/dist/src/
H A DCore.c123 sizeof(XtTranslations), XtOffsetOf(CoreRec, core.tm.translations),
291 save2 = new_widget->core.tm.translations;
293 new_widget->core.tm.translations =
335 if (old->core.tm.translations != new->core.tm.translations) {
336 XtTranslations save = new->core.tm.translations;
338 new->core.tm.translations = old->core.tm.translations;
H A DGetValues.c220 XtTranslations translations = _XtGetTranslationValue(w); local in function:XtGetValues
222 _XtCopyToArg((char *) &translations, &args[targ].value,
H A DTMstate.c764 XtTranslations xlations = tmRecPtr->translations;
980 XtTranslations xlations = tmRecPtr->translations;
1053 if (!tmRecPtr->translations) {
1205 xlations = widget->core.tm.translations;
1210 * check for somebody stuffing the translations directly into the
1271 XtTranslations xlations = widget->core.tm.translations;
1290 XtTranslations xlations = widget->core.tm.translations;
1294 widget->core.tm.translations = NULL;
1331 if (!widget->core.tm.translations) {
1335 oldMask = widget->core.tm.translations
[all...]
H A DTMgrab.c244 XtTranslations xlations = widget->core.tm.translations;
H A DTMprint.c736 widget->core.tm.translations, NULL, True);
777 if ((eventWidget == NULL) || (eventWidget->core.tm.translations == NULL))
780 xlations = eventWidget->core.tm.translations;
H A DEvent.c138 if (widget->core.tm.translations)
139 mask |= widget->core.tm.translations->eventMask;
875 if (widget->core.tm.translations &&
876 (mask & widget->core.tm.translations->eventMask))
H A DTMaction.c532 if ((destXlations = destination->core.tm.translations) == NULL) {
575 XtTranslations xlations = tm->translations;
H A DResources.c892 (!widget->core.tm.translations ||
894 widget->core.tm.translations->operation != XtTableReplace)) &&
H A DCreate.c369 widget->core.tm.translations = NULL;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A DCanvas.c108 static char translations[] = variable in typeref:typename:char[]
148 translations, /* tm_table */
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A DAndroid.mk70 # Generate options.h from gettext translations.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.10.rst101 - spirv: replace discard with demote for incorrect HLSL->SPIR-V translations
H A D20.2.1.rst147 - spirv: replace discard with demote for incorrect HLSL->SPIR-V translations
H A D19.0.0.rst281 - swr/rast: Unaligned and translations in gathers
1032 - mesa/core: Add definitions and translations for EXT_texture_sRGB_R8
H A D19.3.0.rst952 - meson: don't try to generate i18n translations on windows
1904 - turnip: add more 2d_ifmt translations
H A D20.3.0.rst4061 - spirv: replace discard with demote for incorrect HLSL->SPIR-V translations
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsicP.h195 XtTranslations translations; /* private to Translation Manager */ member in struct:_XtTMRec
/xsrc/external/mit/xmh/dist/
H A Dpick.c171 XtTranslations translations; local in function:AddToggle
178 translations = XtParseTranslationTable("<Btn1Down>,<Btn1Up>:set()\n");
179 XtOverrideTranslations(entry->widget, translations);
/xsrc/external/mit/xsm/dist/
H A Dsave.c853 XtTranslations translations;
1007 translations = XtParseTranslationTable
1009 XtOverrideTranslations(saveName, translations);
829 XtTranslations translations; local in function:create_save_popup
/xsrc/external/mit/xmag/dist/
H A DScale.c149 static char translations[] = variable in typeref:typename:char[]
187 /* tm_table */ translations,
/xsrc/external/mit/xterm/dist/
H A Dconfigure.in825 AC_MSG_CHECKING(if you want support for iconify/maximize translations)
H A Dcharproc.c919 * a) Sometimes the scrollbar passes through translations, sometimes it
920 * doesn't. We add the KeyPress translations here, just to be sure.
14277 TRACE(("...saving original keymap-translations\n"));
14278 original = w->core.tm.translations;
14282 TRACE(("...restoring original keymap-translations\n"));
14547 * Build up the default translations string, allowing the user to suppress

Completed in 48 milliseconds