Searched defs:Error (Results 1 – 5 of 5) sorted by relevance
78 struct Error { struct87 ADexFile_Error Code() { in Code() argument91 ADexFile_Error const self; argument94 static Error Create(const void* address, in Create() argument
20 throw new Error(); in Error() method
128 throw new Error(); in Error() method
84 class Error(Exception): class
81 static CompilationResult Error(OdrMetrics::Status status, const std::string& error_msg) { in Error() function