/external/toolchain-utils/ |
D | generate-waterfall-reports.py | 96 test_dict = suite_dict[test] 98 for msg in test_dict: 99 fails = test_dict[msg] 104 test_dict[msg] = new_fails 109 del test_dict[k] 111 suite_dict[test] = test_dict 112 if len(test_dict) == 0: 178 test_dict = suite_dict[test] 179 for err_msg in test_dict: 180 err_list = test_dict[err_msg] [all …]
|
/external/autotest/tko/ |
D | site_parse.py | 207 for test_dict in results: 209 test_name = os.path.basename(test_dict['testdir']) 211 test_dict['testdir'], 'debug', '%s.ERROR' % test_name) 218 for t, r in parse_reason(test_dict['testdir']).iteritems(): 245 filtered_results[test_name] = test_dict
|
/external/python/oauth2client/tests/contrib/ |
D | test_multistore_file.py | 60 test_dict = { 65 tuple_key = multistore_file._dict_to_tuple_key(test_dict) 75 self.assertDictEqual(test_dict, dict(tuple_key))
|
/external/jemalloc_new/test/unit/ |
D | emitter.c | 127 TEST_BEGIN(test_dict) { in TEST_BEGIN() argument 406 test_dict, in main()
|
/external/autotest/frontend/afe/ |
D | rpc_utils.py | 223 def afe_test_dict_to_test_object(test_dict): argument 224 if not isinstance(test_dict, dict): 225 return test_dict 228 for key, value in test_dict.iteritems():
|
/external/python/setuptools/setuptools/tests/ |
D | test_config.py | 220 def test_dict(self, tmpdir): member in TestMetadata
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_utils_test.py | 81 def test_dict(self): member in ModelInputsTest
|
/external/python/cpython2/Lib/test/ |
D | test_gc.py | 53 def test_dict(self): member in GCTests
|
D | test_marshal.py | 167 def test_dict(self): member in ContainerTestCase
|
D | test_multiprocessing.py | 1138 def test_dict(self): member in _TestContainers
|
/external/python/cpython3/Lib/test/ |
D | test_long.py | 1014 test_dict = {0:0, 1:0, 2:0, 3:0, 4:0, 5:0, 1018 for k, v in test_dict.items():
|
D | test_marshal.py | 148 def test_dict(self): member in ContainerTestCase
|
D | test_gc.py | 76 def test_dict(self): member in GCTests
|
D | test_fstring.py | 1019 def test_dict(self): member in TestCase
|
D | test_ast.py | 860 def test_dict(self): member in ASTValidatorTests
|
D | test_typing.py | 713 def test_dict(self): member in GenericTests 2019 def test_dict(self): member in CollectionsAbcTests
|
D | _test_multiprocessing.py | 2112 def test_dict(self): member in _TestContainers 4777 def test_dict(self): member in TestSyncManagerTypes
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_test.py | 881 def test_dict(self, cycles): member in LoadTest
|
/external/libxml2/ |
D | testapi.c | 1204 static int test_dict(void); 1257 test_ret += test_dict(); in testlibxml2() 8522 test_dict(void) { in test_dict() function 52352 if (!strcmp(module, "dict")) return(test_dict()); in test_module()
|