Home
last modified time | relevance | path

Searched refs:gtest (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/external/v8/testing/
Dgtest.gyp8 'target_name': 'gtest',
12 'gtest/include/gtest/gtest-death-test.h',
13 'gtest/include/gtest/gtest-message.h',
14 'gtest/include/gtest/gtest-param-test.h',
15 'gtest/include/gtest/gtest-printers.h',
16 'gtest/include/gtest/gtest-spi.h',
17 'gtest/include/gtest/gtest-test-part.h',
18 'gtest/include/gtest/gtest-typed-test.h',
19 'gtest/include/gtest/gtest.h',
20 'gtest/include/gtest/gtest_pred_impl.h',
[all …]
/external/googletest/googletest/
DMakefile.am10 include/gtest/gtest-param-test.h.pump \
11 include/gtest/internal/gtest-param-util-generated.h.pump \
12 include/gtest/internal/gtest-tuple.h.pump \
13 include/gtest/internal/gtest-type-util.h.pump \
23 src/gtest-death-test.cc \
24 src/gtest-filepath.cc \
25 src/gtest-internal-inl.h \
26 src/gtest-port.cc \
27 src/gtest-printers.cc \
28 src/gtest-test-part.cc \
[all …]
DAndroid.mk35 define gtest-unit-test
64 define gtest-test-suite
65 $(eval $(call gtest-unit-test, \
66 gtest-death-test_test,,libgtest_main,$(1),$(2))) \
67 $(eval $(call gtest-unit-test,gtest_environment_test,,,$(1),$(2))) \
68 $(eval $(call gtest-unit-test,gtest-filepath_test,, \
70 $(eval $(call gtest-unit-test,gtest-linked_ptr_test,, \
72 $(eval $(call gtest-unit-test,gtest-listener_test,, \
74 $(eval $(call gtest-unit-test,gtest_main_unittest,, \
76 $(eval $(call gtest-unit-test,gtest-message_test,, \
[all …]
DCMakeLists.txt19 option(gtest_build_tests "Build all of gtest's own tests." OFF)
21 option(gtest_build_samples "Build gtest's sample programs." OFF)
23 option(gtest_disable_pthreads "Disable uses of pthreads in gtest." OFF)
27 "Build gtest with internal symbols hidden in shared libraries."
50 project(gtest CXX C) project
53 project(gtest VERSION 1.9.0 LANGUAGES CXX C) project
94 # Defines the gtest & gtest_main libraries. User tests should link
98 # are used for other targets, to ensure that gtest can be compiled by a user
100 cxx_library(gtest "${cxx_strict}" src/gtest-all.cc)
102 target_link_libraries(gtest_main gtest)
[all …]
/external/v8/testing/gtest/
DMakefile.am10 include/gtest/gtest-param-test.h.pump \
11 include/gtest/internal/gtest-param-util-generated.h.pump \
12 include/gtest/internal/gtest-tuple.h.pump \
13 include/gtest/internal/gtest-type-util.h.pump \
23 src/gtest-death-test.cc \
24 src/gtest-filepath.cc \
25 src/gtest-internal-inl.h \
26 src/gtest-port.cc \
27 src/gtest-printers.cc \
28 src/gtest-test-part.cc \
[all …]
DCMakeLists.txt19 option(gtest_build_tests "Build all of gtest's own tests." OFF)
21 option(gtest_build_samples "Build gtest's sample programs." OFF)
23 option(gtest_disable_pthreads "Disable uses of pthreads in gtest." OFF)
42 project(gtest CXX C) project
74 # Defines the gtest & gtest_main libraries. User tests should link
78 # are used for other targets, to ensure that gtest can be compiled by a user
80 cxx_library(gtest "${cxx_strict}" src/gtest-all.cc)
82 target_link_libraries(gtest_main gtest)
86 # Samples on how to link user tests with gtest or gtest_main.
101 cxx_executable(sample9_unittest samples gtest)
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/
DMakefile.am10 include/gtest/gtest-param-test.h.pump \
11 include/gtest/internal/gtest-param-util-generated.h.pump \
12 include/gtest/internal/gtest-tuple.h.pump \
13 include/gtest/internal/gtest-type-util.h.pump \
23 src/gtest-death-test.cc \
24 src/gtest-filepath.cc \
25 src/gtest-internal-inl.h \
26 src/gtest-port.cc \
27 src/gtest-printers.cc \
28 src/gtest-test-part.cc \
[all …]
DCMakeLists.txt19 option(gtest_build_tests "Build all of gtest's own tests." OFF)
21 option(gtest_build_samples "Build gtest's sample programs." OFF)
23 option(gtest_disable_pthreads "Disable uses of pthreads in gtest." OFF)
42 project(gtest CXX C) project
64 # Defines the gtest & gtest_main libraries. User tests should link
68 # are used for other targets, to ensure that gtest can be compiled by a user
70 cxx_library(gtest "${cxx_strict}" src/gtest-all.cc)
72 target_link_libraries(gtest_main gtest)
76 # Samples on how to link user tests with gtest or gtest_main.
91 cxx_executable(sample9_unittest samples gtest)
[all …]
DMakefile.in53 $(top_srcdir)/configure $(top_srcdir)/scripts/gtest-config.in \
67 CONFIG_CLEAN_FILES = scripts/gtest-config
102 am_lib_libgtest_la_OBJECTS = src/gtest-all.lo
123 am__test_fused_gtest_test_SOURCES_DIST = fused-src/gtest/gtest-all.cc \
124 fused-src/gtest/gtest.h fused-src/gtest/gtest_main.cc \
127 fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT) \
128 fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT)
337 include/gtest/gtest-param-test.h.pump \
338 include/gtest/internal/gtest-param-util-generated.h.pump \
339 include/gtest/internal/gtest-tuple.h.pump \
[all …]
/external/google-breakpad/src/testing/gtest/
DMakefile.am9 include/gtest/gtest-param-test.h.pump \
10 include/gtest/internal/gtest-param-util-generated.h.pump \
11 include/gtest/internal/gtest-tuple.h.pump \
12 include/gtest/internal/gtest-type-util.h.pump \
22 src/gtest-death-test.cc \
23 src/gtest-filepath.cc \
24 src/gtest-internal-inl.h \
25 src/gtest-port.cc \
26 src/gtest-printers.cc \
27 src/gtest-test-part.cc \
[all …]
DCMakeLists.txt19 option(gtest_build_tests "Build all of gtest's own tests." OFF)
21 option(gtest_build_samples "Build gtest's sample programs." OFF)
23 option(gtest_disable_pthreads "Disable uses of pthreads in gtest." OFF)
42 project(gtest CXX C) project
64 # Defines the gtest & gtest_main libraries. User tests should link
68 # are used for other targets, to ensure that gtest can be compiled by a user
70 cxx_library(gtest "${cxx_strict}" src/gtest-all.cc)
72 target_link_libraries(gtest_main gtest)
76 # Samples on how to link user tests with gtest or gtest_main.
91 cxx_executable(sample9_unittest samples gtest)
[all …]
/external/protobuf/gtest/
DMakefile.am7 include/gtest/gtest-param-test.h.pump \
8 include/gtest/internal/gtest-tuple.h.pump \
9 include/gtest/internal/gtest-type-util.h.pump \
10 include/gtest/internal/gtest-param-util-generated.h.pump \
20 src/gtest.cc \
21 src/gtest-death-test.cc \
22 src/gtest-filepath.cc \
23 src/gtest-internal-inl.h \
24 src/gtest-port.cc \
25 src/gtest-test-part.cc \
[all …]
DMakefile.in96 $(top_srcdir)/scripts/gtest-config.in \
117 CONFIG_CLEAN_FILES = scripts/gtest-config
152 am_lib_libgtest_la_OBJECTS = src/gtest-all.lo
177 fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT) \
178 fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT)
617 include/gtest/gtest-param-test.h.pump \
618 include/gtest/internal/gtest-tuple.h.pump \
619 include/gtest/internal/gtest-type-util.h.pump \
620 include/gtest/internal/gtest-param-util-generated.h.pump \
628 test/gtest-death-test_test.cc test/gtest_environment_test.cc \
[all …]
DCMakeLists.txt29 project(gtest CXX C) project
49 # Where gtest's .h files can be found.
54 # Where the gtest libraries can be found.
61 # Defines the compiler/linker flags used to build gtest. You can
103 # For building gtest's own tests and samples.
111 # For building the gtest libraries.
116 # Defines the gtest & gtest_main libraries. User tests should link
145 # gtest can be compiled by a user aggressive about warnings.
146 cxx_static_library(gtest "${cxx_strict}" src/gtest-all.cc)
148 target_link_libraries(gtest_main gtest)
[all …]
/external/googletest/googletest/xcode/gtest.xcodeproj/
Dproject.pbxproj31 …ce the Info.plist is preprocessed before any of the other build phases in gtest, the Version.h fil…
40 …24A12A30E9EADCC00BD17FD /* gtest-test-part.h in Headers */ = {isa = PBXBuildFile; fileRef = 224A12…
41 …0E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef =…
42 …BF6F2A50E79B616000F2EEE /* gtest-typed-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF6F…
43 …04884380E2F799B00CF7658 /* gtest-death-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 40488…
44 …404884390E2F799B00CF7658 /* gtest-message.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883D…
45 …4048843A0E2F799B00CF7658 /* gtest-spi.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DD0E2…
46 …4048843B0E2F799B00CF7658 /* gtest.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DE0E2F799…
50 …BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; file…
51 …10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef =…
[all …]
/external/google-breakpad/src/testing/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj31 …ce the Info.plist is preprocessed before any of the other build phases in gtest, the Version.h fil…
40 …24A12A30E9EADCC00BD17FD /* gtest-test-part.h in Headers */ = {isa = PBXBuildFile; fileRef = 224A12…
41 …0E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef =…
42 …BF6F2A50E79B616000F2EEE /* gtest-typed-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF6F…
43 …04884380E2F799B00CF7658 /* gtest-death-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 40488…
44 …404884390E2F799B00CF7658 /* gtest-message.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883D…
45 …4048843A0E2F799B00CF7658 /* gtest-spi.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DD0E2…
46 …4048843B0E2F799B00CF7658 /* gtest.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DE0E2F799…
50 …BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; file…
51 …10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef =…
[all …]
/external/protobuf/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj31 …ce the Info.plist is preprocessed before any of the other build phases in gtest, the Version.h fil…
40 …24A12A30E9EADCC00BD17FD /* gtest-test-part.h in Headers */ = {isa = PBXBuildFile; fileRef = 224A12…
41 …0E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef =…
42 …BF6F2A50E79B616000F2EEE /* gtest-typed-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF6F…
43 …04884380E2F799B00CF7658 /* gtest-death-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 40488…
44 …404884390E2F799B00CF7658 /* gtest-message.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883D…
45 …4048843A0E2F799B00CF7658 /* gtest-spi.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DD0E2…
46 …4048843B0E2F799B00CF7658 /* gtest.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DE0E2F799…
50 …BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; file…
51 …10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef =…
[all …]
/external/v8/testing/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj31 …ce the Info.plist is preprocessed before any of the other build phases in gtest, the Version.h fil…
40 …24A12A30E9EADCC00BD17FD /* gtest-test-part.h in Headers */ = {isa = PBXBuildFile; fileRef = 224A12…
41 …0E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef =…
42 …BF6F2A50E79B616000F2EEE /* gtest-typed-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF6F…
43 …04884380E2F799B00CF7658 /* gtest-death-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 40488…
44 …404884390E2F799B00CF7658 /* gtest-message.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883D…
45 …4048843A0E2F799B00CF7658 /* gtest-spi.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DD0E2…
46 …4048843B0E2F799B00CF7658 /* gtest.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DE0E2F799…
50 …BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; file…
51 …10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef =…
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/gtest.xcodeproj/
Dproject.pbxproj31 …ce the Info.plist is preprocessed before any of the other build phases in gtest, the Version.h fil…
40 …24A12A30E9EADCC00BD17FD /* gtest-test-part.h in Headers */ = {isa = PBXBuildFile; fileRef = 224A12…
41 …0E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef =…
42 …BF6F2A50E79B616000F2EEE /* gtest-typed-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF6F…
43 …04884380E2F799B00CF7658 /* gtest-death-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 40488…
44 …404884390E2F799B00CF7658 /* gtest-message.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883D…
45 …4048843A0E2F799B00CF7658 /* gtest-spi.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DD0E2…
46 …4048843B0E2F799B00CF7658 /* gtest.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DE0E2F799…
50 …BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; file…
51 …10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef =…
[all …]
/external/googletest/googletest/test/
DBUILD.bazel37 """ gtest own tests """
39 #on windows exclude gtest-tuple.h and gtest-tuple_test.cc
45 "gtest-*.cc",
47 "googletest/include/gtest/**/*.h",
50 "gtest-unittest-api_test.cc",
51 "gtest-tuple_test.cc",
52 "googletest/src/gtest-all.cc",
54 "gtest-death-test_ex_test.cc",
55 "gtest-listener_test.cc",
56 "gtest-unittest-api_test.cc",
[all …]
/external/google-breakpad/src/processor/testdata/
Dmicrodump.stackwalk.machine_readable-arm.out11 …Setup_Test::TestBody|/s/clank/src/out_arm/Release/../../testing/gtest/include/gtest/gtest.h|1481|0…
12 …nittests|testing::Test::Run|/s/clank/src/out_arm/Release/../../testing/gtest/src/gtest.cc|2435|0x17
13 …tests|testing::TestInfo::Run|/s/clank/src/out_arm/Release/../../testing/gtest/src/gtest.cc|2610|0x5
14 …tests|testing::TestCase::Run|/s/clank/src/out_arm/Release/../../testing/gtest/src/gtest.cc|2728|0x3
15 …l::UnitTestImpl::RunAllTests|/s/clank/src/out_arm/Release/../../testing/gtest/src/gtest.cc|4591|0x3
16 …tests|testing::UnitTest::Run|/s/clank/src/out_arm/Release/../../testing/gtest/src/gtest.cc|2418|0x5
17 0|6|breakpad_unittests|main|/s/clank/src/out_arm/Release/../../testing/gtest/include/gtest/gtest.h|…
/external/google-breakpad/
DMakefile.in585 src/testing/gtest/src/gtest-all.cc \
586 src/testing/gtest/src/gtest_main.cc \
612 @LINUX_HOST_TRUE@ src/testing/gtest/src/src_client_linux_linux_client_unittest_shlib-gtest-all.$(OB…
613 @LINUX_HOST_TRUE@ src/testing/gtest/src/src_client_linux_linux_client_unittest_shlib-gtest_main.$(O…
679 src/testing/gtest/src/gtest-all.cc \
680 src/testing/gtest/src/gtest_main.cc \
725 @DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/testing/gtest/src/src_common_dumper_unittest-gtest-all.$…
726 @DISABLE_TOOLS_FALSE@@LINUX_HOST_TRUE@ src/testing/gtest/src/src_common_dumper_unittest-gtest_main.…
736 src/testing/gtest/src/gtest-all.cc \
737 src/testing/gtest/src/gtest_main.cc \
[all …]
/external/tensorflow/tensorflow/contrib/lite/kernels/
DBUILD21 "@com_google_googletest//:gtest",
37 "@com_google_googletest//:gtest",
96 "@com_google_googletest//:gtest",
182 "@com_google_googletest//:gtest",
194 "@com_google_googletest//:gtest",
208 "@com_google_googletest//:gtest",
220 "@com_google_googletest//:gtest",
232 "@com_google_googletest//:gtest",
244 "@com_google_googletest//:gtest",
257 "@com_google_googletest//:gtest",
[all …]
/external/v8/testing/gmock/scripts/
Dfuse_gmock_files.py76 gtest = fuse_gtest_files variable
103 gtest.ValidateGTestRootDir(GetGTestRootDir(gmock_root))
104 gtest.VerifyFileExists(gmock_root, GMOCK_H_SEED)
105 gtest.VerifyFileExists(gmock_root, GMOCK_ALL_CC_SEED)
114 gtest.VerifyOutputFile(output_dir, gtest.GTEST_H_OUTPUT)
115 gtest.VerifyOutputFile(output_dir, GMOCK_H_OUTPUT)
116 gtest.VerifyOutputFile(output_dir, GMOCK_GTEST_ALL_CC_OUTPUT)
141 m = gtest.INCLUDE_GTEST_FILE_REGEX.match(line)
148 if not gtest.GTEST_H_SEED in processed_files:
149 processed_files.add(gtest.GTEST_H_SEED)
[all …]
/external/google-breakpad/src/testing/scripts/
Dfuse_gmock_files.py76 gtest = fuse_gtest_files variable
103 gtest.ValidateGTestRootDir(GetGTestRootDir(gmock_root))
104 gtest.VerifyFileExists(gmock_root, GMOCK_H_SEED)
105 gtest.VerifyFileExists(gmock_root, GMOCK_ALL_CC_SEED)
114 gtest.VerifyOutputFile(output_dir, gtest.GTEST_H_OUTPUT)
115 gtest.VerifyOutputFile(output_dir, GMOCK_H_OUTPUT)
116 gtest.VerifyOutputFile(output_dir, GMOCK_GTEST_ALL_CC_OUTPUT)
141 m = gtest.INCLUDE_GTEST_FILE_REGEX.match(line)
148 if not gtest.GTEST_H_SEED in processed_files:
149 processed_files.add(gtest.GTEST_H_SEED)
[all …]

12345678910>>...15