Home
last modified time | relevance | path

Searched defs:executor (Results 1 – 25 of 27) sorted by relevance

12

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/compress/
DExecutorCompressor.java37 private final Executor executor; field in ExecutorCompressor
43 public ExecutorCompressor(@Nonnull Executor executor) { in ExecutorCompressor()
DBestAndDefaultDeflateExecutorCompressor.java61 public BestAndDefaultDeflateExecutorCompressor(@Nonnull Executor executor, in BestAndDefaultDeflateExecutorCompressor()
DDeflateExecutionCompressor.java53 public DeflateExecutionCompressor( in DeflateExecutionCompressor()
/tools/tradefederation/core/src/com/android/tradefed/util/executor/
DParallelDeviceExecutor.java73 ExecutorService executor = in invokeAll() local
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
DV2SchemeSigner.java147 generateApkSignatureSchemeV2Block(RunnablesExecutor executor, in generateApkSignatureSchemeV2Block()
161 RunnablesExecutor executor, in generateApkSignatureSchemeV2Block()
DV2SchemeVerifier.java90 RunnablesExecutor executor, in verify()
135 RunnablesExecutor executor, in verify()
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/logger/
DInvocationLocalTest.java102 ExecutorService executor = in invocation() local
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
DV3SchemeSigner.java80 RunnablesExecutor executor, in V3SchemeSigner()
160 RunnablesExecutor executor, in generateApkSignatureSchemeV3Block()
453 public Builder setRunnablesExecutor(RunnablesExecutor executor) { in setRunnablesExecutor()
DV3SchemeVerifier.java87 RunnablesExecutor executor, in V3SchemeVerifier()
133 RunnablesExecutor executor, in verify()
667 public Builder setRunnablesExecutor(RunnablesExecutor executor) { in setRunnablesExecutor()
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/tracing/
DTracePropagatingExecutorServiceTest.java39 private final TracePropagatingExecutorService executor = newTestExecutorService(); field in TracePropagatingExecutorServiceTest
/tools/asuite/asuite_plugin/src/java/com/android/atest/run/
DAtestRunConfiguration.java154 public RunProfileState getState( in getState()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNoisyDryRunTest.java152 ParallelDeviceExecutor<Boolean> executor = in testCommandLines() local
/tools/tradefederation/core/src/com/android/tradefed/monitoring/
DLabResourceDeviceMonitor.java208 private void awaitTerminateExecutor(ExecutorService executor) { in awaitTerminateExecutor()
/tools/tradefederation/core/src/com/android/tradefed/util/
DRemoteZip.java228 ParallelDeviceExecutor<Long> executor = in downloadFiles() local
/tools/apksig/src/main/java/com/android/apksig/
DApkSignerEngine.java121 default void setExecutor(RunnablesExecutor executor) { in setExecutor()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java135 RunnablesExecutor executor, in verifyIntegrity()
262 RunnablesExecutor executor, in computeContentDigests()
391 RunnablesExecutor executor, in computeOneMbChunkContentDigests()
1038 RunnablesExecutor executor, in computeContentDigests()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java413 ParallelDeviceExecutor<Boolean> executor = in runLabPreparersSetup() local
480 ParallelDeviceExecutor<Boolean> executor = in runPreparersSetup() local
698 ParallelDeviceExecutor<Void> executor = in runDevicePreInvocationSetup() local
DTestInvocation.java426 ParallelDeviceExecutor<Boolean> executor = in performInvocation() local
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/sync/
DIncrementalImageFuncTest.java163 ParallelDeviceExecutor<Boolean> executor = in testBlockCompareUpdate() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java468 ExecutorService executor = Executors.newSingleThreadExecutor(); in runSingleParFile() local
/tools/tradefederation/core/src/com/android/tradefed/util/image/
DIncrementalImageUtil.java1000 ParallelDeviceExecutor<Boolean> executor = in run() local
/tools/tradefederation/core/javatests/com/android/tradefed/config/
DDynamicRemoteFileResolverTest.java376 ParallelDeviceExecutor<Set<File>> executor = new ParallelDeviceExecutor<>(devices.size()); in testResolve_remoteMultiMap_concurrent() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java638 ParallelDeviceExecutor<Boolean> executor = in setUp() local
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZFileTest.java1064 ExecutorService executor = Executors.newSingleThreadExecutor(); in deferredCompression() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java208 ExecutorService executor; field in TestDevice.MicrodroidTracker
2982 ExecutorService executor = Executors.newFixedThreadPool(2); in startMicrodroid() local

12