Home
last modified time | relevance | path

Searched refs:file (Results 526 – 550 of 645) sorted by relevance

1...<<212223242526

/art/test/564-checker-irreducible-loop/smali/
DIrreducibleLoop.smali4 # you may not use this file except in compliance with the License.
/art/test/004-JniTest/smali/
DConcreteClass.smali5 # * you may not use this file except in compliance with the License.
DDefaultInterface.smali5 # * you may not use this file except in compliance with the License.
/art/test/674-hiddenapi/src-art/
DMain.java21 import java.nio.file.Files;
/art/test/134-reg-promotion/smali/
DTest.smali5 # you may not use this file except in compliance with the License.
/art/test/533-regression-debugphi/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
/art/test/530-checker-regression-reftyp-final/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
/art/test/633-checker-rtp-getclass/smali/
DSmaliTests.smali4 # you may not use this file except in compliance with the License.
/art/test/552-checker-primitive-typeprop/smali/
DSsaBuilder.smali4 # you may not use this file except in compliance with the License.
/art/dex2oat/linker/
Doat_writer.cc500 static const UnalignedDexFileHeader* GetDexFileHeader(File* file, in GetDexFileHeader() argument
504 if (!file->ReadFully(raw_header, sizeof(DexFile::Header))) { in GetDexFileHeader()
506 << " File: " << location << " Output: " << file->GetPath(); in GetDexFileHeader()
3128 bool OatWriter::WriteDexFiles(File* file, in WriteDexFiles() argument
3233 if (file->SetLength(page_aligned_size) != 0) { in WriteDexFiles()
3234 PLOG(ERROR) << "Failed to resize vdex file " << file->GetPath(); in WriteDexFiles()
3244 file->Fd(), in WriteDexFiles()
3247 file->GetPath().c_str(), in WriteDexFiles()
3250 LOG(ERROR) << "Failed to mmap() dex files from oat file. File: " << file->GetPath() in WriteDexFiles()
3272 if (!WriteDexFile(file, &oat_dex_file, update_input_vdex)) { in WriteDexFiles()
[all …]
/art/runtime/
Doat_file.cc1409 bool ElfFileOpen(File* file,
1451 std::unique_ptr<File> file(OS::OpenFileForReading(elf_filename.c_str())); in Load() local
1452 if (file == nullptr) { in Load()
1456 return ElfOatFile::ElfFileOpen(file.get(), in Load()
1473 std::unique_ptr<File> file = std::make_unique<File>(duped_fd, false); in Load() local
1474 if (file == nullptr) { in Load()
1479 return ElfOatFile::ElfFileOpen(file.get(), in Load()
1489 bool ElfOatFile::ElfFileOpen(File* file, in ElfFileOpen() argument
1496 elf_file_.reset(ElfFile::Open(file, in ElfFileOpen()
1505 bool loaded = elf_file_->Load(file, executable, low_4gb, reservation, error_msg); in ElfFileOpen()
/art/test/dexdump/
Dstaticfields.txt3 DEX file header:
/art/tools/golem/
Dbuild-target.sh36 it also tars the results of the build together into your <target.tar.gz> file.
/art/test/622-simplifyifs-exception-edges/smali/
DTest.smali4 # you may not use this file except in compliance with the License.
/art/tools/runtime_memusage/
Dsanitizer_logcat_analysis.sh294 oatdump --oat-file="$intermediates_dir"/base.odex \
/art/test/575-checker-string-init-alias/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
/art/test/593-checker-shift-and-simplifier/smali/
DSmaliTests.smali4 # you may not use this file except in compliance with the License.
/art/tools/cpp-define-generator/
Dthread.def5 * you may not use this file except in compliance with the License.
Dglobals.def5 * you may not use this file except in compliance with the License.
/art/test/457-regs/smali/
DPhiLiveness.smali4 # you may not use this file except in compliance with the License.
/art/test/975-iface-private/smali/
DMain.smali5 # * you may not use this file except in compliance with the License.
/art/tools/ahat/etc/
Dhprofdump.py167 file = readID(hprof) variable
170 …%s' '%s' line=%d classserial=%d" % (id, showstr(method), showstr(sig), showstr(file), line, serial)
/art/tools/checker/match/
Dfile.py339 with file(c1File.fileName) as cfgFile:
355 with file(c1File.fileName) as cfgFile:
/art/tools/signal_dumper/
Dsignal_dumper.cc134 : in(in_fd), out(out_fd), file(file_name), child_pid(pid), odd(true) {} in Addr2linePipe()
143 const std::string file; // The file addr2line is working on, so that we know when to close member
290 if (*pipe == nullptr || (*pipe)->file != map_src) { in Addr2line()
/art/tools/luci/config/
Dcr-buildbucket.cfg5 # schema of this file and documentation.

1...<<212223242526