Home | History | Annotate | Download | only in merge

Lines Matching refs:all

53     /** All IDs and definitions sections */
303 List<UnsortedValue> all = new ArrayList<UnsortedValue>();
304 all.addAll(readUnsortedValues(dexA, aIndexMap));
305 all.addAll(readUnsortedValues(dexB, bIndexMap));
306 Collections.sort(all);
309 for (int i = 0; i < all.size(); ) {
310 UnsortedValue e1 = all.get(i++);
313 while (i < all.size() && e1.compareTo(all.get(i)) == 0) {
314 UnsortedValue e2 = all.get(i++);
544 * through all N types, where 'D' is the depth of the deepest type. For
560 // Now that all types have depth information, the result can be sorted
664 * Transform all annotations on a class.
723 * Transform all annotations on a single type, member or parameter.
928 // all of the bytes in an encoding arrays section may be uleb/sleb