Searched refs:message (Results 26 - 50 of 85) sorted by relevance

1234

/gem5/tests/testing/
H A Dresults.py78 def __init__(self, name, state, message="", stderr="", stdout="",
82 self.message = message
102 status = "%s: %s" % (state_name, self.message) if self.message else \
186 if t.message:
187 print(t.message, file=fout)
248 if test.message:
249 x_state.set("message", test.message)
[all...]
H A Dunits.py93 def error(self, message, **kwargs):
94 return self.result(UnitResult.STATE_ERROR, message=message, **kwargs)
96 def failure(self, message, **kwargs):
97 return self.result(UnitResult.STATE_FAILURE, message=message, **kwargs)
/gem5/ext/testlib/
H A Dmain.py44 log.test_log.message("Running the new gem5 testing script.")
45 log.test_log.message("For more information see TESTING.md.")
46 log.test_log.message("To see details as the testing scripts are"
206 log.test_log.message(terminal.separator())
207 log.test_log.message('Loading Tests', bold=True)
257 log.test_log.message(terminal.separator())
258 log.test_log.message('Running Tests from {} suites'
260 log.test_log.message("Results will be stored in {}".format(
262 log.test_log.message(terminal.separator())
/gem5/src/arch/
H A Dmicro_asm_test.py62 def print_debug(self, message):
63 print(message)
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_logger.cc133 /** Log a single message as a single sc_report call */
136 const std::string &message)
138 /* Need to chop the newline off the message */
139 std::string message_without_nl = message;
135 logMessage(Tick when, const std::string &name, const std::string &message) argument
/gem5/src/mem/ruby/network/
H A DMessageBuffer.cc83 // fast path when message buffers have infinite size
150 MessageBuffer::enqueue(MsgPtr message, Tick current_time, Tick delta) argument
161 // Calculate the arrival time of the message, that is, the first
162 // cycle the message can be dequeued.
200 Message* msg_ptr = message.get();
210 // Insert the message into the priority heap
211 m_prio_heap.push_back(message);
217 arrival_time, *(message.get()));
231 // get MsgPtr of the message about to be dequeued
232 MsgPtr message local
369 MsgPtr message = m_prio_heap.front(); local
[all...]
/gem5/util/statetrace/arch/arm/
H A Dtracechild.cc75 uint64_t message[numregs + 1]; local
77 message[0] = 0;
80 message[0] = message[0] | (1ULL << x);
81 message[pos++] = getRegVal(x);
86 size_t toSend = pos * sizeof(message[0]);
87 uint8_t *messagePtr = (uint8_t *)message;
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp20 Widget(std::string message) : message(message) { } argument
23 std::string the_message() const { return message; }
27 std::string message; member in class:Widget
60 message = widget.the_message
62 REQUIRE(locals["message"].cast<std::string>() == "Hello, World! - 5");
65 auto message = py_widget.attr("the_message"); variable
66 REQUIRE(message.cast<std::string>() == "The question");
/gem5/src/dev/i2c/
H A Dbus.hh89 * Order of the bit of the current message that is being sent or
102 uint8_t message; member in class:I2CBus
/gem5/src/systemc/tests/systemc/kernel/process_control/reset/method_reset_throw/
H A Dsc_method_reset_throw.cpp34 const char* message() const { return s_.c_str(); } function in class:my_exception
/gem5/src/mem/ruby/system/
H A DRubySystem.py38 "insert random delays on message enqueue times (if True, all message \
39 buffers are enforced to have randomization; otherwise, a message \
/gem5/src/base/
H A Dtrace.cc145 const std::string &message)
156 stream << message; local
144 logMessage(Tick when, const std::string &name, const std::string &message) argument
H A Dtrace.hh50 * time/name/message messages */
58 /** Log a single message */
75 /** Log formatted message */
77 const std::string &message) = 0;
96 * <when>: <name>: <message-body> */
107 const std::string &message) override;
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-test-part.h84 // Gets the summary of the failure message.
87 // Gets the message associated with the test part.
88 const char* message() const { return message_.c_str(); } function in class:testing::TestPartResult
105 // Gets the summary of the failure message by omitting the stack
107 static std::string ExtractSummary(const char* message);
116 std::string message_; // The test failure message.
/gem5/src/dev/x86/
H A Dintdev.hh116 sendMessage(X86ISA::ApicList apics, TriggerIntMessage message, bool timing) argument
119 PacketPtr pkt = buildIntRequest(id, message);
/gem5/src/dev/arm/
H A Dufs_device.cc170 scsi_out.message.header.dWord0 = UPIUHeaderDataIndWord0 |
172 scsi_out.message.header.dWord1 = UPIUHeaderDataIndWord1;
173 scsi_out.message.header.dWord2 = UPIUHeaderDataIndWord2;
180 /**Determine what the message is and fill the response packet*/
189 scsi_out.message.dataMsg.resize(9);
192 scsi_out.message.dataMsg[count] =
306 scsi_out.message.dataMsg.resize(2);
307 scsi_out.message.dataMsg[0] =
309 scsi_out.message.dataMsg[1] = betoh(blkSize);//blocksize
314 scsi_out.message
[all...]
/gem5/src/sim/
H A Dcxx_manager.hh83 std::string message; member in class:CxxConfigManager::Exception
87 name(name_), message(message_)
90 const char *what() const throw() { return message.c_str(); }
/gem5/ext/googletest/googletest/test/
H A Dgtest_xml_test_utils.py114 'failure': 'message',
123 the value of the "message" attribute; CDATA sections and non-whitespace
163 * The line info reported in the first line of the "message"
183 message = element.getAttributeNode('message')
184 message.value = re.sub(source_line_pat, '\\1*\n', message.value)
/gem5/src/proto/
H A Dprotoio.hh52 #include <google/protobuf/message.h>
87 * stream is done to enable interaction with the file on a per-message
89 * is made possible by encoding the length of each message in the
112 * Write a message to the stream, preprending it with the message
138 * stream is done on a per-message basis to avoid having to deal with
139 * huge data structures. The latter assumes the length of each message
162 * Read a message from the stream.
165 * @param return True if a message was read, false if reading fails
/gem5/src/mem/ruby/structures/
H A DWireBuffer.hh75 void enqueue(MsgPtr message, Tick current_time, Tick delta);
/gem5/util/tlm/examples/common/
H A Dcli_parser.cc111 std::cerr << e.name << ": " << e.message << "\n";
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.cpp261 std::string message = nm; local
262 message += " substituted by ";
263 message += namebuf;
264 SC_REPORT_WARNING( SC_ID_ILLEGAL_CHARACTERS_, message.c_str());
H A Dsc_object_manager.cpp90 // | will be made unique and a warning message issued.
102 std::string result_orig_string; // save for warning message.
148 std::string message = result_orig_string; local
149 message += ". Latter declaration will be renamed to ";
150 message += result_string;
151 SC_REPORT_WARNING( SC_ID_INSTANCE_EXISTS_, message.c_str());
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.cpp53 std::string message; local
54 message = "integer report ids are deprecated, use string values: ";
55 message += method;
57 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_, message.c_str());
207 "invalid report message" );
299 // Andy Goodrich: finish message verbosity support.
315 // Andy Goodrich: Changed over to use a standard message id of
319 // Andy Goodrich: switch deprecated features warnings to use a single message
324 // is deprecated. Added tracing/sc_trace_ids.h to message list.
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h460 std::string message; member in struct:testing::internal::TraceInfo
958 // Returns the message describing the last system error, regardless of the
1043 virtual void Send(const string& message) = 0;
1049 void SendLn(const string& message) { argument
1050 Send(message + "\n");
1068 virtual void Send(const string& message) { argument
1072 const int len = static_cast<int>(message.length());
1073 if (write(sockfd_, message.c_str(), len) != len) {
1160 "&message=" + UrlEncode(test_part_result.message()));
1165 SendLn(const string& message) argument
[all...]

Completed in 37 milliseconds

1234