Home
last modified time | relevance | path

Searched refs:foo_test (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dtls_get_addr_stackframe.ll2 ; CHECK-LABEL: foo_test:
12 define i32 @foo_test() {
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dtls_get_addr_stackframe.ll2 ; CHECK-LABEL: foo_test:
12 define i32 @foo_test() {
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbuild_defs.bzl42 "_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/
Dbuild_defs.bzl32 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/
Davx512-bugfix-23634.ll39 %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/
Davx512-bugfix-23634.ll39 %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/
Dfile_enumerator_unittest.cc281 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/
Ddocs.rst135 pw_test("foo_test") {
136 sources = [ "foo_test.cc" ]
215 ":foo_test",
219 pw_test("foo_test") {
/external/llvm-project/llvm/docs/
DTestingGuide.rst494 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/
Dadvanced.md988 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 …]
Dgmock_cook_book.md3273 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/
Dmodule_structure.rst53 foo_test.cc
60 py/foo_test.py # Tests go in py/ but outside of the Python package
/external/tensorflow/tensorflow/compiler/aot/
Dtfcompile.bzl52 foo_test: A cc_test with simple tests and benchmarks. Only created if
/external/llvm/docs/
DTestingGuide.rst421 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/
Dparser.mlir930 %group_1:2, %group_2, %group_3:2 = "foo_test"() : () -> (i16, i16, i16, i16, i16)