Home
last modified time | relevance | path

Searched refs:test_types (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/libcxx/utils/
Dgenerate_feature_test_macro_components.py681 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/
Dxla_device_test.py54 test_types = set([
60 for unsupported_dtype in test_types - self.all_types:
/external/webrtc/rtc_base/
Dunique_id_generator_unittest.cc30 using test_types = ::testing::Types<UniqueNumberGenerator<uint8_t>, typedef
37 TYPED_TEST_SUITE(UniqueIdGeneratorTest, test_types);
/external/jemalloc_new/test/unit/
Demitter.c249 TEST_BEGIN(test_types) { in TEST_BEGIN() argument
409 test_types, in main()
/external/python/jinja/tests/
Dtest_tests.py111 def test_types(self, env, op, expect): member in TestTestsCase
/external/python/cpython3/Lib/test/
Dtest_bool.py252 def test_types(self): member in BoolTest
Dtest_range.py431 def test_types(self): member in RangeTest
Dtest__xxsubinterpreters.py370 def test_types(self): member in ShareableTypeTests
/external/python/cpython2/Lib/test/
Dtest_bool.py271 def test_types(self): member in BoolTest
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_array_ops_test.py1106 test_types = [np.float16, np.float32, np.float64, np.int32, np.int64,
1110 for dtype in test_types:
/external/python/cpython2/Lib/email/test/
Dtest_email_renamed.py1036 def test_types(self): member in TestMIMEText
Dtest_email.py1076 def test_types(self): member in TestMIMEText
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py1691 def test_types(self): member in TestMIMEText
/external/python/cpython2/Misc/
DHISTORY16683 test_types: test operations on the built-in types of Python
/external/python/cpython3/Misc/
DHISTORY34062 test_types: test operations on the built-in types of Python