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

  /external/vixl/tools/
test.py 71 def __init__(self, option_type, name, help,
76 self.option_type = option_type
97 option_type = TestOption.type_environment variable in class:EnvironmentOption
101 super(EnvironmentOption, self).__init__(EnvironmentOption.option_type,
114 option_type = TestOption.type_build variable in class:BuildOption
118 super(BuildOption, self).__init__(BuildOption.option_type,
129 option_type = TestOption.type_run variable in class:RuntimeOption
132 super(RuntimeOption, self).__init__(RuntimeOption.option_type,
  /external/libbrillo/brillo/http/
curl_api.cc 21 int option_type = (static_cast<int>(option) / 10000) * 10000; local
22 return (option_type == expected_type);
  /external/dhcpcd-6.8.2/
dhcp.c 1137 uint8_t option_type = 0; local
1169 option_type = *options_startp++;
1170 if (option_type == DHO_END)
1172 if (option_type != DHO_PAD) {
    [all...]