Searched refs:os (Results 301 - 325 of 356) sorted by relevance

<<1112131415

/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh419 void print(::std::ostream &os=::std::cout) const { os << this->value(); }
541 operator << (::std::ostream &os, const sc_concatref &v) argument
543 return os << v.value();
/gem5/src/systemc/utils/
H A Dvcd.hh50 void output(const std::string &name, std::ostream &os);
/gem5/tests/gem5/cpu_tests/
H A Drun.py30 import os
/gem5/src/python/m5/util/
H A Dcode_formatter.py35 import os
161 f = open(os.path.join(*args), "w")
/gem5/src/cpu/minor/
H A Dexecute.cc1784 std::ostream &operator <<(std::ostream &os, Execute::DrainState state) argument
1789 os << "NotDraining";
1792 os << "DrainCurrentInst";
1795 os << "DrainHaltFetch";
1798 os << "DrainAllInsts";
1801 os << "Drain-" << static_cast<int>(state);
1805 return os;
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h516 void print( ::std::ostream& os = ::std::cout ) const
520 if ( sc_io_base(os, SC_DEC) == SC_DEC )
521 os << to_string();
523 os << to_string(sc_io_base(os,SC_BIN),sc_io_show_base(os));
1591 operator << ( ::std::ostream& os, const sc_proxy<X>& a ) argument
1593 a.print( os );
1594 return os;
/gem5/util/minorview/
H A Dmodel.py45 import os
756 if not os.access(file, os.R_OK):
1060 if not os.access(filename, os.R_OK):
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.h805 void print( ::std::ostream& os = ::std::cout ) const
806 { os << to_bool(); }
979 void print( ::std::ostream& os = ::std::cout ) const
980 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
1319 void print( ::std::ostream& os = ::std::cout ) const
1320 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
2227 operator <<( ::std::ostream& os, const sc_signed_bitref_r& a ) argument
2295 operator <<( ::std::ostream& os, const sc_signed_subref_r& a ) argument
2364 operator <<( ::std::ostream& os, const sc_signed& a ) argument
[all...]
H A Dsc_unsigned.h710 void print( ::std::ostream& os = ::std::cout ) const
711 { os << to_bool(); }
883 void print( ::std::ostream& os = ::std::cout ) const
884 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
1219 void print( ::std::ostream& os = ::std::cout ) const
1220 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
2024 operator <<( ::std::ostream& os, const sc_unsigned_bitref_r& a ) argument
2107 operator <<( ::std::ostream& os, const sc_unsigned_subref_r& a ) argument
2173 operator <<( ::std::ostream& os, const sc_unsigned& a ) argument
[all...]
H A Dsc_nbcommon.inc2937 CLASS_TYPE::dump(::std::ostream& os) const
2941 std::_Ios_Fmtflags old_flags = os.setf(::std::ios::dec,::std::ios::basefield);
2943 fmtflags old_flags = os.setf(::std::ios::dec, ::std::ios::basefield);
2946 os << "width = " << length() << ::std::endl;
2947 os << "value = " << *this << ::std::endl;
2948 os << "bits = ";
2954 os << "01"[test(i)];
2956 os << " ";
2960 os << ::std::endl;
2963 os
[all...]
/gem5/src/sim/
H A Dcxx_manager.cc639 CxxConfigManager::serialize(std::ostream &os) argument
642 // (*i)->nameOut(os); FIXME, change access spec. for nameOut
643 os << '[' << (*i)->name() << "]\n";
644 (*i)->serialize(os);
/gem5/ext/pybind11/include/pybind11/
H A Dstl.h377 inline std::ostream &operator<<(std::ostream &os, const handle &obj) { argument
378 os << (std::string) str(obj);
379 return os;
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h1001 inline std::ostream& operator << (std::ostream& os, const sc_in<sc_dt::sc_int<W> >& a) argument
1003 a.read().print( os );
1004 return os;
1336 std::ostream& os, const sc_inout<sc_dt::sc_int<W> >& a )
1338 a.read().print( os );
1339 return os;
1335 operator <<( std::ostream& os, const sc_inout<sc_dt::sc_int<W> >& a ) argument
H A Dscx_signal_uint.h1058 std::ostream& os, const sc_in<sc_dt::sc_uint<W> >& a )
1060 a.read().print( os );
1061 return os;
1392 std::ostream& os, const sc_inout<sc_dt::sc_uint<W> >& a )
1394 a.read().print( os );
1395 return os;
1057 operator <<( std::ostream& os, const sc_in<sc_dt::sc_uint<W> >& a ) argument
1391 operator <<( std::ostream& os, const sc_inout<sc_dt::sc_uint<W> >& a ) argument
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h1617 operator << ( ::std::ostream& os, const sc_fxnum_bitref& a ) argument
1619 a.print( os );
1620 return os;
1839 operator << ( ::std::ostream& os, const sc_fxnum_fast_bitref& a ) argument
1841 a.print( os );
1842 return os;
2189 operator << ( ::std::ostream& os, const sc_fxnum_subref& a ) argument
2191 a.print( os );
2192 return os;
2540 operator << ( ::std::ostream& os, cons argument
3664 operator <<( ::std::ostream& os, const sc_fxnum& a ) argument
4750 operator <<( ::std::ostream& os, const sc_fxnum_fast& a ) argument
[all...]
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.cpp415 sc_string_old::print( ::std::ostream& os ) const
417 os << rep->str;
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh1377 operator << (::std::ostream &os, const sc_fxnum_bitref &a) argument
1379 a.print(os);
1380 return os;
1570 operator << (::std::ostream &os, const sc_fxnum_fast_bitref &a) argument
1572 a.print(os);
1573 return os;
1857 operator << (::std::ostream &os, const sc_fxnum_subref &a) argument
1859 a.print(os);
1860 return os;
2149 operator << (::std::ostream &os, cons argument
3115 operator <<(::std::ostream &os, const sc_fxnum &a) argument
4057 operator <<(::std::ostream &os, const sc_fxnum_fast &a) argument
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.py255 os = m.TestPropRVP.static_rvalue
256 assert os.value == 1
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc305 ::std::ostream& operator<<(::std::ostream& os, argument
307 os << "{ ";
309 os << vector[i] << " ";
311 os << "}";
312 return os;
3836 ::std::ostream& operator<<(::std::ostream& os, const Uncopyable& value) { argument
3837 return os << value.value();
5162 std::ostream& operator<<(std::ostream& os, argument
5164 return os << val.x();
5166 std::ostream& operator<<(std::ostream& os, argument
5186 operator <<(std::ostream& os, const MyTypeInUnnamedNameSpace& val) argument
5190 operator <<(std::ostream& os, const MyTypeInUnnamedNameSpace* pointer) argument
5211 operator <<(std::ostream& os, const MyTypeInNameSpace1& val) argument
5215 operator <<(std::ostream& os, const MyTypeInNameSpace1* pointer) argument
5237 operator <<(std::ostream& os, const namespace2::MyTypeInNameSpace2& val) argument
5241 operator <<(std::ostream& os, const namespace2::MyTypeInNameSpace2* pointer) argument
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc166 virtual void DescribeTo(ostream* os) const {
167 *os << "is > " << rhs_;
264 virtual void DescribeTo(ostream* os) const {
265 *os << "is an even number";
294 virtual void DescribeTo(ostream* os) const {
295 *os << "is an even number";
449 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; }
451 void DescribeNegationTo(ostream* os) const {
452 *os << "does
626 operator <<(ostream& os, const ConvertibleFromAny& a) argument
4557 operator <<(std::ostream& os, const Streamlike& s) argument
[all...]
/gem5/ext/ply/ply/
H A Dlex.py37 import re, sys, types, copy, os
175 filename = os.path.join(outputdir,basetabfilename)+".py"
830 import os.path
831 base,ext = os.path.splitext(filename)
/gem5/util/plot_dram/
H A DPlotPowerStates.py43 import os
/gem5/configs/splash2/
H A Drun.py35 import os
/gem5/util/style/
H A Dsort_includes.py44 import os
/gem5/configs/common/
H A DSimulation.py46 from os import getcwd
47 from os.path import join as joinpath
133 from os.path import isdir, exists
134 from os import listdir

Completed in 129 milliseconds

<<1112131415