Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_deadcode.c335 struct rc_instruction * todelete = inst; in rc_dataflow_deadcode() local
337 rc_remove_instruction(todelete); in rc_dataflow_deadcode()
/external/tinyxml2/
Dxmltest.cpp2291 XMLElement* todelete = entry; in main() local
2293 playlist->DeleteChild(todelete); in main()
2303 XMLElement* todelete = blank; in main() local
2305 playlist->DeleteChild(todelete); in main()
/external/python/cpython3/Lib/
Dturtle.py3217 todelete = [i for i in self.items if (i not in items) and
3219 for i in todelete:
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3049 todelete = [i for i in self.items if (i not in items) and
3051 for i in todelete: