Searched refs:JSONDict (Results 1 - 1 of 1) sorted by relevance

/external/skia/tools/skpbench/
H A Dskiaperf.py33 class JSONDict(dict): class in inherits:dict
36 Returns another JSONDict upon accessing an undefined item. Does not allow an
51 dict.__setitem__(self, key, JSONDict())
56 raise Exception("%s: tried to set already-defined JSONDict item\n"
66 data = JSONDict(
68 ['key', JSONDict(FLAGS.key + \

Completed in 2984 milliseconds