HomeSort by relevance Sort by last modified time
    Searched defs:THROW (Results 1 - 6 of 6) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
etip.h 340 inline void THROW(const NCursesException *e) {
365 throw *e;
368 #define THROWS(s) throw(s)
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 177 /** {@code x: Throwable :: throw(x)} */
178 public static final int THROW = 35;
209 * throw {@code ClassCastException})
348 case THROW: return "throw";
396 throw new RuntimeException("Unrecognized IF regop: " + opcode);
Rops.java 632 /** {@code x: Throwable :: throw(x)} */
633 public static final Rop THROW =
634 new Rop(RegOps.THROW, Type.VOID, StdTypeList.THROWABLE,
635 StdTypeList.THROWABLE, "throw");
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 219 public static final Dop THROW =
220 new Dop(DalvOps.THROW, DalvOps.THROW,
221 Form11x.THE_ONE, false, "throw");
    [all...]
DalvOps.java 73 public static final int THROW = 0x27;
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 201 milliseconds