Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
H A Dconfig.py768 _warned = set() variable
771 if key not in _warned:
776 _warned.add(key)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config.py790 config._warned = set()
793 Equal(config._warned, {('warning','key')})
800 Equal(config._warned, {('warning','key'), ('warn2','yek')})
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c106 static bool _warned = false; \
107 if (!_warned) { \
110 _warned = true; \
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c99 static bool _warned = false; \
100 if (!_warned) { \
103 _warned = true; \

Completed in 9 milliseconds