Searched refs:os (Results 326 - 350 of 356) sorted by relevance

<<1112131415

/gem5/src/cpu/checker/
H A Dcpu.cc134 CheckerCPU::serialize(ostream &os) const
/gem5/src/sim/
H A Dsystem.hh644 * @param os stream to serialize to
646 virtual void serializeSymtab(CheckpointOut &os) const {}
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.h1521 operator << ( ::std::ostream& os, const sc_fxval& a ) argument
1523 a.print( os );
1524 return os;
2248 operator << ( ::std::ostream& os, const sc_fxval_fast& a ) argument
2250 a.print( os );
2251 return os;
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxval.hh1287 operator << (::std::ostream &os, const sc_fxval &a) argument
1289 a.print(os);
1290 return os;
1925 operator << (::std::ostream &os, const sc_fxval_fast &a) argument
1927 a.print(os);
1928 return os;
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_signed.h1182 std::ostream& os, const sc_in<sc_dt::sc_bigint<W> >& a )
1184 a.read().print( os );
1185 return os;
1517 std::ostream& os, const sc_inout<sc_dt::sc_bigint<W> >& a )
1519 a.read().print( os );
1520 return os;
1181 operator <<( std::ostream& os, const sc_in<sc_dt::sc_bigint<W> >& a ) argument
1516 operator <<( std::ostream& os, const sc_inout<sc_dt::sc_bigint<W> >& a ) argument
H A Dscx_signal_unsigned.h1178 std::ostream& os, const sc_in<sc_dt::sc_biguint<W> >& a )
1180 a.read().print( os );
1181 return os;
1514 std::ostream& os, const sc_inout<sc_dt::sc_biguint<W> >& a )
1516 a.read().print( os );
1517 return os;
1177 operator <<( std::ostream& os, const sc_in<sc_dt::sc_biguint<W> >& a ) argument
1513 operator <<( std::ostream& os, const sc_inout<sc_dt::sc_biguint<W> >& a ) argument
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h239 virtual void DescribeTo(::std::ostream* os) const {
240 *os << "are a tuple ";
241 PrintIndices(os);
242 inner_matcher_.DescribeTo(os);
245 virtual void DescribeNegationTo(::std::ostream* os) const {
246 *os << "are a tuple ";
247 PrintIndices(os);
248 inner_matcher_.DescribeNegationTo(os);
258 static void PrintIndices(::std::ostream* os) { argument
259 *os << "whos
[all...]
H A Dgmock-actions.h964 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) { argument
966 UniversalPrinter<T&>::Print(value, os);
/gem5/src/mem/
H A Dpacket.hh436 std::ostream &os; member in class:Packet::PrintReqState
439 PrintReqState(std::ostream &os, int verbosity = 0);
468 * Print a Printable object to os, because it matched the
H A Dabstract_mem.cc459 ccprintf(prs->os, "%s%#x\n", prs->curPrefix(), *hostAddr);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_ports.h287 ::std::ostream& operator << ( ::std::ostream& os, const sc_in<T>& a ) argument
289 return os << a->read();
1112 ::std::ostream& operator << ( ::std::ostream& os, const sc_inout<T>& a ) argument
1114 return os << a->read();
/gem5/src/arch/
H A Dmicro_asm.py31 import os
H A Disa_parser.py43 import os
2630 filename = os.path.join(self.output_dir, name)
2656 full_fname = os.path.normpath(os.path.join(dirname, fname))
2664 current_dir = os.path.dirname(filename)
/gem5/configs/splash2/
H A Dcluster.py36 import os
/gem5/tests/configs/
H A Dgpu-ruby.py42 import os, optparse, sys, math, glob
/gem5/src/arch/arm/insts/
H A Dmem64.hh125 void startDisassembly(std::ostream &os) const;
H A Dmisc.hh69 void printMsrBase(std::ostream &os) const;
/gem5/ext/ply/ply/
H A Dcpp.py72 import os.path
751 iname = os.path.join(p,filename)
754 dname = os.path.dirname(iname)
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py67 import os
848 (os.path.basename(__file__), os.path.basename(file_path)))
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc118 void PrintTo(const Incomplete& x, ::std::ostream* os);
132 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { argument
133 *os << "incomplete";
1909 virtual void DescribeTo(::std::ostream* os) const {
1910 *os << "called even number of times";
1944 inline void operator<<(::std::ostream& os, const Printable&) { argument
1945 os << "Printable";
2189 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) {
H A Dgmock-generated-matchers_test.cc229 virtual void DescribeTo(::std::ostream* os) const {}
260 virtual void DescribeTo(::std::ostream* os) const {
261 *os << "is greater than " << rhs_;
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py26 import os
880 for subpath, subdirs, files in os.walk(path):
882 raise Exception("os.walk error")
/gem5/configs/common/
H A DFSConfig.py50 # Populate to reflect supported os types per target ISA
241 if os.path.split(mdesc.disk())[-1] == 'linux-aarch32-ael.img':
322 if (os.path.split(mdesc.disk())[-1]).lower().count('android'):
326 "--os-type with an appropriate Android release on " \
/gem5/src/arch/x86/regs/
H A Dmisc.hh805 Bitfield<17> os; // Operating-system mode member in namespace:X86ISA
/gem5/src/python/m5/util/
H A Djobfile.py407 from os.path import expanduser, isfile, join as joinpath

Completed in 114 milliseconds

<<1112131415