Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 12 of 12) sorted by relevance

/system/bt/gd/cert/
Dbehavior.py55 def begin(self, matcher): argument
91 def wait_until_invoked(self, matcher, times, timeout): argument
105 def __init__(self, behavior, matcher, reply_stage_factory): argument
121 def init(self, behavior, matcher, persistence): argument
132 def __init__(self, matcher, persistence, fn): argument
151 def __init__(self, behavior, matcher, timeout): argument
Dcert_self_test_lib.py100 def test_request(self, matcher): argument
/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp127 const auto matcher = [](usb_ifc_info* info) -> int { in SetUp() local
211 const auto matcher = [](usb_ifc_info* info) -> int { in ReconnectFastbootDevice() local
Dmain.cpp166 const auto matcher = [](usb_ifc_info* info) -> int { in TEST() local
1040 auto matcher = [&](const std::tuple<std::string, uint32_t>& tup) { in TEST_P() local
1046 auto matcher = [&](const std::tuple<std::string, uint32_t>& tup) { in TEST_P() local
1794 const auto matcher = [](usb_ifc_info* info) -> int { in main() local
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DUtils.java52 Matcher matcher = offsetPattern.matcher(utcOffsetString); in parseUtcOffsetToMillis() local
/system/keymaster/android_keymaster/
Dremote_provisioning_utils.cpp107 KeyInfo matcher = {static_cast<CoseKeyCurve>(*curve), in validateAndExtractEekPubAndId() local
/system/timezone/distro/core/src/main/com/android/timezone/distro/
DDistroVersion.java79 Matcher matcher = DISTRO_VERSION_PATTERN.matcher(distroVersion); in fromBytes() local
/system/libziparchive/
Dzip_archive.cc952 std::function<bool(std::string_view)> matcher; member
970 auto matcher = [prefix = std::string(optional_prefix), in StartIteration() local
978 std::function<bool(std::string_view)> matcher) { in StartIteration()
Dzip_archive_test.cc260 static void AssertIterationOrderWithMatcher(std::function<bool(std::string_view)> matcher, in AssertIterationOrderWithMatcher()
299 auto matcher = [](std::string_view name) { return name == "a.txt"; }; in TEST() local
306 auto matcher = [](std::string_view name) { in TEST() local
314 auto matcher = [](std::string_view name) { in TEST() local
/system/bt/gd/l2cap/classic/cert/
Dcert_l2cap.py139 def on_config_req(self, matcher): argument
/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc198 const Matcher<MetadataBuilder*>& matcher) { in UpdatePartitionMetadata()
/system/libvintf/test/
Dvintf_object_tests.cpp505 void expectFileNotExist(const Matcher& matcher) { in expectFileNotExist()