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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystrtod.h 22 char format_code,
33 #define Py_DTSF_ALT 0x04 /* "alternate" formatting. it's format_code
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystrtod.h 22 char format_code,
33 #define Py_DTSF_ALT 0x04 /* "alternate" formatting. it's format_code
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.pxd 16 # cpdef format_code(self, code_string, replace_empty_lines=*)
Code.py 297 return util.format_code(proto), util.format_code(impl)
299 def format_code(self, code_string, replace_empty_lines=re.compile(r'\n\n+').sub): member in class:UtilityCodeBase
415 self.format_code(self.proto),
418 impl = self.format_code(self.impl)
430 writer.put(self.format_code(self.init))
439 self.format_code(self.cleanup),
    [all...]
Buffer.py 608 proto = util_code.format_code(util_code.proto)
609 impl = util_code.format_code(

Completed in 73 milliseconds