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

1 2 3

  /external/swiftshader/third_party/LLVM/utils/unittest/
Makefile 11 PARALLEL_DIRS = googletest UnitTestMain
  /external/llvm/utils/unittest/
CMakeLists.txt 16 googletest/include
17 googletest
41 googletest/src/gtest-all.cc
  /external/llvm/utils/lit/lit/formats/
__init__.py 3 from lit.formats.googletest import GoogleTest
  /system/core/storaged/
Android.mk 27 LOCAL_C_INCLUDES := $(LOCAL_PATH)/include external/googletest/googletest/include
41 LOCAL_C_INCLUDES := external/googletest/googletest/include
  /external/swiftshader/third_party/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.
  /system/chre/external/
external.mk 6 # GoogleTest/GoogleMock
9 GOOGLETEST_PATH = $(GOOGLETEST_PREFIX)/googletest
20 # x86 GoogleTest Source Files ##################################################
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Makefile 1 ##===- utils/unittest/googletest/Makefile ------------------*- Makefile -*-===##
14 LIBRARYNAME = GoogleTest
21 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
25 # supported by Clang, so force googletest to use its own tuple implementation.
  /system/chre/build/variant/
google_x86_googletest.mk 2 # CHRE GoogleTest Build Variant
26 export GOOGLETEST_PREFIX=$(ANDROID_BUILD_TOP)/external/googletest
  /external/regex-re2/re2/testing/
unicode_test.py 12 from google3.testing.pybase import googletest
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/protobuf/src/google/protobuf/compiler/csharp/
csharp_generator_unittest.cc 38 #include <google/protobuf/testing/googletest.h>
  /external/protobuf/src/google/protobuf/
well_known_types_unittest.cc 33 #include <google/protobuf/testing/googletest.h>
lite_arena_unittest.cc 33 #include <google/protobuf/testing/googletest.h>
  /external/boringssl/
UPDATING 15 rm -Rf src/third_party/googletest
  /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
  /external/swiftshader/third_party/LLVM/unittests/
Makefile.unittest 23 # Note that these flags are duplicated when building GoogleTest itself in
24 # 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/ruby/
ruby_generator_unittest.cc 38 #include <google/protobuf/testing/googletest.h>
49 // Inspired by TestSourceDir() in src/google/protobuf/testing/googletest.cc.
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 49 #include <google/protobuf/testing/googletest.h>
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 49 #include <google/protobuf/testing/googletest.h>
  /external/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc 38 #include <google/protobuf/testing/googletest.h>
template_util_unittest.cc 40 #include <google/protobuf/testing/googletest.h>
bytestream_unittest.cc 37 #include <google/protobuf/testing/googletest.h>
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 58 #include <google/protobuf/testing/googletest.h>
cpp_plugin_unittest.cc 49 #include <google/protobuf/testing/googletest.h>
  /external/libvpx/libvpx/
libs.mk 117 $(BUILD_PFX)third_party/googletest/%.cc.o: CXXFLAGS += -Wno-missing-field-initializers
430 gtest.$(VCPROJ_SFX): $(SRC_PATH_BARE)/third_party/googletest/src/src/gtest-all.cc
441 --out=gtest.$(VCPROJ_SFX) $(SRC_PATH_BARE)/third_party/googletest/src/src/gtest-all.cc \
442 -I. -I"$(SRC_PATH_BARE)/third_party/googletest/src/include" -I"$(SRC_PATH_BARE)/third_party/googletest/src"
458 -I. -I"$(SRC_PATH_BARE)/third_party/googletest/src/include" \
480 -I. -I"$(SRC_PATH_BARE)/third_party/googletest/src/include" \
486 include $(SRC_PATH_BARE)/third_party/googletest/gtest.mk
487 GTEST_SRCS := $(addprefix third_party/googletest/src/,$(call enabled,GTEST_SRCS))
493 GTEST_INCLUDES := -I$(SRC_PATH_BARE)/third_party/googletest/sr
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers_unittest.cc 32 #include <google/protobuf/testing/googletest.h>

Completed in 1464 milliseconds

1 2 3