HomeSort by relevance Sort by last modified time
    Searched refs:error_handling (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/
Utils.py 187 f = open_source_file(source_filename, encoding="UTF-8", error_handling='ignore')
280 encoding=None, error_handling=None,
285 f = open_source_file(source_filename, encoding="UTF-8", mode=mode, error_handling='ignore')
288 and error_handling == 'ignore'
302 encoding, error_handling,
309 encoding=encoding, errors=error_handling)
313 encoding=encoding, errors=error_handling)
322 encoding=None, error_handling=None,
330 errors=error_handling)
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Scanning.py 183 def get_lines(self, encoding=None, error_handling=None):
186 key = (encoding, error_handling)
195 error_handling=error_handling,
245 def get_lines(self, encoding=None, error_handling=None):
249 return [ line.encode(encoding, error_handling).decode(encoding)
Optimize.py     [all...]
Code.py     [all...]
Nodes.py 304 error_handling='ignore')
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 383 fh = Utils.open_source_file(source_filename, "rU", error_handling='ignore')
    [all...]

Completed in 92 milliseconds