Searched defs:get_option (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dlint_test_expectations_unittest.py62 def get_option(self, _, val): member in class:FakePort
/external/dhcpcd/
H A Dshowlease.c190 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
192 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function
H A Ddhcp.c303 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
305 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) function
725 p = get_option(dhcp, option, &len, &type);
792 p = get_option(dhcp, DHO_CSR, &len, NULL);
795 p = get_option(dhcp, DHO_MSCSR, &len, NULL);
810 p = get_option(dhcp, DHO_STATICROUTE, &len, NULL);
829 p = get_option(dhcp, DHO_ROUTER, &len, NULL);
1450 p = get_option(dhcp, opt->option, &pl, NULL);
/external/fio/
H A Dparse.c854 static struct fio_option *get_option(char *opt, function
886 o = get_option(s, __fio_options, &foo);
893 o = get_option(s, __fio_options, &foo);
939 *o = get_option(opt, options, &post);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py240 if self.get_option('configuration') == 'Debug':
249 return 3.0 * float(self.get_option('time_out_ms', '0')) / self.default_timeout_ms()
293 return self.get_option('additional_platform_directory', []) + self._compare_baseline() + self.default_baseline_search_path()
303 target_port = self.get_option('compare_port')
333 if not result and self.get_option('build'):
335 self.get_option('configuration'))
344 if self.get_option('pixel_tests'):
544 if self.get_option('driver_name'):
545 return self.get_option('driver_name')
866 return driver.cmd_line(self.get_option('pixel_test
972 def get_option(self, name, default_value=None): member in class:Port
[all...]

Completed in 135 milliseconds