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 DAsmAnalyzer.java98 public void analyze() throws IOException, LogAbortException {
191 throws LogAbortException {
213 Map<String, ClassReader> inOutFound) throws LogAbortException {
216 throw new LogAbortException("Class %s not found by ASM in %s",
239 Map<String, ClassReader> inOutFound) throws LogAbortException {
276 Map<String, ClassReader> inOutFound) throws LogAbortException {
H A DMain.java157 } catch (LogAbortException e) {
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmAnalyzerTest.java102 public void testFindClass() throws IOException, LogAbortException {
121 public void testFindGlobs() throws IOException, LogAbortException {
184 public void testFindClassesDerivingFrom() throws LogAbortException, IOException {
210 public void testDependencyVisitor() throws IOException, LogAbortException {
H A DAsmGeneratorTest.java90 public void testClassRenaming() throws IOException, LogAbortException {
169 public void testClassRefactoring() throws IOException, LogAbortException {
259 public void testClassExclusion() throws IOException, LogAbortException {
343 public void testMethodInjection() throws IOException, LogAbortException,

Completed in 99 milliseconds