OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_format
(Results
1 - 9
of
9
) sorted by null
/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]]
/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
;
Completed in 223 milliseconds