Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/
Dcharset.py299 def from_splittable(self, ustr, to_output=True): argument
312 if to_output:
/external/python/cpython2/Doc/library/
Demail.charset.rst128 .. method:: from_splittable(ustr[, to_output])
140 If *to_output* is ``True`` (the default), uses *output_codec* to convert
141 to an encoded format. If *to_output* is ``False``, it uses *input_codec*.
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2177 std::set<const FileDescriptor*> to_output; in WriteDescriptorSet() local
2178 to_output.insert(parsed_files.begin(), parsed_files.end()); in WriteDescriptorSet()
2184 if (to_output.find(dependency) == to_output.end()) { in WriteDescriptorSet()