/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | WaitDeviceRecoveryTest.java | 268 SettableFuture<Integer> future = SettableFuture.create(); in testCheckMinBatteryLevel_unreadable() local 269 future.set(null); in testCheckMinBatteryLevel_unreadable() 270 EasyMock.expect(mMockDevice.getBattery()).andReturn(future); in testCheckMinBatteryLevel_unreadable() 289 SettableFuture<Integer> future = SettableFuture.create(); in testCheckMinBatteryLevel_belowLevel() local 290 future.set(49); in testCheckMinBatteryLevel_belowLevel() 291 EasyMock.expect(mMockDevice.getBattery()).andReturn(future); in testCheckMinBatteryLevel_belowLevel() 311 SettableFuture<Integer> future = SettableFuture.create(); in testCheckMinBatteryLevel() local 312 future.set(50); in testCheckMinBatteryLevel() 313 EasyMock.expect(mMockDevice.getBattery()).andReturn(future); in testCheckMinBatteryLevel()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/compress/ |
D | ExecutorCompressor.java | 51 final SettableFuture<CompressionResult> future = SettableFuture.create(); in compress() local 54 future.set(immediateCompress(source)); in compress() 56 future.setException(e); in compress() 60 return future; in compress()
|
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | rpc_client.py | 119 future = self._executor.submit(name, *args, **kwargs) 120 return future 126 future = self._executor.submit( 128 return future 325 def future(self): member in RpcClient
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | CommandInterrupterTest.java | 134 Future<?> future = in testAllowInterruptAsync() local 143 future.get(500L, TimeUnit.MILLISECONDS); in testAllowInterruptAsync() 161 Future<?> future = in testAllowInterruptsAsync_alreadyAllowed() local 164 assertTrue(future.isDone()); in testAllowInterruptsAsync_alreadyAllowed()
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 353 for future in concurrent.futures.as_completed(future_to_params): 354 params = future_to_params[future] 356 return_vals.append(future.result()) 1112 for future in futures: 1114 results.append(future.result()) 1178 for future in futures: 1180 results.append(future.result())
|
D | test_runner.py | 17 from future import standard_library
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
D | BatchProcessor.kt | 115 val future = CompletableFuture<List<U>>() in par_map() constant 118 future.complete(source.map { map(state, it) }) in par_map() 120 resultPipe.put(future) in par_map()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | DeviceMetricDataFuncTest.java | 101 for (Future<HashMap<String, Metric>> future : futures) { in testAddToMetricsMultiThreaded() 102 metricsData.putAll(future.get()); in testAddToMetricsMultiThreaded()
|
/tools/apksig/src/test/java/com/android/apksig/internal/apk/ |
D | ApkSigningBlockUtilsTest.java | 108 for (Future<?> future : jobs) { in testMultithreadedVersionMatchesSinglethreaded() 109 future.get(); in testMultithreadedVersionMatchesSinglethreaded()
|
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | sain_smart_board.py | 17 from future.moves.urllib.request import urlopen
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_subscription_utils.py | 19 from future import standard_library
|
D | tel_test_utils.py | 17 from future import standard_library
|
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/ |
D | rpc_client_test.py | 194 self.assertEqual(client.future, client._async_client)
|
/tools/metalava/ |
D | API-LINT.md | 93 In the near future the build system will not allow source files to be modified
|
/tools/test/connectivity/acts/ |
D | README.md | 29 - future
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 426 // release -- sorry, we'll try to include it in a future version! 642 // be recorded in the future.
|
/tools/repohooks/tools/ |
D | spelling.txt | 539 futrue||future
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 100 in the future.
|
/tools/dexter/testdata/expected/ |
D | medium.rewrite | 17399 ….local_ex v9, "future", android.accounts.AccountManagerFuture, "Landroid/accounts/AccountManagerFu…
|
D | medium.wrap_invoke | 17399 ….local_ex v9, "future", android.accounts.AccountManagerFuture, "Landroid/accounts/AccountManagerFu…
|
D | medium.scratch_regs | 22757 ….local_ex v13, "future", android.accounts.AccountManagerFuture, "Landroid/accounts/AccountManagerF…
|
D | medium.exit_hook | 18996 ….local_ex v9, "future", android.accounts.AccountManagerFuture, "Landroid/accounts/AccountManagerFu…
|
D | medium.entry_hook | 18325 ….local_ex v9, "future", android.accounts.AccountManagerFuture, "Landroid/accounts/AccountManagerFu…
|
D | medium.compact_cfg | 20852 ….local_ex v9, "future", android.accounts.AccountManagerFuture, "Landroid/accounts/AccountManagerFu…
|