/external/tensorflow/tensorflow/python/ops/ |
D | nccl_ops_test.py | 61 def _Test(self, member in NcclTestCase 128 self._Test(_Gradient, numpy_fn) 134 self._Test(partial(_NcclAllReduce, nccl_ops.all_sum), lambda x, y: x + y) 135 self._Test(partial(_NcclAllReduce, nccl_ops.all_prod), lambda x, y: x * y) 136 self._Test(partial(_NcclAllReduce, nccl_ops.all_min), np.minimum) 137 self._Test(partial(_NcclAllReduce, nccl_ops.all_max), np.maximum) 153 self._Test(partial(_NcclReduce, nccl_ops.reduce_sum), lambda x, y: x + y) 163 self._Test(_NcclBroadcast, lambda x, y: x) 167 self._Test(_NcclBroadcast, lambda x, y: x, 173 self._Test(_NcclBroadcast, lambda x, y: x, [all …]
|
/external/libchrome/base/ |
D | gtest_prod_util.h | 62 class test_case_name##_##test_name##_Test; \ 63 class test_case_name##_##DISABLED_##test_name##_Test; \ 64 class test_case_name##_##FLAKY_##test_name##_Test
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest_prod.h | 56 friend class test_case_name##_##test_name##_Test
|
/external/googletest/googletest/include/gtest/ |
D | gtest_prod.h | 59 friend class test_case_name##_##test_name##_Test
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest_prod.h | 59 friend class test_case_name##_##test_name##_Test
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest_prod.h | 59 friend class test_case_name##_##test_name##_Test
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest_prod.h | 59 friend class test_case_name##_##test_name##_Test
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest_prod.h | 59 friend class test_case_name##_##test_name##_Test
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest_prod.h | 56 friend class test_case_name##_##test_name##_Test
|
/external/webrtc/rtc_base/ |
D | gtest_prod_util.h | 17 friend class test_case_name##_##test_name##_Test
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _split_definitions_test.py | 176 class _Test(six.with_metaclass(abc.ABCMeta, unittest.TestCase)): class 308 attributes['__module__'] = _Test.__module__ 310 return type('{}Test'.format(name), (_Test,), attributes)
|
/external/python/cpython2/Lib/plat-mac/ |
D | MiniAEFrame.py | 178 class _Test(AEServer, MiniApplication): class 200 _Test()
|
/external/googletest/docs/ |
D | primer.md | 49 terms _Test_, _Test Case_ and _Test Suite_, so beware of misunderstanding these. 51 Historically, googletest started to use the term _Test Case_ for grouping 61 of _Test Case_, so it's not much of a problem here. But the term _Test Case_ as 64 googletest recently started replacing the term _Test Case_ with _Test Suite_.
|
/external/rust/crates/syn/src/ |
D | error.rs | 98 struct _Test struct
|
/external/pigweed/pw_unit_test/public/pw_unit_test/ |
D | framework.h | 409 PW_CONCAT(test_suite_name, _, test_name, _Test)
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | README.txt | 26 class _Test(unittest.TestCase):
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/ |
D | tf_trt_integration_test_base.py | 1097 def _Test(self): function 1105 return _Test
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1230 test_case_name##_##test_name##_Test
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1211 test_case_name##_##test_name##_Test
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 1304 test_case_name##_##test_name##_Test
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 1347 test_suite_name##_##test_name##_Test
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1393 test_suite_name##_##test_name##_Test
|
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/ |
D | macho-objc-meta-data.test | 1043 OBJC2_64BIT_DYLIB: 000000000000c038 0x8030 _OBJC_CLASS_$_Test 1044 OBJC2_64BIT_DYLIB: isa 0x8008 _OBJC_METACLASS_$_Test
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1405 test_suite_name##_##test_name##_Test
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1524 test_suite_name##_##test_name##_Test
|