HomeSort by relevance Sort by last modified time
    Searched full:gmock_main (Results 1 - 24 of 24) sorted by null

  /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/gmock/src/
Android.mk 60 # gmock_main for the NDK
69 LOCAL_SRC_FILES := gmock_main.cc
99 # gmock_main lib host
104 LOCAL_SRC_FILES := gmock_main.cc
132 # gmock_main lib target
137 LOCAL_SRC_FILES := gmock_main.cc
gmock_main.cc 48 std::cout << "Running main() from gmock_main.cc\n";
  /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/pdfium/testing/
gmock.gyp 47 'target_name': 'gmock_main',
53 'gmock/src/gmock_main.cc',
  /external/v8/build/secondary/testing/gmock/
BUILD.gn 44 static_library("gmock_main") {
47 "src/gmock_main.cc",
  /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"
gmock_test.vcproj 178 RelativePathToProject=".\gmock_main.vcproj"
  /external/v8/testing/
gmock.gyp 59 'target_name': 'gmock_main',
65 'gmock/src/gmock_main.cc',
  /external/google-breakpad/src/build/
testing.gypi 80 'target_name': 'gmock_main',
86 '../testing/src/gmock_main.cc',
  /external/google-breakpad/src/testing/msvc/2010/
gmock_main.vcxproj 15 <RootNamespace>gmock_main</RootNamespace>
80 <ClCompile Include="..\..\src\gmock_main.cc">
gmock_test.vcxproj 89 <ProjectReference Include="gmock_main.vcxproj">
  /external/gmock/test/
gmock-port_test.cc 41 // 'undefined symbol' linker errors in gmock_main:
gmock-spec-builders_test.cc 2601 int gmock_main(int argc, char **argv) { function
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-port_test.cc 41 // 'undefined symbol' linker errors in gmock_main:
gmock-spec-builders_test.cc 2523 int gmock_main(int argc, char **argv) { function
    [all...]
  /system/bt/service/
BUILD.gn 94 "//third_party/googletest:gmock_main",
  /external/google-breakpad/src/client/windows/unittests/
testing.gyp 70 '<(DEPTH)/testing/src/gmock_main.cc',
  /external/google-breakpad/src/testing/src/
gmock_main.cc 48 std::cout << "Running main() from gmock_main.cc\n";
  /external/google-breakpad/src/common/
common.gyp 233 '../build/testing.gypi:gmock_main',
  /external/ceres-solver/internal/ceres/
CMakeLists.txt 204 ADD_LIBRARY(gtest gmock_gtest_all.cc gmock_main.cc)
  /external/v8/build/
gn_migration.gypi 76 '../testing/gmock.gyp:gmock_main',
    [all...]

Completed in 751 milliseconds