Searched defs:match_str (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 2519 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/ |
D | resolv_stats_test_utils.cpp | 72 std::string match_str = (*i).str(); in fromNetworkDnsEventReportedStr() local
|
/aosp_15_r20/external/autotest/client/site_tests/audio_CrasDevSwitchStress/ |
H A D | audio_CrasDevSwitchStress.py | 112 def _get_buffer_level(self, match_str, dev_id): argument
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | nconf.c | 503 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 D | sunos_usb.c | 463 char match_str[PATH_MAX]; in sunos_fill_in_dev_info() local
|