Home
last modified time | relevance | path

Searched refs:test12 (Results 1 – 25 of 47) sorted by relevance

12

/third_party/gettext/gettext-tools/tests/
Dmsgcomm-129 cat <<EOF > mcomm-test12.in1
27 cat <<EOF > mcomm-test12.in2
45 cat <<EOF > mcomm-test12.in3
67 ${MSGCOMM} --less-than=2 --no-location --force-po -o mcomm-test12.tmp \
68 mcomm-test12.in1 mcomm-test12.in2 mcomm-test12.in3 || Exit 1
69 LC_ALL=C tr -d '\r' < mcomm-test12.tmp > mcomm-test12.out || Exit 1
71 cat << EOF > mcomm-test12.ok
89 ${DIFF} mcomm-test12.ok mcomm-test12.out
Dmsgmerge-127 cat <<EOF > mm-test12.po
31 cat <<EOF > mm-test12.pot
54 ${MSGMERGE} -q -o mm-test12.tmp mm-test12.po mm-test12.pot || Exit 1
55 LC_ALL=C tr -d '\r' < mm-test12.tmp > mm-test12.out || Exit 1
57 cat <<EOF > mm-test12.ok
81 ${DIFF} mm-test12.ok mm-test12.out
Dmsgattrib-126 cat <<\EOF > ma-test12.po
57 ${MSGATTRIB} --fuzzy -o ma-test12.tmp ma-test12.po || Exit 1
58 LC_ALL=C tr -d '\r' < ma-test12.tmp > ma-test12.out || Exit 1
60 cat <<\EOF > ma-test12.ok
78 ${DIFF} ma-test12.ok ma-test12.out
Dxgettext-127 cat <<\EOF > xg-test12.c
18 ${XGETTEXT} --omit-header --add-comments -kngettext:1,1 -kxngettext:1,1 -d xg-test12.tmp xg-test12.…
19 LC_ALL=C tr -d '\r' < xg-test12.tmp.po > xg-test12.po || Exit 1
21 cat <<\EOF > xg-test12.ok
38 ${DIFF} xg-test12.ok xg-test12.po
Dmsgcat-126 cat <<\EOF > mcat-test12.in1
21 cat <<\EOF > mcat-test12.in2
44 rm -f mcat-test12.out
46 ${MSGCAT} -o mcat-test12.out mcat-test12.in1 mcat-test12.in2 2>/dev/null
/third_party/cJSON/tests/
Dparse_examples.c184 const char *test12 = "{ \"name\": "; in test12_should_not_be_parsed() local
187 tree = cJSON_Parse(test12); in test12_should_not_be_parsed()
190 …TEST_ASSERT_EQUAL_PTR_MESSAGE(test12 + strlen(test12), cJSON_GetErrorPtr(), "Error pointer is inco… in test12_should_not_be_parsed()
/third_party/typescript/tests/baselines/reference/
DnumericLiteralsWithTrailingDecimalPoints01.js21 var test12 = 3 variable
59 var test12 = 3
DnumericLiteralsWithTrailingDecimalPoints02.js21 var test12 = 3 variable
58 var test12 = 3
DtypeGuardTypeOfUndefined.js132 function test12(a: boolean | number) { function
308 function test12(a) {
DnumericLiteralsWithTrailingDecimalPoints02.symbols74 var test12 = 3
75 >test12 : Symbol(test12, Decl(numericLiteralsWithTrailingDecimalPoints02.ts, 19, 3))
DnumericLiteralsWithTrailingDecimalPoints01.symbols74 var test12 = 3
75 >test12 : Symbol(test12, Decl(numericLiteralsWithTrailingDecimalPoints01.ts, 19, 3))
DnumericLiteralsWithTrailingDecimalPoints01.types111 var test12 = 3
112 >test12 : string
DnumericLiteralsWithTrailingDecimalPoints02.types111 var test12 = 3
112 >test12 : string
/third_party/boost/libs/convert/test/
Dsfinae.cpp37 struct test12 { void func(double, std::string) {}}; in func() argument
107 … BOOST_TEST((local::can_call_func<callable::test12, int (double, std::string)>::value == false)); in test_is_callable()
108 BOOST_TEST((local::can_call_func<callable::test12, void (double, std::string)>::value == true)); in test_is_callable()
109 BOOST_TEST((local::can_call_func<callable::test12, void ( int, std::string)>::value == true)); in test_is_callable()
110 BOOST_TEST((local::can_call_func<callable::test12, void ( int, char const*)>::value == true)); in test_is_callable()
Dhas_member.cpp57 struct test12 { char* no_begin() { return 0; } }; in no_begin() argument
85 BOOST_TEST(local::has_begin<local::test12>::value == false); in main()
/third_party/boost/libs/multiprecision/performance/miller_rabin_performance_files/
Dtest12.cpp8 void test12() in test12() function
/third_party/boost/libs/multiprecision/performance/performance_test_files/
Dtest12.cpp11 void test12() in test12() function
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/test/
Dtest1.pro12 ../../../test/test12.cpp \
/third_party/typescript/tests/cases/compiler/
DnumericLiteralsWithTrailingDecimalPoints02.ts23 var test12 = 3 variable
DnumericLiteralsWithTrailingDecimalPoints01.ts21 var test12 = 3 variable
/third_party/ltp/lib/newlib_tests/
D.gitignore12 test12
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_memsw_limit_in_bytes_test.sh83 test12() function
Dmemcg_limit_in_bytes.sh89 test12() function
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardTypeOfUndefined.ts131 function test12(a: boolean | number) { function
/third_party/boost/libs/multiprecision/performance/
Dmiller_rabin_performance.cpp82 test12(); in main()

12