Searched refs:success (Results 26 - 37 of 37) sorted by relevance

12

/gem5/src/base/vnc/
H A Dvncserver.cc447 uint32_t success = htobe(VncOK); local
448 if (!write(&success))
/gem5/src/mem/
H A Dpacket.hh963 setFunctionalResponseStatus(bool success) argument
965 if (!success) {
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc112 "which a success code may be sent, all separated by "
442 // its success), so it's okay to call this in the parent before
519 // Assesses the success or failure of a death test, using both private
547 bool success = false; local
568 success = true;
587 return success;
H A Dgtest-port.cc942 const UINT success = ::GetTempFileNameA(temp_dir_path,
946 GTEST_CHECK_(success != 0)
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h217 // both success and failure cases:
273 const T& success,
277 : success_(success) {}
1788 // Macros for indicating success/failure in test code.
1791 // SUCCEED generates a success - it doesn't automatically make the
1825 // Generates a success with a generic message.
2066 // Macros that test for HRESULT failure and success, these are only useful
272 AssertionResult( const T& success, typename internal::EnableIf< !internal::ImplicitlyConvertible<T, AssertionResult>::value>::type* = NULL) argument
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh795 bool success = TheISA::handleLockedWrite(inst.get(), local
800 if (!success) {
/gem5/src/mem/cache/
H A Dcache.cc458 bool M5_VAR_USED success = memSidePort.sendTimingReq(snoop_pkt); local
460 assert(success);
H A Dbase.cc2491 bool M5_VAR_USED success = cache->memSidePort.sendTimingReq(pkt);
2492 assert(success);
/gem5/src/sim/
H A Dsyscall_emul.hh131 /// trace flag is enabled. Return success to the target program.
874 * Any success will set sim_fd to something other than -1 and skip the
2718 goto success;
2721 goto success;
2725 goto success;
2729 goto success;
2736 success:
/gem5/src/dev/net/
H A Dns_gige.cc1645 bool success = local
1648 assert(success);
H A Di8254xGBe.cc2149 bool success = local
2153 assert(success);
/gem5/src/gpu-compute/
H A Dcompute_unit.cc1327 bool success = translation_state->tlbEntry != nullptr;
1341 if (success) {

Completed in 76 milliseconds

12