Home
last modified time | relevance | path

Searched refs:test3 (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/third_party/icu/icu4c/source/test/intltest/
Dustrtest.cpp122 UnicodeString test3; in TestBasicManipulation() local
123 test3.append((UChar32)0x20402); in TestBasicManipulation()
124 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){ in TestBasicManipulation()
125 …nicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3)); in TestBasicManipulation()
127 if(test3.length() != 2){ in TestBasicManipulation()
128 … errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation()
130 test3.append((UChar32)0x0074); in TestBasicManipulation()
131 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){ in TestBasicManipulation()
132 …icodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3)); in TestBasicManipulation()
134 if(test3.length() != 3){ in TestBasicManipulation()
[all …]
/third_party/gettext/gettext-tools/tests/
Dmsgcat-37 cat <<\EOF > mcat-test3.in1
31 cat <<\EOF > mcat-test3.in2
54 rm -f mcat-test3.tmp
58 ${MSGCAT} --use-first --more-than=0 -o mcat-test3.tmp \
59 mcat-test3.in1 mcat-test3.in2 >mcat-test3.err 2>&1
61 cat mcat-test3.err | grep -v 'warning: .* encodings' | grep -v '^ '
63 LC_ALL=C tr -d '\r' < mcat-test3.tmp > mcat-test3.out || Exit 1
65 cat << \EOF > mcat-test3.ok
94 ${DIFF} mcat-test3.ok mcat-test3.out
Dmsgcmp-36 cat <<EOF > mc-test3.in1
13 cat <<EOF > mc-test3.in2
21test3.in1 mc-test3.in2 2>&1 | grep -v '^==' | sed -e 's|[^ ]*\\msgcmp\.exe|msgcmp|' -e 's|^msgcmp\…
23 cat <<EOF > mc-test3.ok
24 mc-test3.in2:1: this message is used but not defined...
25 mc-test3.in1:3: ...but this definition is similar
26 mc-test3.in1:4: warning: this message is not used
31 ${DIFF} mc-test3.ok mc-test3.out
Dmsgcomm-36 cat <<EOF > mcomm-test3.in1
12 cat <<EOF > mcomm-test3.in2
19 ${MSGCOMM} --more-than=0 --omit-header -o mcomm-test3.tmp \
20 mcomm-test3.in1 mcomm-test3.in2 || Exit 1
21 LC_ALL=C tr -d '\r' < mcomm-test3.tmp > mcomm-test3.out || Exit 1
23 cat << EOF > mcomm-test3.ok
34 ${DIFF} mcomm-test3.ok mcomm-test3.out
Dmsgmerge-36 cat <<EOF > mm-test3.in1
35 cat <<EOF > mm-test3.in2
53 ${MSGMERGE} -q -o mm-test3.tmp mm-test3.in1 mm-test3.in2 || Exit 1
54 LC_ALL=C tr -d '\r' < mm-test3.tmp > mm-test3.out || Exit 1
56 cat << EOF > mm-test3.ok
76 ${DIFF} mm-test3.ok mm-test3.out
Dmsginit-312 cat <<\EOF > mi-test3.pot
48 ${MSGINIT} -l ga_IE --no-translator -o mi-test3.tmp 2>mi-test3.err
49 test $? = 0 || { cat mi-test3.err 1>&2; Exit 1; }
51 grep "Project-Id-Version: gt-msginit " mi-test3.tmp 2>&1 >/dev/null || Exit 1
58 …P1252/ASCII/g' -e 's/UTF-8/ASCII/g' < mi-test3.tmp | grep -v Project-Id-Version | LC_ALL=C tr -d '…
59 cat <<\EOF > mi-test3.ok
85 ${DIFF} mi-test3.ok mi-test3.out
Dmsggrep-36 cat <<\EOF > mg-test3.po
161 ${MSGGREP} -K -e error -T -e Speicher -o mg-test3.tmp mg-test3.po >mg-test3.err 2>&1
163 cat mg-test3.err | grep -v 'warning: Locale charset' | grep -v '^ '
165 LC_ALL=C tr -d '\r' < mg-test3.tmp > mg-test3.out || Exit 1
167 cat <<\EOF > mg-test3.ok
212 ${DIFF} mg-test3.ok mg-test3.out
Dmsgattrib-36 cat <<\EOF > ma-test3.po
57 ${MSGATTRIB} --no-fuzzy -o ma-test3.tmp ma-test3.po || Exit 1
58 LC_ALL=C tr -d '\r' < ma-test3.tmp > ma-test3.out || Exit 1
60 cat <<\EOF > ma-test3.ok
102 ${DIFF} ma-test3.ok ma-test3.out
Dmsgen-36 cat <<\EOF > men-test3.pot
44 ${MSGEN} -o men-test3.tmp men-test3.pot || Exit 1
45 LC_ALL=C tr -d '\r' < men-test3.tmp > men-test3.out || Exit 1
47 cat <<\EOF > men-test3.ok
85 ${DIFF} men-test3.ok men-test3.out
Dxgettext-37 cat <<EOF > xg-test3.in.c
26 ${XGETTEXT} --output xg-test3.tmp --no-location -k_ xg-test3.in.c 2>/dev/null || Exit 1
27 sed -e '/\"POT-Creation-Date:.*/d' < xg-test3.tmp | LC_ALL=C tr -d '\r' > xg-test3.po
29 cat <<EOF > xg-test3.ok
60 ${DIFF} xg-test3.ok xg-test3.po
Dmsgexec-36 cat <<\EOF > mex-test3.properties
66 ========================= mex-test3.properties:17 =========================
70 ========================= mex-test3.properties:20 =========================
74 ========================= mex-test3.properties:23 =========================
81 ${DIFF} mex-test3.ok mex-test3.out
Dmsgconv-36 cat <<\EOF > mco-test3.po
24 ${MSGCONV} -t ISO-8859-1 mco-test3.po -o mco-test3.out 2>/dev/null
/third_party/flatbuffers/tests/my-game/example/
Dvec3.js48 test3(obj) { method in Vec3
74 …is.x(), this.y(), this.z(), this.test1(), this.test2(), (this.test3() !== null ? this.test3().unpa…
82 _o.test3 = (this.test3() !== null ? this.test3().unpack() : null);
86 constructor(x = 0.0, y = 0.0, z = 0.0, test1 = 0.0, test2 = 0, test3 = null) { argument
92 this.test3 = test3;
95 …, this.z, this.test1, this.test2, (this.test3 === null ? 0 : this.test3.a), (this.test3 === null ?…
Dvec3.ts63 test3(obj?:Test):Test|null { method in Vec3
100 (this.test3() !== null ? this.test3()!.unpack() : null)
111 _o.test3 = (this.test3() !== null ? this.test3()!.unpack() : null);
122 public test3: TestT|null = null
133 (this.test3 === null ? 0 : this.test3.a!),
134 (this.test3 === null ? 0 : this.test3.b!)
/third_party/python/Lib/unittest/test/testmock/
Dtestsealable.py51 m.test.test3 = 1
83 m.test1.test2().test3 = 4
86 self.assertEqual(m.test1.test2().test3, 4)
90 m.test1.test3
95 m.test1.test2["a"].test3 = 4
96 m.test1.test3[2:5].test3 = 4
99 self.assertEqual(m.test1.test2["a"].test3, 4)
100 self.assertEqual(m.test1.test2[2:5].test3, 4)
104 m.test1.test3[2:5].test4
110 m.test1.test2.test3 = 4
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DEnumClassBitmasksTests.cpp40 Color test3 = test2 & Color::A; in TEST() local
41 ASSERT_EQ(8u, static_cast<uint32_t>(test3)); in TEST()
43 Color test4 = ~test3; in TEST()
56 Color test3 = test2; in TEST() local
57 test3 &= Color::A; in TEST()
58 ASSERT_EQ(8u, static_cast<uint32_t>(test3)); in TEST()
68 bool test3 = Color::R ^ Color::G; in TEST() local
69 ASSERT_TRUE(test3); in TEST()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DEnumClassBitmasksTests.cpp40 Color test3 = test2 & Color::A; in TEST() local
41 ASSERT_EQ(8u, static_cast<uint32_t>(test3)); in TEST()
43 Color test4 = ~test3; in TEST()
56 Color test3 = test2; in TEST() local
57 test3 &= Color::A; in TEST()
58 ASSERT_EQ(8u, static_cast<uint32_t>(test3)); in TEST()
68 bool test3 = Color::R ^ Color::G; in TEST() local
69 ASSERT_TRUE(test3); in TEST()
/third_party/boost/libs/asio/test/
Dunit_test.hpp160 #define BOOST_ASIO_TEST_CASE3(test1, test2, test3) \ argument
161 boost::asio::detail::run_test<&test1, test2, test3>( \
162 #test1 "," #test2 "," #test3);
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/boost/libs/spirit/classic/test/
Dowi_mt_tests.cpp134 test_task<class1> test3; variable
195 boost::thread thread3(callable_ref(test3)); in concurrent_creation_of_objects()
209 BOOST_TEST(test3.data().size()==test_size); in local_uniqueness()
219 check_ascending(test3); in local_ordering_and_uniqueness()
224 check_not_contained_in(test1,test3); in global_uniqueness()
227 check_not_contained_in(test2,test3); in global_uniqueness()
228 check_not_contained_in(test3,test2); in global_uniqueness()
229 check_not_contained_in(test3,test1); in global_uniqueness()
/third_party/libxml2/result/HTML/
Dtest3.html.err1 ./test/HTML/test3.html:6: HTML parser error : Unexpected end tag : p
4 ./test/HTML/test3.html:13: HTML parser error : Unexpected end tag : p
7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b
10 ./test/HTML/test3.html:27: HTML parser error : Unexpected end tag : b
/third_party/boost/libs/test/doc/examples/
Ddecorator_08.output10 test.cpp(39): Entering test case "test3"
11 test.cpp(41): error: in "test3": check false has failed
12 test.cpp(39): Leaving test case "test3"; testing time: 2ms
13 test.cpp(45): Test case "test4" is skipped because test2 and test3 failed
Ddecorator_07.output10 test.cpp:16: Entering test case "test3"
11 test.cpp:18: error: in "test3": check false has failed
12 test.cpp:16: Leaving test case "test3"; testing time: 48us
14 test.cpp:21: Test case "test4" is skipped because dependency test case "test3" has failed
24 Test case "test3" has failed with:
/third_party/boost/libs/test/example/
Dfiltering_example.cpp42 BOOST_AUTO_TEST_CASE( test3,
81 BOOST_AUTO_TEST_CASE( test3,
109 BOOST_AUTO_TEST_CASE( test3,
164 BOOST_AUTO_TEST_CASE( test3,
194 BOOST_AUTO_TEST_CASE( test3,
225 BOOST_AUTO_TEST_CASE( test3 ) in BOOST_AUTO_TEST_CASE() argument
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/test/
Dtest3.pro2 TARGET = test3
8 HEADERS += ../../../test/test3.hpp
14 ../../../test/test3.cpp
/third_party/boost/libs/interprocess/test/
Dintrusive_ptr_test.cpp402 void test3(boost::interprocess::intrusive_ptr<T, VP> const & p, in test3() function
421 test3(px, px); in test()
424 test3(px, px2); in test()
427 test3(px3, px3); in test()
428 test3(px, px3); in test()
435 test3(px, px2); in test()
436 test3(px2, px2); in test()
439 test3(px2, px3); in test()
442 test3(px2, px4); in test()
443 test3(px4, px4); in test()
[all …]

12345678910>>...13