Home
last modified time | relevance | path

Searched defs:file (Results 326 – 350 of 1481) sorted by relevance

1...<<11121314151617181920>>...60

/aosp12/packages/modules/GeoTZ/s2storage/tools/src/java/com/android/timezone/location/tools/dump/
H A DSingleFileDumper.java37 SingleFileDumper(File file) { in SingleFileDumper()
/aosp12/system/update_engine/payload_generator/
H A Draw_filesystem.cc49 File file; in GetFiles() local
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DFormat10x.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
H A DFormat20bc.java30 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
H A DFormat3rmi.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
H A DFormat3rms.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
H A DFormat11x.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
H A DFormat12x.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
H A DFormat22x.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
H A DFormat23x.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
H A DFormat32x.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
H A DFormat35mi.java26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile()
/aosp12/packages/services/Car/tools/keventreader/server/
H A Dinputsource.cpp43 InputSource::InputSource(const char* file) : mFilePath(file), mDescriptor(open(file, O_RDONLY)) {} in InputSource()
/aosp14/system/core/libsparse/
H A Dsparse_fuzzer.cpp22 struct sparse_file* file = sparse_file_import_buf((char*)data, size, true, false); in LLVMFuzzerTestOneInput() local
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderEncoderTests.java160 private static long timeWritingDictToFile(final File file, final FusionDictionary dict, in timeWritingDictToFile()
213 private static long timeReadingAndCheckDict(final File file, final List<String> words, in timeReadingAndCheckDict()
242 final File file = BinaryDictUtils.getDictFile(dictName, dictVersion, formatOptions, in runReadAndWrite() local
284 final File file = BinaryDictUtils.getDictFile(dictName, dictVersion, in testCharacterTableIsPresent() local
/aosp12/system/extras/simpleperf/
H A Dcmd_merge.cpp37 MergedFileFeature(FileFeature& file) in MergedFileFeature()
48 bool Merge(FileFeature& file) { in Merge()
126 for (const auto& file : input_files_) { in Run() local
383 FileFeature file; in WriteFileFeature() local
/aosp12/frameworks/rs/script_api/
H A DGenerateRSFunctionsList.cpp412 GeneratedFile file; in generateRSFunctionsListFile() local
443 static const string addVariable(GeneratedFile* file, unsigned int* variableNumber) { in addVariable()
456 static void generateTestCall(GeneratedFile* file, ostringstream* calls, in generateTestCall()
500 GeneratedFile file; in generateApiTesterFile() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserDataPreparer.java276 void enforceSerialNumber(File file, int serialNumber) throws IOException { in enforceSerialNumber()
307 private static void setSerialNumber(File file, int serialNumber) throws IOException { in setSerialNumber()
322 static int getSerialNumber(File file) throws IOException { in getSerialNumber()
/aosp12/hardware/interfaces/usb/1.0/default/
H A DUsb.cpp42 std::ifstream file(filename); in readFile() local
89 std::ofstream file(filename); in switchRole() local
209 std::ofstream file(filename); in canSwitchRoleHelper() local
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/block/write/
H A DBlockFileWriter.java61 public static BlockFileWriter open(char magic, int version, File file) throws IOException { in open()
67 private void open(File file) throws IOException { in open()
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DDownloadsDeletionType.java166 public void setFileChecked(File file, boolean checked) { in setFileChecked()
198 public boolean isChecked(File file) { in isChecked()
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipProfileDb.java80 private void deleteProfile(File file) { in deleteProfile()
187 private boolean isChild(File base, File file) { in isChild()
/aosp12/art/dex2oat/linker/
H A Delf_writer.cc33 void ElfWriter::GetOatElfInformation(File* file, in GetOatElfInformation()
/aosp12/art/test/151-OpenFileLimit/src/
H A DMain.java33 File file = createTempFile(); in main() local
/aosp12/build/soong/cmd/host_bionic_inject/
H A Dhost_bionic_inject.go130 func checkLinker(file, linker *elf.File, fileSyms []elf.Symbol) error { argument

1...<<11121314151617181920>>...60