Home
last modified time | relevance | path

Searched refs:test5 (Results 1 – 25 of 155) sorted by relevance

1234567

/third_party/gettext/gettext-tools/tests/
Dxgettext-56 cat <<EOF > xg-test5.c
15 ${XGETTEXT} --no-location -k_ -o xg-test5.po xg-test5.c 2>/dev/null
17 ${XGETTEXT} --no-location -k_ --from-code=iso-8859-2 -o xg-test5.tmp xg-test5.c || Exit 1
18 LC_ALL=C tr -d '\r' < xg-test5.tmp > xg-test5.po || Exit 1
20 sed -e '/POT-Creation-Date/d' < xg-test5.po > xg-test5.pot
22 cat <<EOF > xg-test5.ok
51 ${DIFF} xg-test5.ok xg-test5.pot
Dmsgmerge-56 cat <<EOF > mm-test5.in1.po
29 cat <<EOF > mm-test5.in2.po
41 ${MSGMERGE} -q -o mm-test5.tmp mm-test5.in1.po mm-test5.in2.po >mm-test5.err 2>&1
43 cat mm-test5.err | grep -v 'warning: Charset' | grep -v '^ '
45 LC_ALL=C tr -d '\r' < mm-test5.tmp > mm-test5.out || Exit 1
47 cat <<EOF > mm-test5.ok
72 ${DIFF} mm-test5.ok mm-test5.out
Dmsgcat-57 cat <<\EOF > mcat-test5.in1
31 cat <<\EOF > mcat-test5.in2
55 rm -f mcat-test5.tmp
58 ${MSGCAT} --use-first --more-than=0 -o mcat-test5.tmp \
59 mcat-test5.in1 mcat-test5.in2 || Exit 1
60 LC_ALL=C tr -d '\r' < mcat-test5.tmp > mcat-test5.out || Exit 1
62 cat << \EOF > mcat-test5.ok
85 ${DIFF} mcat-test5.ok mcat-test5.out
Dmsgcomm-56 cat <<EOF > mcomm-test5.in1
23 cat <<EOF > mcomm-test5.in2
30 ${MSGCOMM} --more-than=0 --omit-header -o mcomm-test5.tmp \
31 mcomm-test5.in1 mcomm-test5.in2 || Exit 1
32 LC_ALL=C tr -d '\r' < mcomm-test5.tmp > mcomm-test5.out || Exit 1
34 cat << EOF > mcomm-test5.ok
45 ${DIFF} mcomm-test5.ok mcomm-test5.out
Dmsgexec-56 cat <<\EOF > mex-test5.po
31 cat <<\EOF > mex-test5.sh
49 chmod a+x mex-test5.sh
53 ${MSGEXEC} -i mex-test5.po ./mex-test5.sh > mex-test5.out 2> mex-test5.err
55 cat mex-test5.err | grep -v 'warning: Locale charset' | grep -v '^ '
58 cat <<\EOF > mex-test5.ok
59 ========================= mex-test5.po:2 =========================
69 ========================= mex-test5.po:8 =========================
Dmsggrep-56 cat <<\EOF > mg-test5.po
169 ${MSGGREP} -C -e @proofread -o mg-test5.tmp mg-test5.po >mg-test5.err 2>&1
171 cat mg-test5.err | grep -v 'warning: Locale charset' | grep -v '^ '
173 LC_ALL=C tr -d '\r' < mg-test5.tmp > mg-test5.out || Exit 1
175 cat <<\EOF > mg-test5.ok
225 ${DIFF} mg-test5.ok mg-test5.out
Dmsgattrib-56 cat <<\EOF > ma-test5.po
57 ${MSGATTRIB} --no-obsolete -o ma-test5.tmp ma-test5.po || Exit 1
58 LC_ALL=C tr -d '\r' < ma-test5.tmp > ma-test5.out || Exit 1
60 cat <<\EOF > ma-test5.ok
97 ${DIFF} ma-test5.ok ma-test5.out
Dmsgconv-56 cat <<\EOF > mco-test5.po
52 ${MSGCONV} --to-code=UTF-8 -o mco-test5.tmp mco-test5.po || Exit 1
53 LC_ALL=C tr -d '\r' < mco-test5.tmp > mco-test5.out || Exit 1
55 cat <<\EOF > mco-test5.ok
101 ${DIFF} mco-test5.ok mco-test5.out
Dmsgfilter-540 cat <<\EOF > mfi-test5.po
91 LC_ALL=C ${MSGFILTER} --add-location=file -i mfi-test5.po -o mfi-test5.out \
92 fold -b -s -w 20 >mfi-test5.err 2>&1
94 cat mfi-test5.err | grep -v 'warning: Locale charset' | grep -v '^ '
97 cat <<\EOF > mfi-test5.ok
166 ${DIFF} mfi-test5.ok mfi-test5.out
Dxgettext-csharp-123 String test5 = rm.GetString("Test String 5");
26 String test5 = rm.GetString(@"first line
/third_party/typescript/tests/cases/fourslash/
DcompletionListsStringLiteralTypeAsIndexedAccessTypeObject.ts22 const test5 = test.marker("case_5"); constant
30 fileName: test5.fileName,
31 pos: test5.position - 1,
32 end: test5.position,
/third_party/boost/libs/convert/test/
Dsfinae.cpp32 …struct test5 { std::string operator()(int, std::string const& =std::string()) const { return std:… in operator ()() argument
78 …BOOST_TEST((local::can_call_funop<callable::test5, std::string (int, std::string)>::value == true)… in test_is_callable()
79 …BOOST_TEST((local::can_call_funop<callable::test5, std::string (int, std::string const&)>::value =… in test_is_callable()
80 …BOOST_TEST((local::can_call_funop<callable::test5, void (int, char const*)>::value == true)… in test_is_callable()
81 BOOST_TEST((local::can_call_funop<callable::test5, std::string (int)>::value == true)); in test_is_callable()
82 BOOST_TEST((local::can_call_funop<callable::test5 const, std::string (int)>::value == true)); in test_is_callable()
83 BOOST_TEST((local::can_call_funop<callable::test5, void (int)>::value == true)); in test_is_callable()
84 BOOST_TEST((local::can_call_funop<callable::test5 const, void (int)>::value == true)); in test_is_callable()
85 BOOST_TEST((local::can_call_funop<callable::test5, void (char const*)>::value == false)); in test_is_callable()
86 BOOST_TEST((local::can_call_funop<callable::test5 const, void (char const*)>::value == false)); in test_is_callable()
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/test/
Dtest5.pro2 TARGET = test5
8 HEADERS += ../../../test/test5.hpp
13 ../../../test/test5.cpp
/third_party/icu/icu4c/source/test/intltest/
Dcitrtest.cpp209 CharacterIterator* test5 = test1->clone(); in TestConstructionAndEquality() local
220 if (*test1 != *test5) in TestConstructionAndEquality()
227 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEquality()
241 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEquality()
245 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEquality()
251 delete test5; in TestConstructionAndEquality()
295 UCharCharacterIterator* test5 = test1->clone(); in TestConstructionAndEqualityUChariter() local
317 if (*test1 != *test5 ) in TestConstructionAndEqualityUChariter()
327 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEqualityUChariter()
339 test5->getText(result5); in TestConstructionAndEqualityUChariter()
[all …]
/third_party/alsa-utils/alsaloop/
Dtest.sh65 test5() { function
91 test5) shift; ARGS="$@"; test5 ;;
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/
Dtests.pri16 test5 \
52 test5.file = test/test5.pro
/third_party/typescript/tests/baselines/reference/
DnumericLiteralsWithTrailingDecimalPoints01.js13 var test5 = 3 .toString(); variable
51 var test5 = 3..toString();
DnumericLiteralsWithTrailingDecimalPoints02.js13 var test5 = 3 .toString(); variable
50 var test5 = 3..toString();
DnoImplicitReturnsInAsync2.symbols28 async function test5(isError: boolean = true): Promise<any> { //should not be error
29 >test5 : Symbol(test5, Decl(noImplicitReturnsInAsync2.ts, 12, 1))
DoptionalPropertiesTest.js30 var test5: i1 = { M: function () { } }; variable
61 var test5 = { M: function () { } }; variable
/third_party/node/test/parallel/
Dtest-process-warning.js45 setImmediate(test5);
48 function test5() { function
/third_party/icu/icu4c/source/test/testdata/
Dtest5.ucm7 # test5.ucm
12 <code_set_name> "test5"
Dra.txt49 * Tag name: test5
51 * @note This resource is for test5
53 test5:int{1}
/third_party/boost/libs/asio/test/
Dunit_test.hpp168 #define BOOST_ASIO_TEST_CASE5(test1, test2, test3, test4, test5) \ argument
169 boost::asio::detail::run_test<&test1, test2, test3, test4, test5>( \
170 #test1 "," #test2 "," #test3 "," #test4 "," #test5);
/third_party/boost/libs/pfr/test/run/
Dread_write_non_literal.cpp58 struct test5 { in main()
66 test5{1, f1_referenced, '3', 4, f4_referenced }, in main()

1234567