Lines Matching refs:open
4251 # We allow an open brace to start a line in the case where someone is using
5147 r"""Retrieves all the text between matching open and close parentheses.
5155 start_pattern must match string having an open punctuation symbol at the end.
5986 'base/sysinfo.h', this function also produces the prefix needed to open the
5987 header. This is used by the caller of this function to more robustly open the
6002 string: the additional prefix needed to open the header file.
6046 with io.open(filename, 'r', 'utf8', 'replace') as headerfile:
6534 with open(cfg_file, encoding='utf-8') as file_handle:
6588 "Skipping config file '%s': Can't open for reading\n" % cfg_file)
6637 with codecs.open(filename, 'r', 'utf8', 'replace') as target_file:
6651 "Skipping input '%s': Can't open for reading\n" % filename)