HomeSort by relevance Sort by last modified time
    Searched refs:gtest (Results 1 - 25 of 667) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableNeutralTest.cpp 34 #include <gtest/gtest.h>
  /bionic/tests/
sys_syscall_test.cpp 17 #include <gtest/gtest.h>
mntent_test.cpp 17 #include <gtest/gtest.h>
  /cts/tests/tests/bionic/
main.cpp 17 #include <gtest/gtest.h>
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImplTest.cpp 30 #include <gtest/gtest.h>
  /external/chromium_org/testing/gtest/
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)
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
    [all...]
  /external/chromium_org/testing/
platform_test.h 8 #include <gtest/gtest.h>
gtest_mac.h 8 #include <gtest/internal/gtest-port.h>
9 #include <gtest/gtest.h>
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserThreadTest.cpp 8 #include <gtest/gtest.h>
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
ralloc_test.cpp 23 #include <gtest/gtest.h>
  /external/mesa3d/src/glsl/tests/
ralloc_test.cpp 23 #include <gtest/gtest.h>
  /external/chromium_org/sdch/open-vcdiff/
Makefile.am 7 # This is so we can #include <google/vcencoder.h> or <gtest/gtest.h>
11 -I$(top_srcdir)/gtest \
12 -I$(top_srcdir)/gtest/include
68 # gtest (Google Test): Used for unit tests only
71 libgtest_main_la_SOURCES = gtest/include/gtest/gtest.h \
72 gtest/include/gtest/gtest-death-test.h
    [all...]
  /external/chromium_org/testing/gtest/scripts/test/
Makefile 13 # Paths to the fused gtest files.
14 FUSED_GTEST_H = $(FUSED_GTEST_DIR)/gtest/gtest.h
15 FUSED_GTEST_ALL_CC = $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
45 gtest-all.o : $(FUSED_GTEST_H) $(FUSED_GTEST_ALL_CC)
46 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
58 sample1_unittest : sample1.o sample1_unittest.o gtest-all.o gtest_main.o
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelectorTest.cpp 9 #include <gtest/gtest.h>
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilderTest.cpp 8 #include <gtest/gtest.h>
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MockImageResourceClient.h 36 #include <gtest/gtest.h>
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatBoxTestHelpers.h 27 #include <gtest/gtest.h>
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrixTest.cpp 8 #include <gtest/gtest.h>
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityPolicyTest.cpp 35 #include <gtest/gtest.h>
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FloatPointTestHelpers.h 35 #include <gtest/gtest.h>
37 // Gtest will automatically pick up this function if included to print out
WebScopedWindowFocusAllowedIndicatorTest.cpp 35 #include <gtest/gtest.h>
  /external/chromium_org/third_party/WebKit/Source/wtf/
TemporaryChangeTest.cpp 29 #include <gtest/gtest.h>
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_doc_comment_unittest.cc 35 #include <gtest/gtest.h>
  /external/google-tv-pairing-protocol/cpp/tests/polo/
polotests.cc 16 #include <gtest/gtest.h>
  /external/llvm/utils/unittest/
CMakeLists.txt 14 # Where gtest's .h files can be found.
36 # std::tr1::tuple by default, but gtest requires 10
41 add_llvm_library(gtest
42 googletest/src/gtest-all.cc

Completed in 1249 milliseconds

1 2 3 4 5 6 7 8 91011>>