HomeSort by relevance Sort by last modified time
    Searched refs:opt_dict (Results 1 - 8 of 8) sorted by null

  /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 236 opt_dict = self.get_option_dict(command)
238 opt_dict[opt] = ("setup script", val)
309 opt_dict = self.command_options.get(cmd_name)
310 if opt_dict is None:
316 out = pformat(opt_dict)
398 opt_dict = self.get_option_dict(section)
404 opt_dict[opt] = (filename, val)
591 opt_dict = self.get_option_dict(command)
593 opt_dict[name] = ("command line", value)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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...]

Completed in 114 milliseconds