Searched refs:returnValue (Results 1 – 4 of 4) sorted by relevance
27 public int returnValue; field in ExecutionResult105 return (returnValue == TIMEOUT_RETURN_VALUE); in isTimeout()109 return (returnValue == SIGABORT_RETURN_VALUE); in isSigabort()
199 result.returnValue = process.waitFor(); in executeCommand()201 Log.info("Return value: " + result.returnValue); in executeCommand()214 result.output.add("RETURN CODE: " + result.returnValue); in executeCommand()
201 const JValue* returnValue)
831 int eventFlags, const JValue* returnValue) { in PostLocationEvent() argument912 Dbg::OutputMethodReturnValue(jdwp_location.method_id, returnValue, pReq); in PostLocationEvent()