Home
last modified time | relevance | path

Searched defs:matching (Results 1 – 7 of 7) sorted by relevance

/external/easymock/src/org/easymock/internal/
DErrorMessage.java20 private final boolean matching; field in ErrorMessage
26 public ErrorMessage(boolean matching, String message, int actualCount) { in ErrorMessage()
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlPolicyBuilder.java649 public AttributeBuilder matching(AttributePolicy policy) { in matching() method in HtmlPolicyBuilder.AttributeBuilder
660 public AttributeBuilder matching(final Pattern pattern) { in matching() method in HtmlPolicyBuilder.AttributeBuilder
675 public AttributeBuilder matching( in matching() method
/external/selinux/sepolgen/tests/
Dtest_matching.py21 import sepolgen.matching as matching namespace
/external/selinux/libsepol/cil/src/
Dcil_find.c41 struct cil_list *matching; member
290 …de *node, struct cil_avrule *avrule, struct cil_avrule *target, struct cil_list *matching, int mat… in cil_find_matching_avrule()
370 …t cil_tree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int mat… in cil_find_matching_avrule_in_ast()
Dcil_binary.c4336 struct cil_list *matching; in __cil_print_neverallow_failure() local
4587 struct cil_list *matching; in cil_check_type_bounds() local
/external/wpa_supplicant_8/src/utils/
Dtrace.c47 char **matching; in open_bfd() local
/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java65 private boolean matching; field in InstructionSequenceMatcher