Searched refs:regex_find (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/debug/cli/ |
D | debugger_cli_common_test.py | 597 new_screen_output = debugger_cli_common.regex_find(self._orig_screen_output, 613 new_screen_output = debugger_cli_common.regex_find(self._orig_screen_output, 624 new_screen_output = debugger_cli_common.regex_find(self._orig_screen_output, 633 debugger_cli_common.regex_find(self._orig_screen_output, "[", "yellow") 638 searched_rich_lines = debugger_cli_common.regex_find( 645 searched_rich_lines = debugger_cli_common.regex_find(
|
D | debugger_cli_common.py | 381 def regex_find(orig_screen_output, regex, font_attr): function
|
D | curses_ui.py | 1083 output = debugger_cli_common.regex_find(
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.h | 70 virtual void regex_find(const UnicodeString &pat, const UnicodeString &flags,
|
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
|