/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …e,i,n){function a(o,s){if(!i[o]){if(!e[o]){var l="function"==typeof require&&require;if(!s&&l)retu… argument
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | MetricsReportLog.java | 78 } catch (Exception e) { in MetricsReportLog() 79 e.printStackTrace(); in MetricsReportLog() 92 } catch (Exception e) { in addValue() 93 e.printStackTrace(); in addValue() 105 } catch (Exception e) { in addValue() 106 e.printStackTrace(); in addValue() 120 } catch (Exception e) { in addValues() 121 e.printStackTrace(); in addValues() 133 } catch (Exception e) { in addValues() 134 e.printStackTrace(); in addValues() [all …]
|
/test/mlts/benchmark/src/com/android/nn/crashtest/core/ |
D | CrashTestService.java | 72 Log.e(TAG, "No listener configured, skipping message " + messageType); in notify() 83 } catch (RemoteException e) { in notify() 84 Log.e(TAG, "Exception sending message", e); in notify() 106 } catch (InterruptedException e) { in onBind() 108 Log.e(TAG, "Interrupted before starting test", e); in onBind() 118 } catch (Throwable e) { in onBind() 119 Log.e(TAG, "Exception in crash test", e); in onBind() 120 notify(FAILURE, "Exception in crash test: " + e); in onBind() 124 } catch (Exception e) { in onBind() 125 Log.e(TAG, "Exception starting test ", e); in onBind() [all …]
|
D | OutOfProcessCrashTestService.java | 38 } catch (IOException e) { in onCreate() 39 Log.e(CrashTestService.TAG, "Could not load models.", e); in onCreate() 40 throw new RuntimeException("Cannot initialize service. Could not load models.", e); in onCreate()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | DeviceFileCollector.java | 83 } catch (DeviceNotAvailableException e) { in run() 84 CLog.e("Caught exception during pull."); in run() 85 CLog.e(e); in run() 101 CLog.e("%s is not a directory", resultDir.getAbsolutePath()); in createResultDir() 105 CLog.e(fnfe); in createResultDir() 119 } catch (DeviceNotAvailableException e) { in matchProperties() 120 CLog.e("Caught exception during property check."); in matchProperties() 121 CLog.e(e); in matchProperties()
|
D | ReportLogCollector.java | 71 CLog.e("%s is not a directory", resultDir.getAbsolutePath()); in prepareReportLogContainers() 75 CLog.e(fnfe); in prepareReportLogContainers() 80 public void tearDown(TestInformation testInfo, Throwable e) { in tearDown() argument 81 if (e instanceof DeviceNotAvailableException) { in tearDown() 82 CLog.e("Invocation finished with DeviceNotAvailable, skipping collecting logs."); in tearDown() 100 CLog.e("%s is not a directory", resultDir.getAbsolutePath()); in tearDown() 110 CLog.e("%s is not a directory", hostReportDir.getAbsolutePath()); in tearDown() 117 CLog.e(exception); in tearDown()
|
D | BusinessLogicPreparer.java | 216 } catch (IOException e) { in setUp() 218 CLog.d("BusinessLogic connection failure message: %s\nRetrying...", e.getMessage()); in setUp() 219 connectIssue = e; in setUp() 225 CLog.e("Failed to connect to business logic service.\nProceeding with test " in setUp() 258 } catch (IOException e) { in setUp() 330 } catch (IllegalStateException | IllegalArgumentException e) { in getSuiteVersionExtracted() 336 e, in getSuiteVersionExtracted() 405 } catch (XmlPullParserException | IOException e) { in getBusinessLogicProperties() 406 CLog.e("Failed to pull business logic properties from dynamic config"); in getBusinessLogicProperties() 420 } catch (XmlPullParserException | IOException e) { in getBusinessLogicFeatures() [all …]
|
D | CrashReporter.java | 73 } catch (IOException | RuntimeException | DeviceNotAvailableException e) { in upload() 75 CLog.logAndDisplay(LogLevel.ERROR, e.getMessage()); in upload() 85 } catch (DeviceNotAvailableException e) { in setUp() 87 CLog.logAndDisplay(LogLevel.ERROR, e.getMessage()); in setUp() 93 } catch (DeviceNotAvailableException e) { in setUp() 97 CLog.logAndDisplay(LogLevel.ERROR, e.getMessage()); in setUp() 114 } catch (InterruptedException e) { in setUp() 121 public void tearDown(TestInformation testInfo, Throwable e) { in tearDown() argument
|
D | DeviceInfoCollector.java | 154 CLog.e( in setUp() 175 CLog.e("Failed to pull device-info files from device %s", device.getSerialNumber()); in setUp() 177 } catch (IOException e) { in setUp() 178 CLog.e("Failed to pull device-info files from device %s", device.getSerialNumber()); in setUp() 179 CLog.e(e); in setUp() 184 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() argument 186 super.tearDown(testInfo, e); in tearDown()
|
D | DynamicConfigPusher.java | 201 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() argument 204 if (mDeviceFilePushed != null && !(e instanceof DeviceNotAvailableException) && mCleanup) { in tearDown() 247 } catch (IOException e) { in getLocalConfigFile() 251 e, in getLocalConfigFile() 262 } catch (FileNotFoundException e) { in getLocalConfigFile() 265 e, in getLocalConfigFile() 285 } catch (IOException | XmlPullParserException | JSONException e) { in mergeConfigFiles() 287 "Cannot get merged dynamic config file", e, device.getDeviceDescriptor()); in mergeConfigFiles() 313 } catch (IOException e) { in resolveUrl() 318 e.getMessage()), in resolveUrl() [all …]
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | AppCrawlTester.java | 149 } catch (CrawlerException e) { in startAndAssertAppNoCrash() 150 crawlerException = e; in startAndAssertAppNoCrash() 174 } catch (IOException e) { in startAndAssertAppNoCrash() 175 failureMessages.add("Error while getting dropbox crash log: " + e.getMessage()); in startAndAssertAppNoCrash() 216 } catch (IOException e) { in start() 217 throw new CrawlerException("Failed to create temp directory for output.", e); in start() 289 CLog.e("Output directory is not created yet. Skipping collecting step screenshots."); in collectCrawlStepScreenshots() 295 CLog.e( in collectCrawlStepScreenshots() 314 } catch (IOException e) { in collectCrawlStepScreenshots() 315 CLog.e(e); in collectCrawlStepScreenshots() [all …]
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | Processor.java | 194 } catch (IOException e) { in isTestModelSupportedByAccelerator() 197 testModelEntry.mModelName, acceleratorName), e); in isTestModelSupportedByAccelerator() 249 } catch (BenchmarkException e) { in runBenchmarkLoop() 250 return new BenchmarkResult(e.getMessage()); in runBenchmarkLoop() 262 } catch (BenchmarkException e) { in runCompilationBenchmarkLoop() 263 benchmarkResult.setBenchmarkError(e.getMessage()); in runCompilationBenchmarkLoop() 276 } catch (UnsupportedSdkException e) { in getBenchmark() 277 BenchmarkResult r = new BenchmarkResult(e.getMessage()); in getBenchmark() 327 } catch (IOException | BenchmarkException e) { in run() 328 Log.e(TAG, "Exception during benchmark run", e); in run() [all …]
|
D | TestModelsListLoader.java | 179 } catch (JSONException e) { in parseFromAssets() 180 Log.e(TAG, "error reading json model list", e); in parseFromAssets() 181 throw new IOException("JSON error in " + file, e); in parseFromAssets() 182 } catch (Exception e) { in parseFromAssets() 183 Log.e(TAG, "error parsing json model list", e); in parseFromAssets() 185 throw new IOException("Error while parsing " + file, e); in parseFromAssets()
|
/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/tests/ |
D | AppCompileLaunchTest.java | 149 } catch (ApkInstallerException | IOException | DeviceNotAvailableException e) { in testCompileLaunch() 150 CLog.e("Skipping the test on %s as the setup failed: %s", mPackageName, e.getMessage()); in testCompileLaunch() 152 Assume.assumeNoException(e); in testCompileLaunch() 167 } catch (DeviceNotAvailableException e) { in testCompileLaunch() 168 throw e; in testCompileLaunch() 169 } catch (Throwable e) { in testCompileLaunch() 170 testFailureThrowable = e; in testCompileLaunch() 189 } catch (Throwable e) { in testCompileLaunch() 196 Assume.assumeNoException(e); in testCompileLaunch() 216 } catch (DeviceUtilsException e) { in doTestAppCrash() [all …]
|
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/targetprep/ |
D | AppSetupPreparer.java | 181 } catch (IOException e) { in setUp() 182 CLog.e("Failed to zip the output directory: " + e); in setUp() 209 } catch (TargetSetupError e) { in setUp() 210 currentException = e; in setUp() 211 } catch (UncheckedTimeoutException e) { in setUp() 214 e.getMessage(), e, testInfo.getDevice().getDeviceDescriptor()); in setUp() 227 } catch (InterruptedException e) { in setUp() 230 e.getMessage(), e, testInfo.getDevice().getDeviceDescriptor()); in setUp() 246 } catch (ConfigurationException e) { in setUpOnce() 248 e.getMessage(), e, testInfo.getDevice().getDeviceDescriptor()); in setUpOnce() [all …]
|
D | CheckGmsPreparer.java | 53 CLog.e("Did not detect a running GMS process, rebooting device to recover"); in setUp() 58 CLog.e("GMS process still not running, throwing error"); in setUp() 75 CLog.e( in isGmsRunning() 83 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() argument 88 CLog.e("Did not detect a running GMS process on tearDown"); in tearDown()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/ |
D | CertificationSuiteResultReporter.java | 212 } catch (IOException e) { in testLog() 213 CLog.e("Failed to write log for %s", name); in testLog() 214 CLog.e(e); in testLog() 228 } catch (IOException e) { in testLogDeviceInfo() 230 CLog.e(e); in testLogDeviceInfo() 284 } catch (FileNotFoundException e) { in initializeResultDirectories() 285 throw new RuntimeException(e); in initializeResultDirectories() 300 } catch (FileNotFoundException e) { in initializeResultDirectories() 301 CLog.e(e); in initializeResultDirectories() 345 } catch (IOException e) { in preFormattingSetup() [all …]
|
D | CertificationReportCreator.java | 141 } catch (FileNotFoundException e) { in invocationEnded() 142 throw new RuntimeException(e); in invocationEnded() 168 } catch (IOException e) { in invocationEnded() 169 CLog.e("Error when handling the post processing of results file:"); in invocationEnded() 170 CLog.e(e); in invocationEnded() 188 } catch (IOException e) { in zipResults() 202 CLog.e("IOException while uploading result."); in uploadResult() 203 CLog.e(ioe); in uploadResult() 222 CLog.e("error saving XML with log saver"); in saveLog() 223 CLog.e(ioe); in saveLog() [all …]
|
D | CompactProtoReporter.java | 82 } catch (RuntimeException e) { in invocationEnded() 83 CLog.e("Failed to compact the protos"); in invocationEnded() 84 CLog.e(e); in invocationEnded() 104 } catch (IOException e) { in compactAllProtos() 105 throw new RuntimeException(e); in compactAllProtos()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/util/ |
D | TestExternalStorageActivity.java | 30 } catch (IOException e) { in onCreate() 31 Log.e(TAG, "Failed to create a file", e); in onCreate() 32 throw new IllegalStateException("Failed to write to external storage", e); in onCreate()
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/testing/ |
D | MoreAsserts.java | 48 } catch (Throwable e) { in assertThrows() 49 assertThat(e).isInstanceOf(expectedClass); in assertThrows() 50 return expectedClass.cast(e); in assertThrows()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | BenchmarkTestBase.java | 174 Log.e(NNBenchmark.TAG, in waitUntilCharged() 242 } catch (BenchmarkException | IOException e) { in run() 243 mException = e; in run() 244 Log.e(NNBenchmark.TAG, in run() 245 String.format("Error running Benchmark for test '%s'", mTestModel), e); in run() 246 } catch (Throwable e) { in run() 247 mException = e; in run() 248 Log.e(NNBenchmark.TAG, in run() 249 String.format("Failure running Benchmark for test '%s'!!", mTestModel), e); in run() 250 throw e; in run() [all …]
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | CollectorUtil.java | 66 } catch (JSONException | IOException e) { in pullFromHost() 67 CLog.e("Caught exception during pull."); in pullFromHost() 68 CLog.e(e); in pullFromHost() 86 } catch (IOException e) { in reformatRepeatedStreams() 87 CLog.e("Caught exception during reformatting."); in reformatRepeatedStreams() 88 CLog.e(e); in reformatRepeatedStreams()
|
/test/catbox/runner/src/com/android/catbox/runner/ |
D | MopedRunner.java | 127 } catch (TargetSetupError e) { in run() 128 CLog.logAndDisplay(LogLevel.VERBOSE, "There are problems running tests! %s", e); in run() 129 } catch (TimeoutException e) { in run() 130 CLog.logAndDisplay(LogLevel.VERBOSE, "Test execution timeout! %s", e); in run() 131 } catch (URISyntaxException e) { in run() 132 CLog.logAndDisplay(LogLevel.VERBOSE, "Test artifact not found! %s", e); in run() 160 } catch (IOException e) { in executeHostCommand() 161 CLog.logAndDisplay(LogLevel.VERBOSE, "There are problems with IO! %s", e); in executeHostCommand() 162 } catch (InterruptedException e) { in executeHostCommand()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/sl/ |
D | SupportLibraryDriverHandler.java | 56 Log.e(TAG, String in getOrLoadNnApiSlHandle() 63 Log.e(TAG, String in getOrLoadNnApiSlHandle() 99 } catch (IOException e) { in extractAllAndGetNnApiSlPath() 100 Log.e(TAG, "Unable to find list of SL libraries under assets.", e); in extractAllAndGetNnApiSlPath() 101 throw e; in extractAllAndGetNnApiSlPath() 116 Log.e(TAG, errorMsg); in extractNnApiSlLibTo()
|