Searched defs:res (Results 1 – 7 of 7) sorted by relevance
116 int res = Integer.compare(packageInfos.size(), other.packageInfos.size()); in compareTo() local173 int res = Integer.compare(a.length, b.length); in compare() local
71 int res = packageName.compareTo(other.packageName); in compareTo() local
66 struct fdt_header *res = in LLVMFuzzerTestOneInput() local
29 auto res = rust::VerifyDiceChain({chain.data(), chain.size()}, chainKind); in Verify() local
481 StringBuilder res = new StringBuilder(1024); in toString() local
425 Multimap<Integer, CarrierId> res = aospCarrierList.getCarrierIdList().stream() in reverseAospCarrierListPerParentCanonicalId() local
1763 val res = mutableSetOf<String>() in <lambda>() constant