HomeSort by relevance Sort by last modified time
    Searched defs:default_format (Results 1 - 8 of 8) sorted by null

  /system/core/liblog/
log_time.cpp 25 const char log_time::default_format[] = "%m-%d %H:%M:%S.%q"; member in class:log_time
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 63 default_format = {'posix': 'gztar', variable in class:bdist
112 self.formats = [self.default_format[os.name]]
bdist_dumb.py 50 default_format = { 'posix': 'gztar', variable in class:bdist_dumb
73 self.format = self.default_format[os.name]
sdist.py 97 default_format = {'posix': 'gztar', variable in class:sdist
134 self.formats = [self.default_format[os.name]]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 63 default_format = {'posix': 'gztar', variable in class:bdist
112 self.formats = [self.default_format[os.name]]
bdist_dumb.py 50 default_format = { 'posix': 'gztar', variable in class:bdist_dumb
73 self.format = self.default_format[os.name]
sdist.py 97 default_format = {'posix': 'gztar', variable in class:sdist
134 self.formats = [self.default_format[os.name]]
  /system/core/include/log/
log_read.h 155 static const char default_format[]; member in struct:log_time
158 char *strptime(const char *s, const char *format = default_format);

Completed in 121 milliseconds