Home | History | Annotate | Download | only in 072-dex-switch-edge-cases

Lines Matching full:case

33             case 0: return 0;
42 case Integer.MIN_VALUE: return 0;
51 case Integer.MAX_VALUE: return 0;
60 case 0: return 0;
61 case Integer.MIN_VALUE: return 1;
70 case 0: return 0;
71 case Integer.MAX_VALUE: return 1;
80 case Integer.MIN_VALUE: return 0;
81 case Integer.MAX_VALUE: return 1;
91 case 0: return 0;
92 case 0x4cccccc8: return 1;