Home
last modified time | relevance | path

Searched defs:after (Results 1 – 10 of 10) 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.java137 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/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/test/connectivity/acts/framework/acts/libs/test_binding/
Dbinding.py16 def __init__(self, inner, arg_modifier=None, before=None, after=None, argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java251 protected void after() { in after() method in DeviceJUnit4ClassRunner.TestMetrics
313 protected void after() { in after() method in DeviceJUnit4ClassRunner.TestLogData
/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