Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 17 of 17) sorted by relevance

/system/hardware/interfaces/net/netd/testutils/
DVtsHalNetNetdTestUtils.cpp74 const std::regex regex(regexString, std::regex_constants::extended); in countMatchingIpRules() local
91 std::string regex = in countRulesForFwmark() local
/system/memory/lmkd/tests/
Dlmkd_tests.cpp124 static std::string ReadLogcat(const std::string& tag, const std::string& regex) { in ReadLogcat()
199 std::string regex = StringPrintf("((" LMKD_KILL_TEMPLATE ")|(" LMKD_REAP_TEMPLATE in TEST_F() local
/system/keymaster/android_keymaster/
Dkeymaster_configuration.cpp76 regex_t regex; in GetPatchlevel() local
128 regex_t regex; in GetOsVersion() local
/system/core/fastboot/fuzzy_fastboot/
Dextensions.h56 std::regex regex; member
104 std::regex regex; member
Dextensions.cpp245 std::regex regex; in ExtractOem() local
/system/libvintf/
DMatrixInstance.cpp83 details::Regex regex; in matchInstance() local
Dparse_xml.cpp606 details::Regex regex; in buildObject() local
/system/extras/simpleperf/
DRecordFilter.cpp306 if (auto regex = RegEx::Create(process_name); regex != nullptr) { in AddProcessNameRegex() local
316 if (auto regex = RegEx::Create(thread_name); regex != nullptr) { in AddThreadNameRegex() local
Dcmd_report_sample_test.cpp99 auto regex = RegEx::Create(android::base::Join(test_case, R"((\s|\n|\r)+)")); in TEST() local
Dcmd_report_test.cpp70 auto regex = RegEx::Create(R"(Samples: (\d+))"); in GetSampleCount() local
/system/chre/host/common/
Dchre_aidl_hal_client.cc266 std::regex regex(appName + ".napp_header"); in findHeaderByName() local
291 std::regex regex("(\\w+)\\.napp_header"); in readNanoappHeaders() local
/system/extras/partition_tools/
Dlpdump.cc193 std::regex regex("/([a-zA-Z_]*)$"); in GetReadonlyPartitionName() local
/system/sepolicy/tools/
Dcheck_seapp.c108 key_map_regex regex; member
/system/logging/logcat/tests/
Dlogcat_test.cpp1396 TEST(logcat, regex) { in TEST() argument
/system/testing/gtest_extras/tests/
DSystemTests.cpp709 std::regex regex("\\n.*\\d+ FAILED TESTS\\n"); in TEST_F() local
/system/core/debuggerd/
Ddebuggerd_test.cpp1541 std::string regex = R"(failed to attach to thread \d+, already traced by )"; in TEST_F() local
/system/libvintf/test/
DLibVintfTest.cpp4194 details::Regex regex; in TEST_F() local