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

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/gtest/test/
gtest_help_test_.cc 35 #include <gtest/gtest.h>
gtest_main_unittest.cc 32 #include <gtest/gtest.h>
35 // gtest_main instead of gtest.
gtest_uninitialized_test_.cc 32 #include <gtest/gtest.h>
gtest-param-test_test.h 40 #include <gtest/gtest.h>
gtest_no_test_unittest.cc 35 #include <gtest/gtest.h>
gtest_throw_on_failure_test_.cc 38 #include <gtest/gtest.h>
gtest_xml_outfile1_test_.cc 35 #include <gtest/gtest.h>
gtest_xml_outfile2_test_.cc 35 #include <gtest/gtest.h>
gtest-typed-test2_test.cc 34 #include "test/gtest-typed-test_test.h"
35 #include <gtest/gtest.h>
41 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
gtest_nc.cc 45 #include <gtest/gtest.h>
53 // Tests that a user cannot include gtest-internal-inl.h in his code.
55 #include "src/gtest-internal-inl.h"
61 #include <gtest/gtest.h>
72 #include <gtest/gtest.h>
85 #include <gtest/gtest.h
    [all...]
gtest-param-test2_test.cc 35 #include <gtest/gtest.h>
37 #include "test/gtest-param-test_test.h"
46 // in gtest-param-test_test.cc.
50 // and instantiated in another. The test is defined in gtest-param-test_test.cc
52 // gtest-param-test_test.h.
59 // in gtest-param-test_test.cc and InstantiationInMultipleTranslaionUnitsTest
60 // fixture is defined in gtest-param-test_test.h
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest_main.cc 32 #include <gtest/gtest.h>
  /external/libyuv/files/unit_test/
unit_test.h 14 #include <gtest/gtest.h>
  /external/protobuf/gtest/src/
gtest_main.cc 32 #include <gtest/gtest.h>
  /external/llvm/utils/unittest/
CMakeLists.txt 14 # Where gtest's .h files can be found.
30 add_llvm_library(gtest
31 googletest/gtest.cc
32 googletest/gtest-death-test.cc
33 googletest/gtest-filepath.cc
34 googletest/gtest-port.cc
35 googletest/gtest-printers.cc
36 googletest/gtest-test-part.cc
37 googletest/gtest-typed-test.cc
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 12 #include <gtest.h>
DynObjFileFormat.h 12 #include <gtest.h>
Group.h 12 #include <gtest.h>
  /frameworks/compile/mclinker/include/mcld/Target/
DarwinLDBackend.h 12 #include <gtest.h>
Stub.h 12 #include <gtest.h>
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFArchiveReader.h 12 #include <gtest.h>
  /external/gtest/test/
gtest_nc.cc 45 #include <gtest/gtest.h>
53 // Tests that a user cannot include gtest-internal-inl.h in his code.
55 #include "src/gtest-internal-inl.h"
61 #include <gtest/gtest.h>
72 #include <gtest/gtest.h>
85 #include <gtest/gtest.h
    [all...]
  /external/chromium/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)
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
    [all...]
  /external/chromium/testing/
platform_test.h 8 #include <gtest/gtest.h>
  /external/protobuf/gtest/samples/
sample4_unittest.cc 32 #include <gtest/gtest.h>

Completed in 1622 milliseconds

1 2 3 4 5 6 7 8 91011>>