Home
last modified time | relevance | path

Searched refs:file (Results 601 – 625 of 645) sorted by relevance

1...<<212223242526

/art/runtime/
Doat_file_assistant_test.cc47 void VerifyOptimizationStatus(const std::string& file, in VerifyOptimizationStatus() argument
53 file, kRuntimeISA, &compilation_filter, &compilation_reason); in VerifyOptimizationStatus()
59 void VerifyOptimizationStatus(const std::string& file, in VerifyOptimizationStatus() argument
63 file, CompilerFilter::NameOfFilter(expected_filter), expected_reason); in VerifyOptimizationStatus()
DAndroid.bp5 // you may not use this file except in compliance with the License.
341 // Note that the fault_handler_x86.cc is not a mistake. This file is
/art/test/1965-get-set-local-primitive-no-tables/smali/
DTestCases1965.smali4 # you may not use this file except in compliance with the License.
/art/test/972-default-imt-collision/smali/
DIface2.smali5 # * you may not use this file except in compliance with the License.
/art/test/586-checker-null-array-get/smali/
DSmaliTests.smali4 # you may not use this file except in compliance with the License.
/art/test/976-conflict-no-methods/smali/
DIface.smali5 # * you may not use this file except in compliance with the License.
DMain.smali5 # * you may not use this file except in compliance with the License.
/art/test/510-checker-try-catch/smali/
DSsaBuilder.smali4 # you may not use this file except in compliance with the License.
/art/test/954-invoke-polymorphic-verifier/smali/
DVarHandleHappyAccessors.smali5 # you may not use this file except in compliance with the License.
/art/test/dexdump/
Dvalues.txt3 DEX file header:
Dconst-method-handle.txt3 DEX file header:
/art/runtime/gc/space/
Dimage_space.cc835 std::unique_ptr<File> file; in Init() local
838 file.reset(OS::OpenFileForReading(image_filename)); in Init()
839 if (file == nullptr) { in Init()
844 return Init(file.get(), in Init()
854 static std::unique_ptr<ImageSpace> Init(File* file, in Init() argument
871 bool success = file->PreadFully(&image_header, sizeof(image_header), /*offset=*/ 0u); in Init()
878 const uint64_t image_file_size = static_cast<uint64_t>(file->GetLength()); in Init()
922 file->Fd(), in Init()
936 file->Fd(), in Init()
/art/test/699-checker-string-append2/smali/
DB146014745.smali4 # you may not use this file except in compliance with the License.
/art/test/552-checker-primitive-typeprop/smali/
DArrayGet.smali4 # you may not use this file except in compliance with the License.
/art/dex2oat/
DAndroid.bp5 // you may not use this file except in compliance with the License.
/art/test/463-checker-boolean-simplifier/smali/
DMain2.smali4 # you may not use this file except in compliance with the License.
/art/test/624-checker-stringops/smali/
DSmali.smali5 # you may not use this file except in compliance with the License.
/art/test/593-checker-boolean-2-integral-conv/smali/
DSmaliTests.smali4 # you may not use this file except in compliance with the License.
/art/compiler/
DAndroid.bp5 // you may not use this file except in compliance with the License.
/art/test/utils/
Dregen-test-files106 art-run-test-1949-short-dex-file
/art/tools/luci/config/
Dluci-scheduler.cfg3 # For schema of this file and documentation see ProjectConfig message in
/art/test/458-checker-instruct-simplification/smali/
DSmaliTests2.smali4 # you may not use this file except in compliance with the License.
/art/imgdiag/
Dimgdiag.cc1163 auto open_file = [&os] (const char* file_name, /*out*/ std::unique_ptr<File>* file) { in Init() argument
1164 file->reset(OS::OpenFileForReading(file_name)); in Init()
1165 if (*file == nullptr) { in Init()
/art/test/1929-exception-catch-exception/smali/art/
DTest1929$Impl.smali4 # you may not use this file except in compliance with the License.
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.

1...<<212223242526