Home
last modified time | relevance | path

Searched refs:file (Results 576 – 600 of 645) sorted by relevance

1...<<212223242526

/art/test/531-regression-debugphi/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
/art/tools/
Ddex2oat_wrapper4 # you may not use this file except in compliance with the License.
/art/test/594-checker-irreducible-linorder/smali/
DIrreducibleLoop.smali4 # you may not use this file except in compliance with the License.
/art/oatdump/
Doatdump.cc754 std::unique_ptr<const File> file(OS::OpenFileForReading(vdex_filename.c_str())); in OpenVdexUnquicken() local
755 if (file == nullptr) { in OpenVdexUnquicken()
760 int64_t vdex_length = file->GetLength(); in OpenVdexUnquicken()
767 file->GetLength(), in OpenVdexUnquicken()
770 file->Fd(), in OpenVdexUnquicken()
1045 std::unique_ptr<File> file(OS::CreateEmptyFile(out_dex_path.c_str())); in ExportDexFile() local
1046 if (file.get() == nullptr) { in ExportDexFile()
1051 bool success = file->WriteFully(dex_file->Begin(), fsize); in ExportDexFile()
1054 file->Erase(); in ExportDexFile()
1058 if (file->FlushCloseOrErase() != 0) { in ExportDexFile()
[all …]
/art/test/954-invoke-polymorphic-verifier/smali/
DMain.smali5 # you may not use this file except in compliance with the License.
/art/test/530-checker-lse3/smali/
DStoreLoad.smali4 # you may not use this file except in compliance with the License.
/art/tools/checker/match/
Dtest.py21 from match.file import MatchTestCase, MatchFailedException, \
/art/test/
Drun-test595 run_args+=(--runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file-size:2000000)
599 run_args+=(--runtime-option -Xmethod-trace-file:/dev/null)
DAndroid.bp5 // you may not use this file except in compliance with the License.
443 "1964-add-to-dex-classloader-file/add_to_loader.cc",
502 // This is needed to resolve the base/ header file in libdexfile. Unfortunately there are
821 // result for the test NN in the file results.NN.expected.txt while in the
1307 // Uncompress classes.dex files in the jar file.
1321 // Assemble jar file from smali source.
1328 // A copy of Main with the classes.dex stripped for the oat file assistant tests.
DREADME.chroot.md3 This file documents the use of a chroot environment in on-device testing of the
/art/test/670-bitstring-type-check/
Dbuild28 * you may not use this file except in compliance with the License.
/art/test/1966-get-set-local-objects-no-table/jasmin/
DTestCases1966.j4 ; you may not use this file except in compliance with the License.
/art/test/552-checker-primitive-typeprop/smali/
DTypePropagation.smali4 # you may not use this file except in compliance with the License.
/art/libartbase/base/
Dcommon_art_test.h75 explicit ScratchFile(File* file);
/art/libnativeloader/
Dnative_loader_test.cpp155 void* dlopen(const char* file, int flag) { in dlopen() argument
156 return mock->dlopen(file, flag); in dlopen()
/art/dex2oat/
Ddex2oat.cc2466 bool FlushOutputFile(std::unique_ptr<File>* file) { in FlushOutputFile() argument
2467 if (file->get() != nullptr) { in FlushOutputFile()
2468 if (file->get()->Flush() != 0) { in FlushOutputFile()
2469 PLOG(ERROR) << "Failed to flush output file: " << file->get()->GetPath(); in FlushOutputFile()
2476 bool FlushCloseOutputFile(File* file) { in FlushCloseOutputFile() argument
2477 if (file != nullptr) { in FlushCloseOutputFile()
2478 if (file->FlushCloseOrErase() != 0) { in FlushCloseOutputFile()
2479 PLOG(ERROR) << "Failed to flush and close output file: " << file->GetPath(); in FlushCloseOutputFile()
Ddex2oat_image_test.cc76 static void WriteLine(File* file, std::string line) { in WriteLine() argument
78 EXPECT_TRUE(file->WriteFully(&line[0], line.length())); in WriteLine()
/art/runtime/hprof/
Dhprof.cc778 std::unique_ptr<File> file(new File(out_fd, filename_, true)); in DumpToFile() local
781 FileEndianOutput file_output(file.get(), max_length); in DumpToFile()
795 okay = file->FlushCloseOrErase() == 0; in DumpToFile()
797 file->Erase(); in DumpToFile()
/art/runtime/
Dtrace.h144 static void Start(std::unique_ptr<unix_file::FdFile>&& file,
/art/test/1965-get-set-local-primitive-no-tables/jasmin/
DTestCases1965.j4 ; you may not use this file except in compliance with the License.
/art/test/161-final-abstract-class/smali/
DMain.smali3 # Java file for reference.
/art/test/1966-get-set-local-objects-no-table/smali/
DTestCases1966.smali4 # you may not use this file except in compliance with the License.
/art/test/484-checker-register-hints/smali/
DSmali.smali4 # you may not use this file except in compliance with the License.
/art/libartbase/
DAndroid.bp5 // you may not use this file except in compliance with the License.
/art/tools/ahat/
DREADME.txt27 * Include ahat version and hprof file in the menu at the top of the page?

1...<<212223242526