Searched refs:exit (Results 26 - 50 of 184) sorted by relevance

12345678

/gem5/site_scons/site_tools/
H A Dmercurial.py104 sys.exit(1)
132 sys.exit(1)
140 sys.exit(1)
/gem5/src/unittest/
H A Dstrnumtest.cc44 exit(1);
H A Dtokentest.cc44 exit(1);
/gem5/util/m5/jni/
H A Dgem5Op.java55 public native void exit(long ns_delay); method in class:gem5Op
/gem5/ext/googletest/googletest/test/
H A Dgtest_throw_on_failure_ex_test.cc48 exit(1);
H A Dgtest_filter_unittest_.cc95 EXPECT_DEATH_IF_SUPPORTED(exit(1), ".*");
101 EXPECT_DEATH_IF_SUPPORTED(exit(1), ".*");
H A Dgtest_premature_exit_test.cc32 // Tests that Google Test manipulates the premature-exit-detection
65 // Returns true iff the premature-exit file exists.
76 // - the premature-exit file exists during the execution of a
79 // handling of the premature-exit file.
91 exit(1);
96 // Tests that the premature-exit file exists during the execution of a
114 // Test that the premature-exit file is deleted upon return from
/gem5/ext/googletest/googletest/xcode/Scripts/
H A Dversiongenerate.py58 sys.exit(1)
/gem5/configs/example/
H A Dmemtest.py116 sys.exit(1)
153 sys.exit(1)
157 sys.exit(1)
161 sys.exit(1)
165 sys.exit(1)
170 sys.exit(1)
175 sys.exit(1)
180 sys.exit(1)
289 sys.exit(1)
H A Dmemcheck.py115 sys.exit(1)
132 sys.exit(1)
136 sys.exit(1)
140 sys.exit(1)
144 sys.exit(1)
149 sys.exit(1)
154 sys.exit(1)
282 sys.exit(1)
H A Detrace_replay.py61 sys.exit(1)
67 sys.exit(1)
/gem5/tests/
H A Dmain.py24 sys.exit(testlib())
/gem5/util/systemc/systemc_within_gem5/systemc_sc_main/
H A Dconfig.py69 sys.exit(int(result.code))
/gem5/util/tlm/examples/common/
H A Dcli_parser.cc56 std::exit(EXIT_FAILURE);
112 std::exit(EXIT_FAILURE);
/gem5/src/mem/qos/
H A DQoSPolicy.py71 exit(1)
108 exit(1)
/gem5/configs/common/
H A DBPConfig.py64 sys.exit(1)
115 sys.exit(1)
H A DHWPConfig.py64 sys.exit(1)
/gem5/ext/mcpat/regression/
H A Dregression.py161 exit(0)
171 exit(0)
175 exit(0)
181 exit(0)
210 exit(0)
/gem5/util/
H A Dstyle.py78 sys.exit(1)
81 sys.exit(1)
146 sys.exit(1)
/gem5/src/base/gtest/
H A Dlogging.cc67 void exit() override { throw GTestException(); }
/gem5/src/cpu/testers/traffic_gen/
H A Dtrace_gen.hh175 void exit();
/gem5/src/cpu/simple/
H A DBaseSimpleCPU.py52 exit(1)
/gem5/tests/configs/
H A Dswitcheroo.py137 elif exit_cause == "target called exit()" or \
140 sys.exit(0)
142 print("Test failed: Unknown exit cause: %s" % exit_cause)
143 sys.exit(1)
/gem5/ext/googletest/googletest/scripts/
H A Drelease_docs.py95 sys.exit('This script must be run in a gtest or gmock SVN workspace.')
150 sys.exit(__doc__)
/gem5/src/mem/slicc/
H A Dmain.py80 sys.exit(2)
86 sys.exit(2)

Completed in 13 milliseconds

12345678