Home
last modified time | relevance | path

Searched refs:file (Results 151 – 175 of 645) sorted by relevance

12345678910>>...26

/art/test/126-miranda-multidex/
Dinfo.txt1 This test ensures that cross-dex-file Miranda methods are correctly resolved.
/art/dex2oat/linker/
Dimage_write_read_test.cc33 std::unique_ptr<File> file(OS::OpenFileForReading(image_file.GetFilename().c_str())); in TestWriteRead() local
34 ASSERT_TRUE(file.get() != nullptr); in TestWriteRead()
36 ASSERT_EQ(file->ReadFully(&image_header, sizeof(image_header)), true); in TestWriteRead()
48 image_file_sizes.push_back(file->GetLength()); in TestWriteRead()
/art/libelffile/dwarf/
Ddebug_line_opcode_writer.h71 void SetFile(int file) { in SetFile() argument
72 if (current_file_ != file) { in SetFile()
74 this->PushUleb128(file); in SetFile()
75 current_file_ = file; in SetFile()
/art/tools/dexfuzz/src/dexfuzz/listeners/
DUniqueProgramTrackerListener.java112 File file = new File(databaseFile); in loadUniqueProgsData() local
113 if (!file.exists()) { in loadUniqueProgsData()
139 File file = new File(databaseFile); in saveUniqueProgsData() local
140 if (file.exists()) { in saveUniqueProgsData()
/art/test/719-dm-verify-redefinition/
Dinfo.txt1 Verifies that the vdex file from a DexMetadata archive is discarded
/art/test/707-checker-invalid-profile/
Dinfo.txt2 and classes exceeding the dex file limits.
/art/test/590-infinite-loop-with-nop/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
27 # Failure to verify dex file '...': Offset(208) should be zero when size is zero for field-ids.
/art/test/156-register-dex-file-multi-loader/
Dinfo.txt1 Regression test to check that we do not allow registering the same dex file
DAndroid.bp3 name: "art-run-test-156-register-dex-file-multi-loader",
/art/test/1963-add-to-dex-classloader-in-memory/
Dinfo.txt1 Tests we can add dex-file buffers to an existing classloader and the old classes can see them.
/art/test/1964-add-to-dex-classloader-file/
Dinfo.txt1 Tests we can add dex-file buffers to an existing classloader and the old classes can see them.
/art/test/091-override-package-private-method/
Dinfo.txt1 Test features with a secondary dex file.
/art/test/127-checker-secondarydex/
Dinfo.txt1 Test features with a secondary dex file.
/art/test/563-checker-invoke-super/
Dinfo.txt2 calls when in the same dex file.
/art/test/151-OpenFileLimit/
Dinfo.txt1 This test verifies that running out of file descriptors in the process doesn't
/art/test/648-many-direct-methods/util-src/
Dgenerate_java.py27 print("ANDROID_BUILD_TOP not set. Please run build/envsetup.sh", file=sys.stderr)
131 print("{} is not a valid Java dir".format(java_dir), file=sys.stderr)
/art/tools/build/
Dvar_list5 # you may not use this file except in compliance with the License.
17 # This file contains a list of all the build vars that need to be eagerly cached
/art/test/138-duplicate-classes-check2/
Dinfo.txt2 it before creating the dex file).
/art/libelffile/elf/
Delf_debug_reader.h62 explicit ElfDebugReader(ArrayRef<const uint8_t> file) : file_(file) { in ElfDebugReader() argument
87 explicit ElfDebugReader(std::vector<uint8_t>& file) in ElfDebugReader() argument
88 : ElfDebugReader(ArrayRef<const uint8_t>(file)) { in ElfDebugReader()
/art/test/1949-short-dex-file/
DAndroid.bp3 name: "art-run-test-1949-short-dex-file",
/art/compiler/debug/dwarf/
Ddwarf_test.h65 ScratchFile file; in Objdump() local
66 FileOutputStream output_stream(file.GetFile()); in Objdump()
90 cmd = cmd + " " + args + " " + file.GetFilename() + " 2>&1"; in Objdump()
/art/dt_fd_forward/
DREADME.md8 value that is the file-descriptor of an open AF\_UNIX socket.
23 socket a 1 byte message and 3 file-descriptors. The file descriptors are, in
/art/tools/luci/config/
Dproject.cfg1 # For the schema of this file and documentation, see ProjectCfg message in
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DAbstractFormat.java51 public abstract void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException; in writeToFile() argument
/art/test/949-in-memory-transform/
Dinfo.txt4 an in-memory dex file (i.e. loaded from an InMemoryDexClassLoader).

12345678910>>...26