/external/google-breakpad/src/testing/gtest/ |
D | Makefile.am | 9 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 \ 19 # gtest source files that we don't compile directly. They are 20 # #included by gtest-all.cc. 22 src/gtest-death-test.cc \ 23 src/gtest-filepath.cc \ 24 src/gtest-internal-inl.h \ 25 src/gtest-port.cc \ [all …]
|
D | CMakeLists.txt | 19 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/googletest/googletest/ |
D | Makefile.am | 9 include/gtest/internal/gtest-type-util.h.pump \ 16 # gtest source files that we don't compile directly. They are 17 # #included by gtest-all.cc. 19 src/gtest-death-test.cc \ 20 src/gtest-filepath.cc \ 21 src/gtest-internal-inl.h \ 22 src/gtest-matchers.cc \ 23 src/gtest-port.cc \ 24 src/gtest-printers.cc \ 25 src/gtest-test-part.cc \ [all …]
|
D | Android.mk | 24 # The upstream gtest configuration builds each of these as separate executables. 35 define gtest-unit-test 62 # The NDK variant of gtest-death-test_test is disabled because we don't have 64 define gtest-test-suite 65 $(eval $(call gtest-unit-test, \ 67 $(eval $(call gtest-unit-test,googletest-filepath-test,, \ 69 $(eval $(call gtest-unit-test,googletest-listener-test,, \ 71 $(eval $(call gtest-unit-test,googletest-message-test,, \ 73 $(eval $(call gtest-unit-test,googletest-options-test,, \ 75 $(eval $(call gtest-unit-test,googletest-param-test-test, \ [all …]
|
D | CMakeLists.txt | 15 option(gtest_build_tests "Build all of gtest's own tests." OFF) 17 option(gtest_build_samples "Build gtest's sample programs." OFF) 19 option(gtest_disable_pthreads "Disable uses of pthreads in gtest." OFF) 23 "Build gtest with internal symbols hidden in shared libraries." 47 project(gtest CXX C) project 51 project(gtest VERSION ${GOOGLETEST_VERSION} LANGUAGES CXX C) project 64 if(CMAKE_PROJECT_NAME STREQUAL "gtest" OR CMAKE_PROJECT_NAME STREQUAL "googletest-distribution") 95 set(cmake_package_name GTest) 119 # Defines the gtest & gtest_main libraries. User tests should link 123 # are used for other targets, to ensure that gtest can be compiled by a user [all …]
|
D | README.md | 15 ${GTEST_DIR}/src/gtest-all.cc 22 -pthread -c ${GTEST_DIR}/src/gtest-all.cc 23 ar -rv libgtest.a gtest-all.o 28 the system header search path, and link it with gtest and any other necessary 78 directory. Just type 'make' to build gtest. 80 If you use Windows and have Visual Studio installed, a `gtest.sln` file and 88 If you want to use gtest in a project which already uses CMake, then a more 89 robust and flexible approach is to build gtest as part of that project directly. 93 between gtest and the rest of your project, so issues associated with using 159 # the gtest and gtest_main targets. [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/ |
D | CMakeLists.txt | 19 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." 47 project(gtest CXX C) project 84 # Defines the gtest & gtest_main libraries. User tests should link 88 # are used for other targets, to ensure that gtest can be compiled by a user 90 cxx_library(gtest "${cxx_strict}" src/gtest-all.cc) 92 target_link_libraries(gtest_main gtest) 98 target_include_directories(gtest INTERFACE "${gtest_SOURCE_DIR}/include") [all …]
|
/external/googletest/googletest/xcode/gtest.xcodeproj/ |
D | project.pbxproj | 31 …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/ |
D | project.pbxproj | 31 …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/scripts/ |
D | fuse_gtest_files.py | 39 two files: OUTPUT_DIR/gtest/gtest.h and OUTPUT_DIR/gtest/gtest-all.cc. 41 search path and linking with OUTPUT_DIR/gtest/gtest-all.cc. These 50 ./fuse_gtest_files.py path/to/unpacked/gtest fused_gtest 70 # Regex for matching '#include "gtest/..."'. 71 INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(gtest/.+)"') 77 GTEST_H_SEED = 'include/gtest/gtest.h' 78 GTEST_SPI_H_SEED = 'include/gtest/gtest-spi.h' 79 GTEST_ALL_CC_SEED = 'src/gtest-all.cc' 82 GTEST_H_OUTPUT = 'gtest/gtest.h' 83 GTEST_ALL_CC_OUTPUT = 'gtest/gtest-all.cc' [all …]
|
/external/googletest/googletest/scripts/ |
D | fuse_gtest_files.py | 39 two files: OUTPUT_DIR/gtest/gtest.h and OUTPUT_DIR/gtest/gtest-all.cc. 41 search path and linking with OUTPUT_DIR/gtest/gtest-all.cc. These 50 ./fuse_gtest_files.py path/to/unpacked/gtest fused_gtest 73 # Regex for matching '#include "gtest/..."'. 74 INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(gtest/.+)"') 80 GTEST_H_SEED = 'include/gtest/gtest.h' 81 GTEST_SPI_H_SEED = 'include/gtest/gtest-spi.h' 82 GTEST_ALL_CC_SEED = 'src/gtest-all.cc' 85 GTEST_H_OUTPUT = 'gtest/gtest.h' 86 GTEST_ALL_CC_OUTPUT = 'gtest/gtest-all.cc' [all …]
|
/external/google-breakpad/src/testing/scripts/ |
D | fuse_gmock_files.py | 39 code, assuming Google Test is in the GMOCK_ROOT_DIR/gtest 41 OUTPUT_DIR/gtest/gtest.h, OUTPUT_DIR/gmock/gmock.h, and 42 OUTPUT_DIR/gmock-gtest-all.cc. Then you can build your tests 44 with OUTPUT_DIR/gmock-gtest-all.cc. These three files contain 73 # We need to call into gtest/scripts/fuse_gtest_files.py. 74 sys.path.append(os.path.join(DEFAULT_GMOCK_ROOT_DIR, 'gtest/scripts')) 76 gtest = fuse_gtest_files variable 86 GTEST_H_OUTPUT = 'gtest/gtest.h' 88 GMOCK_GTEST_ALL_CC_OUTPUT = 'gmock-gtest-all.cc' 94 return os.path.join(gmock_root, 'gtest') [all …]
|
/external/googletest/googlemock/scripts/ |
D | fuse_gmock_files.py | 41 OUTPUT_DIR/gtest/gtest.h, OUTPUT_DIR/gmock/gmock.h, and 42 OUTPUT_DIR/gmock-gtest-all.cc. Then you can build your tests 44 with OUTPUT_DIR/gmock-gtest-all.cc. These three files contain 76 gtest = fuse_gtest_files variable 86 GTEST_H_OUTPUT = 'gtest/gtest.h' 88 GMOCK_GTEST_ALL_CC_OUTPUT = 'gmock-gtest-all.cc' 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) [all …]
|
/external/google-breakpad/ |
D | Makefile.in | 116 # This is only necessary for building the unit tests until GTest is upgraded 585 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 \ [all …]
|
D | Makefile.am | 41 # This is only necessary for building the unit tests until GTest is upgraded 430 src/testing/gtest/src/gtest-all.cc \ 431 src/testing/gtest/src/gtest_main.cc \ 451 -I$(top_srcdir)/src/testing/gtest/include \ 452 -I$(top_srcdir)/src/testing/gtest \ 594 src/testing/gtest/src/gtest-all.cc \ 595 src/testing/gtest/src/gtest_main.cc \ 600 -I$(top_srcdir)/src/testing/gtest/include \ 601 -I$(top_srcdir)/src/testing/gtest \ 608 src/testing/gtest/src/gtest-all.cc \ [all …]
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | BUILD | 32 "@com_google_googletest//:gtest", 50 "@com_google_googletest//:gtest", 126 "@com_google_googletest//:gtest", 137 "@com_google_googletest//:gtest", 309 "@com_google_googletest//:gtest", 322 "@com_google_googletest//:gtest", 335 "@com_google_googletest//:gtest", 348 "@com_google_googletest//:gtest", 360 "@com_google_googletest//:gtest", 372 "@com_google_googletest//:gtest", [all …]
|
/external/google-breakpad/src/processor/testdata/ |
D | microdump.stackwalk.machine_readable-arm.out | 11 …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|…
|
D | microdump.stackwalk.machine_readable-arm64.out | 14 …IfSupported<testing::Test, void>|/s/clank/src/out/Release/../../testing/gtest/src/gtest.cc|2418|0x4 15 0|2|breakpad_unittests|testing::Test::Run|/s/clank/src/out/Release/../../testing/gtest/src/gtest.cc… 16 …unittests|testing::TestInfo::Run|/s/clank/src/out/Release/../../testing/gtest/src/gtest.cc|2610|0x4 17 …unittests|testing::TestCase::Run|/s/clank/src/out/Release/../../testing/gtest/src/gtest.cc|2728|0x0 18 …ernal::UnitTestImpl::RunAllTests|/s/clank/src/out/Release/../../testing/gtest/src/gtest.cc|4591|0x0 19 …unittests|testing::UnitTest::Run|/s/clank/src/out/Release/../../testing/gtest/src/gtest.cc|2418|0x4 20 0|7|breakpad_unittests|main|/s/clank/src/out/Release/../../testing/gtest/include/gtest/gtest.h|2326…
|
/external/googletest/googletest/codegear/ |
D | gtest.cbproj | 74 <None Include="..\include\gtest\gtest-death-test.h"> 77 <None Include="..\include\gtest\gtest-message.h"> 80 <None Include="..\include\gtest\gtest-param-test.h"> 83 <None Include="..\include\gtest\gtest-spi.h"> 86 <None Include="..\include\gtest\gtest-test-part.h"> 89 <None Include="..\include\gtest\gtest-typed-test.h"> 92 <None Include="..\include\gtest\gtest.h"> 95 <None Include="..\include\gtest\gtest_pred_impl.h"> 98 <None Include="..\include\gtest\gtest_prod.h"> 101 <None Include="..\include\gtest\internal\gtest-death-test-internal.h"> [all …]
|
/external/google-breakpad/src/testing/gtest/codegear/ |
D | gtest.cbproj | 74 <None Include="..\include\gtest\gtest-death-test.h"> 77 <None Include="..\include\gtest\gtest-message.h"> 80 <None Include="..\include\gtest\gtest-param-test.h"> 83 <None Include="..\include\gtest\gtest-spi.h"> 86 <None Include="..\include\gtest\gtest-test-part.h"> 89 <None Include="..\include\gtest\gtest-typed-test.h"> 92 <None Include="..\include\gtest\gtest.h"> 95 <None Include="..\include\gtest\gtest_pred_impl.h"> 98 <None Include="..\include\gtest\gtest_prod.h"> 101 <None Include="..\include\gtest\internal\gtest-death-test-internal.h"> [all …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_tests.gypi | 111 '<(DEPTH)/testing/gtest.gyp:gtest', 122 '<(DEPTH)/testing/gtest.gyp:gtest', 136 '<(DEPTH)/testing/gtest.gyp:gtest', 148 '<(DEPTH)/testing/gtest.gyp:gtest', 160 '<(DEPTH)/testing/gtest.gyp:gtest', 196 '<(DEPTH)/testing/gtest.gyp:gtest', 230 '<(DEPTH)/testing/gtest.gyp:gtest', 246 '<(DEPTH)/testing/gtest.gyp:gtest', 262 '<(DEPTH)/testing/gtest.gyp:gtest', 278 '<(DEPTH)/testing/gtest.gyp:gtest', [all …]
|
/external/google-breakpad/src/testing/ |
D | configure.ac | 1 m4_include(gtest/m4/acx_pthread.m4) 63 AC_ARG_WITH([gtest], optwith 64 [AS_HELP_STRING([--with-gtest], 65 [Specifies how to find the gtest package. If no 67 system installed gtest will be used if present, 69 path is provided, the gtest built or installed at 73 AC_ARG_ENABLE([external-gtest], 74 [AS_HELP_STRING([--disable-external-gtest], 76 installed or user provided gtest. Any option to 77 '--with-gtest' is ignored. (Default is enabled.)]) [all …]
|
/external/v8/testing/gtest/ |
D | BUILD.gn | 5 import("//build_overrides/gtest.gni") 20 static_library("gtest") { 24 "include/gtest/gtest-death-test.h", 25 "include/gtest/gtest-message.h", 26 "include/gtest/gtest-param-test.h", 27 "include/gtest/gtest-spi.h", 28 "include/gtest/gtest.h", 29 "include/gtest/gtest_prod.h", 44 "//third_party/googletest:gtest",
|
/external/googletest/googletest/docs/ |
D | XcodeGuide.md | 10 …1. Open up the `gtest.xcodeproj` in the `googletest-read-only/xcode/` directory and build the gtes… 12 …1. Add the gtest.framework to your project and add it to the "Link Binary with Libraries" build ph… 14 …ORK\_PATH" with a value equal to the path to the framework containing the gtest.framework relative… 21 Currently, the gtest.framework discussed here isn't available in a tagged release of Google Test, i… 42 The next step is to build and add the gtest.framework to your own project. This guide describes two… 44 …gtest.xcodeproj (found in the xcode/ directory of the Google Test trunk) and build the framework m… 45 …gtest.xcodeproj file, not the framework itself, to your own Xcode project. Then, from the build pr… 51 Next, you'll want to add gtest.framework in two different ways, depending upon which option you cho… 53 …on, Xcode will need to know that you are linking against the gtest.framework. Add the gtest.framew… 54 …gtest.framework to your "Link Binary with Libraries" build phase of your test target. In addition,… [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/ |
D | README.md | 15 ${GTEST_DIR}/src/gtest-all.cc 22 -pthread -c ${GTEST_DIR}/src/gtest-all.cc 23 ar -rv libgtest.a gtest-all.o 28 the system header search path, and link it with gtest and any other necessary 78 directory. Just type 'make' to build gtest. 80 If you use Windows and have Visual Studio installed, a `gtest.sln` file and 88 If you want to use gtest in a project which already uses CMake, then a more 89 robust and flexible approach is to build gtest as part of that project directly. 93 between gtest and the rest of your project, so issues associated with using 156 # the gtest and gtest_main targets. [all …]
|