| /xsrc/external/mit/xkeyboard-config/dist/scripts/ |
| H A D | pull_translations.sh | 10 if [ ! -d po ] ; then 11 echo "No po subdirectory in the current directory, the script has to be executed from the top level $project directory" 15 rsync -Lrtvz translationproject.org::tp/latest/$project/ po
|
| /xsrc/external/mit/libXpm/dist/cxpm/ |
| H A D | Makefile.am | 9 noinst_DATA = cxpm.po 11 cxpm.po: $(cxpm_SOURCES:%=$(srcdir)/%) 14 CLEANFILES = cxpm.po
|
| /xsrc/external/mit/libXpm/dist/sxpm/ |
| H A D | Makefile.am | 13 noinst_DATA = sxpm.po 15 sxpm.po: $(sxpm_SOURCES:%=$(srcdir)/%) 18 CLEANFILES = sxpm.po
|
| /xsrc/external/mit/xhost/dist/ |
| H A D | Makefile.am | 26 noinst_DATA = xhost.po 28 xhost.po: $(xhost_SOURCES:%=$(srcdir)/%) 31 CLEANFILES = xhost.po
|
| H A D | Makefile.in | 362 @USE_GETTEXT_TRUE@noinst_DATA = xhost.po 363 @USE_GETTEXT_TRUE@CLEANFILES = xhost.po 596 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 941 @USE_GETTEXT_TRUE@xhost.po: $(xhost_SOURCES:%=$(srcdir)/%)
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | Makefile.am | 60 noinst_DATA = xfontsel.po 62 xfontsel.po: $(xfontsel_SOURCES:%=$(srcdir)/%) 65 CLEANFILES = xfontsel.po
|
| H A D | Makefile.in | 424 @USE_GETTEXT_TRUE@noinst_DATA = xfontsel.po 425 @USE_GETTEXT_TRUE@CLEANFILES = xfontsel.po 680 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 1028 @USE_GETTEXT_TRUE@xfontsel.po: $(xfontsel_SOURCES:%=$(srcdir)/%)
|
| /xsrc/external/mit/xload/dist/ |
| H A D | Makefile.am | 59 noinst_DATA = xload.po 61 xload.po: $(xload_SOURCES:%=$(srcdir)/%) 64 CLEANFILES = xload.po
|
| H A D | Makefile.in | 427 @USE_GETTEXT_TRUE@noinst_DATA = xload.po 428 @USE_GETTEXT_TRUE@CLEANFILES = xload.po 684 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 1034 @USE_GETTEXT_TRUE@xload.po: $(xload_SOURCES:%=$(srcdir)/%)
|
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSFontInfo.c | 71 FSPropOffset **po = (FSPropOffset **) NULL; local in function:FSListFontsWithXInfo 143 ResizeArray(po, FSPropOffset) 154 InitArray(po, FSPropOffset) 187 po[i] = FSmallocarray(pi[i]->num_offsets, sizeof(FSPropOffset)); 188 if (!po[i]) 197 po[i][j].name.position = local_po.name.position; 198 po[i][j].name.length = local_po.name.length; 199 po[i][j].value.position = local_po.value.position; 200 po[i][j].value.length = local_po.value.length; 201 po[ [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/ |
| H A D | navtree.js | 230 function newNode(o, po, text, link, childrenData, lastNode) 235 node.depth = po.depth + 1; 236 node.relpath = po.relpath; 240 po.getChildrenUL().appendChild(node.li); 241 node.parentNode = po; 324 function getNode(o, po) 326 po.childrenVisited = true; 327 var l = po.childrenData.length-1; 328 for (var i in po.childrenData) 330 var nodeData = po [all...] |
| /xsrc/external/mit/showfont/dist/ |
| H A D | showfont.c | 277 FSPropOffset *po, 284 for (int i = 0; i < num_props; i++, po++) { 285 strncpy(buf, (char *) (pd + po->name.position), po->name.length); 286 buf[po->name.length] = '\0'; 288 switch (po->type) { 290 strncpy(buf, (char *)(pd + po->value.position), po->value.length); 291 buf[po->value.length] = '\0'; 295 printf("%lu\n", (unsigned long) po 275 show_props(FSPropInfo * pi,FSPropOffset * po,unsigned char * pd) argument 315 FSPropOffset *po; local in function:show_info [all...] |
| /xsrc/external/mit/fslsfonts/dist/ |
| H A D | fslsfonts.c | 86 FSPropOffset *po; member in struct:__anon7afdab1d0108 307 font_list[font_cnt].po = offsets[i]; 514 const FSPropOffset *po = list->po; local in function:show_font_props 518 for (unsigned int i = 0; i < num_props; i++, po++) { 519 fwrite(pd + po->name.position, 1, po->name.length, stdout); 521 switch (po->type) { 523 fwrite(pd + po->value.position, 1, po [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | Android.mk | 80 $(MESA_DRI_OPTIONS_LANGS:%=$(intermediates)/xmlpool/%.po): $(intermediates)/xmlpool/%.po: $(LOCAL_PATH)/xmlpool/%.po $(POT) 102 $(PRIVATE_MO_FILES): $(intermediates)/xmlpool/%.gmo: $(intermediates)/xmlpool/%.po
|
| /xsrc/external/mit/fontconfig/dist/m4/ |
| H A D | po.m4 | 0 # po.m4 serial 24 (gettext-0.19) 22 dnl Checks for all prerequisites of the po subdirectory. 32 dnl the gettext macros and po/Makefile.in.in are in sync. 71 rm -f messages.po 88 dnl have to define it here, so that it can be used in po/Makefile. 96 AC_CONFIG_COMMANDS([po-directories], [[ 143 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) 145 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) 159 POFILES="$POFILES $srcdirpre$lang.po" 160 UPDATEPOFILES="$UPDATEPOFILES $lang.po [all...] |
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | swaprep.c | 476 SwapPropOffset(char *po) argument 482 swapl(po, n); 483 po += 4; 491 char *po; local in function:SwapPropInfo 493 po = (char *) pi + SIZEOF(fsPropInfo); 496 SwapPropOffset(po); 497 po += SIZEOF(fsPropOffset);
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fservestr.h | 180 extern int _fs_convert_props ( fsPropInfo *pi, fsPropOffset *po, pointer pd, 184 fsPropInfo *pi, fsPropOffset *po,
|
| H A D | fsconvert.c | 89 _fs_convert_props(fsPropInfo *pi, fsPropOffset *po, pointer pd, argument 117 off_adr = (char *)po; 168 fsPropInfo *pi, fsPropOffset *po, pointer pd) 173 if (_fs_convert_props(pi, po, pd, pfi) == -1) 166 _fs_convert_lfwi_reply(FSFpePtr conn,FontInfoPtr pfi,fsListFontsWithXInfoReply * fsrep,fsPropInfo * pi,fsPropOffset * po,pointer pd) argument
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fservestr.h | 180 extern int _fs_convert_props ( fsPropInfo *pi, fsPropOffset *po, pointer pd, 184 fsPropInfo *pi, fsPropOffset *po,
|
| H A D | fsconvert.c | 91 _fs_convert_props(fsPropInfo *pi, fsPropOffset *po, pointer pd, argument 119 off_adr = (char *)po; 170 fsPropInfo *pi, fsPropOffset *po, pointer pd) 175 if (_fs_convert_props(pi, po, pd, pfi) == -1) 168 _fs_convert_lfwi_reply(FSFpePtr conn,FontInfoPtr pfi,fsListFontsWithXInfoReply * fsrep,fsPropInfo * pi,fsPropOffset * po,pointer pd) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_query.c | 53 nv30_query_object_del(struct nv30_screen *screen, struct nv30_query_object **po) argument 55 struct nv30_query_object *qo = *po; *po = NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_query.c | 53 nv30_query_object_del(struct nv30_screen *screen, struct nv30_query_object **po) argument 55 struct nv30_query_object *qo = *po; *po = NULL;
|
| /xsrc/external/mit/fontconfig/dist/ |
| H A D | Makefile.am | 27 its po po-conf test
|
| H A D | Makefile.in | 127 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ 223 fc-validate conf.d its po po-conf test doc 471 conf.d its po po-conf test $(am__append_1) 726 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | cursor.c | 240 XcursorPixel *po, *pn, *pc; local in function:_XcursorHeckbertMedianCut 264 po = image->pixels; 272 p = *po++;
|