Home
last modified time | relevance | path

Searched defs:invocation (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryHostTest.java195 private boolean countTests(Invocation invocation, Set<String> foundTests) { in countTests()
214 private CommandResult runInvocation(final Invocation invocation, final String... extraArgs) { in runInvocation()
239 ITestInvocationListener listener, final Invocation invocation, final String runName) in runTest()
DRustBinaryTest.java161 final Invocation invocation, IShellOutputReceiver receiver, final String... extraArgs) in runInvocation()
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/logger/
DInvocationLocalTest.java99 private <T> T invocation(Callable<T> callable) { in invocation() method in InvocationLocalTest
/tools/tradefederation/core/javatests/com/android/tradefed/util/statsd/
DMetricUtilTest.java146 public Object answer(InvocationOnMock invocation) { in answer()
/tools/asuite/atest/logstorage/
Dlogstorage_utils.py230 def update_invocation(self, invocation): argument
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DInstrumentationFileTestTest.java536 public Boolean answer(InvocationOnMock invocation) throws Throwable { in answer()
DInstrumentationTestTest.java135 default Boolean answer(InvocationOnMock invocation) throws Exception { in answer()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java253 public boolean stopInvocation(ITestInvocation invocation) throws UnsupportedOperationException; in stopInvocation()
DCommandScheduler.java2317 public synchronized boolean stopInvocation(ITestInvocation invocation) { in stopInvocation()
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZFileNotificationTest.java404 Mockito.doAnswer((invocation) -> { in notifyTwiceEntriesWrittenIfCdChanged() argument
/tools/asuite/atest/test_runners/
Dmobly_test_runner.py208 def invocation(self): member in MoblyResultUploader
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatter.java505 SuiteResultHolder invocation = new SuiteResultHolder(); in parseResults() local