Home
last modified time | relevance | path

Searched defs:pattern_match (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/google/pixel/pixelstats/
DBrownoutDetectedReporter.cpp95 std::smatch pattern_match; in updateIfFound() local
362 std::smatch pattern_match; in logBrownoutCsv() local
511 std::smatch pattern_match; in logBrownout() local
/aosp_15_r20/external/python/setuptools/setuptools/tests/
Dtest_manifest.py134 def pattern_match(request): function
149 def test_translated_pattern_match(pattern_match): argument
/aosp_15_r20/external/ethtool/netlink/
H A Dmonitor.c191 static bool pattern_match(const char *s, const char *pattern) in pattern_match() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/
Dbuild-raring-multilib-toolchain.sh536 pattern_match () function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc271 int pattern_match(int16_t* hist) { in pattern_match() function
/aosp_15_r20/external/python/cpython2/Modules/
D_sre.c1927 pattern_match(PatternObject* self, PyObject* args, PyObject* kw) in pattern_match() function