Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/external/include/art_api/
Ddex_file_support.h78 struct Error { struct
87 ADexFile_Error Code() { in Code() argument
91 ADexFile_Error const self; argument
94 static Error Create(const void* address, in Create() argument
/art/test/ErroneousInit/
DErroneousInit.java20 throw new Error(); in Error() method
/art/test/732-checker-app-image/src/
DMain.java128 throw new Error(); in Error() method
/art/tools/
Dcheck_cfi.py84 class Error(Exception): class
/art/odrefresh/
Dodrefresh.h81 static CompilationResult Error(OdrMetrics::Status status, const std::string& error_msg) { in Error() function