Searched defs:future (Results 1 – 5 of 5) sorted by relevance
268 SettableFuture<Integer> future = SettableFuture.create(); in testCheckMinBatteryLevel_unreadable() local289 SettableFuture<Integer> future = SettableFuture.create(); in testCheckMinBatteryLevel_belowLevel() local311 SettableFuture<Integer> future = SettableFuture.create(); in testCheckMinBatteryLevel() local
134 Future<?> future = in testAllowInterruptAsync() local161 Future<?> future = in testAllowInterruptsAsync_alreadyAllowed() local
51 final SettableFuture<CompressionResult> future = SettableFuture.create(); in compress() local
115 val future = CompletableFuture<List<U>>() in par_map() constant
325 def future(self): member in RpcClient