return Math.max(timeout,MINIMUM_TIMEOUT + ROUNDING_SECOND); | return Duration.ofMillis(Math.max(timeout,MINIMUM_TIMEOUT + ROUNDING_SECOND)); | Math.max(timeout,MINIMUM_TIMEOUT + ROUNDING_SECOND) | Duration.ofMillis(Math.max(timeout,MINIMUM_TIMEOUT + ROUNDING_SECOND)) | neo4j | 2e70167016c6ddd79ca6e8d58d9f33534082da66 | org.neo4j.server.AbstractNeoServer | | _1 | getTransactionTimeoutMillis |
---|
_2 | getTransactionTimeout |
---|
| v0 | Math.max(timeout,MINIMUM_TIMEOUT + ROUNDING_SECOND) |
---|
| | v0 | Math.max(timeout,MINIMUM_TIMEOUT + ROUNDING_SECOND) |
---|
| Returns | True |
return timeoutMillis; | return Duration.ofMillis(timeoutMillis); | timeoutMillis | Duration.ofMillis(timeoutMillis) | bazel | deab0cf4184ed32d8f76efc3c33aefae8b54603d | com.google.devtools.build.lib.exec.local.LocalSpawnRunnerTest.SpawnExecutionPolicyForTesting | | _1 | getTimeoutMillis |
---|
_2 | getTimeout |
---|
| | | | Returns | True |
return mAveragingWindow; | return Duration.ofMillis(mAveragingWindow); | mAveragingWindow | Duration.ofMillis(mAveragingWindow) | platform_frameworks_base | eb1bdda9710b1da7cfd02819c81525dc199cd166 | android.telephony.data.NrQosSessionAttributes | | _1 | getAveragingWindow |
---|
_2 | getBitRateWindowDuration |
---|
| | | | Returns | True |