Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/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()
/third_party/python/Lib/
Dbdb.py237 self.do_clear(str(bp.number))
242 def do_clear(self, arg): member in Bdb
Dpdb.py867 def do_clear(self, arg): member in Pdb
913 do_cl = do_clear # 'c' is already an abbreviation for 'continue'
/third_party/python/Lib/test/
Dtest_bdb.py230 def do_clear(self, arg): member in Tracer
/third_party/python/Doc/library/
Dbdb.rst209 .. method:: do_clear(arg)
/third_party/python/Tools/scripts/
Dtexi2html.py952 def do_clear(self, args): member in TexinfoParser
/third_party/python/Misc/
DHISTORY28393 method do_delete(); do_clear() was meant. By Greg Ward.