/third_party/gettext/gettext-tools/tests/ |
D | msgcat-8 | 7 cat <<\EOF > mcat-test8.in1 32 cat <<\EOF > mcat-test8.in2 56 rm -f mcat-test8.tmp 59 ${MSGCAT} --more-than=0 -o mcat-test8.tmp \ 60 mcat-test8.in1 mcat-test8.in2 || Exit 1 61 LC_ALL=C tr -d '\r' < mcat-test8.tmp > mcat-test8.out || Exit 1 63 cat <<\EOF > mcat-test8.ok 104 ${DIFF} mcat-test8.ok mcat-test8.out
|
D | msgcomm-8 | 6 cat <<EOF > mcomm-test8.in1 23 cat <<EOF > mcomm-test8.in2 41 ${MSGCOMM} --more-than=1 -o mcomm-test8.tmp \ 42 mcomm-test8.in1 mcomm-test8.in2 || Exit 1 43 LC_ALL=C tr -d '\r' < mcomm-test8.tmp > mcomm-test8.out || Exit 1 45 cat << EOF > mcomm-test8.ok 63 ${DIFF} mcomm-test8.ok mcomm-test8.out
|
D | msggrep-8 | 6 cat <<\EOF > mg-test8.po 37 ${MSGGREP} -X -e c-form -o mg-test8.tmp mg-test8.po >mg-test8.err 2>&1 39 cat mg-test8.err | grep -v 'warning: Locale charset' | grep -v '^ ' 41 LC_ALL=C tr -d '\r' < mg-test8.tmp > mg-test8.out || Exit 1 43 cat <<\EOF > mg-test8.ok 63 ${DIFF} mg-test8.ok mg-test8.out
|
D | msgmerge-8 | 6 cat <<\EOF > mm-test8.po 32 cat <<EOF > mm-test8.pot 38 ${MSGMERGE} --multi-domain -q -o mm-test8.tmp mm-test8.po mm-test8.pot || Exit 1 39 LC_ALL=C tr -d '\r' < mm-test8.tmp > mm-test8.out || Exit 1 41 cat <<\EOF > mm-test8.ok 72 ${DIFF} mm-test8.ok mm-test8.out
|
D | xgettext-8 | 6 cat <<\EOF > xg-test8.po 30 cat <<EOF > xg-test8.in.c 35 ${XGETTEXT} -a -j -o xg-test8.po xg-test8.in.c || Exit 1 37 sed -e '/POT-Creation-Date/d' < xg-test8.po | LC_ALL=C tr -d '\r' > xg-test8.pot 39 cat <<\EOF > xg-test8.ok 68 ${DIFF} xg-test8.ok xg-test8.pot
|
D | msgfmt-8 | 6 cat <<EOF > mf-test8.in1 28 ${MSGFMT} --verbose --check mf-test8.in1 -o /dev/null \ 29 …s|^msgfmt\.exe|msgfmt|' -e 's|^/cygdrive/[^ ]*/msgfmt|msgfmt|' | LC_ALL=C tr -d '\r' > mf-test8.err 31 cat << EOF > mf-test8.ok 32 mf-test8.in1:17: duplicate message definition... 33 mf-test8.in1:16: ...this is the location of the first definition 38 ${DIFF} mf-test8.ok mf-test8.err
|
D | msgattrib-8 | 7 cat <<\EOF > ma-test8.po 58 ${MSGATTRIB} --set-fuzzy -o ma-test8.tmp ma-test8.po || Exit 1 59 LC_ALL=C tr -d '\r' < ma-test8.tmp > ma-test8.out || Exit 1 61 cat <<\EOF > ma-test8.ok 117 ${DIFF} ma-test8.ok ma-test8.out
|
D | msgfilter-8 | 18 cat <<\EOF > mfi-test8.po 83 LC_ALL=C ${MSGFILTER} --newline -i mfi-test8.po -o mfi-test8.out \ 84 ${CONFIG_SHELL} filter.sh >mfi-test8.err 2>&1 86 cat mfi-test8.err | grep -v 'warning: Locale charset' | grep -v '^ ' 88 cat mfi-test8.err | grep 'msgfilter: filter output is not terminated with a newline' >/dev/null 91 cat <<\EOF > mfi-test8.ok 164 ${DIFF} mfi-test8.ok mfi-test8.out
|
/third_party/typescript/tests/baselines/reference/ |
D | optionalPropertiesTest.js | 34 var test8: i4 = { M: 5 } variable 35 test8 = {}; 65 var test8 = { M: 5 }; variable 66 test8 = {};
|
D | optionalPropertiesTest.types | 126 var test8: i4 = { M: 5 } 127 >test8 : i4 132 test8 = {}; 133 >test8 = {} : {} 134 >test8 : i4
|
D | optionalPropertiesTest.symbols | 109 var test8: i4 = { M: 5 } 110 >test8 : Symbol(test8, Decl(optionalPropertiesTest.ts, 32, 3)) 114 test8 = {}; 115 >test8 : Symbol(test8, Decl(optionalPropertiesTest.ts, 32, 3))
|
D | numericLiteralsWithTrailingDecimalPoints01.js | 17 var test8 = new Number(4).toString(); 55 var test8 = new Number(4).toString();
|
D | numericLiteralsWithTrailingDecimalPoints02.js | 17 var test8 = new Number(4).toString(); 54 var test8 = new Number(4).toString();
|
D | subclassThisTypeAssignable.js | 27 const test8: ClassComponent<any> = new C(); constant 40 var test8 = new C(); variable
|
D | subclassThisTypeAssignable.types | 45 const test8: ClassComponent<any> = new C(); 46 >test8 : ClassComponent<any>
|
D | subclassThisTypeAssignable.symbols | 88 const test8: ClassComponent<any> = new C(); 89 >test8 : Symbol(test8, Decl(tile1.ts, 23, 5))
|
D | typeGuardTypeOfUndefined.js | 86 function test8(a: boolean | void) { function 266 function test8(a) {
|
D | numericLiteralsWithTrailingDecimalPoints02.symbols | 55 var test8 = new Number(4).toString(); 56 >test8 : Symbol(test8, Decl(numericLiteralsWithTrailingDecimalPoints02.ts, 15, 3))
|
D | numericLiteralsWithTrailingDecimalPoints01.symbols | 55 var test8 = new Number(4).toString(); 56 >test8 : Symbol(test8, Decl(numericLiteralsWithTrailingDecimalPoints01.ts, 15, 3))
|
/third_party/typescript/tests/cases/compiler/ |
D | optionalPropertiesTest.ts | 33 var test8: i4 = { M: 5 } variable 34 test8 = {};
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | HAS_XXX_TRAIT_DEF.rst | 90 struct test8 { typedef void (\*xxx)(); }; 102 BOOST_MPL_ASSERT(( has_xxx<test8> )); 108 BOOST_MPL_ASSERT(( has_xxx<test8,true\_> ));
|
D | HAS_XXX_TRAIT_NAMED_DEF.rst | 127 struct test8 { typedef void (\*xxx)(); }; 139 BOOST_MPL_ASSERT(( has_xxx<test8> )); 145 BOOST_MPL_ASSERT(( has_xxx<test8,true\_> ));
|
D | HAS_XXX_TEMPLATE_DEF.rst | 98 struct test8 { typedef void (xxx)(); }; 108 BOOST_MPL_ASSERT_NOT(( has_xxx<test8> ));
|
/third_party/pcre2/pcre2/ |
D | RunTest | 346 test8=skip 354 test8=-8 371 test8=-8 461 for bmode in "$test8" "$test16" "$test32"; do 464 -16) if [ "$test8$test32" != "skipskip" ] ; then echo ""; fi 466 -32) if [ "$test8$test16" != "skipskip" ] ; then echo ""; fi
|
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/ |
D | cgroup_fj_function.sh | 153 test8() function 207 test8
|