/third_party/gettext/gettext-tools/tests/ |
D | msgfilter-7 | 7 cat <<\EOF > mfi-test7.po 57 cat <<\EOF > mf-test7.sh 65 chmod +x mf-test7.sh 68 LC_ALL=C ${MSGFILTER} -i mfi-test7.po -o mfi-test7.out \ 69 ./mf-test7.sh >mfi-test7.err 2>&1 71 cat mfi-test7.err | grep -v 'warning: Locale charset' | grep -v '^ ' 74 cat <<\EOF > mfi-test7.ok 122 ${DIFF} mfi-test7.ok mfi-test7.out
|
D | msgcomm-7 | 6 cat <<EOF > mcomm-test7.in1 23 cat <<EOF > mcomm-test7.in2 30 ${MSGCOMM} --more-than=0 --no-location --omit-header -o mcomm-test7.tmp \ 31 mcomm-test7.in1 mcomm-test7.in2 || Exit 1 32 LC_ALL=C tr -d '\r' < mcomm-test7.tmp > mcomm-test7.out || Exit 1 34 cat << EOF > mcomm-test7.ok 43 ${DIFF} mcomm-test7.ok mcomm-test7.out
|
D | msgmerge-7 | 6 cat <<\EOF > mm-test7.po 32 cat <<EOF > mm-test7.pot 42 ${MSGMERGE} -q -o mm-test7.tmp mm-test7.po mm-test7.pot || Exit 1 43 LC_ALL=C tr -d '\r' < mm-test7.tmp > mm-test7.out || Exit 1 45 cat <<\EOF > mm-test7.ok 76 ${DIFF} mm-test7.ok mm-test7.out
|
D | msggrep-7 | 6 cat <<\EOF > mg-test7.po 53 ${MSGGREP} -J -e "File|" -o mg-test7.tmp mg-test7.po 2> mg-test7.err 55 cat mg-test7.err | grep -v 'warning: Locale charset' | grep -v '^ ' 57 LC_ALL=C tr -d '\r' < mg-test7.tmp > mg-test7.out || Exit 1 59 cat <<\EOF > mg-test7.ok 82 ${DIFF} mg-test7.ok mg-test7.out
|
D | msgcat-7 | 6 cat <<EOF > mcat-test7.in1 18 rm -f mcat-test7.tmp 20 ${MSGCAT} --sort-output -o mcat-test7.tmp mcat-test7.in1 || Exit 1 21 LC_ALL=C tr -d '\r' < mcat-test7.tmp > mcat-test7.out || Exit 1 23 cat << EOF > mcat-test7.ok 34 ${DIFF} mcat-test7.ok mcat-test7.out
|
D | msgattrib-7 | 6 cat <<\EOF > ma-test7.po 57 ${MSGATTRIB} --translated --only-obsolete -o ma-test7.tmp ma-test7.po || Exit 1 58 LC_ALL=C tr -d '\r' < ma-test7.tmp > ma-test7.out || Exit 1 60 cat <<\EOF > ma-test7.ok 85 ${DIFF} ma-test7.ok ma-test7.out
|
D | xgettext-7 | 6 cat <<\EOF > xg-test7.c 21 ${XGETTEXT} --omit-header --add-comments -d xg-test7.tmp xg-test7.c || Exit 1 22 LC_ALL=C tr -d '\r' < xg-test7.tmp.po > xg-test7.po || Exit 1 24 cat <<\EOF > xg-test7.ok 34 ${DIFF} xg-test7.ok xg-test7.po
|
D | msgfmt-7 | 6 cat <<EOF > mf-test7.in1 28 ${MSGFMT} --verbose --check mf-test7.in1 -o /dev/null \ 29 …s|^msgfmt\.exe|msgfmt|' -e 's|^/cygdrive/[^ ]*/msgfmt|msgfmt|' | LC_ALL=C tr -d '\r' > mf-test7.err 31 cat << EOF > mf-test7.ok 32 mf-test7.in1:17: duplicate message definition... 33 mf-test7.in1:16: ...this is the location of the first definition 38 ${DIFF} mf-test7.ok mf-test7.err
|
D | msgconv-7 | 6 cat <<\EOF > mco-test7.po 22 -o mco-test7.out mco-test7.po || Exit 1 24 cat <<\EOF > mco-test7.ok 40 ${DIFF} mco-test7.ok mco-test7.out >/dev/null
|
/third_party/typescript/tests/baselines/reference/ |
D | optionalPropertiesTest.js | 32 var test7: i2 = { M: function () { } }; variable 33 test7 = {}; 63 var test7 = { M: function () { } }; variable 64 test7 = {};
|
D | optionalPropertiesTest.types | 115 var test7: i2 = { M: function () { } }; 116 >test7 : i2 121 test7 = {}; 122 >test7 = {} : {} 123 >test7 : i2
|
D | optionalPropertiesTest.symbols | 101 var test7: i2 = { M: function () { } }; 102 >test7 : Symbol(test7, Decl(optionalPropertiesTest.ts, 30, 3)) 106 test7 = {}; 107 >test7 : Symbol(test7, Decl(optionalPropertiesTest.ts, 30, 3))
|
D | numericLiteralsWithTrailingDecimalPoints01.js | 15 var test7 = 3 variable 53 var test7 = 3
|
D | numericLiteralsWithTrailingDecimalPoints02.js | 15 var test7 = 3 variable 52 var test7 = 3
|
D | noImplicitReturnsInAsync2.symbols | 57 async function test7(isError: boolean = true) { 58 >test7 : Symbol(test7, Decl(noImplicitReturnsInAsync2.ts, 27, 1))
|
D | noImplicitReturnsInAsync2.js | 32 async function test7(isError: boolean = true) { 81 function test7(isError = true) { function
|
D | noImplicitReturnsInAsync2.types | 68 async function test7(isError: boolean = true) { 69 >test7 : (isError?: boolean) => Promise<void>
|
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/test/ |
D | test7.pro | 2 TARGET = test7 10 HEADERS += ../../../test/test7.hpp 16 ../../../test/test7.cpp
|
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/ |
D | tests.pri | 18 test7 \ 54 test7.file = test/test7.pro
|
/third_party/typescript/tests/cases/compiler/ |
D | optionalPropertiesTest.ts | 31 var test7: i2 = { M: function () { } }; variable 32 test7 = {};
|
/third_party/boost/libs/convert/test/ |
D | sfinae.cpp | 34 struct test7 { template<typename T> T operator()(T) const { return T(); }}; in operator ()() struct 93 BOOST_TEST((local::can_call_funop<callable::test7, std::string (int)>::value == false)); in test_is_callable() 94 BOOST_TEST((local::can_call_funop<callable::test7, std::string (std::string)>::value == true)); in test_is_callable() 95 BOOST_TEST((local::can_call_funop<callable::test7, void (int)>::value == true)); in test_is_callable() 96 BOOST_TEST((local::can_call_funop<callable::test7, void (std::string)>::value == true)); in test_is_callable()
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | HAS_XXX_TRAIT_DEF.rst | 89 struct test7 { struct xxx; }; 101 BOOST_MPL_ASSERT(( has_xxx<test7> )); 107 BOOST_MPL_ASSERT(( has_xxx<test7,true\_> ));
|
D | HAS_XXX_TRAIT_NAMED_DEF.rst | 126 struct test7 { struct xxx; }; 138 BOOST_MPL_ASSERT(( has_xxx<test7> )); 144 BOOST_MPL_ASSERT(( has_xxx<test7,true\_> ));
|
/third_party/python/Lib/ctypes/test/ |
D | test_structures.py | 708 test7 = Test7() 709 test7.A = 1 710 test7.B = 3 711 test7.C = 7 712 test7.D = 3 716 result = func(byref(test7)) 718 self.assertEqual(test7.A, 0) 719 self.assertEqual(test7.B, 0) 720 self.assertEqual(test7.C, 0) 721 self.assertEqual(test7.D, 0)
|
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/ |
D | cgroup_fj_function.sh | 142 test7() function 206 test7
|