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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 50 default_format = { 'posix': 'gztar', variable in class:bdist_dumb
73 self.format = self.default_format[os.name]
bdist.py 63 default_format = {'posix': 'gztar', variable in class:bdist
112 self.formats = [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_dumb.py 50 default_format = { 'posix': 'gztar', variable in class:bdist_dumb
73 self.format = self.default_format[os.name]
bdist.py 63 default_format = {'posix': 'gztar', variable in class:bdist
112 self.formats = [self.default_format[os.name]]
sdist.py 97 default_format = {'posix': 'gztar', variable in class:sdist
134 self.formats = [self.default_format[os.name]]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ImageReaderTest.java 35 private static final int DEFAULT_FORMAT = ImageFormat.YUV_420_888;
57 mReader = spy(ImageReader.newInstance(DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_FORMAT,
  /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/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager.cc 119 VideoFormat default_format(kDefaultCaptureFormat);
120 return default_format;
  /frameworks/native/include/gui/
Surface.h 153 enum { DEFAULT_FORMAT = PIXEL_FORMAT_RGBA_8888 };
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 98 DEFAULT_FORMAT = GNU_FORMAT
199 def itn(n, digits=8, format=DEFAULT_FORMAT):
988 def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="strict"):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 98 DEFAULT_FORMAT = GNU_FORMAT
199 def itn(n, digits=8, format=DEFAULT_FORMAT):
988 def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="strict"):
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 492 milliseconds