Home
last modified time | relevance | path

Searched defs:match_str (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/core/debuggerd/
H A Ddebuggerd_test.cpp2519 std::string match_str = android::base::StringPrintf("%s\\!libcrash_test.so \\(offset 0x%x\\)", in TEST_F() local
2569 std::string match_str = "NOTE: " + tmp_so_name; in TEST_F() local
2738 std::string match_str = android::base::StringPrintf( in TEST_F() local
2767 std::string match_str = R"(signal 11 \(SIGSEGV\), code 1 \(SEGV_MAPERR\), fault addr 0x)"; in TEST_F() local
2819 std::string match_str = R"(signal 11 \(SIGSEGV\), code 1 \(SEGV_MAPERR\), fault addr 0x)"; in TEST_F() local
2857 std::string match_str = R"(signal 11 \(SIGSEGV\), code 2 \(SEGV_ACCERR\), fault addr 0x)"; in TEST_F() local
3046 std::string match_str; in TEST_F() local
3103 std::string match_str = android::base::StringPrintf( in TEST_F() local
3156 std::string match_str = android::base::StringPrintf("pid: %d, tid: %d, name: .* >>> .* <<<\\n", in TEST_F() local
/aosp_15_r20/packages/modules/DnsResolver/tests/
Dresolv_stats_test_utils.cpp72 std::string match_str = (*i).str(); in fromNetworkDnsEventReportedStr() local
/aosp_15_r20/external/autotest/client/site_tests/audio_CrasDevSwitchStress/
H A Daudio_CrasDevSwitchStress.py112 def _get_buffer_level(self, match_str, dev_id): argument
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dnconf.c503 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match()
/aosp_15_r20/external/libusb/libusb/os/
H A Dsunos_usb.c463 char match_str[PATH_MAX]; in sunos_fill_in_dev_info() local