Searched refs:try_config (Results 1 – 2 of 2) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_ccs.c | 184 static bool try_config(data_t *data, enum test_fb_flags fb_flags, in try_config() function 274 if (try_config(data, fb_flags | FB_COMPRESSED, &ref_crc) && in test_ccs() 275 try_config(data, fb_flags, &crc)) { in test_ccs() 288 valid_tests += try_config(data, fb_flags | FB_COMPRESSED, NULL); in test_ccs() 292 valid_tests += try_config(data, fb_flags | FB_COMPRESSED | FB_MISALIGN_AUX_STRIDE , NULL); in test_ccs() 293 valid_tests += try_config(data, fb_flags | FB_COMPRESSED | FB_SMALL_AUX_STRIDE , NULL); in test_ccs() 294 valid_tests += try_config(data, fb_flags | FB_COMPRESSED | FB_ZERO_AUX_STRIDE , NULL); in test_ccs()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_init.c | 96 static char *try_config(char *s, const char *opt, char scc); 1688 if ((p = try_config(line, "domain", ';')) && update_domains) in init_by_resolv_conf() 1690 else if ((p = try_config(line, "lookup", ';')) && !channel->lookups) in init_by_resolv_conf() 1692 else if ((p = try_config(line, "search", ';')) && update_domains) in init_by_resolv_conf() 1694 else if ((p = try_config(line, "nameserver", ';')) && in init_by_resolv_conf() 1697 else if ((p = try_config(line, "sortlist", ';')) && in init_by_resolv_conf() 1700 else if ((p = try_config(line, "options", ';'))) in init_by_resolv_conf() 1731 if ((p = try_config(line, "hosts:", '\0')) && !channel->lookups) in init_by_resolv_conf() 1761 if ((p = try_config(line, "order", '\0')) && !channel->lookups) in init_by_resolv_conf() 1792 if ((p = try_config(line, "hosts=", '\0')) && !channel->lookups) in init_by_resolv_conf() [all …]
|