Home
last modified time | relevance | path

Searched refs:test_paths (Results 1 – 19 of 19) sorted by relevance

/external/llvm/test/tools/llvm-cov/
Dllvm-cov.test40 RUN: llvm-cov gcov test_paths.cpp 2>/dev/null | diff -u test_missing.output -
47 RUN: llvm-cov gcov -p test_paths.cpp | diff -u test_preserve_paths.output -
48 RUN: diff -aub test_paths.cpp.gcov srcdir#nested_dir#^#test.cpp.gcov
49 RUN: diff -aub test_paths.h.gcov srcdir#nested_dir#^#test.h.gcov
52 RUN: llvm-cov gcov test_paths.cpp | diff -u test_no_preserve_paths.output -
53 RUN: diff -aub test_paths.cpp.gcov test.cpp.gcov
54 RUN: diff -aub test_paths.h.gcov test.h.gcov
57 RUN: llvm-cov gcov -l test_paths.cpp | diff -u test_long_file_names.output -
58 RUN: diff -aub test_paths.cpp.gcov test_paths.cpp##test.cpp.gcov
59 RUN: diff -aub test_paths.h.gcov test_paths.cpp##test.h.gcov
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/
Dllvm-cov.test40 RUN: llvm-cov gcov test_paths.cpp 2>/dev/null | diff -u test_missing.output -
47 RUN: llvm-cov gcov -p test_paths.cpp | diff -u test_preserve_paths.output -
48 RUN: diff -aub test_paths.cpp.gcov srcdir#nested_dir#^#test.cpp.gcov
49 RUN: diff -aub test_paths.h.gcov srcdir#nested_dir#^#test.h.gcov
52 RUN: llvm-cov gcov test_paths.cpp | diff -u test_no_preserve_paths.output -
53 RUN: diff -aub test_paths.cpp.gcov test.cpp.gcov
54 RUN: diff -aub test_paths.h.gcov test.h.gcov
57 RUN: llvm-cov gcov -l test_paths.cpp | diff -u test_long_file_names.output -
58 RUN: diff -aub test_paths.cpp.gcov test_paths.cpp##test.cpp.gcov
59 RUN: diff -aub test_paths.h.gcov test_paths.cpp##test.h.gcov
[all …]
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dgenerated_examples_zip_test.cc40 std::vector<string> test_paths; in FindAllTests() local
53 test_paths.push_back(test_dir + "/models/" + filename); in FindAllTests()
58 return test_paths; in FindAllTests()
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest_missing.h.gcov2 -: 0:Graph:test_paths.gcno
3 -: 0:Data:test_paths.gcda
Dtest_paths.h.gcov2 -: 0:Graph:test_paths.gcno
3 -: 0:Data:test_paths.gcda
Dtest_long_file_names.output3 srcdir/./nested_dir/../test.h:creating 'test_paths.cpp##test.h.gcov'
7 srcdir/./nested_dir/../test.cpp:creating 'test_paths.cpp##test.cpp.gcov'
Dtest_long_paths.output3 srcdir/./nested_dir/../test.h:creating 'srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.h.gcov'
7 srcdir/./nested_dir/../test.cpp:creating 'srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.cpp.gco…
Dtest_missing.cpp.gcov2 -: 0:Graph:test_paths.gcno
3 -: 0:Data:test_paths.gcda
Dtest_paths.cpp.gcov2 -: 0:Graph:test_paths.gcno
3 -: 0:Data:test_paths.gcda
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
Dtest_missing.h.gcov2 -: 0:Graph:test_paths.gcno
3 -: 0:Data:test_paths.gcda
Dtest_paths.h.gcov2 -: 0:Graph:test_paths.gcno
3 -: 0:Data:test_paths.gcda
Dtest_long_file_names.output3 srcdir/./nested_dir/../test.cpp:creating 'test_paths.cpp##test.cpp.gcov'
7 srcdir/./nested_dir/../test.h:creating 'test_paths.cpp##test.h.gcov'
Dtest_long_paths.output3 srcdir/./nested_dir/../test.cpp:creating 'srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.cpp.gco…
7 srcdir/./nested_dir/../test.h:creating 'srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.h.gcov'
Dtest_missing.cpp.gcov2 -: 0:Graph:test_paths.gcno
3 -: 0:Data:test_paths.gcda
Dtest_paths.cpp.gcov2 -: 0:Graph:test_paths.gcno
3 -: 0:Data:test_paths.gcda
/external/chromium-trace/catapult/devil/devil/android/
Dmd5sum_test.py56 test_paths = ['/test/host/file0.dat', '/test/host/file1.dat']
62 out = md5sum.CalculateHostMd5Sums(test_paths)
75 test_paths = ('/test/host/' + p for p in ['file0.dat', 'file1.dat'])
81 out = md5sum.CalculateHostMd5Sums(test_paths)
/external/tensorflow/tensorflow/lite/testing/
Dgenerated_examples_zip_test.cc210 std::vector<string>* test_paths) { in ReadManifest() argument
221 test_paths->push_back(dir + "/" + filename); in ReadManifest()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dupdate_mca_test_checks.py465 test_paths = [test for pattern in args.tests for test in glob.glob(pattern)]
466 for test_path in test_paths:
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Dmain.py330 args = opts.test_paths