/third_party/gettext/gettext-tools/tests/ |
D | autopoint-2 | 8 || { echo "Skipping test: autoconf not found"; Exit 77; } 15 || { echo "Skipping test: autoconf version too old"; Exit 77; } 38 test $? = 0 || { cat autopoint.err; Exit 1; } 40 test ! -d intl || Exit 1 41 test -d m4 || Exit 1 42 test -d po || Exit 1 43 test -d build-aux || Exit 1 45 test -f m4/po.m4 || Exit 1 46 test -f po/Makefile.in.in || Exit 1 47 test -f build-aux/config.rpath || Exit 1 [all …]
|
D | intl-3 | 33 ../intl-3-prg in-3-1 $LOCALE_FR ISO-8859-1 > in-3.tmp || Exit 1 34 LC_ALL=C tr -d '\r' < in-3.tmp > in-3.out || Exit 1 35 ${DIFF} in-3-1.ok in-3.out || Exit 1 36 ../intl-3-prg in-3-2 $LOCALE_FR ISO-8859-1 > in-3.tmp || Exit 1 37 LC_ALL=C tr -d '\r' < in-3.tmp > in-3.out || Exit 1 38 ${DIFF} in-3-1.ok in-3.out || Exit 1 39 ../intl-3-prg in-3-1 $LOCALE_FR UTF-8 > in-3.tmp || Exit 1 40 LC_ALL=C tr -d '\r' < in-3.tmp > in-3.out || Exit 1 41 ${DIFF} in-3-2.ok in-3.out || Exit 1 42 ../intl-3-prg in-3-2 $LOCALE_FR UTF-8 > in-3.tmp || Exit 1 [all …]
|
D | autopoint-1 | 8 || { echo "Skipping test: autoconf not found"; Exit 77; } 15 || { echo "Skipping test: autoconf version too old"; Exit 77; } 26 || Exit 1 28 test ! -d intl || Exit 1 29 test ! -d m4 || Exit 1 30 test ! -d po || Exit 1 44 || Exit 1 46 test ! -d intl || Exit 1 47 test ! -d m4 || Exit 1 48 test ! -d po || Exit 1 [all …]
|
D | msgmerge-compendium-6 | 25 "$wabs_srcdir"/mm-ko.euc-kr.po "$wabs_srcdir"/mm-ko.ascii.pot || Exit 1 26 LC_ALL=C tr -d '\r' < mm-c-6-AEE.tmp > mm-c-6-AEE.out || Exit 1 31 "$wabs_srcdir"/mm-ko.euc-kr.po "$wabs_srcdir"/mm-ko.ascii.pot || Exit 1 32 LC_ALL=C tr -d '\r' < mm-c-6-AEU.tmp > mm-c-6-AEU.out || Exit 1 37 mm-ko.utf-8.po "$wabs_srcdir"/mm-ko.ascii.pot || Exit 1 38 LC_ALL=C tr -d '\r' < mm-c-6-AUE.tmp > mm-c-6-AUE.out || Exit 1 43 mm-ko.utf-8.po "$wabs_srcdir"/mm-ko.ascii.pot || Exit 1 44 LC_ALL=C tr -d '\r' < mm-c-6-AUU.tmp > mm-c-6-AUU.out || Exit 1 49 "$wabs_srcdir"/mm-ko.euc-kr.po mm-ko.utf-8.pot || Exit 1 50 LC_ALL=C tr -d '\r' < mm-c-6-UEE.tmp > mm-c-6-UEE.out || Exit 1 [all …]
|
D | lang-bash | 40 test $result = 0 || { Exit 1; } 41 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1 55 ${DIFF} prog.ok prog.pot || Exit 1 75 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1 76 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 79 ${DIFF} fr.po fr.po.new || Exit 1 89 || { echo "Skipping test: bash not found"; Exit 77; } 92 *) echo "Skipping test: bash version too old"; Exit 77;; 103 *) Exit 1;; 111 *) Exit 1;; [all …]
|
D | plural-1 | 5 ${XGETTEXT} -o plural-1-cake.tmp --omit-header --no-location "$wabs_srcdir"/plural-1-prg.c || Exit 1 6 LC_ALL=C tr -d '\r' < plural-1-cake.tmp > plural-1-cake.pot || Exit 1 17 ${DIFF} plural-1-cake.ok plural-1-cake.pot || Exit 1 29 ${MSGMERGE} -q -o plural-1-fr.po.tmp plural-1-fr.po plural-1-cake.pot || Exit 1 30 LC_ALL=C tr -d '\r' < plural-1-fr.po.tmp > plural-1-fr.po.new || Exit 1 33 ${DIFF} plural-1-fr.po plural-1-fr.po.new || Exit 1 43 ${MSGUNFMT} -o plural-1-fr.po.tmp plural-1-dir/fr/LC_MESSAGES/cake.mo || Exit 1 44 LC_ALL=C tr -d '\r' < plural-1-fr.po.tmp > plural-1-fr.po.un || Exit 1 49 ${DIFF} plural-1-fr.po.strip plural-1-fr.po.un || Exit 1 54 LANGUAGE= ../cake "$1" 1 > plural-1-cake.tmp || Exit 1 [all …]
|
D | lang-c++ | 15 Exit 77 19 Exit 77 69 || Exit 1 78 || Exit 1 81 ${XGETTEXT} -o prog.tmp --omit-header --no-location -k_ prog.cc || Exit 1 82 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1 100 ${DIFF} prog.ok prog.pot || Exit 1 125 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1 126 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 129 ${DIFF} fr.po fr.po.new || Exit 1 [all …]
|
D | lang-clisp | 22 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog.lisp || Exit 1 23 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1 41 ${DIFF} prog.ok prog.pot || Exit 1 66 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1 67 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 70 ${DIFF} fr.po fr.po.new || Exit 1 82 || { echo "Skipping test: clisp not found"; Exit 77; } 86 echo "Skipping test: clisp version too old"; Exit 77;; 92 Exit 77 103 *) Exit 1;; [all …]
|
D | lang-php | 21 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog.php || Exit 1 22 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1 34 ${DIFF} prog.ok prog.pot || Exit 1 50 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1 51 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 54 ${DIFF} fr.po fr.po.new || Exit 1 65 || { echo "Skipping test: php not found"; Exit 77; } 68 *) echo "Skipping test: php version too old"; Exit 77;; 72 Exit 77 83 *) Exit 1;; [all …]
|
D | lang-gawk | 26 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog.awk || Exit 1 27 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1 45 ${DIFF} prog.ok prog.pot || Exit 1 70 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1 71 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 74 ${DIFF} fr.po fr.po.new || Exit 1 84 || { echo "Skipping test: gawk not found"; Exit 77; } 87 echo "Skipping test: gawk version too old"; Exit 77;; 98 *) Exit 1;; 106 *) Exit 1;; [all …]
|
D | lang-javascript | 22 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog.js || Exit 1 23 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1 35 ${DIFF} prog.ok prog.pot || Exit 1 51 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1 52 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 55 ${DIFF} fr.po fr.po.new || Exit 1 65 || { echo "Skipping test: gjs not found"; Exit 77; } 67 || { echo "Skipping test: gjs gettext module not found"; Exit 77; } 69 || { echo "Skipping test: gjs format module not found"; Exit 77; } 72 || { echo "Skipping test: gjs version is older than 1.40"; Exit 77; } [all …]
|
D | intl-2 | 33 ../intl-1-prg in-2-1 $LOCALE_FR > in-2.tmp || Exit 1 34 LC_ALL=C tr -d '\r' < in-2.tmp > in-2.out || Exit 1 35 ${DIFF} in-2-1.ok in-2.out || Exit 1 36 ../intl-1-prg in-2-2 $LOCALE_FR > in-2.tmp || Exit 1 37 LC_ALL=C tr -d '\r' < in-2.tmp > in-2.out || Exit 1 38 ${DIFF} in-2-1.ok in-2.out || Exit 1 43 ../intl-1-prg in-2-1 $LOCALE_FR_UTF8 > in-2.tmp || Exit 1 44 LC_ALL=C tr -d '\r' < in-2.tmp > in-2.out || Exit 1 45 ${DIFF} in-2-2.ok in-2.out || Exit 1 46 ../intl-1-prg in-2-2 $LOCALE_FR_UTF8 > in-2.tmp || Exit 1 [all …]
|
D | lang-lua | 21 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog.lua || Exit 1 22 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1 40 ${DIFF} prog.ok prog.pot || Exit 1 63 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1 64 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 67 ${DIFF} fr.po fr.po.new || Exit 1 78 || { echo "Skipping test: lua not found"; Exit 77; } 81 *) echo "Skipping test: lua version too old"; Exit 77;; 85 Exit 77 96 *) Exit 1;; [all …]
|
D | lang-python-1 | 22 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog1.py || Exit 1 23 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1 35 ${DIFF} prog.ok prog.pot || Exit 1 53 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1 54 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 57 ${DIFF} fr.po fr.po.new || Exit 1 67 || { echo "Skipping test: python not found"; Exit 77; } 70 *) echo "Skipping test: python version too old"; Exit 77;; 87 LANGUAGE= LC_ALL=$LOCALE_FR python prog1.py > prog.out || Exit 1 88 ${DIFF} prog.ok prog.out || Exit 1 [all …]
|
D | lang-tcl | 25 ${XGETTEXT} -o prog.tmp --omit-header -k_ program.tcl || Exit 1 26 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1 40 ${DIFF} prog.ok prog.pot || Exit 1 58 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1 59 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 62 ${DIFF} fr.po fr.po.new || Exit 1 67 ${MSGFMT} --tcl -d msgs -l fr fr.po || Exit 1 76 Exit 77 93 LANGUAGE= LANG=$LOCALE_FR LC_MESSAGES= LC_CTYPE= LC_ALL= tclsh program.tcl > prog.tmp || Exit 1 94 LC_ALL=C tr -d '\r' < prog.tmp > prog.out || Exit 1 [all …]
|
D | format-c-5 | 7 ${XGETTEXT} -o fc5.tmp --omit-header --no-location "$wabs_srcdir"/format-c-5-prg.c || Exit 1 8 LC_ALL=C tr -d '\r' < fc5.tmp > fc5.pot || Exit 1 17 ${DIFF} fc5.ok fc5.pot || Exit 1 33 ${MSGUNFMT} -o fa.po.tmp fa/LC_MESSAGES/fc5.mo || Exit 1 34 LC_ALL=C tr -d '\r' < fa.po.tmp > fa.po.un || Exit 1 37 ${DIFF} fa.po fa.po.un || Exit 1 52 Exit 77;; 53 *) Exit 1;; 66 *) Exit 1;; 74 *) Exit 1;; [all …]
|
D | lang-python-2 | 28 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog2.py || Exit 1 29 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1 47 ${DIFF} prog.ok prog.pot || Exit 1 72 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1 73 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 76 ${DIFF} fr.po fr.po.new || Exit 1 86 || { echo "Skipping test: python not found"; Exit 77; } 89 *) echo "Skipping test: python version too old"; Exit 77;; 108 LANGUAGE= LC_ALL=$LOCALE_FR python prog2.py 2 > prog.out || Exit 1 109 ${DIFF} prog.ok prog.out || Exit 1 [all …]
|
D | lang-guile | 25 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog.scm || Exit 1 26 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1 44 ${DIFF} prog.ok prog.pot || Exit 1 69 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1 70 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 73 ${DIFF} fr.po fr.po.new || Exit 1 83 || { echo "Skipping test: guile not found"; Exit 77; } 86 echo "Skipping test: guile version too old"; Exit 77;; 97 *) Exit 1;; 105 *) Exit 1;; [all …]
|
/third_party/boost/libs/statechart/test/ |
D | TransitionTest.cpp | 103 void Exit( ActionDescriptionSequence & sequence ) in Exit() function 426 Exit< Default2< S1< M > > >, in TestTransitions() 427 Exit< S11< M > >, in TestTransitions() 428 Exit< Default0< S1< M > > >, in TestTransitions() 429 Exit< S1< M > >, in TestTransitions() 441 Exit< Default2< S1< M > > >, in TestTransitions() 442 Exit< S11< M > >, in TestTransitions() 443 Exit< Default0< S1< M > > >, in TestTransitions() 444 Exit< S1< M > >, in TestTransitions() 456 Exit< Default2< S1< M > > >, in TestTransitions() [all …]
|
/third_party/e2fsprogs/tests/d_xattr_edits/ |
D | expect | 3 Exit status is 0 5 Exit status is 0 7 Exit status is 0 12 Exit status is 0 16 Exit status is 0 19 Exit status is 0 21 Exit status is 0 23 Exit status is 0 27 Exit status is 0 30 Exit status is 0 [all …]
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 252 goto Exit; in cff_index_init() 258 goto Exit; in cff_index_init() 271 goto Exit; in cff_index_init() 276 goto Exit; in cff_index_init() 286 goto Exit; in cff_index_init() 290 goto Exit; in cff_index_init() 295 goto Exit; in cff_index_init() 304 goto Exit; in cff_index_init() 310 goto Exit; in cff_index_init() 314 Exit: in cff_index_init() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 253 goto Exit; in cff_index_init() 259 goto Exit; in cff_index_init() 272 goto Exit; in cff_index_init() 277 goto Exit; in cff_index_init() 287 goto Exit; in cff_index_init() 291 goto Exit; in cff_index_init() 296 goto Exit; in cff_index_init() 305 goto Exit; in cff_index_init() 311 goto Exit; in cff_index_init() 315 Exit: in cff_index_init() [all …]
|
/third_party/freetype/src/cff/ |
D | cffload.c | 252 goto Exit; in cff_index_init() 258 goto Exit; in cff_index_init() 271 goto Exit; in cff_index_init() 276 goto Exit; in cff_index_init() 286 goto Exit; in cff_index_init() 290 goto Exit; in cff_index_init() 295 goto Exit; in cff_index_init() 304 goto Exit; in cff_index_init() 310 goto Exit; in cff_index_init() 314 Exit: in cff_index_init() [all …]
|
/third_party/freetype/src/bdf/ |
D | bdflib.c | 326 goto Exit; in _bdf_list_ensure() 332 goto Exit; in _bdf_list_ensure() 337 Exit: in _bdf_list_ensure() 434 goto Exit; in _bdf_list_split() 442 goto Exit; in _bdf_list_split() 472 goto Exit; in _bdf_list_split() 501 goto Exit; in _bdf_list_split() 509 Exit: in _bdf_list_split() 535 goto Exit; in _bdf_readstream() 542 goto Exit; in _bdf_readstream() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/bdf/ |
D | bdflib.c | 327 goto Exit; in _bdf_list_ensure() 333 goto Exit; in _bdf_list_ensure() 338 Exit: in _bdf_list_ensure() 435 goto Exit; in _bdf_list_split() 443 goto Exit; in _bdf_list_split() 473 goto Exit; in _bdf_list_split() 502 goto Exit; in _bdf_list_split() 510 Exit: in _bdf_list_split() 536 goto Exit; in _bdf_readstream() 543 goto Exit; in _bdf_readstream() [all …]
|