Home
last modified time | relevance | path

Searched refs:_dirty (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
DclassifyTools.py18 self._dirty = False
28 self._dirty = True
71 if not self._dirty:
81 self._dirty = False
/external/python/cpython3/Lib/
Dweakref.py524 _dirty = False variable in finalize
545 finalize._dirty = True
617 if pending is None or finalize._dirty:
619 finalize._dirty = False
/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures.py713 assert not self._dirty # Any reason for dirtiness should have an exception.
717 def _dirty(self): member in _DictWrapper
725 if self._dirty:
733 if self._dirty:
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1614 r600_shader_select(ctx, rctx->x##_shader, &x##_dirty); \
1620 if (sw##_dirty || (rctx->hw_shader_stages[(hw)].shader != rctx->sw##_shader->current)) \
1625 if (sw##_dirty || (rctx->hw_shader_stages[(hw)].shader != rctx->sw##_shader->current)) { \
1632 if (sw##_dirty || (rctx->hw_shader_stages[(hw)].shader != rctx->sw##_shader->current)) { \