Home
last modified time | relevance | path

Searched refs:a2 (Results 1 – 3 of 3) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DDigestAlgorithm.java49 public int compare(DigestAlgorithm a1, DigestAlgorithm a2) { in compare() argument
52 switch (a2) { in compare()
58 throw new RuntimeException("Unsupported algorithm: " + a2); in compare()
61 switch (a2) { in compare()
67 throw new RuntimeException("Unsupported algorithm: " + a2); in compare()
/tools/treble/split/
Dxml_diff.py90 a2 = e2.get(attr)
91 if a1 == a2:
94 changes.added[attr] = a2 or ''
95 elif not a2:
98 changes.modified[attr] = Change(value_from=a1, value_to=a2)
/tools/repohooks/tools/
Dcheckpatch.pl7028 my $a2 = $10;
7032 my $r2 = $a2;
7034 $r1 = $a2;