Home
last modified time | relevance | path

Searched refs:PatchStream (Results 1 – 3 of 3) sorted by relevance

/u-boot/tools/patman/
A Dfunc_test.py21 from patman.patchstream import PatchStream
510 pstrm = PatchStream.process_text(text)
524 pstrm = PatchStream.process_text(text)
537 pstrm = PatchStream.process_text(text)
547 pstrm = PatchStream.process_text(text)
557 pstrm = PatchStream.process_text(text)
566 pstrm = PatchStream.process_text(text)
577 pstrm = PatchStream.process_text(text)
602 pstrm = PatchStream.process_text(text)
1118 pstrm = PatchStream.process_text(text, True)
A Dpatchstream.py68 class PatchStream: class
115 pstrm = PatchStream(Series())
711 pst = PatchStream(series, is_log=True)
744 pst = PatchStream(series, is_log=True)
770 pst = PatchStream(series)
A Dstatus.py20 from patman.patchstream import PatchStream
293 pstrm = PatchStream.process_text(data['content'], True)
303 pstrm = PatchStream.process_text(comment['content'], True)

Completed in 11 milliseconds