Home
last modified time | relevance | path

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

/art/libdexfile/external/include/art_api/
Ddex_file_support.h80 struct Error { struct
89 ADexFile_Error Code() { in Code() argument
93 ADexFile_Error const self; argument
96 static Error Create(const void* address, in Create() argument
/art/test/ErroneousInit/
DErroneousInit.java20 throw new Error(); in Error() method