HomeSort by relevance Sort by last modified time
    Searched refs:default_format (Results 1 - 25 of 35) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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]]
  /external/python/cpython2/Lib/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]]
  /external/python/cpython3/Lib/distutils/command/
bdist.py 60 default_format = {'posix': 'gztar', variable in class:bdist
109 self.formats = [self.default_format[os.name]]
bdist_dumb.py 47 default_format = { 'posix': 'gztar', variable in class:bdist_dumb
68 self.format = self.default_format[os.name]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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]
  /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]
  /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]
  /system/core/liblog/include/log/
log_time.h 167 static const char default_format[]; member in struct:log_time
170 char* strptime(const char* s, const char* format = default_format);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_bdist_dumb.py 98 default = cmd.default_format[os.name]
  /system/core/liblog/
log_time.cpp 26 LIBLOG_ABI_PRIVATE const char log_time::default_format[] = "%m-%d %H:%M:%S.%q"; member in class:log_time
  /external/python/cpython2/Lib/distutils/tests/
test_bdist_dumb.py 107 default = cmd.default_format[os.name]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py 107 default = cmd.default_format[os.name]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py 107 default = cmd.default_format[os.name]
  /external/webrtc/talk/media/base/
capturemanager.cc 133 VideoFormat default_format(kDefaultCaptureFormat);
134 return default_format;
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
bufferhub_rpc.h 265 uint32_t default_format; member in struct:android::dvr::ProducerQueueConfig
273 default_height, default_format, user_metadata_size);

Completed in 775 milliseconds

1 2