/external/tensorflow/tensorflow/contrib/stat_summarizer/python/ |
stat_summarizer_test.py | 57 self.assertRegexpMatches(output_string, r"count=20") 60 self.assertRegexpMatches(output_string, r"====== .* ======") 65 self.assertRegexpMatches(output_string, r"MatMul.*product") 66 self.assertRegexpMatches(output_string, r"Const.*m1") 67 self.assertRegexpMatches(output_string, r"Const.*m2") 70 self.assertRegexpMatches(output_string, r"100\.")
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
fix_asserts.py | 14 assertRegexpMatches="assertRegex",
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
fix_asserts.py | 14 assertRegexpMatches="assertRegex",
|
/external/tensorflow/tensorflow/python/framework/ |
versions_test.py | 31 self.assertRegexpMatches(versions.__version__, 33 self.assertRegexpMatches(versions.VERSION,
|
error_interpolation_test.py | 183 self.assertRegexpMatches(interpolated_string, 192 self.assertRegexpMatches(interpolated_string, expected_regex) 197 self.assertRegexpMatches(interpolated_string, "constant_op.py:[0-9]+.*") 227 self.assertRegexpMatches(interpolated_string, expected_regex) 235 self.assertRegexpMatches(interpolated_string, expected_regex) 279 self.assertRegexpMatches(result, expected_re)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_site.py | 115 self.assertRegexpMatches(err_out.getvalue(), "line 1")
116 self.assertRegexpMatches(err_out.getvalue(),
121 self.assertRegexpMatches(err_out.getvalue(), 'Traceback')
122 self.assertRegexpMatches(err_out.getvalue(), r'import bad\)syntax')
123 self.assertRegexpMatches(err_out.getvalue(), 'SyntaxError')
130 self.assertRegexpMatches(err_out.getvalue(), "line 2")
131 self.assertRegexpMatches(err_out.getvalue(),
134 self.assertRegexpMatches(err_out.getvalue(), 'Traceback')
135 self.assertRegexpMatches(err_out.getvalue(), 'ImportError')
144 self.assertRegexpMatches(err_out.getvalue(), "line 1") [all...] |
/external/python/cpython2/Lib/test/ |
test_site.py | 137 self.assertRegexpMatches(err_out.getvalue(), "line 1") 138 self.assertRegexpMatches(err_out.getvalue(), 143 self.assertRegexpMatches(err_out.getvalue(), 'Traceback') 144 self.assertRegexpMatches(err_out.getvalue(), r'import bad\)syntax') 145 self.assertRegexpMatches(err_out.getvalue(), 'SyntaxError') 152 self.assertRegexpMatches(err_out.getvalue(), "line 2") 153 self.assertRegexpMatches(err_out.getvalue(), 156 self.assertRegexpMatches(err_out.getvalue(), 'Traceback') 157 self.assertRegexpMatches(err_out.getvalue(), 'ImportError') 166 self.assertRegexpMatches(err_out.getvalue(), "line 1" [all...] |
test_cookielib.py | 28 self.assertRegexpMatches(text, 49 self.assertRegexpMatches( [all...] |
test_repr.py | 188 self.assertRegexpMatches(repr(x), r'<cell at 0x[0-9A-Fa-f]+: ' 190 self.assertRegexpMatches(r(x), r'<cell at.*\.\.\..*>')
|
/external/python/cpython2/Lib/ctypes/test/ |
test_macholib.py | 59 self.assertRegexpMatches(result, r".*/lib/libz\..*.*\.dylib")
|
/external/tensorflow/tensorflow/contrib/framework/python/framework/ |
experimental_test.py | 64 self.assertRegexpMatches(args[0], r"is experimental and may change")
|
/external/tensorflow/tensorflow/python/util/ |
deprecation_test.py | 42 self.assertRegexpMatches(mock_warning.call_args[0][1], 70 self.assertRegexpMatches(mock_warning.call_args[0][1], 172 self.assertRegexpMatches( 215 self.assertRegexpMatches(args[0], r"deprecated and will be removed") 241 self.assertRegexpMatches(args[0], r"deprecated and will be removed") 267 self.assertRegexpMatches(args[0], r"deprecated and will be removed") 312 self.assertRegexpMatches(args[0], r"deprecated and will be removed") 342 self.assertRegexpMatches(args[0], r"deprecated and will be removed") 372 self.assertRegexpMatches(args[0], r"deprecated and will be removed") 427 self.assertRegexpMatches(args[0], r"deprecated and will be removed" [all...] |
function_utils_test.py | 247 self.assertRegexpMatches( 253 self.assertRegexpMatches( 271 self.assertRegexpMatches(code.co_filename, 'function_utils_test.py') 276 self.assertRegexpMatches(code.co_filename, 'function_utils_test.py') 282 self.assertRegexpMatches(code.co_filename, 'function_utils_test.py') 288 self.assertRegexpMatches(code.co_filename, 'function_utils_test.py')
|
/development/gsi/gsi_util/gsi_util/utils/tests/ |
file_utils_unittest.py | 34 self.assertRegexpMatches(os.path.basename(f), r'prefix.+suffix')
|
/development/vndk/tools/definition-tool/tests/ |
compat.py | 84 self.assertRegexpMatches(text, expected_regex, msg)
|
/external/tensorflow/tensorflow/contrib/predictor/ |
contrib_estimator_predictor_test.py | 58 self.assertRegexpMatches(
|
saved_model_predictor_test.py | 71 self.assertRegexpMatches( 114 self.assertRegexpMatches( 141 self.assertRegexpMatches(
|
core_estimator_predictor_test.py | 69 self.assertRegexpMatches(
|
/external/tensorflow/tensorflow/python/debug/cli/ |
profile_analyzer_cli_test.py | 214 self.assertRegexpMatches("".join(prof_output), r"Mul/456.*Add/123") 217 self.assertRegexpMatches("".join(prof_output), r"Add/123.*Mul/456") 220 self.assertRegexpMatches("".join(prof_output), r"Add/123.*Mul/456") 223 self.assertRegexpMatches("".join(prof_output), r"Mul/456.*Add/123") 226 self.assertRegexpMatches("".join(prof_output), r"Add/123.*Mul/456") 229 self.assertRegexpMatches("".join(prof_output), r"Mul/456.*Add/123")
|
/external/python/futures/ |
test_futures.py | 242 self.assertRegexpMatches(t.name, r'^SpecialPool_[0-4]$') 255 self.assertRegexpMatches(t.name, r'ThreadPoolExecutor-\d+_[0-4]$') 630 self.assertRegexpMatches(repr(PENDING_FUTURE), 632 self.assertRegexpMatches(repr(RUNNING_FUTURE), 634 self.assertRegexpMatches(repr(CANCELLED_FUTURE), 636 self.assertRegexpMatches(repr(CANCELLED_AND_NOTIFIED_FUTURE), 638 self.assertRegexpMatches( 641 self.assertRegexpMatches(
|
/external/tensorflow/tensorflow/python/eager/ |
function_test.py | [all...] |
/external/tensorflow/tensorflow/python/kernel_tests/ |
while_v2_test.py | 386 self.assertRegexpMatches( 388 self.assertRegexpMatches( 395 self.assertRegexpMatches( 397 self.assertRegexpMatches( 402 self.assertRegexpMatches( 404 self.assertRegexpMatches(
|
/external/tensorflow/tensorflow/compiler/tests/ |
xla_ops_test.py | 320 self.assertRegexpMatches( 333 self.assertRegexpMatches(
|
/external/autotest/scheduler/ |
drone_utility_unittest.py | 138 self.assertRegexpMatches(warnings[0], '.*autoserv.*369.*')
|
/external/python/cpython2/Lib/lib2to3/tests/ |
test_main.py | 109 self.assertRegexpMatches(
|