Home
last modified time | relevance | path

Searched refs:do_clear (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/drivers/net/pfe_eth/
Dpfe_cmd.c276 int do_clear = 0; in pfe_pe_status() local
288 do_clear = 1; in pfe_pe_status()
311 if (do_clear) in pfe_pe_status()
315 if (do_clear) in pfe_pe_status()
319 if (do_clear) in pfe_pe_status()
/external/python/cpython2/Lib/
Dbdb.py143 self.do_clear(str(bp.number))
148 def do_clear(self, arg): member in Bdb
Dpdb.py584 def do_clear(self, arg): member in Pdb
627 do_cl = do_clear # 'c' is already an abbreviation for 'continue'
/external/python/cpython3/Lib/
Dbdb.py235 self.do_clear(str(bp.number))
240 def do_clear(self, arg): member in Bdb
Dpdb.py863 def do_clear(self, arg): member in Pdb
909 do_cl = do_clear # 'c' is already an abbreviation for 'continue'
/external/python/cpython3/Lib/test/
Dtest_bdb.py230 def do_clear(self, arg): member in Tracer
/external/python/cpython3/Doc/library/
Dbdb.rst209 .. method:: do_clear(arg)
/external/python/cpython2/Doc/library/
Dbdb.rst201 .. method:: do_clear(arg)
/external/python/cpython2/Tools/scripts/
Dtexi2html.py952 def do_clear(self, args): member in TexinfoParser
/external/python/cpython3/Tools/scripts/
Dtexi2html.py953 def do_clear(self, args): member in TexinfoParser
/external/python/cpython2/Misc/
DHISTORY11014 method do_delete(); do_clear() was meant. By Greg Ward.
/external/python/cpython3/Misc/
DHISTORY28393 method do_delete(); do_clear() was meant. By Greg Ward.