| /xsrc/external/mit/MesaLib.old/dist/src/util/xmlpool/ |
| H A D | gen_xmlpool.py | 29 # 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 D | Template.c | 81 static char translations[] = variable in typeref:typename:char[] 117 translations, /* tm_table */
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Core.c | 123 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 D | GetValues.c | 220 XtTranslations translations = _XtGetTranslationValue(w); local in function:XtGetValues 222 _XtCopyToArg((char *) &translations, &args[targ].value,
|
| H A D | TMstate.c | 764 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 D | TMgrab.c | 244 XtTranslations xlations = widget->core.tm.translations;
|
| H A D | TMprint.c | 736 widget->core.tm.translations, NULL, True); 777 if ((eventWidget == NULL) || (eventWidget->core.tm.translations == NULL)) 780 xlations = eventWidget->core.tm.translations;
|
| H A D | Event.c | 138 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 D | TMaction.c | 532 if ((destXlations = destination->core.tm.translations) == NULL) { 575 XtTranslations xlations = tm->translations;
|
| H A D | Resources.c | 892 (!widget->core.tm.translations || 894 widget->core.tm.translations->operation != XtTableReplace)) &&
|
| H A D | Create.c | 369 widget->core.tm.translations = NULL;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | Canvas.c | 108 static char translations[] = variable in typeref:typename:char[] 148 translations, /* tm_table */
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | Android.mk | 70 # Generate options.h from gettext translations.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.1.10.rst | 101 - spirv: replace discard with demote for incorrect HLSL->SPIR-V translations
|
| H A D | 20.2.1.rst | 147 - spirv: replace discard with demote for incorrect HLSL->SPIR-V translations
|
| H A D | 19.0.0.rst | 281 - swr/rast: Unaligned and translations in gathers 1032 - mesa/core: Add definitions and translations for EXT_texture_sRGB_R8
|
| H A D | 19.3.0.rst | 952 - meson: don't try to generate i18n translations on windows 1904 - turnip: add more 2d_ifmt translations
|
| H A D | 20.3.0.rst | 4061 - spirv: replace discard with demote for incorrect HLSL->SPIR-V translations
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | IntrinsicP.h | 195 XtTranslations translations; /* private to Translation Manager */ member in struct:_XtTMRec
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | pick.c | 171 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 D | save.c | 853 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 D | Scale.c | 149 static char translations[] = variable in typeref:typename:char[] 187 /* tm_table */ translations,
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | configure.in | 825 AC_MSG_CHECKING(if you want support for iconify/maximize translations)
|
| H A D | charproc.c | 919 * 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
|