HomeSort by relevance Sort by last modified time
    Searched defs:exceptionType (Results 1 - 25 of 35) sorted by null

1 2

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
BaseExceptionHandler.java 46 final String exceptionType = getExceptionType();
47 if (exceptionType == null) {
53 return exceptionType;
60 String exceptionType = getExceptionType();
61 int hashCode = exceptionType==null?0:exceptionType.hashCode();
78 String exceptionType = getExceptionType();
79 if (exceptionType == null) {
88 res = exceptionType.compareTo(o.getExceptionType());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderExceptionHandler.java 39 @Nullable final BuilderTypeReference exceptionType;
42 BuilderExceptionHandler(@Nullable BuilderTypeReference exceptionType, int handlerCodeAddress) {
43 this.exceptionType = exceptionType;
48 return exceptionType==null?null:exceptionType.getType();
  /external/doclava/src/com/google/doclava/
ThrowsTagInfo.java 56 public TypeInfo exceptionType() {
67 if (tags[i].exceptionType() != null) {
68 tags[i].exceptionType().makeHDF(data, base + "." + i + ".type");
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
CatchMethodItem.java 39 private final String exceptionType;
46 int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress,
49 this.exceptionType = exceptionType;
57 if (exceptionType == null) {
83 if (exceptionType == null) {
87 writer.write(exceptionType);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableExceptionHandler.java 43 @Nullable protected final String exceptionType;
46 public ImmutableExceptionHandler(@Nullable String exceptionType,
48 this.exceptionType = exceptionType;
61 @Nullable @Override public String getExceptionType() { return exceptionType; }
  /external/libcxxabi/src/
cxa_exception.hpp 39 std::type_info *exceptionType;
77 std::type_info *exceptionType;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.hpp 39 std::type_info *exceptionType;
77 std::type_info *exceptionType;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchHandlerList.java 118 * @param exceptionType {@code non-null;} type of exception handled
121 public void set(int n, CstType exceptionType, int handler) {
122 set0(n, new Entry(exceptionType, handler));
169 private final CstType exceptionType;
177 * @param exceptionType {@code non-null;} type of exception handled
180 public Entry(CstType exceptionType, int handler) {
185 if (exceptionType == null) {
186 throw new NullPointerException("exceptionType == null");
190 this.exceptionType = exceptionType;
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 118 * @param exceptionType {@code non-null;} type of exception handled
121 public void set(int n, CstType exceptionType, int handler) {
122 set0(n, new Entry(exceptionType, handler));
169 private final CstType exceptionType;
177 * @param exceptionType {@code non-null;} type of exception handled
180 public Entry(CstType exceptionType, int handler) {
185 if (exceptionType == null) {
186 throw new NullPointerException("exceptionType == null");
190 this.exceptionType = exceptionType;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchHandlerList.java 118 * @param exceptionType {@code non-null;} type of exception handled
121 public void set(int n, CstType exceptionType, int handler) {
122 set0(n, new Entry(exceptionType, handler));
169 private final CstType exceptionType;
177 * @param exceptionType {@code non-null;} type of exception handled
180 public Entry(CstType exceptionType, int handler) {
185 if (exceptionType == null) {
186 throw new NullPointerException("exceptionType == null");
190 this.exceptionType = exceptionType;
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi_defines.h 281 std::type_info* exceptionType;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 475 final int exceptionType = result.getExceptionType();
477 switch (exceptionType) {
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.11.2/
gradle-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.1/
gradle-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.2/
gradle-0.12.2.jar 

Completed in 275 milliseconds

1 2