Home
last modified time | relevance | path

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

/external/autotest/tko/
Dsite_parse.py202 for test_dict in results:
204 test_name = os.path.basename(test_dict['testdir'])
206 test_dict['testdir'], 'debug', '%s.ERROR' % test_name)
213 for t, r in parse_reason(test_dict['testdir']).iteritems():
240 filtered_results[test_name] = test_dict
/external/autotest/frontend/afe/
Drpc_utils.py257 def afe_test_dict_to_test_object(test_dict): argument
258 if not isinstance(test_dict, dict):
259 return test_dict
262 for key, value in test_dict.iteritems():
/external/chromium-trace/catapult/third_party/Paste/tests/
Dtest_multidict.py12 def test_dict(): function
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
Dtest_mox.py99 test_dict = {"mock": "obj", "testing": "isCOOL"}
101 mox.ContainsKeyValue("mock", "obj")) == test_dict)
105 test_dict = {"mock": "obj", "testing": "isCOOL"}
107 mox.ContainsKeyValue("mock", "obj")) == test_dict)
/external/chromium-trace/catapult/third_party/mox3/mox3/tests/
Dtest_mox.py99 test_dict = {"mock": "obj", "testing": "isCOOL"}
101 mox.ContainsKeyValue("mock", "obj")) == test_dict)
105 test_dict = {"mock": "obj", "testing": "isCOOL"}
107 mox.ContainsKeyValue("mock", "obj")) == test_dict)
/external/libxml2/
Dtestapi.c1203 static int test_dict(void);
1256 test_ret += test_dict(); in testlibxml2()
8491 test_dict(void) { in test_dict() function
52139 if (!strcmp(module, "dict")) return(test_dict()); in test_module()