/external/llvm-project/libcxx/utils/ |
D | generate_feature_test_macro_components.py | 681 test_types = { variable 735 … result += test_types["undefined"].format(name=tc["name"], std_first=get_first_std(tc["values"])) 737 result += test_types["unimplemented"].format(name=tc["name"], value=val, std=std) 739 … result += test_types["depends"].format(name=tc["name"], value=val, std=std, depends=tc["depends"]) 741 result += test_types["defined"].format(name=tc["name"], value=val, std=std)
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | xla_device_test.py | 54 test_types = set([ 60 for unsupported_dtype in test_types - self.all_types:
|
/external/webrtc/rtc_base/ |
D | unique_id_generator_unittest.cc | 30 using test_types = ::testing::Types<UniqueNumberGenerator<uint8_t>, typedef 37 TYPED_TEST_SUITE(UniqueIdGeneratorTest, test_types);
|
/external/jemalloc_new/test/unit/ |
D | emitter.c | 249 TEST_BEGIN(test_types) { in TEST_BEGIN() argument 409 test_types, in main()
|
/external/python/jinja/tests/ |
D | test_tests.py | 111 def test_types(self, env, op, expect): member in TestTestsCase
|
/external/python/cpython3/Lib/test/ |
D | test_bool.py | 252 def test_types(self): member in BoolTest
|
D | test_range.py | 431 def test_types(self): member in RangeTest
|
D | test__xxsubinterpreters.py | 370 def test_types(self): member in ShareableTypeTests
|
/external/python/cpython2/Lib/test/ |
D | test_bool.py | 271 def test_types(self): member in BoolTest
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_array_ops_test.py | 1106 test_types = [np.float16, np.float32, np.float64, np.int32, np.int64, 1110 for dtype in test_types:
|
/external/python/cpython2/Lib/email/test/ |
D | test_email_renamed.py | 1036 def test_types(self): member in TestMIMEText
|
D | test_email.py | 1076 def test_types(self): member in TestMIMEText
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_email.py | 1691 def test_types(self): member in TestMIMEText
|
/external/python/cpython2/Misc/ |
D | HISTORY | 16683 test_types: test operations on the built-in types of Python
|
/external/python/cpython3/Misc/ |
D | HISTORY | 34062 test_types: test operations on the built-in types of Python
|