Home
last modified time | relevance | path

Searched refs:test_attributes (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/tko/perf_upload/
Dperf_uploader.py178 def _get_version_numbers(test_attributes): argument
188 chrome_version = test_attributes.get('CHROME_VERSION', '')
189 cros_version = test_attributes.get('CHROMEOS_RELEASE_VERSION', '')
190 cros_milestone = test_attributes.get('CHROMEOS_RELEASE_CHROME_MILESTONE')
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dtemplates.cpp4 void test_attributes() { in test_attributes() function
9 template void test_attributes<int>();
Dp5.cpp5 void test_attributes() { in test_attributes() function
/external/python/cpython3/Lib/test/
Dtest___future__.py24 def test_attributes(self): member in FutureTest
Dtest_asdl_parser.py69 def test_attributes(self): member in TestAsdlParser
Dtest_range.py663 def test_attributes(self): member in RangeTest
Dtest_exceptions.py1954 def test_attributes(self): member in AttributeErrorTests
2225 def test_attributes(self): member in ImportErrorTests
Dtest_sys.py470 def test_attributes(self): member in SysModuleTest
Dtest_curses.py448 def test_attributes(self): member in TestCurses
Dtest_httplib.py1693 def test_attributes(self): member in HTTPSTest
Dtest_functools.py73 def test_attributes(self): member in TestPartial
/external/python/cpython2/Lib/test/
Dtest___future__.py25 def test_attributes(self): member in FutureTest
Dtest_functools.py50 def test_attributes(self): member in TestPartial
313 test_attributes = None variable in TestPythonPartial
Dtest_hmac.py275 def test_attributes(self): member in CopyTestCase
Dtest_sys.py382 def test_attributes(self): member in SysModuleTest
Dtest_httplib.py820 def test_attributes(self): member in HTTPSTest
Dtest_io.py2950 def test_attributes(self): member in MiscIOTest
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestcallable.py35 def test_attributes(self): member in TestCallable
Dtestmock.py574 def test_attributes(mock): function
590 test_attributes(Mock(spec=Something))
591 test_attributes(Mock(spec=Something()))
Dtesthelpers.py491 def test_attributes(self): member in SpecSignatureTest
/external/autotest/frontend/tko/
Dmodels.py571 test_attributes = filter_data.pop('test_attribute_fields', [])
572 for attribute in test_attributes:
/external/tensorflow/tensorflow/python/keras/tests/
Dmodel_subclassing_compiled_test.py99 def test_attributes(self): member in ModelSubclassCompiledTest
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_unittest_test.py253 def test_attributes(self): member in TestAttributesWithFakeModuleNames
/external/python/pyopenssl/tests/
Dtest_crypto.py1268 def test_attributes(self): member in TestX509Name
/external/expat/tests/
Druntests.c2973 START_TEST(test_attributes) { in START_TEST() argument
11951 tcase_add_test(tc_basic, test_attributes); in make_suite()

12