Home
last modified time | relevance | path

Searched refs:test_attributes (Results 1 – 25 of 35) 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/llvm-project/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/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.py63 def test_attributes(self): member in TestAsdlParser
Dtest_hmac.py450 def test_attributes(self): member in CopyTestCase
Dtest_range.py642 def test_attributes(self): member in RangeTest
Dtest_exceptions.py1365 def test_attributes(self): member in ImportErrorTests
/external/python/cpython2/Lib/test/
Dtest___future__.py25 def test_attributes(self): member in FutureTest
Dtest_hmac.py275 def test_attributes(self): member in CopyTestCase
Dtest_functools.py50 def test_attributes(self): member in TestPartial
313 test_attributes = None variable in TestPythonPartial
Dtest_sys.py382 def test_attributes(self): member in SysModuleTest
Dtest_httplib.py820 def test_attributes(self): member in HTTPSTest
/external/python/mock/mock/tests/
Dtestcallable.py35 def test_attributes(self): member in TestCallable
Dtestmock.py551 def test_attributes(mock): function
567 test_attributes(Mock(spec=Something))
568 test_attributes(Mock(spec=Something()))
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestcallable.py35 def test_attributes(self): member in TestCallable
Dtestmock.py546 def test_attributes(mock): function
562 test_attributes(Mock(spec=Something))
563 test_attributes(Mock(spec=Something()))
Dtesthelpers.py491 def test_attributes(self): member in SpecSignatureTest
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dstatepoint-call-lowering.ll176 define void @test_attributes(%struct2* byval(%struct2) %s) gc "statepoint-example" {
177 ; CHECK-LABEL: test_attributes:
/external/llvm-project/llvm/test/CodeGen/X86/
Dstatepoint-call-lowering.ll209 define void @test_attributes(%struct2* byval(%struct2) %s) gc "statepoint-example" {
210 ; CHECK-LABEL: test_attributes:
/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.py103 def test_attributes(self): member in ModelSubclassCompiledTest
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_unittest_test.py213 def test_attributes(self): member in TestAttributesWithFakeModuleNames

12