Searched refs:toReturn (Results 1 – 5 of 5) sorted by relevance
88 E toReturn = list.remove(index); in remove() local90 return toReturn; in remove()96 E toReturn = list.set(index, element); in set() local98 return toReturn; in set()
458 Object toReturn; in getOption() local463 toReturn = (int) timeval.toMillis(); in getOption()469 toReturn = Os.getsockoptInt(fd, OsConstants.SOL_SOCKET, osOpt); in getOption()475 toReturn = -1; in getOption()477 toReturn = linger.l_linger; in getOption()481 toReturn = Os.getsockoptInt(fd, OsConstants.IPPROTO_TCP, in getOption()487 return toReturn; in getOption()
1470 CheckToken toReturn = mLastToken; in captureAndResetLastToken() local1471 assertNotNull("No update triggered", toReturn); in captureAndResetLastToken()1473 return toReturn; in captureAndResetLastToken()
1051 Runnable toReturn = mLastCommand; in getAndResetLastCommand() local1053 return toReturn; in getAndResetLastCommand()
1095 boolean toReturn = isReady(satisfied); in wouldBeReadyWithConstraint()1111 return toReturn; in wouldBeReadyWithConstraint()