Home
last modified time | relevance | path

Searched refs:json_deserialize (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/hosts/
Dhost_info_unittest.py392 got = host_info.json_deserialize(serialized_fp)
404 got = host_info.json_deserialize(serialized_fp)
411 host_info.json_deserialize(cStringIO.StringIO('{labels:['))
426 host_info.json_deserialize(
442 host_info.json_deserialize(
464 host_info.json_deserialize(serialized_fp)
Dfile_store.py68 return host_info.json_deserialize(fp)
Dhost_info.py374 def json_deserialize(file_obj): function