/external/autotest/tko/perf_upload/ |
D | perf_uploader.py | 178 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/ |
D | templates.cpp | 4 void test_attributes() { in test_attributes() function 9 template void test_attributes<int>();
|
D | p5.cpp | 5 void test_attributes() { in test_attributes() function
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | templates.cpp | 4 void test_attributes() { in test_attributes() function 9 template void test_attributes<int>();
|
D | p5.cpp | 5 void test_attributes() { in test_attributes() function
|
/external/python/cpython3/Lib/test/ |
D | test___future__.py | 24 def test_attributes(self): member in FutureTest
|
D | test_asdl_parser.py | 63 def test_attributes(self): member in TestAsdlParser
|
D | test_hmac.py | 450 def test_attributes(self): member in CopyTestCase
|
D | test_range.py | 642 def test_attributes(self): member in RangeTest
|
D | test_exceptions.py | 1365 def test_attributes(self): member in ImportErrorTests
|
/external/python/cpython2/Lib/test/ |
D | test___future__.py | 25 def test_attributes(self): member in FutureTest
|
D | test_hmac.py | 275 def test_attributes(self): member in CopyTestCase
|
D | test_functools.py | 50 def test_attributes(self): member in TestPartial 313 test_attributes = None variable in TestPythonPartial
|
D | test_sys.py | 382 def test_attributes(self): member in SysModuleTest
|
D | test_httplib.py | 820 def test_attributes(self): member in HTTPSTest
|
/external/python/mock/mock/tests/ |
D | testcallable.py | 35 def test_attributes(self): member in TestCallable
|
D | testmock.py | 551 def test_attributes(mock): function 567 test_attributes(Mock(spec=Something)) 568 test_attributes(Mock(spec=Something()))
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testcallable.py | 35 def test_attributes(self): member in TestCallable
|
D | testmock.py | 546 def test_attributes(mock): function 562 test_attributes(Mock(spec=Something)) 563 test_attributes(Mock(spec=Something()))
|
D | testhelpers.py | 491 def test_attributes(self): member in SpecSignatureTest
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | statepoint-call-lowering.ll | 176 define void @test_attributes(%struct2* byval(%struct2) %s) gc "statepoint-example" { 177 ; CHECK-LABEL: test_attributes:
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | statepoint-call-lowering.ll | 209 define void @test_attributes(%struct2* byval(%struct2) %s) gc "statepoint-example" { 210 ; CHECK-LABEL: test_attributes:
|
/external/autotest/frontend/tko/ |
D | models.py | 571 test_attributes = filter_data.pop('test_attribute_fields', []) 572 for attribute in test_attributes:
|
/external/tensorflow/tensorflow/python/keras/tests/ |
D | model_subclassing_compiled_test.py | 103 def test_attributes(self): member in ModelSubclassCompiledTest
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_filesystem_unittest_test.py | 213 def test_attributes(self): member in TestAttributesWithFakeModuleNames
|