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

1 2 3 4 5 6 7 8 9

  /external/swiftshader/third_party/LLVM/utils/unittest/
Makefile 11 PARALLEL_DIRS = googletest UnitTestMain
  /external/tensorflow/tensorflow/python/platform/
logging_test.py 20 from tensorflow.python.platform import googletest
24 class EventLoaderTest(googletest.TestCase):
32 googletest.main()
resource_loader_test.py 20 from tensorflow.python.platform import googletest
24 class DefaultResourceLoaderTest(googletest.TestCase):
31 googletest.main()
  /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
  /external/tensorflow/tensorflow/tools/docs/
build_docs_test.py 27 from tensorflow.python.platform import googletest
36 output_dir = googletest.GetTempDir()
39 class BuildDocsTest(googletest.TestCase):
74 googletest.main()
doc_generator_visitor_test.py 21 from tensorflow.python.platform import googletest
25 class DocGeneratorVisitorTest(googletest.TestCase):
109 googletest.main()
generate_lib_test.py 24 from tensorflow.python.platform import googletest
52 class GenerateTest(googletest.TestCase):
104 output_dir = googletest.GetTempDir()
135 googletest.main()
  /external/tensorflow/tensorflow/contrib/makefile/sub_makefiles/hexagon_graph_execution/
Makefile.in 26 $(MAKEFILE_DIR)/downloads/googletest/googletest
51 -I$(MAKEFILE_DIR)/downloads/googletest/googletest/include
  /external/tensorflow/tensorflow/python/client/
device_lib_test.py 23 from tensorflow.python.platform import googletest
42 googletest.main()
  /external/tensorflow/tensorflow/python/framework/
tensor_shape_div_test.py 25 from tensorflow.python.platform import googletest
40 googletest.main()
  /external/tensorflow/tensorflow/python/summary/
text_summary_test.py 22 from tensorflow.python.platform import googletest
53 googletest.main()
  /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.
  /external/tensorflow/tensorflow/tools/common/
traverse_test.py 23 from tensorflow.python.platform import googletest
33 # Do not traverse googletest, it's very deep.
35 if item[1] is googletest:
40 class TraverseTest(googletest.TestCase):
84 googletest.main()
public_api_test.py 21 from tensorflow.python.platform import googletest
25 class PublicApiTest(googletest.TestCase):
68 googletest.main()
  /device/google/cuttlefish/shared/
BoardConfig.mk 99 VSOC_TEST_INCLUDES := external/googletest/googlemock/include external/googletest/googletest/include
  /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/external/
external.mk 6 # GoogleTest/GoogleMock
9 GOOGLETEST_PATH = $(GOOGLETEST_PREFIX)/googletest
20 # x86 GoogleTest Source Files ##################################################
  /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_EXPORT_C_INCLUDES := $(LOCAL_PATH)/third_party/googletest/src/include/
36 LOCAL_SRC_FILES := ./third_party/googletest/src/src/gtest-all.cc
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
custom_export_strategy_test.py 29 from tensorflow.python.platform import googletest
364 googletest.main()
  /external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
single_image_random_dot_stereograms_ops_test.py 25 from tensorflow.python.platform import googletest
82 googletest.main()
  /external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/
sparse_feature_column_test.py 24 from tensorflow.python.platform import googletest
50 googletest.main()
  /external/tensorflow/tensorflow/contrib/makefile/sub_makefiles/quantization/
Makefile.in 26 $(MAKEFILE_DIR)/downloads/googletest/googletest
69 -I$(MAKEFILE_DIR)/downloads/googletest/googletest/include
  /external/tensorflow/tensorflow/contrib/quantize/python/
common_test.py 26 from tensorflow.python.platform import googletest
59 googletest.main()
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/
hybrid_layer_test.py 26 from tensorflow.python.platform import googletest
59 googletest.main()

Completed in 276 milliseconds

1 2 3 4 5 6 7 8 9