Searched refs:output (Results 51 - 75 of 92) sorted by relevance

1234

/gem5/configs/common/
H A Dcpu2000.py71 outlink = joinpath(dstdir, 'output')
88 if not hasattr(self.__class__, 'output'):
89 self.output = '%s.out' % self.name
106 # root of tree for input & output data files
110 # dirs for input & output files for this input set
112 outputs_dir = joinpath(data_dir, input_set, 'output')
145 process_args['output'] = self.stdout
218 self.output = 'test.out'
229 self.output = 'train.out'
240 self.output
404 output = 'kajiya_log.out' variable in class:eon_kajiya
410 output = 'cook_log.out' variable in class:eon_cook
415 output = 'rushmeier_log.out' variable in class:eon_rushmeier
727 output = 'place_log.out' variable in class:vpr_place
735 output = 'route_log.out' variable in class:vpr_route
[all...]
/gem5/src/sim/
H A Dfd_array.hh53 * @param output Used to initialize the stdout file descriptor
56 FDArray(std::string const& input, std::string const& output,
H A DProcess.py43 output = Param.String('cout', 'filename for stdout') variable in class:Process
/gem5/ext/googletest/googletest/scripts/test/
H A DMakefile11 FUSED_GTEST_DIR = output
/gem5/ext/googletest/googletest/test/
H A Dgtest_env_var_test.py65 """Runs gtest_env_var_test_ and returns its output."""
70 return gtest_test_utils.Subprocess(args, env=environ).output
90 SetEnvVar('XML_OUTPUT_FILE', None) # For 'output' test
91 TestFlag('output', 'xml:tmp/foo.xml', '')
103 """Tests that $XML_OUTPUT_FILE affects the output flag."""
107 AssertEq('xml:tmp/bar.xml', GetFlag('output'))
114 AssertEq('xml:tmp/foo.xml', GetFlag('output'))
H A Dgtest_env_var_test_.cc84 if (strcmp(flag, "output") == 0) {
85 cout << GTEST_FLAG(output);
H A Dgtest_test_utils.py216 capture_stderr: Determines whether to capture stderr in the output member
228 output Child process's stdout and stderr output
249 # output.
250 self.output = p.communicate()[0]
279 self.output = p.fromchild.read()
313 # The tested binaries should not be writing XML output files unless the
H A Dgtest-death-test_test.cc1339 std::string output = GetCapturedStderr();
1340 ASSERT_TRUE(NULL != strstr(output.c_str(),
1342 ASSERT_TRUE(NULL != strstr(output.c_str(), ";"));
1347 output = GetCapturedStderr();
1348 ASSERT_TRUE(NULL == strstr(output.c_str(), "streamed message"));
1352 output = GetCapturedStderr();
1353 ASSERT_TRUE(NULL != strstr(output.c_str(),
1355 ASSERT_TRUE(NULL != strstr(output.c_str(), ";"));
1359 output = GetCapturedStderr();
1360 ASSERT_TRUE(NULL == strstr(output
[all...]
H A Dgtest_xml_output_unittest.py86 <failure message="gtest_xml_output_unittest_.cc:*&#x0A;Failed&#x0A;XML output: &lt;?xml encoding=&quot;utf-8&quot;&gt;&lt;top&gt;&lt;![CDATA[cdata text]]&gt;&lt;/top&gt;" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
88 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]&gt;<![CDATA[</top>%(stack)s]]></failure>
149 [GTEST_PROGRAM_PATH, GTEST_LIST_TESTS_FLAG], capture_stderr=False).output
154 Unit test for Google Test's XML output functionality.
162 Runs a test program that generates a non-empty XML output, and
163 tests that the XML output is expected.
168 """Verifies XML output for a Google Test binary without actual tests.
170 Runs a test program that generates an empty XML output, and
171 tests that the XML output is expected.
177 """Checks whether the timestamp attribute in the XML output i
[all...]
H A Dgtest_unittest.cc47 || testing::GTEST_FLAG(output) != "unknown"
101 string* output() { return &(fake_sock_writer_->output_); } function in class:testing::internal::StreamingListenerTest
110 *output() = "";
112 EXPECT_EQ("event=TestProgramEnd&passed=1\n", *output());
116 *output() = "";
118 EXPECT_EQ("event=TestIterationEnd&passed=1&elapsed_time=0ms\n", *output());
122 *output() = "";
124 EXPECT_EQ("event=TestCaseStart&name=FooTest\n", *output());
128 *output() = "";
130 EXPECT_EQ("event=TestCaseEnd&passed=1&elapsed_time=0ms\n", *output());
5525 Output(const char* output) argument
5594 const char* output; member in struct:testing::Flags
[all...]
/gem5/src/arch/arm/
H A Dremote_gdb.hh127 bool getXferFeaturesRead(const std::string &annex, std::string &output);
H A Dremote_gdb.cc314 RemoteGDB::getXferFeaturesRead(const std::string &annex, std::string &output) argument
334 output = it->second;
/gem5/src/dev/x86/
H A DSouthBridge.py90 self.pic1.output = self.io_apic.inputs[0]
91 self.pic2.output = self.pic1.inputs[2]
H A Di8259.cc47 output.push_back(new IntSourcePin<I8259>(
48 csprintf("%s.output[%d]", name(), i), i, this));
256 if (!output.empty()) {
258 for (auto *wire: output) {
/gem5/src/base/
H A Dtrace.cc46 #include "base/output.hh"
59 // This variable holds the output logger for debug information. Other
76 output() function in namespace:Trace
H A Dtrace.hh82 * to provide an ostream which formats the output in some
117 std::ostream &output();
/gem5/tests/test-progs/asmtest/src/riscv/
H A Drun-tests.py55 print "ERROR: " + err.output
/gem5/configs/example/
H A Dse.py83 if options.output != "":
84 outputs = options.output.split(';')
108 process.output = outputs[idx]
/gem5/util/statetrace/arch/amd64/
H A Dtracechild.hh114 std::ostream & outputStartState(std::ostream & output);
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc643 const std::string output = GetCapturedStdout(); local
648 output); // #1
654 output); // #2
659 output); // #3
665 output); // #4
671 output); // #5
685 const std::string output = GetCapturedStdout(); local
691 output);
906 const std::string output = GetCapturedStdout(); local
908 EXPECT_PRED_FORMAT2(IsSubstring, expect_call_location, output);
1989 const std::string output = GetCapturedStdout(); local
2003 const std::string output = GetCapturedStdout(); local
2064 VerifyOutput(const std::string& output, bool should_print, const string& expected_substring, const string& function_name) argument
[all...]
/gem5/src/systemc/utils/
H A Dvcd.hh50 void output(const std::string &name, std::ostream &os);
/gem5/src/cpu/
H A Dexetrace.cc74 ostream &outs = Trace::output();
/gem5/src/python/m5/util/
H A Dgrammar.py48 if 'output' in kwargs:
49 dir,tab = os.path.split(output)
51 raise AttributeError('The output file must end with .py')
/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h38 You can also include extra arguments (such as the 100, 200 in the output above, coming from the
39 value constructor) for all of the above methods which will be included in the output.
61 Finally, you can suppress the output messages, but keep the constructor tracking (for
238 void print_constr_details(T *inst, const std::string &action, Output &&...output) { argument
240 format_ptrs(std::forward<Output>(output))...);
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc413 // The regular expression which test output must match. DeathTestImpl
501 // Returns an indented copy of stderr output for a death test.
502 // This makes distinguishing death test output lines from regular log lines
504 static ::std::string FormatDeathTestOutput(const ::std::string& output) { argument
507 const size_t line_end = output.find('\n', at);
510 ret += output.substr(at);
513 ret += output.substr(at, line_end + 1 - at);
531 // the test's captured standard error output; the death test
612 // 5. The parent reads child's output through the pipe (outcome code and
861 // process and append the child process' output t
[all...]

Completed in 58 milliseconds

1234