Home
last modified time | relevance | path

Searched refs:description_text (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/scripts/
Dangle_presubmit_utils.py12 def __init__(self, description_text): argument
13 self.description_text = description_text
16 return self.description_text
21 def __init__(self, description_text): argument
22 self.change = Change_mock(description_text)
/third_party/boost/tools/quickbook/src/
Dquickbook.cpp397 std::ostringstream description_text; in main() local
398 description_text << desc; in main()
400 quickbook::detail::out() << description_text.str() << "\n"; in main()
762 std::ostringstream description_text; in main() local
763 description_text << desc; in main()
766 << description_text.str() << std::endl; in main()
/third_party/skia/third_party/externals/angle2/
DPRESUBMIT.py47 def _SplitIntoMultipleCommits(description_text): argument
49 multiple_paragraphs = re.split(paragraph_split_pattern, description_text)