Searched refs:rule_str (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/buildtools/checkdeps/ |
D | builddeps.py | 157 def ApplyOneRule(rule_str, dependee_regexp=None): argument 164 if self._ignore_temp_rules and rule_str.startswith(Rule.TEMP_ALLOW): 174 rules.AddRule(rule_str, relative_dir, rule_description, dependee_regexp) 177 for rule_str in includes: 178 ApplyOneRule(rule_str) 185 for rule_str in specific_rules: 186 ApplyOneRule(rule_str, regexp)
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_life.c | 45 char *rule_str; member 87 …{ "rule", "set rule", OFFSET(rule_str), AV_OPT_TYPE_STRING, {.str = "B3/S23"}, 0, 0, F… 103 const char *rule_str, void *log_ctx) in parse_rule() argument 106 const char *p = rule_str; in parse_rule() 130 long int rule = strtol(rule_str, &tail, 10); in parse_rule() 140 av_log(log_ctx, AV_LOG_ERROR, "Invalid rule code '%s' provided\n", rule_str); in parse_rule() 229 if ((ret = parse_rule(&life->born_rule, &life->stay_rule, life->rule_str, ctx)) < 0) in init() 265 life->rule_str, life->stay_rule, life->born_rule, life->stitch, in init() 275 av_freep(&life->rule_str); in uninit()
|
D | vsrc_cellauto.c | 44 char *rule_str; member
|
/third_party/openssl/ssl/ |
D | ssl_ciph.c | 957 static int ssl_cipher_process_rulestr(const char *rule_str, in ssl_cipher_process_rulestr() argument 970 l = rule_str; in ssl_cipher_process_rulestr() 1407 const char *rule_str, in STACK_OF() 1420 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL) in STACK_OF() 1423 if (!check_suiteb_cipher_list(ssl_method, c, &rule_str)) in STACK_OF() 1572 rule_p = rule_str; in STACK_OF() 1573 if (strncmp(rule_str, "DEFAULT", 7) == 0) { in STACK_OF()
|
D | ssl_local.h | 2273 const char *rule_str,
|