Home
last modified time | relevance | path

Searched defs:assertMatches (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/tools/checker/match/
H A Dtest.py40 def assertMatches(self, checker_string, c1_string, var_state={}): member in MatchLines_Test
104 def assertMatches(self, checker_string, c1_string, isa=None, instruction_set_features=None): member in MatchFiles_Test
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DPatternMatcherTest.java233 private void assertMatches(String string, PatternMatcher matcher) { in assertMatches() method in PatternMatcherTest
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/
H A DNduseroptMessageTest.java229 private void assertMatches(int family, int optsLen, int ifindex, byte icmpType, in assertMatches() method in NduseroptMessageTest