Searched refs:tests_file (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/ |
D | hb-aots-tester.cpp | 172 FILE *tests_file = fopen (test_name, "a+"); in gsub_test() local 173 if (!ok) fprintf (tests_file, "#"); in gsub_test() 174 fprintf (tests_file, "../fonts/%s;--features=\"", fontfileName + 9); in gsub_test() 177 if (i != 0) fprintf (tests_file, ","); in gsub_test() 180 fprintf (tests_file, "%s", buf); in gsub_test() 182 fprintf (tests_file, "\" --no-clusters --no-glyph-names --no-positions;"); in gsub_test() 186 if (i != 0) fprintf (tests_file, ","); in gsub_test() 187 fprintf (tests_file, "U+%04X", in[i]); in gsub_test() 190 fprintf (tests_file, ";["); in gsub_test() 193 if (i != 0) fprintf (tests_file, "|"); in gsub_test() [all …]
|
/third_party/harfbuzz/test/shaping/data/aots/ |
D | hb-aots-tester.cpp | 155 FILE *tests_file = fopen (test_name, "a+"); in gsub_test() local 156 if (!ok) fprintf (tests_file, "#"); in gsub_test() 157 fprintf (tests_file, "../fonts/%s:--features=\"", fontfileName + 9); in gsub_test() 160 if (i != 0) fprintf (tests_file, ","); in gsub_test() 163 fprintf (tests_file, "%s", buf); in gsub_test() 166 fprintf (tests_file, "\" --no-clusters --no-glyph-names --no-positions:"); in gsub_test() 170 if (i != 0) fprintf (tests_file, ","); in gsub_test() 171 fprintf (tests_file, "U+%04X", in[i]); in gsub_test() 174 fprintf (tests_file, ":["); in gsub_test() 177 if (i != 0) fprintf (tests_file, "|"); in gsub_test() [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/aots/ |
D | hb-aots-tester.cpp | 155 FILE *tests_file = fopen (test_name, "a+"); in gsub_test() local 156 if (!ok) fprintf (tests_file, "#"); in gsub_test() 157 fprintf (tests_file, "../fonts/%s:--features=\"", fontfileName + 9); in gsub_test() 160 if (i != 0) fprintf (tests_file, ","); in gsub_test() 163 fprintf (tests_file, "%s", buf); in gsub_test() 166 fprintf (tests_file, "\" --no-clusters --no-glyph-names --no-positions:"); in gsub_test() 170 if (i != 0) fprintf (tests_file, ","); in gsub_test() 171 fprintf (tests_file, "U+%04X", in[i]); in gsub_test() 174 fprintf (tests_file, ":["); in gsub_test() 177 if (i != 0) fprintf (tests_file, "|"); in gsub_test() [all …]
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 46623 fprintf (tests_file, "%s", buf); 46625 - fprintf (tests_file, "\" --no-clusters --no-glyph-names --no-positions --font-funcs=ot;"); 46626 + fprintf (tests_file, "\" --single-par --no-clusters --no-glyph-names --no-positions --font-fun… 46632 fprintf (tests_file, "%s", buf); 46634 - fprintf (tests_file, "\" --no-clusters --no-glyph-names --ned;"); 46635 + fprintf (tests_file, "\" --single-par --no-clusters --no-glyph-names --ned;");
|