Home
last modified time | relevance | path

Searched refs:file (Results 176 – 200 of 645) sorted by relevance

12345678910>>...26

/art/runtime/
Doat_file_assistant.h379 bool DexChecksumUpToDate(const VdexFile& file, std::string* error_msg);
384 bool DexChecksumUpToDate(const OatFile& file, std::string* error_msg);
388 OatStatus GivenOatFileStatus(const OatFile& file);
/art/test/804-class-extends-itself/smali/
DMain.smali4 # you may not use this file except in compliance with the License.
16 # dexmerger (to merge the Dex file produced from Smali code and the
17 # Dex file produced from Java code), which loops indefinitely when
/art/tools/
Dbuildbot-build.sh131 file="$ANDROID_PRODUCT_OUT/system/apex/${apex}.apex"
132 if [ -f "${file}" ]; then
136 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $debugfs extract $file $dir
Dexternal_oj_libjdwp_art_failures.txt2 * This file contains expectations for ART's buildbot. The purpose of this file is
5 * This file contains the expectations for the 'libjdwp-aot' and 'libjdwp-jit'
Dlibcore_gcstress_failures.txt2 * This file contains expectations for ART's buildbot when running gcstress.
3 * The script that uses this file is art/tools/run-libcore-tests.sh.
/art/test/071-dexfile/
Dinfo.txt1 Exercise some Dalvik-specific DEX file features. This is not expected to
/art/dex2oat/
Ddex2oat_options.def5 * you may not use this file except in compliance with the License.
18 #error "Please #define DEX2OAT_OPTIONS_KEY before #including this file"
19 #define DEX2OAT_OPTIONS_KEY(...) // Don't display errors in this file in IDEs.
22 // This file defines the list of keys for Dex2oatOptions.
/art/runtime/interpreter/mterp/
DREADME.txt6 produced the final assembly file. The template syntax is:
20 ==== Instruction file format ====
45 The file "art/runtime/asm_support.h" has some definitions for constant
50 If a constant in the file becomes out of sync, the VM will log an error
56 If you change any of the source file fragments, you need to rebuild the
/art/tools/dexfuzz/
DREADME5 subtle changes ("mutations") to a file to produce a new test case. These test cases
8 This is done by differential testing - each test file is executed with each mode of
93 avoid attempting to mutate a file indefinitely, it is possible that
94 an attempt to mutate a file doesn't actually mutate it. This counts
111 8. Check report.log for the full report, including input file and RNG seed for each
114 dexfuzz --input=<input file> --seed=<seed value>
126 these values into a file called likelihoods.txt, and run dexfuzz with
/art/dexlayout/
Ddexlayout_test.cc232 static void WriteBase64ToFile(const char* base64, File* file) { in WriteBase64ToFile() argument
238 if (!file->WriteFully(bytes.get(), length)) { in WriteBase64ToFile()
245 std::unique_ptr<File> file(OS::CreateEmptyFile(location)); in WriteFileBase64() local
246 CHECK(file != nullptr); in WriteFileBase64()
247 WriteBase64ToFile(base64, file.get()); in WriteFileBase64()
248 if (file->FlushCloseOrErase() != 0) { in WriteFileBase64()
372 std::unique_ptr<File> file(OS::CreateEmptyFile(out_profile.c_str())); in CreateProfile() local
373 ASSERT_TRUE(file != nullptr); in CreateProfile()
374 pfi.Save(file->Fd()); in CreateProfile()
375 if (file->FlushCloseOrErase() != 0) { in CreateProfile()
/art/libelffile/stream/
Dfile_output_stream.h28 explicit FileOutputStream(File* file);
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat3.java31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile() argument
DFormat00x.java31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile() argument
DFormat2.java31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile() argument
DFormat1.java31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile() argument
DFormat5.java31 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException { in writeToFile() argument
/art/tools/dexfuzz/src/dexfuzz/listeners/
DBisectionSearchListener.java57 private void writeToFile(String file, String toWrite) throws IOException { in writeToFile() argument
58 PrintWriter writer = new PrintWriter(file); in writeToFile()
/art/test/692-vdex-inmem-loader/
Dinfo.txt2 cached in a vdex file in the app's data folder. Subsequent loads should initialize an instance of
/art/test/691-hiddenapi-proxy/
Dinfo.txt2 would try to get their class def to find hiddenapi flags in the dex file, but class def if not
/art/test/2036-jni-filechannel/src/
DMain.java18 import java.nio.file.*;
/art/libprofile/profile/
Dprofile_boot_info.cc94 [string_length, &data](const DexFile* file) { in Load() argument
95 std::string dex_location = file->GetLocation(); in Load()
/art/test/071-dexfile-map-clean/src/
DMain.java20 import java.nio.file.Files;
21 import java.nio.file.Paths;
/art/libdexfile/dex/
Dmethod_reference.h30 MethodReference(const DexFile* file, uint32_t index) : DexFileReference(file, index) {} in MethodReference() argument
/art/test/715-clinit-implicit-parameter-annotations/
Dinfo.txt4 parameters may not have annotations in the DEX file, but code that
/art/build/
DAndroid.common_path.mk54 $(copy-file-to-target)
57 $(copy-file-to-target)
60 $(copy-file-to-target)

12345678910>>...26