Home
last modified time | relevance | path

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

/external/v8/gypfiles/
Disolate.gypi17 # 'foo_test',
23 # 'foo_test.isolate',
30 # Note: foo_test.isolate is included and a source file. It is an inherent
35 # <(PRODUCT_DIR)/foo_test.isolated
/external/webrtc/webrtc/build/
Disolate.gypi32 # 'foo_test',
36 # 'foo_test.isolate',
39 # 'foo_test.isolate',
46 # Note: foo_test.isolate is included and a source file. It is an inherent
51 # <(PRODUCT_DIR)/foo_test.isolated
/external/webrtc/talk/build/
Disolate.gypi50 # 'foo_test',
54 # 'foo_test.isolate',
57 # 'foo_test.isolate',
64 # Note: foo_test.isolate is included and a source file. It is an inherent
69 # <(PRODUCT_DIR)/foo_test.isolated
/external/llvm/test/CodeGen/PowerPC/
Dtls_get_addr_stackframe.ll2 ; CHECK-LABEL: foo_test:
12 define i32 @foo_test() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dtls_get_addr_stackframe.ll2 ; CHECK-LABEL: foo_test:
12 define i32 @foo_test() {
/external/tensorflow/tensorflow/compiler/tests/
Dbuild_defs.bzl34 foo_test_gpu, and a test suite name foo_test that tests both.
36 name="foo_test",
37 srcs="foo_test.py",
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbuild_defs.bzl56 "_lib" appended. For example, if name parameter is "foo_test", then the cpu
73 name = "foo_test",
74 srcs = ["foo_test.cc"],
195 srcs = ["foo_test.cc"],
201 name = "foo_test",
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/docs/
DTestingGuide.rst447 Example: ``/home/user/llvm/test/MC/ELF/foo_test.s``
460 Example: ``/home/user/llvm.build/test/MC/ELF/Output/foo_test.s.tmp``
479 Example: ``%s: C:\Desktop Files/foo_test.s.tmp``
481 Example: ``%/s: C:/Desktop Files/foo_test.s.tmp``
489 Example: ``%s: C:\Desktop Files\foo_test.s.tmp``
491 Example: ``%:s: C\Desktop Files\foo_test.s.tmp``
/external/googletest/googletest/docs/
Dadvanced.md985 path/to/foo_test.cc:11: Failure
990 path/to/foo_test.cc:17: A
992 path/to/foo_test.cc:12: Failure
1725 // foo_test.cc
2038 * `./foo_test` Has no flag, and thus runs all its tests.
2039 * `./foo_test --gtest_filter=*` Also runs everything, due to the single
2041 * `./foo_test --gtest_filter=FooTest.*` Runs everything in test suite `FooTest`
2043 * `./foo_test --gtest_filter=*Null*:*Constructor*` Runs any test whose full
2045 * `./foo_test --gtest_filter=-*DeathTest.*` Runs all non-death tests.
2046 * `./foo_test --gtest_filter=FooTest.*-FooTest.Bar` Runs everything in test
[all …]
/external/tensorflow/tensorflow/compiler/aot/
Dtfcompile.bzl49 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/googletest/googlemock/docs/
DCookBook.md2766 foo_test.cc:14: EXPECT_CALL(mock, F(_, _)) invoked
2767 foo_test.cc:15: EXPECT_CALL(mock, F("a", "b")) invoked
2768 foo_test.cc:16: EXPECT_CALL(mock, F("c", HasSubstr("d"))) invoked
2769 foo_test.cc:14: Mock function call matches EXPECT_CALL(mock, F(_, _))...
2771 foo_test.cc:15: Mock function call matches EXPECT_CALL(mock, F("a", "b"))...
2773 foo_test.cc:16: Failure