/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | EncodedCatchHandlerList.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() 35 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | EncodedTypeAddrPair.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() 32 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | FieldAnnotation.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() 32 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | MethodAnnotation.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() 32 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | ParameterAnnotation.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() 32 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | EncodedAnnotation.java | 27 public void read(DexRandomAccessFile file) throws IOException { in read() 39 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | FieldIdItem.java | 27 public void read(DexRandomAccessFile file) throws IOException { in read() 35 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | MethodIdItem.java | 27 public void read(DexRandomAccessFile file) throws IOException { in read() 35 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | ProtoIdItem.java | 27 public void read(DexRandomAccessFile file) throws IOException { in read() 35 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | TryItem.java | 27 public void read(DexRandomAccessFile file) throws IOException { in read() 34 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | DebugInfoItem.java | 33 public void read(DexRandomAccessFile file) throws IOException { in read() 45 public void write(DexRandomAccessFile file) throws IOException { in write()
|
H A D | EncodedCatchHandler.java | 27 public void read(DexRandomAccessFile file) throws IOException { in read() 42 public void write(DexRandomAccessFile file) throws IOException { in write()
|
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
H A D | file_util.cpp | 30 bool IsFileExists(const std::string& file) in IsFileExists() 35 bool IsFile(const std::string& file) in IsFile() 47 bool RemoveFile(const std::string& file) in RemoveFile()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/ |
H A D | sync_benchmarks.rs | 58 let mut file = File::open(READ_FILE).unwrap(); in std_read_file() localVariable 72 let mut file = File::open(READ_FILE).unwrap(); in std_read_file_by_chars() localVariable 90 let mut file = File::create(WRITE_FILE).unwrap(); in std_write_file() localVariable
|
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
H A D | IdleServiceTest.java | 102 final File file = MediaScannerTest.stage(R.raw.test_image, in testPruneThumbnails() local 147 final File file = MediaScannerTest.stage(R.raw.test_image, in testExtendTrashedItemExpiresOverOneWeek() local 185 final File file = MediaScannerTest.stage(R.raw.test_image, in testDeleteExpiredTrashedItem() local 218 public static File delete(File file) throws IOException { in delete() 224 public static File touch(File file) throws IOException { in touch() 231 public static boolean exists(File file) throws IOException { in exists()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
H A D | DictDecoder.java | 129 public DictBuffer getDictionaryBuffer(final File file) in getDictionaryBuffer() 143 public DictBuffer getDictionaryBuffer(final File file) in getDictionaryBuffer() 172 public DictBuffer getDictionaryBuffer(final File file) in getDictionaryBuffer() 199 public DictBuffer getDictionaryBuffer(final File file) in getDictionaryBuffer()
|
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/util/ |
H A D | CommonUtilsTest.java | 38 File file = new File(RuntimeEnvironment.application.getExternalFilesDir(null), "file"); in deleteDirOrFile_file() local 70 File file = new File(subDir, "file"); in deleteDirOrFile_unreadableSubDir() local
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/ide/common/resources/deprecated/ |
H A D | ResourceFolder.java | 66 public ResourceFile processFile(TestFileWrapper file, ResourceDeltaKind kind, in processFile() 87 private ResourceFile createResourceFile(TestFileWrapper file) { in createResourceFile() 133 private ResourceFile getFile(TestFileWrapper file, ScanningContext context) { in getFile()
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
H A D | DownloadsFilePreference.java | 34 public DownloadsFilePreference(Context context, File file, IconProvider iconProvider) { in DownloadsFilePreference() 62 File file = getFile(); in compareTo() local
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
H A D | StubProvider.java | 178 final StubDocument file = mStorage.get(documentId); in queryDocument() local 213 File file = createFile(parent, mimeType, displayName); in createDocument() local 609 File file = createFile(parent, mimeType, displayName); in createDocument() local 635 final File file = new File(parent.file, displayName); in createFile() local 690 private void removeChildrenRecursively(File file) { in removeChildrenRecursively() 771 final File file = new File(root.file, path.substring(1)); in createFile() local 797 RootInfo(File file, long capacity) { in RootInfo() 818 public final File file; field in StubProvider.StubDocument 837 private StubDocument(File file, RootInfo rootInfo) { in StubDocument() 852 File file, String mimeType, StubDocument parent) { in createRegularDocument() [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BatteryStatsHistoryTest.java | 142 private void verifyActiveFile(BatteryStatsHistory history, String file) { in verifyActiveFile() 158 private void verifyFileDeleted(String file) { in verifyFileDeleted() 163 final File file = history.getActiveFile().getBaseFile(); in createActiveFile() local
|
/aosp12/frameworks/av/media/libstagefright/id3/test/ |
H A D | ID3Test.cpp | 46 sp<FileSource> file = new FileSource(path.c_str()); in TEST_P() local 66 sp<android::FileSource> file = new FileSource(path.c_str()); in TEST_P() local 80 sp<android::FileSource> file = new FileSource(path.c_str()); in TEST_P() local 125 sp<android::FileSource> file = new FileSource(path.c_str()); in TEST_P() local 152 sp<android::FileSource> file = new FileSource(path.c_str()); in TEST_P() local
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/ |
H A D | c_service_driver_code_emitter.cpp | 68 File file(filePath, File::WRITE); in EmitLowDriverSourceFile() local 98 for (const auto &file : headerFiles) { in EmitLowDriverInclusions() local 140 File file(filePath, File::WRITE); in EmitDriverSourceFile() local 188 for (const auto &file : headerFiles) { in EmitDriverInclusions() local
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | c_service_driver_code_emitter.cpp | 61 File file(filePath, File::WRITE); in EmitLowDriverSourceFile() local 91 for (const auto &file : headerFiles) { in EmitLowDriverInclusions() local 133 File file(filePath, File::WRITE); in EmitDriverSourceFile() local 181 for (const auto &file : headerFiles) { in EmitDriverInclusions() local
|
/aosp12/packages/apps/Traceur/src/com/android/traceur/ |
H A D | FileSender.java | 44 public static void postNotification(Context context, File file) { in postNotification() 81 public static void send(Context context, File file) { in send() 92 private static Uri getUriForFile(Context context, File file) { in getUriForFile()
|