HomeSort by relevance Sort by last modified time
    Searched full:isintlike (Results 1 - 5 of 5) sorted by null

  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 195 } else if (type1.isIntlike() && type2.isIntlike()) {
249 return supertype.isIntlike() && subtype.isIntlike();
  /dalvik/dx/src/com/android/dx/rop/type/
TypeBearer.java 35 * {@code this}, except if {@link Type#isIntlike} on the underlying
Prototype.java 334 * "intlike" types (see {@link Type#isIntlike}) are replaced by
346 if (one.isIntlike()) {
Type.java 656 public boolean isIntlike() {
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 377 milliseconds