Home
last modified time | relevance | path

Searched refs:option_type (Results 1 – 4 of 4) sorted by relevance

/external/vixl/tools/
Dtest.py71 def __init__(self, option_type, name, help, argument
76 self.option_type = option_type
97 option_type = TestOption.type_environment variable in EnvironmentOption
101 super(EnvironmentOption, self).__init__(EnvironmentOption.option_type,
114 option_type = TestOption.type_build variable in BuildOption
118 super(BuildOption, self).__init__(BuildOption.option_type,
129 option_type = TestOption.type_run variable in RuntimeOption
132 super(RuntimeOption, self).__init__(RuntimeOption.option_type,
/external/libbrillo/brillo/http/
Dcurl_api.cc21 int option_type = (static_cast<int>(option) / 10000) * 10000; in VerifyOptionType() local
22 return (option_type == expected_type); in VerifyOptionType()
/external/fio/
Doptions.c3644 int i, int option_type) in options_to_lopts() argument
3648 add_to_lopt(&long_options[i], o, o->name, option_type); in options_to_lopts()
3651 add_to_lopt(&long_options[i], o, o->alias, option_type); in options_to_lopts()
/external/dhcpcd-6.8.2/
Ddhcp.c1137 uint8_t option_type = 0; in read_lease() local
1169 option_type = *options_startp++; in read_lease()
1170 if (option_type == DHO_END) in read_lease()
1172 if (option_type != DHO_PAD) { in read_lease()