Home
last modified time | relevance | path

Searched refs:_by_value (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dflags.py51 _by_value = dict([(y, x) for x, y in _by_text.iteritems()]) variable
61 _flags_order = _order_flags(_by_value)
91 return _to_text(flags, _by_value, _flags_order)
Dopcode.py38 _by_value = dict([(y, x) for x, y in _by_text.iteritems()]) variable
89 text = _by_value.get(value)
Drdataclass.py50 _by_value = dict([(y, x) for x, y in _by_text.iteritems()]) variable
101 text = _by_value.get(value)
Drcode.py52 _by_value = dict([(y, x) for x, y in _by_text.iteritems()]) variable
116 text = _by_value.get(value)
Drdatatype.py161 _by_value = dict([(y, x) for x, y in _by_text.iteritems()]) variable
209 text = _by_value.get(value)