/external/google-breakpad/src/testing/ |
CMakeLists.txt | 68 # Defines the gmock & gmock_main libraries. User tests should link 79 cxx_library(gmock_main 83 src/gmock_main.cc) 104 cxx_test(gmock-actions_test gmock_main) 105 cxx_test(gmock-cardinalities_test gmock_main) 106 cxx_test(gmock-generated-actions_test gmock_main) 107 cxx_test(gmock-generated-function-mockers_test gmock_main) 108 cxx_test(gmock-generated-internal-utils_test gmock_main) 109 cxx_test(gmock-generated-matchers_test gmock_main) 110 cxx_test(gmock-internal-utils_test gmock_main) [all...] |
Makefile.am | 46 lib_libgmock_main_la_SOURCES = src/gmock_main.cc 83 fused-src/gmock_main.cc \ 163 msvc/2005/gmock_main.vcproj \ 171 msvc/2010/gmock_main.vcxproj \ 193 cp -f "$(srcdir)/src/gmock_main.cc" "$(srcdir)/fused-src"
|
/external/googletest/googlemock/ |
CMakeLists.txt | 78 # Defines the gmock & gmock_main libraries. User tests should link 89 cxx_library(gmock_main 93 src/gmock_main.cc) 100 target_include_directories(gmock_main INTERFACE "${gmock_SOURCE_DIR}/include") 106 install(TARGETS gmock gmock_main 130 cxx_test(gmock-actions_test gmock_main) 131 cxx_test(gmock-cardinalities_test gmock_main) 132 cxx_test(gmock_ex_test gmock_main) 133 cxx_test(gmock-generated-actions_test gmock_main) 134 cxx_test(gmock-generated-function-mockers_test gmock_main) [all...] |
Android.bp | 54 srcs: ["src/gmock_main.cc"], 70 srcs: ["src/gmock_main.cc"],
|
Makefile.am | 50 lib_libgmock_main_la_SOURCES = src/gmock_main.cc 87 fused-src/gmock_main.cc \ 174 msvc/2005/gmock_main.vcproj \ 182 msvc/2010/gmock_main.vcxproj \ 204 cp -f "$(srcdir)/src/gmock_main.cc" "$(srcdir)/fused-src"
|
/external/v8/testing/gmock/ |
CMakeLists.txt | 78 # Defines the gmock & gmock_main libraries. User tests should link 89 cxx_library(gmock_main 93 src/gmock_main.cc) 114 cxx_test(gmock-actions_test gmock_main) 115 cxx_test(gmock-cardinalities_test gmock_main) 116 cxx_test(gmock_ex_test gmock_main) 117 cxx_test(gmock-generated-actions_test gmock_main) 118 cxx_test(gmock-generated-function-mockers_test gmock_main) 119 cxx_test(gmock-generated-internal-utils_test gmock_main) 120 cxx_test(gmock-generated-matchers_test gmock_main) [all...] |
Makefile.am | 47 lib_libgmock_main_la_SOURCES = src/gmock_main.cc 84 fused-src/gmock_main.cc \ 170 msvc/2005/gmock_main.vcproj \ 178 msvc/2010/gmock_main.vcxproj \ 200 cp -f "$(srcdir)/src/gmock_main.cc" "$(srcdir)/fused-src"
|
/external/google-breakpad/src/testing/make/ |
Makefile | 56 rm -f $(TESTS) gmock.a gmock_main.a *.o 58 # Builds gmock.a and gmock_main.a. These libraries contain both 60 # or gmock_main.a, depending on whether it defines its own main() 82 gmock_main.o : $(GMOCK_SRCS_) 84 -c $(GMOCK_DIR)/src/gmock_main.cc 89 gmock_main.a : gmock-all.o gtest-all.o gmock_main.o 97 gmock_test : gmock_test.o gmock_main.a
|
/external/googletest/googlemock/make/ |
Makefile | 59 rm -f $(TESTS) gmock.a gmock_main.a *.o 61 # Builds gmock.a and gmock_main.a. These libraries contain both 63 # or gmock_main.a, depending on whether it defines its own main() 85 gmock_main.o : $(GMOCK_SRCS_) 87 -c $(GMOCK_DIR)/src/gmock_main.cc 92 gmock_main.a : gmock-all.o gtest-all.o gmock_main.o 100 gmock_test : gmock_test.o gmock_main.a
|
/external/v8/testing/gmock/make/ |
Makefile | 59 rm -f $(TESTS) gmock.a gmock_main.a *.o 61 # Builds gmock.a and gmock_main.a. These libraries contain both 63 # or gmock_main.a, depending on whether it defines its own main() 85 gmock_main.o : $(GMOCK_SRCS_) 87 -c $(GMOCK_DIR)/src/gmock_main.cc 92 gmock_main.a : gmock-all.o gtest-all.o gmock_main.o 100 gmock_test : gmock_test.o gmock_main.a
|
/system/bt/build/secondary/third_party/googletest/ |
BUILD.gn | 77 static_library("gmock_main") { 80 "googlemock/src/gmock_main.cc",
|
/external/google-breakpad/src/testing/msvc/2005/ |
gmock_main.vcproj | 5 Name="gmock_main"
7 RootNamespace="gmock_main"
158 RelativePath="..\..\src\gmock_main.cc"
|
/external/googletest/googlemock/msvc/2005/ |
gmock_main.vcproj | 5 Name="gmock_main"
7 RootNamespace="gmock_main"
158 RelativePath="..\..\src\gmock_main.cc"
|
/external/v8/testing/gmock/msvc/2005/ |
gmock_main.vcproj | 5 Name="gmock_main"
7 RootNamespace="gmock_main"
158 RelativePath="..\..\src\gmock_main.cc"
|
/external/protobuf/ |
gmock.BUILD | 24 srcs = ["gmock-1.7.0/src/gmock_main.cc"],
|
/external/protobuf/util/ |
gmock.BUILD | 24 srcs = ["gmock-1.7.0/src/gmock_main.cc"],
|
/system/bt/types/ |
BUILD.gn | 56 "//third_party/googletest:gmock_main",
|
/external/v8/testing/ |
gmock.gyp | 62 'target_name': 'gmock_main', 68 'gmock/src/gmock_main.cc',
|
/external/google-breakpad/src/build/ |
testing.gypi | 80 'target_name': 'gmock_main', 86 '../testing/src/gmock_main.cc',
|
/external/protobuf/cmake/ |
tests.cmake | 19 add_library(gmock_main STATIC ${protobuf_source_dir}/gmock/src/gmock_main.cc) 20 target_link_libraries(gmock_main gmock) 188 target_link_libraries(tests libprotoc libprotobuf gmock_main) 210 target_link_libraries(lite-arena-test libprotobuf-lite gmock_main)
|
/external/google-breakpad/src/testing/msvc/2010/ |
gmock_main.vcxproj | 15 <RootNamespace>gmock_main</RootNamespace>
80 <ClCompile Include="..\..\src\gmock_main.cc">
|
/external/googletest/googlemock/msvc/2010/ |
gmock_main.vcxproj | 15 <RootNamespace>gmock_main</RootNamespace>
80 <ClCompile Include="..\..\src\gmock_main.cc">
|
/external/googletest/googlemock/msvc/2015/ |
gmock_main.vcxproj | 15 <RootNamespace>gmock_main</RootNamespace> 82 <ClCompile Include="..\..\src\gmock_main.cc">
|
/external/v8/testing/gmock/msvc/2010/ |
gmock_main.vcxproj | 15 <RootNamespace>gmock_main</RootNamespace>
80 <ClCompile Include="..\..\src\gmock_main.cc">
|
/external/google-breakpad/src/testing/test/ |
gmock-port_test.cc | 41 // 'undefined symbol' linker errors in gmock_main:
|