OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ensure_string
(Results
1 - 7
of
7
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py
71
cmd.
ensure_string
('option1')
74
cmd.
ensure_string
('option2', 'xxx')
78
self.assertRaises(DistutilsOptionError, cmd.
ensure_string
, 'option3')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py
71
cmd.
ensure_string
('option1')
74
cmd.
ensure_string
('option2', 'xxx')
78
self.assertRaises(DistutilsOptionError, cmd.
ensure_string
, 'option3')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py
223
self.
ensure_string
('group', "Development/Libraries")
224
self.
ensure_string
('vendor',
227
self.
ensure_string
('packager')
234
self.
ensure_string
('release', "1")
235
self.
ensure_string
('serial') # should it be an int?
237
self.
ensure_string
('distribution_name')
239
self.
ensure_string
('changelog')
265
self.
ensure_string
('force_arch')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py
223
self.
ensure_string
('group', "Development/Libraries")
224
self.
ensure_string
('vendor',
227
self.
ensure_string
('packager')
234
self.
ensure_string
('release', "1")
235
self.
ensure_string
('serial') # should it be an int?
237
self.
ensure_string
('distribution_name')
239
self.
ensure_string
('changelog')
265
self.
ensure_string
('force_arch')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py
219
def
ensure_string
(self, option, default=None):
member in class:Command
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py
219
def
ensure_string
(self, option, default=None):
member in class:Command
/external/mdnsresponder/mDNSShared/
DebugServices.h
1090
#define
ensure_string
macro
[
all
...]
Completed in 169 milliseconds