Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 26) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/testtype/metricregression/
DDetectRegression.java122 Metrics after = in run() local
125 before.crossValidate(after); in run()
126 runRegressionDetection(before, after); in run()
139 void runRegressionDetection(Metrics before, Metrics after) { in runRegressionDetection() argument
141 Sets.intersection(before.getRunMetrics().keySet(), after.getRunMetrics().keySet()); in runRegressionDetection()
145 List<Double> afterMetrics = after.getRunMetrics().get(name); in runRegressionDetection()
153 before.getTestMetrics().keySet(), after.getTestMetrics().keySet()); in runRegressionDetection()
157 List<Double> afterMetrics = after.getTestMetrics().get(id); in runRegressionDetection()
163 logResult(before, after, runMetricsResult, testMetricsResult); in runRegressionDetection()
170 Metrics after, in logResult() argument
[all …]
DMetrics.java138 public void crossValidate(Metrics after) { in crossValidate() argument
139 if (mNumTests != after.mNumTests) { in crossValidate()
143 mNumTests, after.mNumTests)); in crossValidate()
147 if (!after.mRunMetrics.containsKey(name)) { in crossValidate()
152 for (String name : after.mRunMetrics.keySet()) { in crossValidate()
159 if (!after.mTestMetrics.containsKey(id)) { in crossValidate()
167 for (Pair<TestDescription, String> id : after.mTestMetrics.keySet()) { in crossValidate()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/metricregression/
DDetectRegressionTest.java131 Metrics after = new Metrics(false); in testRunRegressionDetection() local
133 .forEach(e -> after.addRunMetric("metric-1", e)); in testRunRegressionDetection()
135 .forEach(e -> after.addRunMetric("metric-2", e)); in testRunRegressionDetection()
137 .forEach(e -> after.addRunMetric("metric-3", e)); in testRunRegressionDetection()
139 .forEach(e -> after.addTestMetric(id1, "metric-4", e)); in testRunRegressionDetection()
141 .forEach(e -> after.addTestMetric(id2, "metric-5", e)); in testRunRegressionDetection()
143 .forEach(e -> after.addTestMetric(id2, "metric-6", e)); in testRunRegressionDetection()
148 detector.runRegressionDetection(before, after); in testRunRegressionDetection()
152 eq(after), in testRunRegressionDetection()
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DExtraFieldTest.java225 StoredEntry after = zf.get("after"); in addExtraFieldToExistingEntry() local
226 assertNotNull(after); in addExtraFieldToExistingEntry()
227 assertArrayEquals(new byte[] { 6, 7, 8 }, after.read()); in addExtraFieldToExistingEntry()
273 StoredEntry after = zf.get("after"); in removeExtraFieldFromExistingEntry() local
274 assertNotNull(after); in removeExtraFieldFromExistingEntry()
275 assertArrayEquals(new byte[] { 6, 7, 8 }, after.read()); in removeExtraFieldFromExistingEntry()
321 StoredEntry after = zf.get("after"); in updateExtraFieldOfExistingEntry() local
322 assertNotNull(after); in updateExtraFieldOfExistingEntry()
323 assertArrayEquals(new byte[] { 6, 7, 8 }, after.read()); in updateExtraFieldOfExistingEntry()
DZFileSortTest.java54 public final void after() throws Exception { in after() method in ZFileSortTest
/tools/loganalysis/src/com/android/loganalysis/item/
DLogcatItem.java166 Date stop = logcat.getStopTime().after(getStopTime()) ? in merge()
168 Date overlapStart = logcat.getStartTime().after(getStartTime()) ? in merge()
177 if (eventTime.after(overlapStart) && eventTime.before(overlapStop) && in merge()
187 if (eventTime.after(overlapStart) && eventTime.before(overlapStop)) { in merge()
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DAVDTP_PTS_INSTUCTIONS19 #Before test run this and set it to false after the test is done.
DGAP_PTS_INSTRUCTIONS139 Note: Start the connection fast after PTS interaction
146 Note: Start the connection fast after PTS interaction
198 Note: Do not accept pairing on phone until after you accept it on PTS
228 Note: Do not accept pairing on phone until after you accept it on PTS
275 Do not accept pairing on phone until after you accept it on PTS
311 Note: Do not accept pairing on phone until after you accept it on PTS
DGATT_PTS_INSTRUCTIONS795 [PTS Interaction] Enter handle of uuid 2a30 after running the command gatts_list_all_uuids
/tools/tradefederation/core/src/com/android/tradefed/result/
DRetentionFileSaver.java62 return new Date().after(retentionDate); in shouldDelete()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java195 protected void after() { in after() method in DeviceJUnit4ClassRunner.TestMetrics
257 protected void after() { in after() method in DeviceJUnit4ClassRunner.TestLogData
/tools/test/connectivity/acts/tests/google/tel/config/
DREADME.md5 …il** - The default behavior of telephony tests is to capture a bug report after each failed test. …
8 …med in the event of a test failure. The test will be reported as a 'pass' after the first successf…
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_verify.txt26 the APK as the very last parameter, after all options.
Dhelp_sign.txt13 specifying the APK as the very last parameter, after all
/tools/test/connectivity/acts/tests/google/net/arduino/disconnect_wifi/
Ddisconnect_wifi.ino4 delay(1000); // wait for a second to read from serial port after flashing
/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino14 delay(1000); // wait for a second to read from serial port after flashing
/tools/metalava/
Dbuild.gradle93 // The distDir is conveniently named after the build ID.
/tools/apksig/
DREADME.md32 which need to perform signing while building an APK, instead of after. For simpler use cases
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DFileUseMap.java549 FileUseMapEntry<?> after(@Nonnull FileUseMapEntry<?> entry) { in after() method in FileUseMap
DZFile.java638 found = map.after(found); in readData()
/tools/test/connectivity/acts/
DREADME.md134 test case names within the class. More on this is discussed after the
/tools/repohooks/
DREADME.md24 skip **all** checks and not just specific ones. It should be used only after
/tools/repohooks/tools/
Dpylintrc233 indent-after-paren=4
/tools/tradefederation/core/atest/
DREADME.md216 Many tests, e.g. CTS, cleanup the device after the test is run, so trying
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt431 appear immediately after an IPv6 header only. Nonetheless, it is
687 If, after processing a Routing header of a received packet, an
1351 A node must be able to accept a fragmented packet that, after

12