Searched refs:foo_test (Results 1 – 15 of 15) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | tls_get_addr_stackframe.ll | 2 ; CHECK-LABEL: foo_test: 12 define i32 @foo_test() {
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | tls_get_addr_stackframe.ll | 2 ; CHECK-LABEL: foo_test: 12 define i32 @foo_test() {
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | build_defs.bzl | 42 "_lib" appended. For example, if name parameter is "foo_test", then the cpu 59 name = "foo_test", 60 srcs = ["foo_test.cc"], 181 srcs = ["foo_test.cc"], 187 name = "foo_test",
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | build_defs.bzl | 32 foo_test_gpu, and a test suite name foo_test that tests both. 34 name="foo_test", 35 srcs="foo_test.py",
|
/external/llvm/test/CodeGen/X86/ |
D | avx512-bugfix-23634.ll | 39 %foo_test = add <16 x i32> %div_v019_load_, %b_load_to_int32_broadcast 42 %add_struct_offset_y_struct_offset33_x = add <16 x i32> %foo_test, %v1.i
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | avx512-bugfix-23634.ll | 39 %foo_test = add <16 x i32> %div_v019_load_, %b_load_to_int32_broadcast 42 %add_struct_offset_y_struct_offset33_x = add <16 x i32> %foo_test, %v1.i
|
/external/libchrome/base/files/ |
D | file_enumerator_unittest.cc | 281 const FilePath foo_test = subdir_foo.AppendASCII("test.txt"); in TEST() local 290 ASSERT_TRUE(CreateDummyFile(foo_test)); in TEST() 303 UnorderedElementsAre(subdir_foo, foo_test, foo_foo, foo_bar)); in TEST()
|
/external/pigweed/pw_unit_test/ |
D | docs.rst | 135 pw_test("foo_test") { 136 sources = [ "foo_test.cc" ] 215 ":foo_test", 219 pw_test("foo_test") {
|
/external/llvm-project/llvm/docs/ |
D | TestingGuide.rst | 494 Example: ``/home/user/llvm/test/MC/ELF/foo_test.s`` 507 Example: ``/home/user/llvm.build/test/MC/ELF/Output/foo_test.s.tmp`` 526 Example: ``%s: C:\Desktop Files/foo_test.s.tmp`` 528 Example: ``%/s: C:/Desktop Files/foo_test.s.tmp`` 536 Example: ``%s: C:\Desktop Files\foo_test.s.tmp`` 538 Example: ``%:s: C\Desktop Files\foo_test.s.tmp``
|
/external/googletest/docs/ |
D | advanced.md | 988 path/to/foo_test.cc:11: Failure 993 path/to/foo_test.cc:17: A 995 path/to/foo_test.cc:12: Failure 1762 // foo_test.cc 2142 * `./foo_test` Has no flag, and thus runs all its tests. 2143 * `./foo_test --gtest_filter=*` Also runs everything, due to the single 2145 * `./foo_test --gtest_filter=FooTest.*` Runs everything in test suite 2147 * `./foo_test --gtest_filter=*Null*:*Constructor*` Runs any test whose full 2149 * `./foo_test --gtest_filter=-*DeathTest.*` Runs all non-death tests. 2150 * `./foo_test --gtest_filter=FooTest.*-FooTest.Bar` Runs everything in test [all …]
|
D | gmock_cook_book.md | 3273 foo_test.cc:14: EXPECT_CALL(mock, F(_, _)) invoked 3276 foo_test.cc:15: EXPECT_CALL(mock, F("a", "b")) invoked 3279 foo_test.cc:16: EXPECT_CALL(mock, F("c", HasSubstr("d"))) invoked 3282 foo_test.cc:14: Mock function call matches EXPECT_CALL(mock, F(_, _))... 3286 foo_test.cc:15: Mock function call matches EXPECT_CALL(mock, F("a", "b"))... 3290 foo_test.cc:16: Failure 3324 just make sure `foo_test.run` or `runtests` is in the build command you supply
|
/external/pigweed/docs/ |
D | module_structure.rst | 53 foo_test.cc 60 py/foo_test.py # Tests go in py/ but outside of the Python package
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | tfcompile.bzl | 52 foo_test: A cc_test with simple tests and benchmarks. Only created if
|
/external/llvm/docs/ |
D | TestingGuide.rst | 421 Example: ``/home/user/llvm/test/MC/ELF/foo_test.s`` 434 Example: ``/home/user/llvm.build/test/MC/ELF/Output/foo_test.s.tmp``
|
/external/llvm-project/mlir/test/IR/ |
D | parser.mlir | 930 %group_1:2, %group_2, %group_3:2 = "foo_test"() : () -> (i16, i16, i16, i16, i16)
|