/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | FatLfnDirectory.java | 93 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 …]
|
D | FatType.java | 51 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()
|
D | FatFile.java | 36 private final FatDirectoryEntry entry; field in FatFile 46 static FatFile get(Fat fat, FatDirectoryEntry entry) in get()
|
D | Fat.java | 262 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()
|
D | AbstractDirectory.java | 218 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
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | FileUseMap.java | 102 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()
|
D | ZFileExtension.java | 129 public IOExceptionRunnable added(@Nonnull StoredEntry entry, @Nullable StoredEntry replaced) { in added() 143 public IOExceptionRunnable removed(@Nonnull StoredEntry entry) { in removed()
|
D | ZFile.java | 545 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 …]
|
D | CentralDirectory.java | 266 directory.entries.put(cdr.getName(), entry); in makeFromEntries() local 378 StoredEntry entry; in readEntry() local
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | ZipUtil2.java | 44 private static boolean applyUnixModeIfNecessary(ZipArchiveEntry entry, File localFile) in applyUnixModeIfNecessary() 65 ZipArchiveEntry entry = entries.nextElement(); in extractZip() local 112 ZipArchiveEntry entry = zipFile.getEntry(filePath); in extractFileFromZip() local
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/compress/ |
D | MultiCompressorTest.java | 66 StoredEntry entry = zf.get("file"); in storeIsBest() local 85 StoredEntry entry = zf.get("file"); in sameCompressionResultButBetterThanStore() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/ |
D | ResultsPlayerTest.java | 161 Entry<TestDescription, TestResult> entry = new SimpleEntry<>(test, result); in testReplay_oneTest() local 189 Entry<TestDescription, TestResult> entry = new SimpleEntry<>(test, result); in testReplay_MultiTest() local
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | SubprocessReportingHelper.java | 130 JarEntry entry = new JarEntry(path.substring(path.indexOf("com"))); in createJar() local 139 JarEntry entry = new JarEntry(String.format("config/%s", configName)); in createJar() local
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/ |
D | SigningExtension.java | 244 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/ |
D | AddApisFromCodebase.kt | 56 val entry = newClass.addSuperClass(filteredSuperClass.internalName(), since) in addApisFromCodebase() constant
|
/tools/security/fuzzing/orphans/libexif/ |
D | libexif_fuzzer.cpp | 20 static void dump_value(ExifEntry *entry, void *) { in dump_value()
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_proto_utils_test.py | 55 def compare_test_entry(self, entry, name, id, nested): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | FileEntryWrapper.java | 41 FileEntryWrapper(NativeDevice testDevice, FileEntry entry) { in FileEntryWrapper()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | ClangCodeCoverageListenerTest.java | 389 TarArchiveEntry entry = new TarArchiveEntry(file.getKey()); in createTar() local 405 ZipEntry entry = new ZipEntry("bin/llvm-profdata"); in createProfileToolZip() local
|
/tools/repohooks/tools/ |
D | android_test_mapping_format.py | 87 def _validate_import(entry, test_mapping_file): argument
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/ |
D | MixImageZipPreparer.java | 343 final ZipEntry entry = entries.nextElement(); in getInputStreamFactoriesFromImageZip() local 433 private static void initStoredZipEntry(ZipEntry entry, InputStreamFactory factory) in initStoredZipEntry() 465 ZipEntry entry = new ZipEntry(factory.getKey()); in createZip() local
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zfile/ |
D | ApkZFileCreator.java | 172 StoredEntry entry = zip.get(apkPath); in deleteFile() local
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ZFileNotificationTest.java | 78 public IOExceptionRunnable added(@Nonnull StoredEntry entry, in added() 86 public IOExceptionRunnable removed(@Nonnull StoredEntry entry) { in removed()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TarUtil.java | 87 TarArchiveEntry entry = null; in unTar() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | ZipUtilFuncTest.java | 164 private boolean validateCentralDirectoryInfo(CentralDirectoryInfo entry) { in validateCentralDirectoryInfo()
|