Home
last modified time | relevance | path

Searched refs:returnValue (Results 1 – 4 of 4) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/
DExecutionResult.java27 public int returnValue; field in ExecutionResult
105 return (returnValue == TIMEOUT_RETURN_VALUE); in isTimeout()
109 return (returnValue == SIGABORT_RETURN_VALUE); in isSigabort()
/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java199 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()
/art/runtime/jdwp/
Djdwp.h201 const JValue* returnValue)
Djdwp_event.cc831 int eventFlags, const JValue* returnValue) { in PostLocationEvent() argument
912 Dbg::OutputMethodReturnValue(jdwp_location.method_id, returnValue, pReq); in PostLocationEvent()