Searched refs:foundSize (Results 1 – 4 of 4) sorted by relevance
36 int foundSize = found.size(); in verify() local37 if (foundSize > maxNumberOfInvocations) { in verify()38 throw wantedAtMostX(maxNumberOfInvocations, foundSize); in verify()
745 String foundSize = (String) jarVersions.get(new Long(jarSize)); in getApparentVersion() local747 if ((null != foundSize) && (foundSize.startsWith(jarName))) in getApparentVersion()749 return foundSize; in getApparentVersion()
1196 size_t foundSize = 0;1199 foundSize = consumer.consumer(tempView);1203 foundSize = bytesNeeded;1205 foundSize = curSize;1210 if (consumer.readToCurrentFrame || foundSize) {1211 NSRange sliceRange = NSMakeRange(_readBufferOffset, foundSize);1214 _readBufferOffset += foundSize;1263 consumer.bytesNeeded -= foundSize;1271 } else if (foundSize) {
521 … static MoreThanAllowedActualInvocations wantedAtMostX(int maxNumberOfInvocations, int foundSize) { in wantedAtMostX() argument522 …Invocations(join("Wanted at most " + pluralize(maxNumberOfInvocations) + " but was " + foundSize)); in wantedAtMostX()