Searched refs:hdr (Results 1 – 2 of 2) sorted by relevance
87 String hdr; in run() local89 hdr = dexHdr; in run()91 hdr = classHdr; in run()93 …if (!firstLine.startsWith(hdr)) throw new RuntimeException("wrong format:"+firstLine +" isDex=" + … in run()98 String classO = firstLine.substring(hdr.length()).trim(); in run()
27689 var hdr = this.getBits(3);27690 if (hdr & 1)27692 hdr >>= 1;27694 if (hdr == 0) { // uncompressed block27734 if (hdr == 1) { // compressed block, fixed codes27737 } else if (hdr == 2) { // compressed block, dynamic codes