Home
last modified time | relevance | path

Searched refs:throwException (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationXmlParser.java154 throwException(String.format( in startElement()
160 throwException( in startElement()
188 throwException(String.format( in startElement()
196 throwException("Missing 'name' attribute for option"); in startElement()
205 throwException("Missing 'value' attribute for option '" + optionName + "'"); in startElement()
232 throwException("Missing 'name' attribute for include"); in startElement()
235 throwException("<include> tag only expect a 'name' attribute."); in startElement()
247 throwException(String.format(INNER_TEMPLATE_INCLUDE_ERROR, in startElement()
255 throwException("Missing 'name' attribute for template-include"); in startElement()
259 throwException("<template> inside device object currently not supported."); in startElement()
[all …]
/tools/tradefederation/core/test_observatory/com/android/tradefed/observatory/
DTestDiscoveryExecutor.java254 boolean throwException = true; in discoverTestModulesFromTests()
262 throwException = false; in discoverTestModulesFromTests()
267 if (throwException) { in discoverTestModulesFromTests()
278 boolean throwException = true; in discoverTestModulesFromTests()
285 throwException = false; in discoverTestModulesFromTests()
290 if (throwException) { in discoverTestModulesFromTests()
300 boolean throwException = true; in discoverTestModulesFromTests()
309 throwException = false; in discoverTestModulesFromTests()
314 if (throwException) { in discoverTestModulesFromTests()
/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java210 final AtomicBoolean throwException = new AtomicBoolean(false); in testFetchRemoteFile_concurrentFail() local
215 while (!throwException.get()) { in testFetchRemoteFile_concurrentFail()
251 throwException.set(true); in testFetchRemoteFile_concurrentFail()