Home
last modified time | relevance | path

Searched refs:_Bchr (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dmodulegraph.py37 def _Bchr(value): function
44 def _Bchr(value): function
1288 STORE_NAME=_Bchr(dis.opname.index('STORE_NAME')),
1289 STORE_GLOBAL=_Bchr(dis.opname.index('STORE_GLOBAL')),
1290 HAVE_ARGUMENT=_Bchr(dis.HAVE_ARGUMENT),
1318 HAVE_ARGUMENT=_Bchr(dis.HAVE_ARGUMENT),
1319 LOAD_CONST=_Bchr(dis.opname.index('LOAD_CONST')),
1320 IMPORT_NAME=_Bchr(dis.opname.index('IMPORT_NAME')),
1321 IMPORT_FROM=_Bchr(dis.opname.index('IMPORT_FROM')),
1322 STORE_NAME=_Bchr(dis.opname.index('STORE_NAME')),
[all …]
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_modulegraph.py1051 v = modulegraph._Bchr(ord('A'))