Searched refs:LogAbortException (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLogAbortException.java19 public class LogAbortException extends Exception { class in inherits:Exception
24 public LogAbortException(String format, Object... args) { method in class:LogAbortException
H A DMain.java99 } catch (LogAbortException e) {
H A DAsmAnalyzer.java83 public void analyze() throws IOException, LogAbortException {
154 throws LogAbortException {
176 Map<String, ClassReader> inOutFound) throws LogAbortException {
179 throw new LogAbortException("Class %s not found by ASM in %s",
202 Map<String, ClassReader> inOutFound) throws LogAbortException {
233 Map<String, ClassReader> inOutFound) throws LogAbortException {
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmAnalyzerTest.java88 public void testFindClass() throws IOException, LogAbortException {
103 public void testFindGlobs() throws IOException, LogAbortException {
162 public void testFindClassesDerivingFrom() throws LogAbortException, IOException {
184 public void testDependencyVisitor() throws IOException, LogAbortException {
H A DAsmGeneratorTest.java67 public void testClassRenaming() throws IOException, LogAbortException {

Completed in 69 milliseconds