/tools/dexter/testdata/expected/ |
D | exit_hooks.code_coverage | 1 1: mi=0 s=0 e=2 2 2: mi=0 s=5 e=5 3 3: mi=1 s=0 e=1 4 4: mi=1 s=3 e=3 5 5: mi=1 s=5 e=5 6 6: mi=1 s=8 e=8 7 7: mi=1 s=11 e=11 8 8: mi=1 s=13 e=13 9 9: mi=1 s=15 e=15 10 10: mi=1 s=18 e=18 [all …]
|
D | hello_nodebug.code_coverage | 1 1: mi=0 s=0 e=4 2 2: mi=0 s=6 e=7 3 3: mi=0 s=10 e=10 4 4: mi=1 s=0 e=2 5 5: mi=1 s=5 e=5 6 6: mi=2 s=0 e=2 7 7: mi=2 s=5 e=5 8 8: mi=3 s=0 e=2 9 9: mi=3 s=5 e=5 10 10: mi=3 s=7 e=7 [all …]
|
D | entry_hooks.code_coverage | 1 1: mi=0 s=0 e=2 2 2: mi=0 s=5 e=5 3 3: mi=1 s=0 e=3 4 4: mi=1 s=5 e=5 5 5: mi=1 s=7 e=8 6 6: mi=1 s=10 e=15 7 7: mi=1 s=18 e=19 8 8: mi=1 s=21 e=26 9 9: mi=1 s=28 e=28 10 10: mi=1 s=31 e=34 [all …]
|
D | hello.code_coverage | 1 1: mi=0 s=0 e=4 2 2: mi=0 s=6 e=7 3 3: mi=0 s=10 e=10 4 4: mi=1 s=0 e=2 5 5: mi=1 s=5 e=5 6 6: mi=2 s=0 e=2 7 7: mi=2 s=5 e=5 8 8: mi=3 s=0 e=2 9 9: mi=3 s=5 e=5 10 10: mi=3 s=7 e=7 [all …]
|
D | try_catch.code_coverage | 1 1: mi=0 s=0 e=2 2 2: mi=0 s=5 e=5 3 3: mi=1 s=0 e=2 4 4: mi=1 s=5 e=5 5 5: mi=2 s=0 e=2 6 6: mi=2 s=5 e=5 7 7: mi=3 s=0 e=2 8 8: mi=3 s=4 e=5 9 9: mi=3 s=8 e=9 10 10: mi=3 s=10 e=10 [all …]
|
D | mi.code_coverage | 1 1: mi=0 s=0 e=0 2 2: mi=0 s=3 e=3 3 3: mi=1 s=0 e=1 4 4: mi=3 s=0 e=0 5 5: mi=3 s=3 e=3 6 6: mi=3 s=5 e=5 7 7: mi=3 s=7 e=7 8 8: mi=4 s=0 e=0 9 9: mi=4 s=2 e=2 10 10: mi=4 s=5 e=6 [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | ResultForwarder.java | 95 } catch (RuntimeException e) { in invocationStarted() 96 CLog.e( in invocationStarted() 99 CLog.e(e); in invocationStarted() 112 } catch (RuntimeException e) { in invocationFailed() 113 CLog.e( in invocationFailed() 116 CLog.e(e); in invocationFailed() 146 } catch (RuntimeException e) { in testLog() 147 CLog.e("Exception while invoking %s#testLog", listener.getClass().getName()); in testLog() 148 CLog.e(e); in testLog() 161 } catch (RuntimeException e) { in testRunStarted() [all …]
|
D | LogSaverResultForwarder.java | 60 } catch (RuntimeException e) { in invocationEnded() 61 CLog.e("Caught runtime exception from log saver: %s", mLogSaver.getClass().getName()); in invocationEnded() 62 CLog.e(e); in invocationEnded() 86 } catch (RuntimeException | IOException e) { in testLog() 87 CLog.e("Failed to save log data"); in testLog() 88 CLog.e(e); in testLog() 114 } catch (RuntimeException e) { in testLogSaved() 115 CLog.e("Failed to save log data"); in testLogSaved() 116 CLog.e(e); in testLogSaved() 129 } catch (RuntimeException e) { in logAssociation() [all …]
|
/tools/tradefederation/contrib/tests/src/com/android/regression/tests/ |
D | MetricsTest.java | 55 data.forEach((k, v) -> v.forEach(e -> mMetrics.addRunMetric(k, e))); in testAddRunMetrics() 63 Arrays.asList("1.0", "1.1", "1.2").forEach(e -> mMetrics.addTestMetric(id1, "metric1", e)); in testAddTestMetrics() 65 Arrays.asList("2.0", "2.1", "2.2").forEach(e -> mMetrics.addTestMetric(id2, "metric1", e)); in testAddTestMetrics() 66 Arrays.asList("3.0", "3.1", "3.2").forEach(e -> mMetrics.addTestMetric(id2, "metric2", e)); in testAddTestMetrics() 84 data.forEach((k, v) -> v.forEach(e -> mMetrics.addRunMetric(k, e))); in testValidate() 86 Arrays.asList("1.0", "1.1", "1.2").forEach(e -> mMetrics.addTestMetric(id1, "metric1", e)); in testValidate() 88 Arrays.asList("2.0", "2.1", "2.2").forEach(e -> mMetrics.addTestMetric(id2, "metric1", e)); in testValidate() 89 Arrays.asList("3.0", "3.1").forEach(e -> mMetrics.addTestMetric(id2, "metric2", e)); in testValidate() 99 e -> { in testCrossValidate() 100 mMetrics.addRunMetric("metric1", e); in testCrossValidate() [all …]
|
D | DetectRegressionTest.java | 119 .forEach(e -> before.addRunMetric("metric-1", e)); in testRunRegressionDetection() 121 .forEach(e -> before.addRunMetric("metric-2", e)); in testRunRegressionDetection() 123 .forEach(e -> before.addRunMetric("metric-3", e)); in testRunRegressionDetection() 125 .forEach(e -> before.addTestMetric(id1, "metric-4", e)); in testRunRegressionDetection() 127 .forEach(e -> before.addTestMetric(id2, "metric-5", e)); in testRunRegressionDetection() 129 .forEach(e -> before.addTestMetric(id2, "metric-6", e)); in testRunRegressionDetection() 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() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/command/remote/ |
D | RemoteManager.java | 156 } catch (IOException e) { in openSocket() 161 e.getMessage()); in openSocket() 175 CLog.e("Started remote manager thread without connecting"); in run() 183 } catch (SocketException e) { in run() 184 CLog.e("Error when setting socket timeout"); in run() 185 CLog.e(e); in run() 203 } catch (InterruptedException e) { in getPort() 223 } catch (SocketTimeoutException e) { in processClientConnections() 225 } catch (IOException e) { in processClientConnections() 226 CLog.e("Failed to accept connection"); in processClientConnections() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 469 CLog.e("setProperty requires adb root = true."); in setProperty() 477 CLog.e("Something went wrong went setting property %s: %s", propKey, result.getStderr()); in setProperty() 730 } catch (IOException e) { in executeShellCommand() 732 CLog.e("Failed to log to executeShellCommand log: %s", e.getMessage()); in executeShellCommand() 1026 } catch (SyncException e) { in pullFile() 1028 getSerialNumber(), localFile.getAbsolutePath(), e.getMessage()); in pullFile() 1029 throw e; in pullFile() 1055 } catch (IOException e) { in pullFile() 1057 CLog.e(e); in pullFile() 1076 } catch (IOException e) { in pullFileContents() [all …]
|
D | CpuStatsCollector.java | 156 for (Map.Entry<Integer, Integer> e : mFreqStats.entrySet()) { in getAverageMhz() 157 sumFreqTime += e.getKey() * e.getValue() / 1000.0; in getAverageMhz() 158 sumTime += e.getValue(); in getAverageMhz() 219 } catch (IOException e) { in logToFile() 220 CLog.e("IOException when creating a fileWriter:"); in logToFile() 221 CLog.e(e); in logToFile() 240 } catch (IOException e) { in processNewLines() 241 CLog.e("Error writing to file"); in processNewLines() 242 CLog.e(e); in processNewLines() 268 } catch (NumberFormatException e) { in processNewLines() [all …]
|
D | NativeDeviceStateMonitor.java | 176 ShellCommandUnresponsiveException e) { in waitForDeviceShell() 178 CLog.e(e); in waitForDeviceShell() 179 } catch (TimeoutException e) { in waitForDeviceShell() 181 CLog.e(e); in waitForDeviceShell() 245 } catch (InterruptedException e) { in waitForBootComplete() 246 CLog.i("%s on device %s failed: %s", cmd, getSerialNumber(), e.getMessage()); in waitForBootComplete() 249 } catch (ExecutionException e) { in waitForBootComplete() 250 CLog.i("%s on device %s failed: %s", cmd, getSerialNumber(), e.getMessage()); in waitForBootComplete() 315 ShellCommandUnresponsiveException e) { in waitForStoreMount() 317 CLog.e(e); in waitForStoreMount() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SubprocessEventHelper.java | 101 } catch (JSONException e) { in toString() 102 CLog.e(e); in toString() 129 } catch (JSONException e) { in toString() 130 CLog.e(e); in toString() 171 } catch (JSONException e) { in toString() 172 CLog.e(e); in toString() 203 } catch (JSONException e) { in toString() 204 CLog.e(e); in toString() 242 } catch (JSONException e) { in toString() 243 CLog.e(e); in toString() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | TestInvocation.java | 231 } catch (BuildError e) { in performInvocation() 232 exception = e; in performInvocation() 233 CLog.w("Build failed on device '%s'. Reason: %s", e.getDeviceDescriptor(), in performInvocation() 234 e.toString()); in performInvocation() 236 badDevice = context.getDeviceBySerial(e.getDeviceDescriptor().getSerial()); in performInvocation() 237 if (e instanceof DeviceFailedToBootError) { in performInvocation() 244 reportFailure(e, listener, config, context, rescheduler, invocationPath); in performInvocation() 245 } catch (TargetSetupError e) { in performInvocation() 246 exception = e; in performInvocation() 247 CLog.e("Caught exception while running invocation"); in performInvocation() [all …]
|
/tools/test/connectivity/acts/framework/acts/ |
D | base_test.py | 63 except error.ActsError as e: 66 e, 'Logcat for test begin: %s' % event.test_case_name)) 67 test_instance.log.error('BaseTest setup_test error: %s' % e.message) 69 except Exception as e: 72 test_instance.log.warning('Error: %s' % e) 86 except error.ActsError as e: 89 e, 'Logcat for test end: %s' % event.test_case_name)) 90 test_instance.log.error('BaseTest teardown_test error: %s' % e.message) 92 except Exception as e: 95 test_instance.log.warning('Error: %s' % e) [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | ProtoResultReporter.java | 147 } catch (RuntimeException e) { in invocationStarted() 148 CLog.e("Failed to process invocation started:"); in invocationStarted() 149 CLog.e(e); in invocationStarted() 181 } catch (RuntimeException e) { in invocationEnded() 182 CLog.e("Failed to process invocation ended:"); in invocationEnded() 183 CLog.e(e); in invocationEnded() 205 } catch (RuntimeException e) { in testModuleStarted() 206 CLog.e("Failed to process invocation ended:"); in testModuleStarted() 207 CLog.e(e); in testModuleStarted() 223 } catch (RuntimeException e) { in testModuleEnded() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/util/xml/ |
D | AndroidManifestWriter.java | 99 } catch (TransformerConfigurationException e) { in saveXmlToFile() 100 CLog.e("Failed to write xml file %s", mOsManifestFilePath); in saveXmlToFile() 101 CLog.e(e); in saveXmlToFile() 103 } catch (TransformerException e) { in saveXmlToFile() 104 CLog.e("Failed to write xml file %s", mOsManifestFilePath); in saveXmlToFile() 105 CLog.e(e); in saveXmlToFile() 125 } catch (ParserConfigurationException e) { in parse() 126 CLog.e("Error parsing file %s", osManifestFilePath); in parse() 127 CLog.e(e); in parse() 129 } catch (SAXException e) { in parse() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | TestRunToTestInvocationForwarder.java | 69 CLog.e( in testStarted() 72 CLog.e(any); in testStarted() 88 CLog.e( in testStarted() 91 CLog.e(any); in testStarted() 106 CLog.e( in testAssumptionFailure() 109 CLog.e(any); in testAssumptionFailure() 123 CLog.e( in testFailed() 126 CLog.e(any); in testFailed() 140 CLog.e( in testIgnored() 143 CLog.e(any); in testIgnored() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandScheduler.java | 393 } catch (ConfigurationException e) { in rescheduleCommand() 399 System.out.println(e.getMessage()); in rescheduleCommand() 572 CLog.e("Exception caught while calling invocationInitiated:"); in run() 573 CLog.e(anyException); in run() 593 } catch (DeviceUnresponsiveException e) { in run() 594 CLog.w("Device %s is unresponsive. Reason: %s", e.getSerial(), e.getMessage()); in run() 595 ITestDevice badDevice = mInvocationContext.getDeviceBySerial(e.getSerial()); in run() 599 setLastInvocationExitCode(ExitCode.DEVICE_UNRESPONSIVE, e); in run() 600 } catch (DeviceNotAvailableException e) { in run() 601 CLog.w("Device %s is not available. Reason: %s", e.getSerial(), e.getMessage()); in run() [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | ByteArrayListTest.java | 156 } catch (IndexOutOfBoundsException e) { in testRetrieve() 202 } catch (IllegalArgumentException e) { in testLimits_setSize() 204 assertTrue(e.getMessage().contains("New size")); in testLimits_setSize() 205 assertTrue(e.getMessage().contains("non-negative")); in testLimits_setSize() 213 } catch (IllegalArgumentException e) { in testLimits_ensureCapacity() 215 assertTrue(e.getMessage().contains("Minimum capacity")); in testLimits_ensureCapacity() 216 assertTrue(e.getMessage().contains("non-negative")); in testLimits_ensureCapacity() 224 } catch (IndexOutOfBoundsException e) { in testLimits_get() 232 } catch (IndexOutOfBoundsException e) { in testLimits_get() 241 } catch (IndexOutOfBoundsException e) { in testLimits_set() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | SandboxConfigurationFactory.java | 136 } catch (SandboxConfigurationException e) { in createConfigurationFromArgs() 141 CLog.e(e); in createConfigurationFromArgs() 142 throw e; in createConfigurationFromArgs() 144 } catch (IOException e) { in createConfigurationFromArgs() 145 CLog.e(e); in createConfigurationFromArgs() 146 throw new ConfigurationException("Failed to dump global config.", e); in createConfigurationFromArgs() 147 } catch (ConfigurationException e) { in createConfigurationFromArgs() 148 CLog.e(e); in createConfigurationFromArgs() 149 throw e; in createConfigurationFromArgs() 167 } catch (KeyStoreException e) { in getKeyStoreClient() [all …]
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | GameQualificationFpsCollector.java | 76 } catch (IOException e) { in doStart() 78 throw new RuntimeException(e); in doStart() 91 } catch (PatternSyntaxException e) { in doStart() 92 throw new RuntimeException(e); in doStart() 103 } catch (DeviceNotAvailableException e) { in collect() 105 "Device not available during FPS data collection: " + e.getMessage()); in collect() 106 throw new RuntimeException(e); in collect() 171 … CLog.e("No overlap with previous poll, we missed some frames!"); // FIND SOMETHING BETTER in processRawData() 175 } catch (IOException e) { in processRawData() 176 throw new RuntimeException(e); in processRawData() [all …]
|
/tools/tradefederation/contrib/src/com/android/ota/tests/ |
D | OtaStabilityTest.java | 221 Log.e(LOG_TAG, error); in run() 222 } catch (TargetSetupError e) { in run() 225 CLog.e(e); in run() 227 Assert.fail(e.toString()); in run() 228 } catch (BuildError e) { in run() 229 Log.e(LOG_TAG, e); in run() 230 } catch (ConfigurationException e) { in run() 231 Log.e(LOG_TAG, e); in run() 299 } catch (DeviceNotAvailableException e) { in waitForOta() 300 Log.e( in waitForOta() [all …]
|