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

1 2 3

  /external/llvm/utils/unittest/
Makefile 11 PARALLEL_DIRS = googletest UnitTestMain
CMakeLists.txt 16 googletest/include
17 googletest
45 googletest/src/gtest-all.cc
  /external/libweave/third_party/
get_gtest.sh 12 rm -rf $THIRD_PARTY/googletest
13 git clone https://github.com/google/googletest.git || exit 1
14 cd googletest
19 mv googletest googlemock/gtest
21 cd $THIRD_PARTY/googletest/googlemock/gtest/make || exit 1
26 cd $THIRD_PARTY/googletest/googlemock/make || exit 1
31 rm -rf $THIRD_PARTY/googletest
  /external/llvm/utils/lit/lit/formats/
__init__.py 3 from lit.formats.googletest import GoogleTest
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
strict_test.py 26 import unittest as googletest namespace
67 googletest.main()
error_fixer_test.py 23 import unittest as googletest namespace
29 class ErrorFixerTest(googletest.TestCase):
77 googletest.main()
errorrules_test.py 24 import unittest as googletest namespace
35 class ErrorRulesTest(googletest.TestCase):
117 googletest.main()
runner_test.py 26 import unittest as googletest namespace
35 class LimitedDocTest(googletest.TestCase):
47 class RunnerTest(googletest.TestCase):
101 googletest.main()
statetracker_test.py 25 import unittest as googletest namespace
38 class IdentifierTest(googletest.TestCase):
48 class DocCommentTest(googletest.TestCase):
123 googletest.main()
full_test.py 31 import unittest as googletest namespace
122 googletest.main(argv=sys.argv[0:1], defaultTest='GJsLintTestSuite')
not_strict_test.py 29 import unittest as googletest namespace
74 googletest.main(argv=sys.argv[0:1], defaultTest='GJsLintTestSuite')
requireprovidesorter_test.py 21 import unittest as googletest namespace
30 class RequireProvideSorterTest(googletest.TestCase):
155 googletest.main()
javascriptstatetracker_test.py 24 import unittest as googletest namespace
60 class FunctionTest(googletest.TestCase):
168 class CommentTest(googletest.TestCase):
278 googletest.main()
scopeutil_test.py 24 import unittest as googletest namespace
80 class StatementTest(googletest.TestCase):
125 class ScopeBlockTest(googletest.TestCase):
168 class AliasTest(googletest.TestCase):
222 googletest.main()
  /external/llvm/utils/unittest/googletest/
Makefile 1 ##===- utils/unittest/googletest/Makefile ------------------*- Makefile -*-===##
21 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
22 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest
26 # supported by Clang, so force googletest to use its own tuple implementation.
  /ndk/tests/device/asan-smoke/jni/
Android.mk 13 $(call import-module,third_party/googletest)
  /ndk/tests/device/test-googletest-gnustl/jni/
Application.mk 3 # This is a different with test-googletest-stlport:
5 # in the GoogleTest implementation.
  /external/llvm/utils/unittest/UnitTestMain/
Makefile 18 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
22 # supported by Clang, so force googletest to use its own tuple implementation.
  /external/protobuf/src/google/protobuf/stubs/
strutil_unittest.cc 35 #include <google/protobuf/testing/googletest.h>
  /external/regex-re2/re2/testing/
unicode_test.py 12 from google3.testing.pybase import googletest namespace
19 class ConvertTest(googletest.TestCase):
80 class ReadUnicodeTableTest(googletest.TestCase):
123 class ParseContinueTest(googletest.TestCase):
135 class CaseGroupsTest(googletest.TestCase):
152 class ScriptsTest(googletest.TestCase):
171 class CategoriesTest(googletest.TestCase):
204 googletest.main()
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
filetestcase.py 29 import unittest as googletest namespace
33 class AnnotatedFileTestCase(googletest.TestCase):
53 googletest.TestCase.__init__(self, 'runTest')
tokens_test.py 19 import unittest as googletest namespace
46 class TokensTest(googletest.TestCase):
113 googletest.main()
  /external/protobuf/
autogen.sh 22 curl http://googletest.googlecode.com/files/gtest-1.5.0.tar.bz2 | tar jx
  /external/libvpx/libvpx/test/android/
Android.mk 33 LOCAL_C_INCLUDES := $(LOCAL_PATH)/third_party/googletest/src/
34 LOCAL_C_INCLUDES += $(LOCAL_PATH)/third_party/googletest/src/include/
35 LOCAL_SRC_FILES := ./third_party/googletest/src/src/gtest-all.cc
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
Android.mk 27 LOCAL_C_INCLUDES := $(LOCAL_PATH)/third_party/googletest/src/
28 LOCAL_C_INCLUDES += $(LOCAL_PATH)/third_party/googletest/src/include/
29 LOCAL_SRC_FILES := ./third_party/googletest/src/src/gtest-all.cc

Completed in 468 milliseconds

1 2 3