/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_output_test.py | 88 def RemoveLocations(test_output): argument 101 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output) 125 def RemoveTypeInfoDetails(test_output): argument 136 return re.sub(r'unsigned int', 'unsigned', test_output) 139 def NormalizeToCurrentPlatform(test_output): argument 144 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output) 146 test_output = re.sub(r': Failure\n', r': error: ', test_output) 148 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output) 150 return test_output 167 def RemoveMatchingTests(test_output, pattern): argument [all …]
|
D | gtest_catch_exceptions_test.py | 89 def TestSehExceptions(self, test_output): argument 92 in test_output) 95 in test_output) 97 in test_output) 99 in test_output) 101 in test_output) 103 in test_output) 105 in test_output)
|
/external/v8/testing/gtest/test/ |
D | gtest_output_test.py | 89 def RemoveLocations(test_output): argument 102 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output) 126 def RemoveTypeInfoDetails(test_output): argument 137 return re.sub(r'unsigned int', 'unsigned', test_output) 140 def NormalizeToCurrentPlatform(test_output): argument 145 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output) 147 test_output = re.sub(r': Failure\n', r': error: ', test_output) 149 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output) 151 return test_output 168 def RemoveMatchingTests(test_output, pattern): argument [all …]
|
D | gtest_catch_exceptions_test.py | 89 def TestSehExceptions(self, test_output): argument 92 in test_output) 95 in test_output) 97 in test_output) 99 in test_output) 101 in test_output) 103 in test_output) 105 in test_output)
|
/external/googletest/googletest/test/ |
D | gtest_output_test.py | 89 def RemoveLocations(test_output): argument 102 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output) 126 def RemoveTypeInfoDetails(test_output): argument 137 return re.sub(r'unsigned int', 'unsigned', test_output) 140 def NormalizeToCurrentPlatform(test_output): argument 145 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output) 147 test_output = re.sub(r': Failure\n', r': error: ', test_output) 149 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output) 151 return test_output 168 def RemoveMatchingTests(test_output, pattern): argument [all …]
|
D | gtest_catch_exceptions_test.py | 89 def TestSehExceptions(self, test_output): argument 92 in test_output) 95 in test_output) 97 in test_output) 99 in test_output) 101 in test_output) 103 in test_output) 105 in test_output)
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_output_test.py | 88 def RemoveLocations(test_output): argument 101 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output) 125 def RemoveTypeInfoDetails(test_output): argument 136 return re.sub(r'unsigned int', 'unsigned', test_output) 139 def NormalizeToCurrentPlatform(test_output): argument 144 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output) 146 test_output = re.sub(r': Failure\n', r': error: ', test_output) 148 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output) 150 return test_output 167 def RemoveMatchingTests(test_output, pattern): argument [all …]
|
D | gtest_catch_exceptions_test.py | 76 def TestSehExceptions(self, test_output): argument 79 in test_output) 82 in test_output) 84 in test_output) 86 in test_output) 88 in test_output) 90 in test_output) 92 in test_output)
|
/external/protobuf/gtest/test/ |
D | gtest_output_test.py | 90 def RemoveLocations(test_output): argument 103 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output) 127 def RemoveTypeInfoDetails(test_output): argument 138 return re.sub(r'unsigned int', 'unsigned', test_output) 155 def RemoveMatchingTests(test_output, pattern): argument 170 test_output = re.sub( 174 test_output) 175 return re.sub(r'.*%s.*\n' % pattern, '', test_output) 247 def RemoveUnsupportedTests(self, test_output): argument 249 test_output = RemoveMatchingTests(test_output, 'DeathTest') [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/bazel/ |
D | run_cc_test_windows.sh | 55 bazel test -k $slow_compiling_test --test_output=errors 56 bazel test -c opt -k $passing_tests --test_output=errors
|
/external/ltp/pan/ |
D | scan.l | 77 static int test_output( SYM, SYM); 165 ^<<<test_output>>>$ { 170 test_output(ctag, keys); 315 test_output(SYM tag, SYM keys)
|
/external/autotest/client/deps/fakegudev/src/ |
D | test-gudev.sh | 13 function test_output() { function 31 test_output 130 test_output
|
/external/perfetto/tools/ |
D | run_android_test | 154 test_output = subprocess.check_output([ADB_PATH, 'shell', cmd]) 155 print test_output 156 retcode = re.search(r'^TEST_RET_CODE=(\d)', test_output, re.MULTILINE)
|
/external/toolchain-utils/dejagnu/ |
D | gdb_dejagnu.py | 291 test_output = os.path.join(self._gdb_source_dir, 'gdb', 'testsuite', 293 test_output = misc.GetOutsideChrootPath(self._chromeos_root, test_output) 296 self.test_result = self.ParseResult(test_output)
|
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/bazel/ |
D | run_cc_test_windows.sh | 60 bazel test -c opt --config=win-cuda -k $passing_tests --test_output=errors
|
/external/tensorflow/tensorflow/tools/ci_build/linux/cpu/ |
D | run_cc_core.sh | 37 --test_output=errors -- \
|
D | run_py2_core.sh | 36 --test_output=errors -- \
|
D | run_py3_core.sh | 36 --test_output=errors -- \
|
D | run_mkl.sh | 35 --config=mkl --config=opt --test_output=errors -- \
|
/external/tensorflow/tensorflow/tools/ci_build/osx/cpu/ |
D | run_py3_cc_core.sh | 36 --jobs=${N_JOBS} --build_tests_only --test_output=errors -k -- \
|
D | run_contrib.sh | 37 --jobs=${N_JOBS} --build_tests_only --test_output=errors -k -- \
|
D | run_py2_cc_core.sh | 37 --jobs=${N_JOBS} --build_tests_only --test_output=errors -k -- \
|
/external/tensorflow/tensorflow/tools/ci_build/xla/linux/gpu/ |
D | run_py3.sh | 40 --build_tests_only --test_output=errors --local_test_jobs=8 \
|
/external/tensorflow/tensorflow/tools/ci_build/linux/gpu/ |
D | run_cc_core.sh | 39 --build_tests_only --test_output=errors --local_test_jobs=8 --config=opt \
|
D | run_py3_core.sh | 39 --build_tests_only --test_output=errors --local_test_jobs=8 --config=opt \
|