/third_party/gettext/gettext-tools/tests/ |
D | msgcomm-12 | 9 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
|
D | msgmerge-12 | 7 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
|
D | msgattrib-12 | 6 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
|
D | xgettext-12 | 7 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
|
D | msgcat-12 | 6 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/ |
D | parse_examples.c | 184 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/ |
D | numericLiteralsWithTrailingDecimalPoints01.js | 21 var test12 = 3 variable 59 var test12 = 3
|
D | numericLiteralsWithTrailingDecimalPoints02.js | 21 var test12 = 3 variable 58 var test12 = 3
|
D | typeGuardTypeOfUndefined.js | 132 function test12(a: boolean | number) { function 308 function test12(a) {
|
D | numericLiteralsWithTrailingDecimalPoints02.symbols | 74 var test12 = 3 75 >test12 : Symbol(test12, Decl(numericLiteralsWithTrailingDecimalPoints02.ts, 19, 3))
|
D | numericLiteralsWithTrailingDecimalPoints01.symbols | 74 var test12 = 3 75 >test12 : Symbol(test12, Decl(numericLiteralsWithTrailingDecimalPoints01.ts, 19, 3))
|
D | numericLiteralsWithTrailingDecimalPoints01.types | 111 var test12 = 3 112 >test12 : string
|
D | numericLiteralsWithTrailingDecimalPoints02.types | 111 var test12 = 3 112 >test12 : string
|
/third_party/boost/libs/convert/test/ |
D | sfinae.cpp | 37 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()
|
D | has_member.cpp | 57 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/ |
D | test12.cpp | 8 void test12() in test12() function
|
/third_party/boost/libs/multiprecision/performance/performance_test_files/ |
D | test12.cpp | 11 void test12() in test12() function
|
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/test/ |
D | test1.pro | 12 ../../../test/test12.cpp \
|
/third_party/typescript/tests/cases/compiler/ |
D | numericLiteralsWithTrailingDecimalPoints02.ts | 23 var test12 = 3 variable
|
D | numericLiteralsWithTrailingDecimalPoints01.ts | 21 var test12 = 3 variable
|
/third_party/ltp/lib/newlib_tests/ |
D | .gitignore | 12 test12
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
D | memcg_memsw_limit_in_bytes_test.sh | 83 test12() function
|
D | memcg_limit_in_bytes.sh | 89 test12() function
|
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
D | typeGuardTypeOfUndefined.ts | 131 function test12(a: boolean | number) { function
|
/third_party/boost/libs/multiprecision/performance/ |
D | miller_rabin_performance.cpp | 82 test12(); in main()
|