Home
last modified time | relevance | path

Searched defs:after (Results 1 – 15 of 15) sorted by relevance

/tools/tradefederation/contrib/src/com/android/regression/tests/
DDetectRegression.java121 Metrics after = in run() local
138 void runRegressionDetection(Metrics before, Metrics after) { in runRegressionDetection()
169 Metrics after, in logResult()
231 private static TableRow getTableRow(String name, List<Double> before, List<Double> after) { in getTableRow()
242 static boolean computeRegression(List<Double> before, List<Double> after) { in computeRegression()
DMetrics.java138 public void crossValidate(Metrics after) { in crossValidate()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extras/
DImportUtils.kt38 val after = System.nanoTime() in parseTrace() constant
/tools/asuite/atest/integration_tests/deviceless_java_test_host/src/com.android.atest.example/
DDevicelessJavaTestHost.java41 public void after() {} in after() method in DevicelessJavaTestHost
/tools/asuite/atest/integration_tests/device_android_test/src/com.android.atest.example/
DDeviceAndroidTest.java53 public void after() { in after() method in DeviceAndroidTest
/tools/platform-compat/java/android/compat/testing/app/
DSharedLibraryInfoDeviceTest.java72 public void after() { in after() method in SharedLibraryInfoDeviceTest
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DExtraFieldTest.java225 StoredEntry after = zf.get("after"); in addExtraFieldToExistingEntry() local
273 StoredEntry after = zf.get("after"); in removeExtraFieldFromExistingEntry() local
321 StoredEntry after = zf.get("after"); in updateExtraFieldOfExistingEntry() local
DZFileSortTest.java54 public final void after() throws Exception { in after() method in ZFileSortTest
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
DTextModelSuiteRunner.kt95 val after = binaryName.substring(lastDot + 1) in findClassInClassLoader() constant
/tools/test/connectivity/acts/framework/acts/libs/test_binding/
Dbinding.py16 def __init__(self, inner, arg_modifier=None, before=None, after=None, argument
/tools/tradefederation/contrib/tests/src/com/android/regression/tests/
DDetectRegressionTest.java131 Metrics after = new Metrics(false); in testRunRegressionDetection() local
/tools/test/connectivity/acts/framework/tests/libs/test_bindings/
Dbinding_test.py148 def after(*_, **__): function
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DFileUseMap.java549 FileUseMapEntry<?> after(@Nonnull FileUseMapEntry<?> entry) { in after() method in FileUseMap
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java254 protected void after() { in after() method in DeviceJUnit4ClassRunner.TestMetrics
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DApiFileTest.kt5499 fun after( in APIs before and after @Deprecated(HIDDEN)() method