Home
last modified time | relevance | path

Searched refs:test_dict (Results 1 – 8 of 8) sorted by relevance

/external/toolchain-utils/
Dgenerate-waterfall-reports.py103 test_dict = suite_dict[test]
105 for msg in test_dict:
106 fails = test_dict[msg]
111 test_dict[msg] = new_fails
116 del test_dict[k]
118 suite_dict[test] = test_dict
119 if len(test_dict) == 0:
185 test_dict = suite_dict[test]
186 for err_msg in test_dict:
187 err_list = test_dict[err_msg]
[all …]
/external/autotest/tko/
Dsite_parse.py207 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/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Ddata_tests.py37 test_dict = { variable
58 module = data.ModuleFromData(test_dict)
65 return EXPECT_TRUE(DeepEquals(test_dict, d))
/external/autotest/frontend/afe/
Drpc_utils.py241 def afe_test_dict_to_test_object(test_dict): argument
242 if not isinstance(test_dict, dict):
243 return test_dict
246 for key, value in test_dict.iteritems():
/external/python/cpython2/Lib/test/
Dtest_gc.py52 def test_dict(self): member in GCTests
Dtest_marshal.py167 def test_dict(self): member in ContainerTestCase
Dtest_multiprocessing.py1097 def test_dict(self): member in _TestContainers
/external/libxml2/
Dtestapi.c1204 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()