Home
last modified time | relevance | path

Searched defs:SubInt (Results 1 – 2 of 2) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/code/
DSubInt.java9 public class SubInt extends Format23x { class
15 SubInt(int high, BytecodeStream stream) { in SubInt() method in SubInt
19 public SubInt(int dest, int left, int right) { in SubInt() method in SubInt
/external/python/cpython2/Lib/test/
Dtest_typechecks.py27 class SubInt(Integer): class