Searched refs:out (Results 276 - 300 of 320) sorted by relevance

<<111213

/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py877 out, returncode = RunShellWithReturnCode(cmd)
880 old_files = out.splitlines()
885 out, returncode = RunShellWithReturnCode(cmd)
888 self.svnls_cache[dirname] = (old_files, out.splitlines())
1111 out = RunShell(["hg", "status", "-C", "--rev", self.base_rev, relpath])
1112 out = out.splitlines()
1115 if out[0].startswith('%s: ' % relpath):
1116 out = out[
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py877 out, returncode = RunShellWithReturnCode(cmd)
880 old_files = out.splitlines()
885 out, returncode = RunShellWithReturnCode(cmd)
888 self.svnls_cache[dirname] = (old_files, out.splitlines())
1111 out = RunShell(["hg", "status", "-C", "--rev", self.base_rev, relpath])
1112 out = out.splitlines()
1115 if out[0].startswith('%s: ' % relpath):
1116 out = out[
[all...]
/gem5/src/mem/ruby/network/
H A DMessageBuffer.cc386 MessageBuffer::print(ostream& out) const
388 ccprintf(out, "[MessageBuffer: ");
390 ccprintf(out, " consumer-yes ");
395 ccprintf(out, "%s] %s", copy, name());
/gem5/src/base/
H A Dtime.hh263 operator<<(std::ostream &out, const Time &time) argument
265 out << time.date();
266 return out;
H A Dtypes.hh133 friend std::ostream& operator<<(std::ostream &out, const Cycles & cycles);
/gem5/tests/testing/
H A Dunits.py242 out = self.out_file(fname)
248 if not os.path.exists(out):
253 tuple(self._filter_file(out)),
254 fromfile="ref/%s" % fname, tofile="out/%s" % fname)
258 return self.error("ref/%s and out/%s differ" % (fname, fname),
261 return self.ok(stdout="-- ref/%s and out/%s are identical --" \
270 self.stat_diff = os.path.join(_test_base, "diff-out")
294 return self.error("diff-out returned an error: %i" % status,
/gem5/src/cpu/minor/
H A Ddecode.cc57 out(out_),
130 ForwardInstData &insts_out = *out.inputWire;
345 (*out.inputWire).reportData(data);
H A Dfetch2.hh78 Latch<ForwardInstData>::Input out; member in class:Minor::Fetch2
H A Dfetch1.cc65 out(out_),
577 ForwardLineData &line_out = *out.inputWire;
730 bool drained = numInFlightFetches() == 0 && (*out.inputWire).isBubble();
737 ((*out.inputWire).isBubble() ? "" : "outputtingLine"));
773 (*out.inputWire).reportData(data);
H A Dfetch2.cc68 out(out_),
245 ForwardInstData &insts_out = *out.inputWire;
265 /* Even when blocked, clear out input lines with the wrong
653 (*out.inputWire).reportData(data);
H A Dexecute.hh69 Latch<BranchData>::Input out; member in class:Minor::Execute
H A Dfetch1.hh148 /** Is this line out of date with the current stream/prediction
197 Latch<ForwardLineData>::Input out; member in class:Minor::Fetch1
/gem5/src/mem/ruby/system/
H A DSequencer.cc659 operator<<(ostream &out, const std::unordered_map<KEY, VALUE> &map) argument
664 out << "[";
666 out << " " << i->first << "=" << i->second;
667 out << " ]";
669 return out;
673 Sequencer::print(ostream& out) const
675 out << "[Sequencer: " << m_version
H A DGPUCoalescer.cc230 GPUCoalescer::printProgress(ostream& out) const
961 operator<<(ostream &out, const std::unordered_map<KEY, VALUE> &map) argument
963 out << "[";
965 out << " " << i->first << "=" << i->second;
966 out << " ]";
968 return out;
972 GPUCoalescer::print(ostream& out) const
974 out << "[GPUCoalescer: " << m_version
/gem5/ext/systemc/src/sysc/qt/
H A Dmeas.c35 extern int fprintf (FILE *out, char const *fmt, ...);
985 FILE *out = stdout;
991 putc ('\n', out);
992 fprintf (out, "[%d]\n", i);
994 fputs (foo[i].descr[j], out);
995 putc ('\n', out);
982 FILE *out = stdout; local
/gem5/src/sim/
H A Dpseudo_inst.cc400 // out the characters from the 64-bit integer variables here and concatenate
539 // copy out target filename
543 OutputStream *out; local
546 out = simout.create(filename, true, true);
550 // intact, otherwise existing data will be zeroed out.)
551 out = simout.open(filename, ios::in | ios::out | ios::binary, true);
554 ostream *os(out->stream());
561 // copy out data and write to file
568 simout.close(out);
[all...]
/gem5/src/mem/ruby/structures/
H A DPrefetcher.hh101 * @param address The physical address that missed out of the cache.
106 * Print out some statistics
108 void print(std::ostream& out) const;
H A DPersistentTable.cc193 PersistentTable::print(ostream& out) const
/gem5/util/maint/
H A Dcreate_patches.sh64 currently checked out branch (HEAD). When invoked, the script executes
/gem5/src/proto/
H A Dprotoio.cc48 fileStream(filename.c_str(), ios::out | ios::binary | ios::trunc),
/gem5/src/dev/virtio/
H A Dfs9p.cc259 uint8_t out[header.len]; local
261 memcpy(out, (uint8_t *)&header_out, sizeof(header_out));
262 memcpy(out + sizeof(header_out), data, size);
263 writeAll(out, sizeof(header_out) + size);
/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkInterface.cc120 vector<MessageBuffer *>& out)
123 outNode_ptr = out;
477 // schedule the out link
527 NetworkInterface::print(std::ostream& out) const
529 out << "[Network Interface]";
119 addNode(vector<MessageBuffer *>& in, vector<MessageBuffer *>& out) argument
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.cc277 RubyTester::print(std::ostream& out) const
279 out << "[RubyTester]" << std::endl;
/gem5/tests/test-progs/asmtest/src/riscv/
H A DMakefile43 %.out: %
/gem5/src/mem/ruby/slicc_interface/
H A DAbstractController.hh96 virtual void print(std::ostream & out) const = 0;
207 //! Counter for the number of cycles when the transitions carried out

Completed in 54 milliseconds

<<111213