Searched refs:googletest (Results 1 - 25 of 43) sorted by relevance

12

/external/llvm/utils/unittest/
H A DCMakeLists.txt16 googletest/include
37 googletest/gtest.cc
38 googletest/gtest-death-test.cc
39 googletest/gtest-filepath.cc
40 googletest/gtest-port.cc
41 googletest/gtest-printers.cc
42 googletest/gtest-test-part.cc
43 googletest/gtest-typed-test.cc
H A DMakefile11 PARALLEL_DIRS = googletest UnitTestMain
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dnot_strict_test.py29 import unittest as googletest namespace
74 googletest.main(argv=sys.argv[0:1], defaultTest='GJsLintTestSuite')
H A Drequireprovidesorter_test.py21 import unittest as googletest namespace
31 class RequireProvideSorterTest(googletest.TestCase):
74 googletest.main()
H A Dfull_test.py32 import unittest as googletest namespace
114 googletest.main(argv=sys.argv[0:1], defaultTest='GJsLintTestSuite')
H A Dfixjsstyle_test.py24 import unittest as googletest namespace
35 class FixJsStyleTest(googletest.TestCase):
254 googletest.main()
H A Dclosurizednamespacesinfo_test.py21 import unittest as googletest namespace
32 class ClosurizedNamespacesInfoTest(googletest.TestCase):
451 googletest.main()
/external/llvm/utils/unittest/UnitTestMain/
H A DMakefile18 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
22 # supported by Clang, so force googletest to use its own tuple implementation.
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dfiletestcase.py29 import unittest as googletest namespace
33 class AnnotatedFileTestCase(googletest.TestCase):
53 googletest.TestCase.__init__(self, 'runTest')
H A Dtokens_test.py19 import unittest as googletest namespace
46 class TokensTest(googletest.TestCase):
113 googletest.main()
/external/llvm/utils/unittest/googletest/
H A DMakefile1 ##===- utils/unittest/googletest/Makefile ------------------*- Makefile -*-===##
21 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
25 # supported by Clang, so force googletest to use its own tuple implementation.
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil_unittest.cc35 #include <google/protobuf/testing/googletest.h>
H A Donce_unittest.cc41 #include <google/protobuf/testing/googletest.h>
/external/protobuf/
H A Dautogen.sh22 curl http://googletest.googlecode.com/files/gtest-1.3.0.tar.bz2 | tar jx
/external/llvm/unittests/
H A DMakefile.unittest24 # utils/unittest/googletest/Makefile; ensure that any changes are made to both.
25 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
29 # supported by Clang, so force googletest to use its own tuple implementation.
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc42 #include <google/protobuf/testing/googletest.h>
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_plugin_unittest.cc42 #include <google/protobuf/testing/googletest.h>
H A Dcpp_bootstrap_unittest.cc57 #include <google/protobuf/testing/googletest.h>
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_plugin_unittest.cc42 #include <google/protobuf/testing/googletest.h>
/external/protobuf/src/google/protobuf/
H A Ddynamic_message_unittest.cc50 #include <google/protobuf/testing/googletest.h>
H A Dmessage_unittest.cc56 #include <google/protobuf/testing/googletest.h>
H A Dgenerated_message_reflection_unittest.cc51 #include <google/protobuf/testing/googletest.h>
/external/protobuf/src/google/protobuf/io/
H A Dprinter_unittest.cc41 #include <google/protobuf/testing/googletest.h>
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc32 // emulates google3/testing/base/public/googletest.cc
34 #include <google/protobuf/testing/googletest.h>
/external/valgrind/tsan/
H A DMakefile10 GTEST_ROOT=../third_party/googletest

Completed in 306 milliseconds

12