Searched refs:toReturn (Results 1 – 6 of 6) sorted by relevance
424 Object toReturn; in getOption() local429 toReturn = (int) timeval.toMillis(); in getOption()435 toReturn = Os.getsockoptInt(fd, OsConstants.SOL_SOCKET, osOpt); in getOption()441 toReturn = -1; in getOption()443 toReturn = linger.l_linger; in getOption()447 toReturn = Os.getsockoptInt(fd, OsConstants.IPPROTO_TCP, in getOption()453 return toReturn; in getOption()
45 T toReturn = parcel.readTypedObject(creator); in roundTripParcelable() local47 return toReturn; in roundTripParcelable()
266 List<TimeZoneMapping> toReturn = new ArrayList<>(delegateList.size()); in getEffectiveTimeZoneMappingsAt() local269 toReturn.add(new TimeZoneMapping(delegateMapping)); in getEffectiveTimeZoneMappingsAt()271 return Collections.unmodifiableList(toReturn); in getEffectiveTimeZoneMappingsAt()
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()