Searched refs:checkNotNull (Results 1 – 14 of 14) sorted by relevance
65 Preconditions.checkNotNull(patch);82 Preconditions.checkNotNull(base);83 Preconditions.checkNotNull(patch);124 Preconditions.checkNotNull(mcs);125 Preconditions.checkNotNull(name);147 Preconditions.checkNotNull(allOverlay);148 Preconditions.checkNotNull(base);176 Preconditions.checkNotNull(overlay);177 Preconditions.checkNotNull(base);
84 checkNotNull(name, Field.NAME.getTag()); in ApkInfo()85 checkNotNull(fileName, Field.FILE_NAME.getTag()); in ApkInfo()86 checkNotNull(packageName, Field.PACKAGE_NAME.getTag()); in ApkInfo()87 checkNotNull(layerName, Field.LAYER_NAME.getTag()); in ApkInfo()164 private void checkNotNull(Object value, String fieldName) { in checkNotNull() method in ApkInfo
31 checkNotNull(name, Field.NAME.getTag()); in CertificationRequirements()66 private void checkNotNull(Object value, String fieldName) { in checkNotNull() method in CertificationRequirements
820 Preconditions.checkNotNull(eocdEntry, "eocdEntry == null"); in readCentralDirectory()821 Preconditions.checkNotNull(eocdEntry.getStore(), "eocdEntry.getStore() == null"); in readCentralDirectory()912 Preconditions.checkNotNull(b, "b == null"); in directOpen()954 Preconditions.checkNotNull(mapEntry, "mapEntry == null"); in delete()1239 Preconditions.checkNotNull(mapEntry); in reAdd()1329 Preconditions.checkNotNull(raf, "raf == null"); in writeEntry()1374 Preconditions.checkNotNull(raf, "raf == null"); in computeCentralDirectory()1408 Preconditions.checkNotNull(raf, "raf == null"); in appendCentralDirectory()1415 Preconditions.checkNotNull(directoryEntry, "directoryEntry != null"); in appendCentralDirectory()1418 Preconditions.checkNotNull(newDirectory, "newDirectory != null"); in appendCentralDirectory()[all …]
111 Preconditions.checkNotNull(segments); in getSegments()143 Preconditions.checkNotNull(rawData); in parseSegments()190 Preconditions.checkNotNull(segments); in size()211 Preconditions.checkNotNull(segments); in write()
536 Preconditions.checkNotNull(entry, "entry == null"); in before()550 Preconditions.checkNotNull(entry, "entry == null"); in after()
103 Preconditions.checkNotNull(store, "store == null"); in makeUsed()
226 Preconditions.checkNotNull(bytes, "bytes == null"); in makeFromData()
247 Preconditions.checkNotNull( in StoredEntry()
47 Preconditions.checkNotNull(bytes, "bytes == null"); in readUnsigned4Le()73 Preconditions.checkNotNull(bytes, "bytes == null"); in readUnsigned2Le()100 Preconditions.checkNotNull(output, "output == null"); in writeUnsigned4Le()122 Preconditions.checkNotNull(output, "output == null"); in writeUnsigned2Le()
19 import static com.google.common.base.Preconditions.checkNotNull;149 this.nativeLibrariesPackagingMode = checkNotNull(nativeLibrariesPackagingMode); in CreationData()150 this.noCompressPredicate = checkNotNull(noCompressPredicate); in CreationData()
93 val field1Type = checkNotNull( in <lambda>()98 val field2Type = checkNotNull( in <lambda>()
100 Preconditions.checkNotNull(packageElement); in process()101 Preconditions.checkNotNull(enclosingElementName); in process()
780 return checkNotNull(project.getService(KotlinUastResolveProviderService::class.java)) in <lambda>()