HomeSort by relevance Sort by last modified time
    Searched refs:gmock (Results 1 - 10 of 10) sorted by null

  /external/chromium/testing/gmock/
CMakeLists.txt 14 # TODO(vladl@google.com): Implement building gMock as a DLL.
45 project(gmock CXX C)
73 # Defines the gmock & gmock_main libraries. User tests should link
79 cxx_library(gmock "${cxx_strict}" src/gmock-all.cc)
80 target_link_libraries(gmock gtest)
83 target_link_libraries(gmock_main gmock)
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
    [all...]
  /external/chromium/testing/gmock/make/
Makefile 47 GMOCK_HEADERS = $(GMOCK_DIR)/include/gmock/*.h \
48 $(GMOCK_DIR)/include/gmock/internal/*.h \
56 rm -f $(TESTS) gmock.a gmock_main.a *.o
58 # Builds gmock.a and gmock_main.a. These libraries contain both
59 # Google Mock and Google Test. A test should link with either gmock.a
78 gmock-all.o : $(GMOCK_SRCS_)
80 -c $(GMOCK_DIR)/src/gmock-all.cc
86 gmock.a : gmock-all.o gtest-all.o
89 gmock_main.a : gmock-all.o gtest-all.o gmock_main.
    [all...]
  /external/webkit/Source/WebKit/chromium/tests/
RunAllTests.cpp 42 #include <gmock/gmock.h>
CCThreadTaskTest.cpp 29 #include <gmock/gmock.h>
  /external/ceres-solver/internal/ceres/gmock/
mock-log.h 43 #include <gmock/gmock.h>
gmock.h 235 // gmock-port.h's responsibility to #include the header implementing
236 // tr1/tuple. gmock-port.h does this via gtest-port.h, which is
    [all...]
  /external/chromium/testing/gmock/scripts/
gmock-config.in 9 echo "Usage: gmock-config [OPTIONS...]"
17 The `gmock-config' script provides access to the necessary compile and linking
21 affect installation queries if called on a built but not installed gmock. The
31 gmock-config --min-version=1.0 || echo "Insufficient Google Mock version."
33 g++ $(gmock-config --cppflags --cxxflags) -o foo.o -c foo.cpp
34 g++ $(gmock-config --ldflags --libs) -o foo foo.o
37 g++ $(../../my_gmock_build/scripts/gmock-config ...) ...
41 g++ $(gmock-config --libdir="/opt/lib64" ...) ...
205 # This allows building against a just-built gmock rather than an installed
206 # gmock
    [all...]
gmock_doctor.py 134 r'(?P<file>.*[/\\^](?!gmock-)[^/\\]+):(?P<line>\d+):(?P<column>\d+):\s+')
171 r'.*gmock-actions\.h.*error: creating array with negative size')
191 r'*gmock.*actions\.h.*error: void value not ignored)'
218 r'.*gmock-actions\.h.*error: instantiation of '
  /external/ceres-solver/docs/
changes.tex 154 \item Moved \texttt{internal/ceres/mock\_log.h} to \texttt{internal/ceres/gmock/mock-log.h}
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-function-mockers.h 2 // pump.py gmock-generated-function-mockers.h.pump
43 #include "gmock/gmock-spec-builders.h"
44 #include "gmock/internal/gmock-internal-utils.h"
344 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
    [all...]

Completed in 325 milliseconds