Home
last modified time | relevance | path

Searched refs:text_file (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/util/
H A Dtext-options.hh40 g_free (text_file); in ~text_options_t()
51 if (!text && !text_file) in post_parse()
52 text_file = g_strdup ("-"); in post_parse()
54 if (text && text_file) in post_parse()
62 if (text_file) in post_parse()
64 if (0 != strcmp (text_file, "-")) in post_parse()
65 in_fp = fopen (text_file, "r"); in post_parse()
72 text_file, strerror (errno)); in post_parse()
80 char *text_file = nullptr; member
315 {"text-file", 0, 0, G_OPTION_ARG_STRING, &this->text_file, "Se in add_options()
[all...]
H A Dmain-font-text.hh86 if (!thiz->text && !thiz->text_file) in collect_rest()
/third_party/python/Lib/test/
H A Dtest_sundry.py25 import distutils.text_file namespace
/third_party/python/Lib/distutils/tests/
H A Dtest_text_file.py1 """Tests for distutils.text_file."""
4 from distutils.text_file import TextFile
18 # old tests moved from text_file.__main__
/third_party/node/deps/v8/tools/
H A Dperf-compare.py197 with open(self.output_file_, "w") as text_file:
198 text_file.write(string_data)
/third_party/python/Lib/distutils/
H A Dextension.py147 from distutils.text_file import TextFile
H A Dsysconfig.py71 # but without the parsing capabilities of distutils.text_file.TextFile.
78 from distutils.text_file import TextFile
/third_party/python/Lib/distutils/command/
H A Dsdist.py14 from distutils.text_file import TextFile

Completed in 4 milliseconds