Searched refs:str (Results 351 - 375 of 391) sorted by relevance

<<111213141516

/gem5/tests/gem5/
H A Dfixture.py138 '-j', str(config.threads),
/gem5/src/arch/
H A Disa_parser.py152 compositeCode = ' '.join(map(str, snippets.values()))
1421 compositeCode = ' '.join(map(str, snippets.values()))
2374 args = ','.join(map(str, t[3]))
2533 elif isinstance(flags, str):
2558 if isinstance(elem_spec, str):
2623 if isinstance(s, str):
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py684 ("is_binary", str(is_binary)),
685 ("is_current", str(not is_base)),
1302 form_fields.append(("issue", str(options.issue)))
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py684 ("is_binary", str(is_binary)),
685 ("is_current", str(not is_base)),
1302 form_fields.append(("issue", str(options.issue)))
/gem5/src/cpu/minor/
H A Dexecute.cc143 FUPipeline *fu = new FUPipeline(fu_name.str(), *fu_description, cpu);
1667 insts.str(), executeInfo[0].inputIndex, executeInfo[0].streamSeqNum,
1668 stalled.str(), executeInfo[0].drainState, isInbetweenInsts(0));
H A Dfetch2.cc656 fetchInfo[0].inputIndex, fetchInfo[0].havePC, fetchInfo[0].predictionSeqNum, data.str());
H A Dfetch1.cc778 thread.streamSeqNum, data.str());
/gem5/ext/ply/example/GardenSnake/
H A DGardenSnake.py702 print "-->", " ".join(map(str,args))
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_vcd_trace.cpp173 , ss.str().c_str() );
1977 , ss.str().c_str() );
1997 , ss.str().c_str() );
2155 , ss.str().c_str() );
/gem5/src/systemc/dt/int/
H A Dsc_unsigned.cc122 SC_REPORT_ERROR(sc_core::SC_ID_INIT_FAILED_, msg.str().c_str());
136 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
148 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
454 SC_REPORT_ERROR(sc_core::SC_ID_CONVERSION_FAILED_, msg.str().c_str());
/gem5/ext/testlib/
H A Dhandlers.py342 print(str(record).rstrip())
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtestall.py363 if len(convs) == 0: raise TesterFailure(f.str())
/gem5/util/stats/
H A Dstats.py110 if type(options.method) is str:
/gem5/configs/common/
H A DOptions.py333 parser.add_option("-p", "--prog-interval", type="str",
399 choices=os_types[str(buildEnv['TARGET_ISA'])],
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.cc209 SC_REPORT_ERROR("TLM-2", ss.str().c_str());
/gem5/ext/pybind11/tools/
H A Dmkdoc.py70 return s if isinstance(s, str) else s.decode('utf8')
/gem5/ext/ply/ply/
H A Dlex.py45 StringTypes = (str, bytes)
73 return str(self)
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp1168 , msg.str().c_str() );
1209 , msg.str().c_str() );
/gem5/ext/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc188 string Binary(const string& str, char c) const { return str + c; } argument
H A Dgmock-generated-function-mockers_test.cc136 double, unsigned, char*, const string& str));
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h358 return s.str();
566 return s.str();
/gem5/src/base/
H A Dremote_gdb.cc981 send(oss.str().c_str());
/gem5/src/sim/
H A Dcxx_manager.cc45 #include "base/str.hh"
127 return params.str();
/gem5/src/mem/slicc/
H A Dparser.py54 sys.exit(str(e))
/gem5/src/cpu/
H A Dbase.cc448 threadContexts[i]->regStats(namestr.str());

Completed in 93 milliseconds

<<111213141516