Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp116 const auto matcher = [](usb_ifc_info* info) -> int { in SetUp() local
177 const auto matcher = [](usb_ifc_info* info) -> int { in ReconnectFastbootDevice() local
Dmain.cpp164 const auto matcher = [](usb_ifc_info* info) -> int { in TEST() local
1008 auto matcher = [&](const std::tuple<std::string, uint32_t>& tup) { in TEST_P() local
1014 auto matcher = [&](const std::tuple<std::string, uint32_t>& tup) { in TEST_P() local
1760 const auto matcher = [](usb_ifc_info* info) -> int { in main() local
/system/apex/tests/src/com/android/tests/apex/
DApexTestUtils.java114 Matcher matcher = pattern.matcher(text); in assertMatchesRegex() local
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DUtils.java52 Matcher matcher = offsetPattern.matcher(utcOffsetString); in parseUtcOffsetToMillis() local
/system/timezone/distro/core/src/main/com/android/timezone/distro/
DDistroVersion.java79 Matcher matcher = DISTRO_VERSION_PATTERN.matcher(distroVersion); in fromBytes() local
/system/update_engine/
Dboot_control_android_unittest.cc349 const Matcher<MetadataBuilder*>& matcher) { in ExpectStoreMetadataMatch()
742 const Matcher<MetadataBuilder*>& matcher) override { in ExpectStoreMetadataMatch()
/system/libvintf/test/
Dvintf_object_tests.cpp498 void expectFileNotExist(const Matcher& matcher) { in expectFileNotExist()