/third_party/gettext/gettext-tools/tests/ |
D | msgexec-4 | 19 cat <<\EOF > mex-test4.po 64 cat <<\EOF > mex-test4.sh 78 chmod a+x mex-test4.sh 82 ${MSGEXEC} -i mex-test4.po ./mex-test4.sh > mex-test4.out 2> mex-test4.err 84 cat mex-test4.err | grep -v 'warning: Locale charset' | grep -v '^ ' 87 cat <<\EOF > mex-test4.ok 88 ========================= mex-test4.po:2 ========================= 94 ========================= mex-test4.po:9 ========================= 99 ========================= mex-test4.po:14 ========================= 104 ========================= mex-test4.po:19 ========================= [all …]
|
D | msgcmp-4 | 7 cat <<\EOF > mc-test4.pot 45 cat <<\EOF > mc-test4.po1 89 ${MSGCMP} --use-fuzzy mc-test4.po1 mc-test4.pot > mc-test4.out11 2>&1 || Exit 1 90 if grep -v '^==' mc-test4.out11 | grep -v 'warning:' > /dev/null; then 97 ${MSGCMP} mc-test4.po1 mc-test4.pot > mc-test4.out12 2>&1 99 grep -v '^==' mc-test4.out12 | grep -v 'warning:' > /dev/null || Exit 1 101 cat <<\EOF > mc-test4.po2 147 ${MSGCMP} mc-test4.po2 mc-test4.pot > mc-test4.out2 2>&1 || Exit 1 148 if grep -v '^==' mc-test4.out2 | grep -v 'warning:' > /dev/null; then
|
D | msgcat-4 | 7 cat <<\EOF > mcat-test4.in1 30 cat <<\EOF > mcat-test4.in2 54 rm -f mcat-test4.tmp 58 ${MSGCAT} --use-first --more-than=0 -o mcat-test4.tmp \ 59 mcat-test4.in1 mcat-test4.in2 >mcat-test4.err 2>&1 61 cat mcat-test4.err | grep -v 'warning: .* encodings' | grep -v '^ ' 63 LC_ALL=C tr -d '\r' < mcat-test4.tmp > mcat-test4.out || Exit 1 65 cat << \EOF > mcat-test4.ok 94 ${DIFF} mcat-test4.ok mcat-test4.out
|
D | msggrep-4 | 6 cat <<\EOF > mg-test4.po 155 echo 'invalid' > mg-test4.in1 157 echo 'illegal' > mg-test4.in2 161 ${MSGGREP} -K -e error -f mg-test4.in1 -f mg-test4.in2 -e cannot -o mg-test4.tmp mg-test4.po > mg-t… 163 cat mg-test4.err | grep -v 'warning: Locale charset' | grep -v '^ ' 165 LC_ALL=C tr -d '\r' < mg-test4.tmp > mg-test4.out || Exit 1 167 cat <<\EOF > mg-test4.ok 232 ${DIFF} mg-test4.ok mg-test4.out
|
D | msgcomm-4 | 6 cat <<EOF > mcomm-test4.in1 23 cat <<EOF > mcomm-test4.in2 30 ${MSGCOMM} --more-than=0 -o mcomm-test4.tmp \ 31 mcomm-test4.in1 mcomm-test4.in2 || Exit 1 32 LC_ALL=C tr -d '\r' < mcomm-test4.tmp > mcomm-test4.out || Exit 1 34 cat << EOF > mcomm-test4.ok 56 ${DIFF} mcomm-test4.ok mcomm-test4.out
|
D | msgmerge-4 | 6 cat <<EOF > mm-test4.in1.po 19 cat <<EOF > mm-test4.in2.po 28 ${MSGMERGE} -q -o mm-test4.tmp mm-test4.in1.po mm-test4.in2.po || Exit 1 29 LC_ALL=C tr -d '\r' < mm-test4.tmp > mm-test4.out || Exit 1 31 cat <<EOF > mm-test4.ok 49 ${DIFF} mm-test4.ok mm-test4.out
|
D | msginit-4 | 12 cat <<\EOF > mi-test4.pot 50 ${MSGINIT} -i mi-test4.pot -l foo --no-translator --no-wrap -o mi-test4.tmp 2>mi-test4.err 51 test $? = 0 || { cat mi-test4.err 1>&2; Exit 1; } 58 …P1252/ASCII/g' -e 's/UTF-8/ASCII/g' < mi-test4.tmp | grep -v Project-Id-Version | LC_ALL=C tr -d '… 59 cat <<\EOF > mi-test4.ok 85 ${DIFF} mi-test4.ok mi-test4.out
|
D | xgettext-4 | 6 cat <<EOF > xg-test4.in.c 12 ${XGETTEXT} --output xg-test4.tmp --foreign-user --no-location -k_ xg-test4.in.c || Exit 1 13 sed -e '/\"POT-Creation-Date:.*/d' < xg-test4.tmp | LC_ALL=C tr -d '\r' > xg-test4.po 15 cat <<EOF > xg-test4.ok 38 ${DIFF} xg-test4.ok xg-test4.po
|
D | msgattrib-4 | 6 cat <<\EOF > ma-test4.po 57 ${MSGATTRIB} --only-fuzzy -o ma-test4.tmp ma-test4.po || Exit 1 58 LC_ALL=C tr -d '\r' < ma-test4.tmp > ma-test4.out || Exit 1 60 cat <<\EOF > ma-test4.ok 80 ${DIFF} ma-test4.ok ma-test4.out
|
D | msgfilter-4 | 35 cat <<\EOF > mfi-test4.po 88 ${MSGFILTER} -i mfi-test4.po -o mfi-test4.out sed -e "$sedexpr1" -e "$sedexpr2" >mfi-test4.err 2>&1 90 cat mfi-test4.err | grep -v 'warning: Locale charset' | grep -v '^ ' 93 cat <<\EOF > mfi-test4.ok 139 ${DIFF} mfi-test4.ok mfi-test4.out
|
D | msgconv-4 | 7 cat <<\EOF > mco-test4.properties 13 ${MSGCONV} --properties-input --properties-output -t Big5 -o mco-test4.out mco-test4.properties || … 17 ${DIFF} mco-test4.properties mco-test4.out >/dev/null
|
D | msgfmt-4 | 6 cat <<EOF >mf-test4.po 36 ${MSGFMT} -o /dev/null mf-test4.po 2> /dev/null
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testsealable.py | 88 m.test1.test2().test4 102 m.test1.test2["a"].test4 104 m.test1.test3[2:5].test4 114 m.test1.test2.test4 # Does not raise 115 m.test1.test2.test4 = 1 # Does not raise 158 m.test1.test2.test3.test4 162 m.test1.test2.test3.test4.boom 167 m.test1().test2.test3().test4 171 m.test1().test2.test3().test4()
|
/third_party/gstreamer/gstplugins_base/tests/icles/playback/ |
D | Makefile.in | 93 test3$(EXEEXT) test4$(EXEEXT) test5$(EXEEXT) test6$(EXEEXT) \ 168 test4_SOURCES = test4.c 169 test4_OBJECTS = test4-test4.$(OBJEXT) 209 ./$(DEPDIR)/test3-test3.Po ./$(DEPDIR)/test4-test4.Po \ 231 SOURCES = decodetest.c test.c test2.c test3.c test4.c test5.c test6.c \ 233 DIST_SOURCES = decodetest.c test.c test2.c test3.c test4.c test5.c \ 687 test4$(EXEEXT): $(test4_OBJECTS) $(test4_DEPENDENCIES) $(EXTRA_test4_DEPENDENCIES) 688 @rm -f test4$(EXEEXT) 713 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test4-test4.Po@am__quote@ # am--include-marker 804 test4-test4.o: test4.c [all …]
|
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/test/ |
D | test4.pro | 2 TARGET = test4 8 HEADERS += ../../../test/test4.hpp 13 ../../../test/test4.cpp
|
/third_party/boost/libs/asio/test/ |
D | unit_test.hpp | 164 #define BOOST_ASIO_TEST_CASE4(test1, test2, test3, test4) \ argument 165 boost::asio::detail::run_test<&test1, test2, test3, test4>( \ 166 #test1 "," #test2 "," #test3 "," #test4); 168 #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/typescript/tests/baselines/reference/ |
D | moduleProperty2.symbols | 32 var test4=M.z; // ok public property of M 33 >test4 : Symbol(test4, Decl(moduleProperty2.ts, 12, 7))
|
D | asyncFunctionWithForStatementNoInitializer.symbols | 46 async function test4() { 47 >test4 : Symbol(test4, Decl(asyncFunctionWithForStatementNoInitializer.ts, 18, 1))
|
D | moduleProperty2.js | 14 var test4=M.z; // ok public property of M variable 30 var test4 = M.z; // ok public property of M
|
D | numericLiteralsWithTrailingDecimalPoints01.js | 12 var test4 = 3 .toString(); variable 50 var test4 = 3..toString();
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 271 UnicodeString test4("never say, \"this is a test\"!!"); in TestCompare() local 281 if (test1 != test2 || test1 == test3 || test1 == test4) in TestCompare() 285 if (test1 > test2 || test1 < test2 || !(test1 < test3) || !(test1 > test4) || in TestCompare() 292 if (!(test1 >= test2) || !(test1 <= test2) || !(test1 <= test3) || !(test1 >= test4)) in TestCompare() 296 if (test1.compare(test2) != 0 || test1.compare(test3) >= 0 || test1.compare(test4) <= 0) in TestCompare() 302 test4.compare(12, 14, test2) != 0 || in TestCompare() 307 … if (test2.compare(uniChars) != 0 || test3.compare(uniChars) <= 0 || test4.compare(uniChars) >= 0) in TestCompare() 311 if (test2.compare(chars) != 0 || test3.compare(chars) <= 0 || test4.compare(chars) >= 0) in TestCompare() 321 || test1.compare(0, 14, test4, 12, 14) != 0) in TestCompare() 326 || test1.compare(10, 4, test4, 22, 4) != 0) in TestCompare() [all …]
|
D | strcase.cpp | 148 UnicodeString test4(test3); in TestCaseConversion() local 149 test4.toLower(Locale("")); in TestCaseConversion() 151 if (test4 != expectedResult) in TestCaseConversion() 152 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion() 154 test4 = test3; in TestCaseConversion() 155 test4.toLower(Locale("tr", "TR")); in TestCaseConversion() 157 if (test4 != expectedResult) in TestCaseConversion() 158 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion() 163 test4 = test3; in TestCaseConversion() 165 test4.toUpper(Locale("")); in TestCaseConversion() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | BreakIteratorRegTest.java | 54 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local 60 assertEqual(test4, twbi, "foo word == thai word"); in TestRegUnreg() 94 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local 100 assertEqual(test4, rwbi, "root word break"); in TestRegUnreg()
|
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/ |
D | tests.pri | 15 test4 \ 51 test4.file = test/test4.pro
|
/third_party/python/Lib/ctypes/test/ |
D | test_structures.py | 610 test4 = Test4() 616 result = func(test4) 629 test4.a_long = 12345; 633 result = func(byref(test4)) 635 self.assertEqual(test4.a_long, 0) 636 self.assertEqual(test4.a_struct.an_int, 0) 637 self.assertEqual(test4.a_struct.another_int, 0) 638 test4.a_struct.an_int = 0x12340000 639 test4.a_struct.another_int = 0x5678 643 result = func(byref(test4)) [all …]
|