Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Drdataclass.py37 _by_text = { variable
50 _by_value = dict([(y, x) for x, y in _by_text.iteritems()])
55 _by_text.update({
81 value = _by_text.get(text.upper())
Dopcode.py26 _by_text = { variable
38 _by_value = dict([(y, x) for x, y in _by_text.iteritems()])
58 value = _by_text.get(text.upper())
Drcode.py33 _by_text = { variable
52 _by_value = dict([(y, x) for x, y in _by_text.iteritems()])
72 v = _by_text.get(text.upper())
Dflags.py32 _by_text = { variable
51 _by_value = dict([(y, x) for x, y in _by_text.iteritems()])
84 return _from_text(text, _by_text)
Drdatatype.py94 _by_text = { variable
161 _by_value = dict([(y, x) for x, y in _by_text.iteritems()])
190 value = _by_text.get(text.upper())