HomeSort by relevance Sort by last modified time
    Searched refs:getExceptionType (Results 1 - 18 of 18) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchHandlerList.java 86 sb.append(entry.getExceptionType().toHuman());
111 return last.getExceptionType().equals(CstType.OBJECT);
225 public CstType getExceptionType() {
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 86 sb.append(entry.getExceptionType().toHuman());
111 return last.getExceptionType().equals(CstType.OBJECT);
225 public CstType getExceptionType() {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchHandlerList.java 86 sb.append(entry.getExceptionType().toHuman());
111 return last.getExceptionType().equals(CstType.OBJECT);
225 public CstType getExceptionType() {
  /packages/apps/Email/src/com/android/email/
MessagingExceptionStrings.java 35 switch (e.getExceptionType()) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
MessagingException.java 125 public int getExceptionType() {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 584 int exceptionType = result.getExceptionType();
612 switch (ex.getExceptionType()) {
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 167 typeIds.indexOf(entry.getExceptionType()));
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 165 typeIds.indexOf(entry.getExceptionType()));
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CatchStructs.java 165 typeIds.indexOf(entry.getExceptionType()));
  /external/clang/lib/AST/
TypePrinter.cpp 570 OS << getExceptionType(I).stream(Policy);
    [all...]
DeclPrinter.cpp 465 Proto += FT->getExceptionType(I).getAsString(SubPolicy);
    [all...]
ASTImporter.cpp 533 Proto1->getExceptionType(I),
534 Proto2->getExceptionType(I)))
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 197 if (me.getExceptionType() == MessagingException.IOERROR) {
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 506 QualType Ty = Proto->getExceptionType(I);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 195 Writer.AddTypeRef(T->getExceptionType(I), Record);
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 510 milliseconds