HomeSort by relevance Sort by last modified time
    Searched refs:gtest (Results 1 - 25 of 768) 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...]
  /bionic/tests/
stack_unwinding_test.cpp 21 #include <gtest/gtest.h>
29 // We have to say "DeathTest" here so gtest knows to run this test (which exits)
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest_main.cc 32 #include <gtest/gtest.h>
  /external/chromium_org/third_party/WebKit/Source/wtf/tests/
StringImpl.cpp 30 #include <gtest/gtest.h>
  /external/open-vcdiff/gtest/src/
gtest_main.cc 32 #include <gtest/gtest.h>
  /external/protobuf/gtest/src/
gtest_main.cc 32 #include <gtest/gtest.h>
  /frameworks/av/camera/tests/
main.cpp 17 #include <gtest/gtest.h>
  /external/llvm/utils/unittest/
CMakeLists.txt 14 # Where gtest's .h files can be found.
35 # std::tr1::tuple by default, but gtest requires 10
40 add_llvm_library(gtest
41 googletest/gtest.cc
42 googletest/gtest-death-test.cc
43 googletest/gtest-filepath.cc
44 googletest/gtest-port.cc
45 googletest/gtest-printers.cc
46 googletest/gtest-test-part.cc
47 googletest/gtest-typed-test.c
    [all...]
  /frameworks/compile/mclinker/include/mcld/
Environment.h 12 #include <gtest.h>
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticLineInfo.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>
  /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_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)
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...]

Completed in 1309 milliseconds

1 2 3 4 5 6 7 8 91011>>