Searched refs:regex_find (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/ |
H A D | debugger_cli_common_test.py | 595 new_screen_output = debugger_cli_common.regex_find(self._orig_screen_output, 611 new_screen_output = debugger_cli_common.regex_find(self._orig_screen_output, 622 new_screen_output = debugger_cli_common.regex_find(self._orig_screen_output, 631 debugger_cli_common.regex_find(self._orig_screen_output, "[", "yellow") 636 searched_rich_lines = debugger_cli_common.regex_find( 643 searched_rich_lines = debugger_cli_common.regex_find(
|
H A D | debugger_cli_common.py | 376 def regex_find(orig_screen_output, regex, font_attr): function
|
H A D | curses_ui.py | 1078 output = debugger_cli_common.regex_find(
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | regextst.h | 70 virtual void regex_find(const UnicodeString &pat, const UnicodeString &flags,
|
H A D | regextst.cpp | 3280 regex_find(testPattern, testFlags, matchString, srcPath, lineNum); in Extended() 3341 void RegexTest::regex_find(const UnicodeString &pattern, in regex_find() function in RegexTest
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | regextst.h | 70 virtual void regex_find(const UnicodeString &pat, const UnicodeString &flags,
|
H A D | regextst.cpp | 3280 regex_find(testPattern, testFlags, matchString, srcPath, lineNum); in Extended() 3341 void RegexTest::regex_find(const UnicodeString &pattern, in regex_find() function in RegexTest
|