Searched refs:test_dict (Results 1 – 6 of 6) sorted by relevance
/external/autotest/tko/ |
D | site_parse.py | 202 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/ |
D | rpc_utils.py | 257 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/ |
D | test_multidict.py | 12 def test_dict(): function
|
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/ |
D | test_mox.py | 99 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/ |
D | test_mox.py | 99 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/ |
D | testapi.c | 1203 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()
|