OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_dict
(Results
1 - 5
of
5
) sorted by null
/external/python/setuptools/setuptools/
py36compat.py
43
opt_dict
= self.get_option_dict(section)
49
opt_dict
[opt] = (filename, val)
/external/autotest/client/bin/
fsinfo.py
14
opt_dict
= {}
20
opt_dict
['-%s' % opt] = value
22
opt_dict
['-%s' % item] = None
24
for key, value in
opt_dict
.iteritems():
26
opt_dict
[key] = int(value)
28
return
opt_dict
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dist.py
242
opt_dict
= self.get_option_dict(command)
244
opt_dict
[opt] = ("setup script", val)
316
opt_dict
= self.command_options.get(cmd_name)
317
if
opt_dict
is None:
323
out = pformat(
opt_dict
)
393
opt_dict
= self.get_option_dict(section)
399
opt_dict
[opt] = (filename, val)
588
opt_dict
= self.get_option_dict(command)
590
opt_dict
[name] = ("command line", value)
[
all
...]
/external/python/cpython2/Lib/distutils/
dist.py
242
opt_dict
= self.get_option_dict(command)
244
opt_dict
[opt] = ("setup script", val)
316
opt_dict
= self.command_options.get(cmd_name)
317
if
opt_dict
is None:
323
out = pformat(
opt_dict
)
393
opt_dict
= self.get_option_dict(section)
399
opt_dict
[opt] = (filename, val)
588
opt_dict
= self.get_option_dict(command)
590
opt_dict
[name] = ("command line", value)
[
all
...]
/external/python/cpython3/Lib/distutils/
dist.py
250
opt_dict
= self.get_option_dict(command)
252
opt_dict
[opt] = ("setup script", val)
320
opt_dict
= self.command_options.get(cmd_name)
321
if
opt_dict
is None:
327
out = pformat(
opt_dict
)
409
opt_dict
= self.get_option_dict(section)
415
opt_dict
[opt] = (filename, val)
602
opt_dict
= self.get_option_dict(command)
604
opt_dict
[name] = ("command line", value)
[
all
...]
Completed in 551 milliseconds