/third_party/gettext/gettext-tools/tests/ |
D | msgcat-10 | 10 cat <<\EOF > mcat-test10.in1 35 cat <<\EOF > mcat-test10.in2 59 rm -f mcat-test10.tmp 62 ${MSGCAT} --more-than=0 -o mcat-test10.tmp \ 63 mcat-test10.in1 mcat-test10.in2 || Exit 1 64 LC_ALL=C tr -d '\r' < mcat-test10.tmp > mcat-test10.out || Exit 1 66 cat <<\EOF > mcat-test10.ok 96 ${DIFF} mcat-test10.ok mcat-test10.out
|
D | msgmerge-10 | 7 cat <<EOF > mm-test10.po 29 cat <<EOF > mm-test10.pot 54 ${MSGMERGE} -q -o mm-test10.tmp mm-test10.po mm-test10.pot || Exit 1 55 LC_ALL=C tr -d '\r' < mm-test10.tmp > mm-test10.out || Exit 1 57 cat <<EOF > mm-test10.ok 83 ${DIFF} mm-test10.ok mm-test10.out
|
D | msgcomm-10 | 6 cat <<EOF > mcomm-test10.in1 23 cat <<EOF > mcomm-test10.in2 41 ${MSGCOMM} --more-than=1 --no-location --omit-header -o mcomm-test10.tmp \ 42 mcomm-test10.in1 mcomm-test10.in2 || Exit 1 43 LC_ALL=C tr -d '\r' < mcomm-test10.tmp > mcomm-test10.out || Exit 1 45 cat << EOF > mcomm-test10.ok 51 ${DIFF} mcomm-test10.ok mcomm-test10.out
|
D | msgfmt-10 | 6 cat <<\EOF > mf-test10.po1 39 ${MSGFMT} --check -o /dev/null mf-test10.po1 || Exit 1 41 cat <<\EOF > mf-test10.po2 66 ${MSGFMT} --check -o /dev/null mf-test10.po2 \ 67 …|^msgfmt\.exe|msgfmt|' -e 's|^/cygdrive/[^ ]*/msgfmt|msgfmt|' | LC_ALL=C tr -d '\r' > mf-test10.err 69 cat << EOF > mf-test10.ok 70 mf-test10.po2:6: warning: header field 'Language-Team' missing in header 71 mf-test10.po2:6: warning: header field 'Language' missing in header 72 mf-test10.po2:19: number of format specifications in 'msgid_plural' and 'msgstr[1]' does not match 77 ${DIFF} mf-test10.ok mf-test10.err
|
D | msgattrib-10 | 7 cat <<\EOF > ma-test10.po 58 ${MSGATTRIB} --set-obsolete -o ma-test10.tmp ma-test10.po || Exit 1 59 LC_ALL=C tr -d '\r' < ma-test10.tmp > ma-test10.out || Exit 1 61 cat <<\EOF > ma-test10.ok 95 ${DIFF} ma-test10.ok ma-test10.out
|
D | xgettext-10 | 17 -o xg-test10.out >xg-test10.err 2>&1 19 cat xg-test10.err | grep -v 'warning: Charset' | grep -v '^ ' 22 cat <<\EOF > xg-test10.ok 33 ${DIFF} xg-test10.ok xg-test10.out
|
/third_party/typescript/tests/baselines/reference/ |
D | numericLiteralsWithTrailingDecimalPoints01.js | 19 var test10 = 0 /* comment */.toString(); variable 57 var test10 = 0 /* comment */.toString();
|
D | numericLiteralsWithTrailingDecimalPoints02.js | 19 var test10 = 0 /* comment */.toString(); variable 56 var test10 = 0..toString();
|
D | typeGuardTypeOfUndefined.js | 109 function test10(a: boolean | number) { function 287 function test10(a) {
|
D | numericLiteralsWithTrailingDecimalPoints02.symbols | 64 var test10 = 0 /* comment */.toString(); 65 >test10 : Symbol(test10, Decl(numericLiteralsWithTrailingDecimalPoints02.ts, 17, 3))
|
D | numericLiteralsWithTrailingDecimalPoints01.symbols | 64 var test10 = 0 /* comment */.toString(); 65 >test10 : Symbol(test10, Decl(numericLiteralsWithTrailingDecimalPoints01.ts, 17, 3))
|
D | numericLiteralsWithTrailingDecimalPoints01.types | 97 var test10 = 0 /* comment */.toString(); 98 >test10 : string
|
D | numericLiteralsWithTrailingDecimalPoints02.types | 97 var test10 = 0 /* comment */.toString(); 98 >test10 : string
|
/third_party/boost/libs/multiprecision/performance/miller_rabin_performance_files/ |
D | test10.cpp | 8 void test10() in test10() function
|
/third_party/boost/libs/multiprecision/performance/performance_test_files/ |
D | test10.cpp | 11 void test10() in test10() function
|
/third_party/typescript/tests/cases/compiler/ |
D | numericLiteralsWithTrailingDecimalPoints01.ts | 19 var test10 = 0 /* comment */.toString(); variable
|
D | numericLiteralsWithTrailingDecimalPoints02.ts | 21 var test10 = 0 /* comment */.toString(); variable
|
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/ |
D | tpmtoken_import_tests.sh | 261 test10() function 319 test10 || TFAILCNT=$(($TFAILCNT+1))
|
D | 00_Descriptions.txt | 19 test10
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
D | memcg_stat_rss.sh | 66 test10() function
|
D | memcg_memsw_limit_in_bytes_test.sh | 67 test10() function
|
D | memcg_limit_in_bytes.sh | 79 test10() function
|
/third_party/ltp/lib/newlib_tests/ |
D | .gitignore | 10 test10
|
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
D | typeGuardTypeOfUndefined.ts | 108 function test10(a: boolean | number) { function
|
/third_party/boost/libs/multiprecision/performance/ |
D | miller_rabin_performance.cpp | 80 test10(); in main()
|