Home
last modified time | relevance | path

Searched refs:test7 (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/gettext/gettext-tools/tests/
Dmsgfilter-77 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
Dmsgcomm-76 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
Dmsgmerge-76 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
Dmsggrep-76 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
Dmsgcat-76 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
Dmsgattrib-76 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
Dxgettext-76 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
Dmsgfmt-76 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
Dmsgconv-76 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/
DoptionalPropertiesTest.js32 var test7: i2 = { M: function () { } }; variable
33 test7 = {};
63 var test7 = { M: function () { } }; variable
64 test7 = {};
DoptionalPropertiesTest.types115 var test7: i2 = { M: function () { } };
116 >test7 : i2
121 test7 = {};
122 >test7 = {} : {}
123 >test7 : i2
DoptionalPropertiesTest.symbols101 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))
DnumericLiteralsWithTrailingDecimalPoints01.js15 var test7 = 3 variable
53 var test7 = 3
DnumericLiteralsWithTrailingDecimalPoints02.js15 var test7 = 3 variable
52 var test7 = 3
DnoImplicitReturnsInAsync2.symbols57 async function test7(isError: boolean = true) {
58 >test7 : Symbol(test7, Decl(noImplicitReturnsInAsync2.ts, 27, 1))
DnoImplicitReturnsInAsync2.js32 async function test7(isError: boolean = true) {
81 function test7(isError = true) { function
DnoImplicitReturnsInAsync2.types68 async function test7(isError: boolean = true) {
69 >test7 : (isError?: boolean) => Promise<void>
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/test/
Dtest7.pro2 TARGET = test7
10 HEADERS += ../../../test/test7.hpp
16 ../../../test/test7.cpp
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/
Dtests.pri18 test7 \
54 test7.file = test/test7.pro
/third_party/typescript/tests/cases/compiler/
DoptionalPropertiesTest.ts31 var test7: i2 = { M: function () { } }; variable
32 test7 = {};
/third_party/boost/libs/convert/test/
Dsfinae.cpp34 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/
DHAS_XXX_TRAIT_DEF.rst89 struct test7 { struct xxx; };
101 BOOST_MPL_ASSERT(( has_xxx<test7> ));
107 BOOST_MPL_ASSERT(( has_xxx<test7,true\_> ));
DHAS_XXX_TRAIT_NAMED_DEF.rst126 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/
Dtest_structures.py708 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/
Dcgroup_fj_function.sh142 test7() function
206 test7

1234