Home
last modified time | relevance | path

Searched refs:_warned (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h316 static bool _warned = false; \
318 if (!_warned) { \
321 _warned = true; \
/third_party/python/Lib/idlelib/
Dconfig.py768 _warned = set() variable
771 if key not in _warned:
776 _warned.add(key)
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.h391 static bool _warned = false; \
393 if (!_warned) { \
396 _warned = true; \
Dbrw_bufmgr.c78 static bool _warned = false; \
79 if (!_warned) { \
82 _warned = true; \
/third_party/python/Lib/idlelib/idle_test/
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/
Dcrocus_bufmgr.c107 static bool _warned = false; \
108 if (!_warned) { \
111 _warned = true; \
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c100 static bool _warned = false; \
101 if (!_warned) { \
104 _warned = true; \