Searched refs:message (Results 51 - 75 of 85) sorted by relevance

1234

/gem5/util/tlm/src/
H A Dsim_control.cc135 << e.name << ": " << e.message << "\n";
148 << e.name << ": " << e.message << "\n";
/gem5/src/systemc/core/
H A Devent.cc78 std::string message = path + original_name + local
82 message.c_str());
H A Dprocess.cc121 std::string message("attempt to disable a thread with timeout wait: ");
122 message += name();
124 message.c_str());
H A Dobject.cc122 std::string message = path + original_name + local
125 SC_REPORT_WARNING(sc_core::SC_ID_INSTANCE_EXISTS_, message.c_str());
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_gem5_control.cc149 e.name, e.message);
269 e.name, e.message);
H A Dmain.cc269 fatal("Config problem in sim object %s: %s", e.name, e.message);
283 fatal("Config problem in sim object %s: %s", e.name, e.message);
330 fatal("Config problem in sim object %s: %s", e.name, e.message);
/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test.py146 # Changes failure message headers into the Windows format.
331 message = (
337 sys.stderr.write(message)
H A Dgtest_test_utils.py159 The function will print a message and abort the program if the resulting file
177 message = (
181 sys.stdout.write(message)
H A Dgtest_unittest.cc89 virtual void Send(const string& message) { output_ += message; } argument
150 // Meta characters in the failure message should be properly escaped.
152 "event=TestPartResult&file=foo.cc&line=42&message=failed%3D%0A%26%25\n",
1398 EXPECT_STREQ(expected.message(), actual.message());
1780 // Tests that Int32FromEnvOrDie() aborts with an error message
1789 // Tests that Int32FromEnvOrDie() aborts with an error message
2567 // Tests that IsSubstring() generates the correct message when the input
2593 // Tests that IsSubstring() generates the correct message whe
7086 Message message; local
[all...]
/gem5/src/python/m5/util/
H A Dgrammar.py34 def __init__(self, message, token=None):
35 Exception.__init__(self, message)
/gem5/src/dev/serial/
H A Dterminal.cc199 char message[] = "terminal already attached!\n"; local
200 atomic_write(fd, message, sizeof(message));
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h61 #include "gtest/gtest-message.h"
133 // printed in a failure message.
165 const std::string& message);
179 // remembers a non-empty message that describes how it failed.
200 // will print the message
251 // If Foo() returns 5, you will see the following message:
297 const char* message() const { function in class:testing::AssertionResult
301 // Deprecated; please use message() instead.
302 const char* failure_message() const { return message(); }
304 // Streams a custom failure message int
1696 std::string const message; member in class:testing::internal::AssertHelper::AssertHelperData::std
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h63 #include "gtest/gtest-message.h"
87 class Message; // Represents a failure message.
136 // Appends the user-supplied message to the Google-Test-generated message.
147 // frameworks know how to extract and print the message inside it.
158 // The c'tor pushes the given source file location and message onto
160 ScopedTrace(const char* file, int line, const Message& message);
204 // Constructs and returns the message for an equality assertion
218 // be inserted into the message.
225 // Constructs a failure message fo
[all...]
H A Dgtest-death-test-internal.h74 // The LastMessage method will return a more detailed message in that
126 // Returns a human-readable outcome message regarding the outcome of
130 static void set_last_death_test_message(const std::string& message);
168 "death test statement. Exception message: %s\n", \
217 // The symbol "fail" here expands to something into which a message
222 // ignored, and the macro must accept a streamed message even though the message
/gem5/tests/gem5/
H A Dfixture.py149 log.test_log.message(
152 log.test_log.message('%s' % (', '.join(self.targets)))
153 log.test_log.message(
/gem5/util/cxx_config/
H A Dmain.cc201 std::cerr << e.name << ": " << e.message << "\n";
222 << ": " << e.message << "\n";
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc364 const char* message)
365 : data_(new AssertHelperData(type, file, line, message)) {
373 void AssertHelper::operator=(const Message& message) const {
376 AppendUserMessage(data_->message, message),
629 // failure of the given type and that the failure message contains the
657 if (strstr(r.message(), substr.c_str()) == NULL) {
669 // substring the failure message should contain.
1019 // Makes a failed assertion result with the given failure message.
1020 // Deprecated; use AssertionFailure() << message
361 AssertHelper(TestPartResult::Type type, const char* file, int line, const char* message) argument
1021 AssertionFailure(const Message& message) argument
2250 ReportFailureInUnknownLocation(TestPartResult::Type result_type, const std::string& message) argument
2338 Message message; local
2354 Message message; local
4115 msg << message; local
[all...]
H A Dgtest-death-test.cc67 #include "gtest/gtest-message.h"
224 // Generates a textual failure message when a death test finds more than
259 // message is propagated back to the parent process. Otherwise, the
260 // message is simply printed to stderr. In either case, the program
262 void DeathTestAbort(const std::string& message) { argument
271 fprintf(parent, "%s", message.c_str());
275 fprintf(stderr, "%s", message.c_str());
314 // Returns the message describing the last system error in errno.
320 // message from the death test child process and log it with the FATAL
321 // severity. On Windows, the message i
366 set_last_death_test_message(const std::string& message) argument
[all...]
/gem5/src/mem/ruby/network/
H A DMessageBuffer.hh96 //! Function for extracting the message at the head of the
97 //! message queue. The function assumes that the queue is nonempty.
102 void enqueue(MsgPtr message, Tick curTime, Tick delta);
104 //! Updates the delay cycles of the message at the head of the queue,
157 * request, the stalled message is removed from the m_prio_heap and placed
/gem5/src/arch/
H A Dmicro_asm.py121 def print_error(message):
123 print("*** %s" % message)
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h270 const string& message) = 0;
277 // message if condition is false. We cannot use LOG(FATAL) or CHECK()
324 // Prints the given message to stdout iff 'severity' >= the level
332 const string& message,
/gem5/src/base/vnc/
H A Dvncserver.cc203 char message[] = "vnc server already attached!\n"; local
204 atomic_write(fd, message, sizeof(message));
226 DPRINTF(VNC, "Vnc client message recieved\n");
270 warn("Unimplemented message type recv from client: %d\n",
387 // Null terminate the message so it's easier to work with
458 DPRINTF(VNC, "Sending server init message to client\n");
486 DPRINTF(VNC, "Received pixel format from client message\n");
608 DPRINTF(VNC, "Received client copy buffer message\n");
712 // No actual data is sent in this message
[all...]
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py98 """Print a status message to stdout.
100 If 'verbosity' is greater than 0, print the message.
110 """Print an error message to stderr and exit."""
439 group.add_option("-m", "--message", action="store", dest="message",
441 help="A message to identify the patch. "
930 # Reset mimetype, it contains an error message.
1113 # HACK: strip error message about missing file/directory if it isn't in
1226 except OSError, (errno, message):
1242 except OSError, (errno, message)
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py98 """Print a status message to stdout.
100 If 'verbosity' is greater than 0, print the message.
110 """Print an error message to stderr and exit."""
439 group.add_option("-m", "--message", action="store", dest="message",
441 help="A message to identify the patch. "
930 # Reset mimetype, it contains an error message.
1113 # HACK: strip error message about missing file/directory if it isn't in
1226 except OSError, (errno, message):
1242 except OSError, (errno, message)
[all...]
/gem5/ext/testlib/
H A Dhandlers.py314 print(self._colorize(record['message'], record['level']))
318 print(self._colorize(record['message'], record['level'],
321 def _colorize(self, message, level, bold=False):
325 message,

Completed in 80 milliseconds

1234