Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 32) sorted by relevance

12

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectory.java93 FatFile getFile(FatDirectoryEntry entry) throws IOException { in getFile()
104 FatLfnDirectory getDirectory(FatDirectoryEntry entry) throws IOException { in getDirectory()
136 final FatLfnDirectoryEntry entry = in addFile() local
142 longNameIndex.put(name.toLowerCase(), entry); in addFile() local
230 final FatLfnDirectoryEntry entry = longNameIndex.get(name); in getEntry() local
352 final FatLfnDirectoryEntry entry = getEntry(name); in remove() local
373 void unlinkEntry(FatLfnDirectoryEntry entry) { in unlinkEntry()
402 void linkEntry(FatLfnDirectoryEntry entry) throws IOException { in linkEntry()
408 this.longNameIndex.put(entry.getName().toLowerCase(), entry); in linkEntry() local
409 this.shortNameIndex.put(entry.realEntry.getShortName(), entry); in linkEntry() local
[all …]
DFatType.java51 void writeEntry(byte[] data, int index, long entry) { in writeEntry()
78 void writeEntry(byte[] data, int index, long entry) { in writeEntry()
101 void writeEntry(byte[] data, int index, long entry) { in writeEntry()
134 abstract void writeEntry(byte[] data, int index, long entry); in writeEntry()
155 boolean isReservedCluster(long entry) { in isReservedCluster()
159 boolean isEofCluster(long entry) { in isEofCluster()
DFatFile.java36 private final FatDirectoryEntry entry; field in FatFile
46 static FatFile get(Fat fat, FatDirectoryEntry entry) in get()
DFat.java262 long entry = entries[(int) cluster]; in getNextCluster() local
425 protected boolean isFreeCluster(long entry) { in isFreeCluster()
436 protected boolean isReservedCluster(long entry) { in isReservedCluster()
446 protected boolean isEofCluster(long entry) { in isEofCluster()
DAbstractDirectory.java218 final FatDirectoryEntry entry = entries.get(i); in flush() local
288 public void removeEntry(FatDirectoryEntry entry) throws IOException { in removeEntry()
313 final FatDirectoryEntry entry = FatDirectoryEntry.create(true); in createSub() local
DFatLfnDirectoryEntry.java87 FatDirectoryEntry entry = dir.dir.getEntry(i + offset); in extract() local
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DFileUseMap.java102 private void internalAdd(@Nonnull FileUseMapEntry<?> entry) { in internalAdd()
115 private void internalRemove(@Nonnull FileUseMapEntry<?> entry) { in internalRemove()
131 private void add(@Nonnull FileUseMapEntry<?> entry) { in add()
181 FileUseMapEntry<T> entry = FileUseMapEntry.makeUsed(start, end, store); local
193 private FileUseMapEntry<?> findContainer(@Nonnull FileUseMapEntry<?> entry) { in findContainer()
214 @Nonnull FileUseMapEntry<?> entry) { in split()
246 private void coalesce(@Nonnull FileUseMapEntry<?> entry) { in coalesce()
535 FileUseMapEntry<?> before(@Nonnull FileUseMapEntry<?> entry) { in before()
549 FileUseMapEntry<?> after(@Nonnull FileUseMapEntry<?> entry) { in after()
DZFileExtension.java129 public IOExceptionRunnable added(@Nonnull StoredEntry entry, @Nullable StoredEntry replaced) { in added()
143 public IOExceptionRunnable removed(@Nonnull StoredEntry entry) { in removed()
DZFile.java545 StoredEntry entry = mapEntry.getStore(); in entries() local
547 entries.put(entry.getCentralDirectoryHeader().getName(), entry); in entries() local
949 void delete(@Nonnull final StoredEntry entry, boolean notify) throws IOException { in delete()
1143 StoredEntry entry = toWriteToStore.get(fileUseMapEntry); in update() local
1235 private void reAdd(@Nonnull StoredEntry entry, @Nonnull PositionHint positionHint) in reAdd()
1259 void localHeaderChanged(@Nonnull StoredEntry entry, boolean resized) throws IOException { in localHeaderChanged()
1325 private void writeEntry(@Nonnull StoredEntry entry, long offset) throws IOException { in writeEntry()
1903 private FileUseMapEntry<StoredEntry> positionInFile( in positionInFile()
1942 private int chooseAlignment(@Nonnull StoredEntry entry) throws IOException { in chooseAlignment()
2120 boolean realign(@Nonnull StoredEntry entry) throws IOException { in realign()
[all …]
DCentralDirectory.java266 directory.entries.put(cdr.getName(), entry); in makeFromEntries() local
378 StoredEntry entry; in readEntry() local
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/compress/
DMultiCompressorTest.java66 StoredEntry entry = zf.get("file"); in storeIsBest() local
85 StoredEntry entry = zf.get("file"); in sameCompressionResultButBetterThanStore() local
/tools/carrier_settings/proto/
Dcarrier_list.proto59 repeated CarrierMap entry = 1; field
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DSigningExtension.java244 private void onZipEntryOutput(@Nonnull StoredEntry entry) throws IOException { in onZipEntryOutput()
311 ApkSignerEngine.OutputJarSignatureRequest.JarEntry entry = v1SignatureEntries.get(i); in onOutputZipReadyForUpdate() local
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DAddApisFromCodebase.kt56 val entry = newClass.addSuperClass(filteredSuperClass.internalName(), since) in addApisFromCodebase() constant
DApiClass.java70 ApiElement entry = findByName(mSuperClasses, superClass); in removeSuperClass() local
212 Map.Entry<String, ApiElement> entry = it.next(); in removeOverridingMethods() local
DAndroidJarReader.java127 ZipEntry entry = zis.getNextEntry(); in readJar() local
/tools/security/fuzzing/orphans/libexif/
Dlibexif_fuzzer.cpp20 static void dump_value(ExifEntry *entry, void *) { in dump_value()
/tools/repohooks/tools/
Dandroid_test_mapping_format.py84 def _validate_import(entry, test_mapping_file): argument
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zfile/
DApkZFileCreator.java172 StoredEntry entry = zip.get(apkPath); in deleteFile() local
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZFileNotificationTest.java78 public IOExceptionRunnable added(@Nonnull StoredEntry entry, in added()
86 public IOExceptionRunnable removed(@Nonnull StoredEntry entry) { in removed()
DZFileTest.java948 StoredEntry entry = f.entries().iterator().next(); in utf8NamesSupportedOnReading() local
973 StoredEntry entry = f.entries().iterator().next(); in utf8NamesSupportedOnReadingWithoutUtf8Flag() local
998 StoredEntry entry = zip2.entries().iterator().next(); in utf8NamesSupportedOnWriting() local
1121 StoredEntry entry = zf.get("foo"); in zipFileWithEocdMarkerInComment() local
1142 StoredEntry entry = zf.get(fname); in zipFileWithEocdMarkerInFileName() local
1167 StoredEntry entry = zf.get("file"); in zipFileWithEocdMarkerInFileContents() local
/tools/metalava/src/main/java/com/android/tools/metalava/
DConvertJarsToSignatureFiles.kt155 val entry = enumeration.nextElement() in <lambda>() constant
DRewriteAnnotations.kt221 val entry = zis.nextEntry ?: break in <lambda>() constant
DAnnotationStatistics.kt165 for (entry in classPath) { in <lambda>() constant
384 val entry = enumeration.nextElement() in <lambda>() constant
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiTypePrinterTest.kt914 val entry = results[key]!! in <lambda>() constant

12