Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A Dlogger.py270 def checkANSIEscapeSequences(self, ostream): argument
276 key = ostream.name
288 is_a_tty = hasattr(ostream,'isatty') and ostream.isatty()
/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx165 friend std::ostream &operator<<(std::ostream &os, const PetscStackFrame &frame) in operator <<()
192 friend std::ostream &operator<<(std::ostream &os, const PetscStackFrame &) noexcept in operator <<()
/petsc/src/sys/tests/
H A Dex64.cxx63 friend std::ostream &operator<<(std::ostream &oss, const Foo &f) noexcept in operator <<()
98 friend std::ostream &operator<<(std::ostream &oss, const Bar &b) noexcept in operator <<()
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu90 void Print(std::ostream &out = std::cout) in Print()