/third_party/gettext/gettext-tools/tests/ |
D | xgettext-6 | 6 cat <<\EOF > xg-test6.c 11 cat <<\EOF > xg-test6.sh 16 cat <<\EOF > xg-test6.py 22 cat <<\EOF > xg-test6.lisp 27 cat <<\EOF > xg-test6.el 32 cat <<\EOF > xg-test6.jl 37 cat <<\EOF > xg-test6.java 47 cat <<\EOF > xg-test6.awk 54 cat <<\EOF > xg-test6.ycp 59 cat <<\EOF > xg-test6.tcl [all …]
|
D | msgfilter-6 | 6 cat <<\EOF > mf-test6.po 31 : > mf-test6.tmp 33 cat <<\EOF > mf-test6.sh 35 echo "========================= $MSGFILTER_LOCATION =========================" >> mf-test6.tmp 37 echo "context: $MSGFILTER_MSGCTXT" >> mf-test6.tmp 39 cat >> mf-test6.tmp <<MEOF 48 chmod a+x mf-test6.sh 52 ${MSGFILTER} -i mf-test6.po ./mf-test6.sh >/dev/null 2> mf-test6.err 55 cat mf-test6.err | grep -v 'warning: Locale charset' | grep -v '^ ' 58 LC_ALL=C tr -d '\r' < mf-test6.tmp > mf-test6.out [all …]
|
D | msgexec-6 | 6 cat <<\EOF > mex-test6.po 57 cat <<\EOF > mex-test6.sh 68 chmod a+x mex-test6.sh 72 ${MSGEXEC} --newline -i mex-test6.po ./mex-test6.sh > mex-test6.out 2> mex-test6.err 74 cat mex-test6.err | grep -v 'warning: Locale charset' | grep -v '^ ' 77 cat <<\EOF > mex-test6.ok 78 ========================= mex-test6.po:4 ========================= 86 ========================= mex-test6.po:12 ========================= 91 ========================= mex-test6.po:16 ========================= 96 ========================= mex-test6.po:20 ========================= [all …]
|
D | msgcat-6 | 7 cat <<\EOF > mcat-test6.in1 31 cat <<\EOF > mcat-test6.in2 55 rm -f mcat-test6.tmp 58 ${MSGCAT} --more-than=0 -o mcat-test6.tmp \ 59 mcat-test6.in1 mcat-test6.in2 || Exit 1 60 LC_ALL=C tr -d '\r' < mcat-test6.tmp > mcat-test6.out || Exit 1 62 cat << \EOF > mcat-test6.ok 90 ${DIFF} mcat-test6.ok mcat-test6.out
|
D | msgcomm-6 | 6 cat <<EOF > mcomm-test6.in1 23 cat <<EOF > mcomm-test6.in2 30 ${MSGCOMM} --more-than=0 --no-location -o mcomm-test6.tmp \ 31 mcomm-test6.in1 mcomm-test6.in2 || Exit 1 32 LC_ALL=C tr -d '\r' < mcomm-test6.tmp > mcomm-test6.out || Exit 1 34 cat << EOF > mcomm-test6.ok 54 ${DIFF} mcomm-test6.ok mcomm-test6.out
|
D | msgmerge-6 | 6 cat <<\EOF > mm-test6.in1.po 27 cat <<EOF > mm-test6.in2.po 58 ${MSGMERGE} -q -o mm-test6.tmp mm-test6.in1.po mm-test6.in2.po || Exit 1 59 LC_ALL=C tr -d '\r' < mm-test6.tmp > mm-test6.out || Exit 1 61 cat <<\EOF > mm-test6.ok 92 ${DIFF} mm-test6.ok mm-test6.out
|
D | msgattrib-6 | 6 cat <<\EOF > ma-test6.po 57 ${MSGATTRIB} --only-obsolete -o ma-test6.tmp ma-test6.po || Exit 1 58 LC_ALL=C tr -d '\r' < ma-test6.tmp > ma-test6.out || Exit 1 60 cat <<\EOF > ma-test6.ok 85 ${DIFF} ma-test6.ok ma-test6.out
|
D | msgconv-6 | 6 cat <<\EOF > mco-test6.po 25 ${MSGCONV} --to-code=ISO-8859-1 -o mco-test6.tmp mco-test6.po || Exit 1 26 LC_ALL=C tr -d '\r' < mco-test6.tmp > mco-test6.out || Exit 1 28 cat <<\EOF > mco-test6.ok 47 ${DIFF} mco-test6.ok mco-test6.out
|
/third_party/cJSON/tests/ |
D | parse_examples.c | 136 char *test6 = NULL; in file_test6_should_not_be_parsed() local 139 test6 = read_file("inputs/test6"); in file_test6_should_not_be_parsed() 140 TEST_ASSERT_NOT_NULL_MESSAGE(test6, "Failed to read test6 data."); in file_test6_should_not_be_parsed() 142 tree = cJSON_Parse(test6); in file_test6_should_not_be_parsed() 145 TEST_ASSERT_EQUAL_PTR_MESSAGE(test6, cJSON_GetErrorPtr(), "Error pointer is incorrect."); in file_test6_should_not_be_parsed() 147 if (test6 != NULL) in file_test6_should_not_be_parsed() 149 free(test6); in file_test6_should_not_be_parsed()
|
/third_party/typescript/tests/cases/fourslash/ |
D | completionListsStringLiteralTypeAsIndexedAccessTypeObject.ts | 23 const test6 = test.marker("case_6"); constant 42 fileName: test6.fileName, 43 pos: test6.position - 2, 44 end: test6.position,
|
/third_party/abseil-cpp/absl/strings/ |
D | strip_test.cc | 191 absl::string_view test6("\t \f\r\n\vfoo \t\f\r\v\n"); in TEST() local 192 test6 = absl::StripAsciiWhitespace(test6); in TEST() 193 EXPECT_EQ(test6, "foo"); in TEST() 194 test6 = absl::StripAsciiWhitespace(test6); in TEST() 195 EXPECT_EQ(test6, "foo"); // already stripped in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | strip_test.cc | 191 absl::string_view test6("\t \f\r\n\vfoo \t\f\r\v\n"); in TEST() local 192 test6 = absl::StripAsciiWhitespace(test6); in TEST() 193 EXPECT_EQ(test6, "foo"); in TEST() 194 test6 = absl::StripAsciiWhitespace(test6); in TEST() 195 EXPECT_EQ(test6, "foo"); // already stripped in TEST()
|
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/test/ |
D | test6.pro | 2 TARGET = test6 8 HEADERS += ../../../test/test6.hpp 13 ../../../test/test6.cpp
|
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/ |
D | tests.pri | 17 test6 \ 53 test6.file = test/test6.pro
|
/third_party/typescript/tests/baselines/reference/ |
D | numericLiteralsWithTrailingDecimalPoints01.js | 14 var test6 = 3.['toString'](); variable 52 var test6 = 3.['toString']();
|
D | numericLiteralsWithTrailingDecimalPoints02.js | 14 var test6 = 3.['toString'](); variable 51 var test6 = 3.['toString']();
|
D | noImplicitReturnsInAsync2.symbols | 43 async function test6(isError: boolean = true): Promise<number> { 44 >test6 : Symbol(test6, Decl(noImplicitReturnsInAsync2.ts, 19, 1))
|
D | optionalPropertiesTest.js | 31 var test6: i3 = { M: 5 }; variable 62 var test6 = { M: 5 }; variable
|
D | noImplicitReturnsInAsync2.js | 25 async function test6(isError: boolean = true): Promise<number> { 73 function test6(isError = true) { function
|
/third_party/node/test/parallel/ |
D | test-process-warning.js | 53 setImmediate(test6); 56 function test6() { function
|
/third_party/python/Lib/ctypes/test/ |
D | test_structures.py | 674 test6 = Test6() 677 test6.A = 1 678 test6.B = 3 679 test6.C = 7 680 test6.D = 3 686 result = func(test6) 694 result = func(byref(test6)) 696 self.assertEqual(test6.A, 0) 697 self.assertEqual(test6.B, 0) 698 self.assertEqual(test6.C, 0) [all …]
|
/third_party/boost/libs/convert/test/ |
D | sfinae.cpp | 33 struct test6 { template<typename T> std::string operator()(T) const { return std::string(); }}; in operator ()() struct 88 BOOST_TEST((local::can_call_funop<callable::test6, std::string (int)>::value == true)); in test_is_callable() 89 BOOST_TEST((local::can_call_funop<callable::test6, std::string (std::string)>::value == true)); in test_is_callable() 90 BOOST_TEST((local::can_call_funop<callable::test6, void (int)>::value == true)); in test_is_callable() 91 BOOST_TEST((local::can_call_funop<callable::test6, void (std::string)>::value == true)); in test_is_callable()
|
/third_party/icu/icu4c/source/test/testdata/ |
D | ra.txt | 55 * Tag name: test6 57 * @note This resource is for test6 59 test6:bin{"0102"}
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | HAS_XXX_TRAIT_DEF.rst | 88 struct test6 { typedef int xxx; }; 100 BOOST_MPL_ASSERT(( has_xxx<test6> )); 106 BOOST_MPL_ASSERT(( has_xxx<test6,true\_> ));
|
/third_party/curl/tests/data/ |
D | test506 | 44 Set-Cookie: test6=six; domain=.www.host.foo.com; expires=Thu Mar 3 GMT 11:56:27 2033 45 Set-Cookie: test6=six_more; expires=Thu Mar 3 GMT 11:56:27 2033 213 www.host.foo.com FALSE / FALSE 1993463787 test6 six_more 214 .www.host.foo.com TRUE / FALSE 1993463787 test6 six 241 www.host.foo.com FALSE / FALSE 1993463787 test6 six_more 242 .www.host.foo.com TRUE / FALSE 1993463787 test6 six
|