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

  /external/mesa3d/
common.py 87 allowed_values=('debug', 'checked', 'profile', 'release')))
90 allowed_values=('generic', 'ppc', 'x86', 'x86_64')))
92 allowed_values=('cygwin', 'darwin', 'freebsd', 'haiku', 'linux', 'sunos', 'windows')))
103 opts.Add(EnumOption('MSVS_VERSION', 'MS Visual C++ version', None, allowed_values=('7.1', '8.0', '9.0')))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
parametergroup.py 92 self.allowed_values = None
122 self.allowed_values = value
138 if self.allowed_values:
139 choices = self.allowed_values.split(',')
141 raise ValueError('value must be in %s' % self.allowed_values)
148 if self.allowed_values:
149 min, max = self.allowed_values.split('-')
151 raise ValueError('range is %s' % self.allowed_values)
optiongroup.py 188 :ivar allowed_values: The allowed values of the option setting.
198 default_value=False, allowed_values=None, data_type=None,
204 self.allowed_values = allowed_values
226 self.allowed_values = value
363 :ivar allowed_values: The allowed values of the option setting.
373 allowed_values=None, apply_type=None, is_modifiable=False):
377 self.allowed_values = allowed_values
395 self.allowed_values = valu
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
global_state.py 109 def _add_state_component(self, component_name, allowed_values):
116 @param allowed_values: The list of string values that component_name can
122 @raises: TypeError if allowed_values is not a list.
126 if type(allowed_values) is not list:
127 raise TypeError('allowed_values must be list of strings.')
139 if self.INVALID_VALUE in allowed_values:
142 for allowed_value in allowed_values:
148 self._allowed_values[component_name] = set(allowed_values)
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 396 std::vector<std::string> allowed_values; local
399 allowed_values.push_back(name);
402 std::string allowed_values_flat = Join(allowed_values, ',');
424 std::vector<std::string> allowed_values; local
426 allowed_values.push_back(arg_name);
429 std::string allowed_values_flat = Join(allowed_values, ',');
  /external/jsoncpp/
SConstruct 6 - add its name in options allowed_values below
21 allowed_values='suncc vacpp mingw msvc6 msvc7 msvc71 msvc80 msvc90 linux-gcc'.split(),
  /external/vixl/
SConstruct 135 'release', allowed_values=config.build_options_modes),
139 sim_default, allowed_values=['on', 'off']),

Completed in 1122 milliseconds