Home
last modified time | relevance | path

Searched refs:regex_find (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common_test.py597 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(
Ddebugger_cli_common.py382 def regex_find(orig_screen_output, regex, font_attr): function
Dcurses_ui.py1083 output = debugger_cli_common.regex_find(
/external/icu/icu4c/source/test/intltest/
Dregextst.h68 virtual void regex_find(const UnicodeString &pat, const UnicodeString &flags,
Dregextst.cpp3247 regex_find(testPattern, testFlags, matchString, srcPath, lineNum); in Extended()
3308 void RegexTest::regex_find(const UnicodeString &pattern, in regex_find() function in RegexTest