Searched refs:toCheck (Results 1 – 5 of 5) sorted by relevance
84 Map<String, ZipEntry> toCheck = new HashMap<String, ZipEntry>(); in testCrcRange() local89 toCheck.put(entry.getName(), entry); in testCrcRange()93 Assert.assertEquals(zip.size(), toCheck.size()); in testCrcRange()97 ZipEntry checkEntry = toCheck.get(refEntry.getName()); in testCrcRange()
467 private static boolean brokenIsUpper(char toCheck) { in brokenIsUpper() argument468 return toCheck >= 'A' && toCheck <= 'Z'; in brokenIsUpper()475 private static boolean brokenIsLower(char toCheck) { in brokenIsLower() argument476 return toCheck >= 'a' && toCheck <= 'z'; in brokenIsLower()
103 ArrayList<TypeMirror> toCheck = new ArrayList<TypeMirror>(); in findInterface() local104 toCheck.add(mTypeMirror); in findInterface()105 while (!toCheck.isEmpty()) { in findInterface()106 TypeMirror typeMirror = toCheck.remove(0); in findInterface()111 toCheck.addAll(typeUtil.directSupertypes(typeMirror)); in findInterface()
1929 Pair<Integer, String> toCheck = new Pair<>(code, reasonInfo.getExtraMessage()); in maybeRemapReasonCode() local1931 if (mImsReasonCodeMap.containsKey(toCheck)) { in maybeRemapReasonCode()1932 int toCode = mImsReasonCodeMap.get(toCheck); in maybeRemapReasonCode()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...