Home
last modified time | relevance | path

Searched refs:files (Results 1 – 15 of 15) sorted by relevance

/art/tools/dexfuzz/
DREADME4 DexFuzz is primarily a tool for fuzzing DEX files. Fuzzing is the introduction of
16 In typical operation, you provide DexFuzz with a set of DEX files that are the "seeds"
18 ADB-connected Android device, and it will fuzz these seed files, and execute the
32 having DEX files pushed to it and executed with the dalvikvm command.
35 4. Create a new directory, and place some DEX files in here. These are the seed files
37 5. Create a directory on your device that mutated test files can be pushed to and
79 OAT files after compilation.
92 Iterations - number of attempts we've made to mutate DEX files.
93 VerifyFail - the number of mutated files that ended up failing to verify, either
99 Timed Out - mutated files that timed out for one or more backends.
[all …]
DAndroid.mk21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/art/test/462-checker-inlining-across-dex-files/
Dinfo.txt1 Check our inlining heuristics across dex files in optimizing.
/art/test/113-multidex/
Dinfo.txt1 Test whether we can run code from an application split into multiple dex files (similar to
/art/build/
DAndroid.executable.mk172 art-multi-source-files := $(2)
192 …$$(eval $$(call build-art-executable,$$(art-multi-binary-name),$$(art-multi-source-files),$$(art-m…
197 art-multi-source-files :=
DAndroid.common_test.mk174 LOCAL_SRC_FILES := $(call all-java-files-under, $(2))
192 LOCAL_SRC_FILES := $(call all-java-files-under, $(2))
/art/test/800-smali/
Dinfo.txt2 Will compile and run all the smali files in smali/ and run the test cases mentioned in src/Main.jav…
/art/compiler/dwarf/
Ddwarf_test.cc196 std::vector<FileEntry> files { in TEST_F() local
237 WriteDebugLineTable(include_directories, files, opcodes, in TEST_F()
274 std::vector<FileEntry> files { { "file.c", 0, 1000, 2000 } }; // NOLINT in TEST_F() local
276 WriteDebugLineTable(directories, files, opcodes, in TEST_F()
Dheaders.h140 const std::vector<FileEntry>& files, in WriteDebugLineTable() argument
167 for (const FileEntry& file : files) { in WriteDebugLineTable()
/art/compiler/
Delf_writer_debug.cc308 std::vector<FileEntry> files; in WriteDebugSections() local
386 file_index = 1 + files.size(); in WriteDebugSections()
388 files.push_back(FileEntry { in WriteDebugSections()
434 WriteDebugLineTable(directories, files, opcodes, debug_line, debug_line_patches); in WriteDebugSections()
/art/test/
DREADME.txt12 replacing class files created in the first pass. The "src-ex" directory
/art/test/134-nodex2oat-nofallback/
Dexpected.txt7 Suppressed: java.io.IOException: Fallback mode disabled, skipping dex files.
38 Suppressed: java.io.IOException: Fallback mode disabled, skipping dex files.
/art/
DNOTICE41 source, and configuration files.
110 (b) You must cause any modified files to carry prominent notices
111 stating that You changed the files; and
213 this software and associated documentation files (the "Software"), to deal with
/art/tools/
Dlibcore_failures.txt4 * libcore expectation files get properly updated. The script that uses this file
Dchecker.py747 for root, dirs, files in os.walk(path):
748 for file in files: