Searched refs:error_msg (Results 1 – 7 of 7) sorted by relevance
/development/vndk/tools/header-checker/src/repr/symbol/ |
D | version_script_parser.h | 64 virtual void OnError(int line_no, const std::string &error_msg) = 0; 105 void ReportError(const std::string &error_msg) { in ReportError() argument 107 error_handler_->OnError(line_no_, error_msg); in ReportError()
|
/development/testrunner/test_defs/ |
D | test_defs.py | 86 error_msg = "expected 1 and only one test-definitions tag" 87 raise errors.ParseError(msg=error_msg)
|
D | xml_suite_helper.py | 98 error_msg = ('Could not find attribute %s in %s' % 100 raise errors.ParseError(msg=error_msg)
|
/development/vndk/tools/header-checker/src/repr/json/ |
D | converter.h | 120 const std::string &error_msg) { in FindInMap() argument 123 llvm::errs() << error_msg << "\n"; in FindInMap()
|
/development/vndk/tools/definition-tool/tests/ |
D | ndk_toolchain.py | 15 error_msg = '''error: NDK toolchain is required for this test case. 23 print(error_msg, file=sys.stderr)
|
/development/vndk/tools/definition-tool/tools/ |
D | remove_dt_needed.py | 135 def parse_struct(cls, fmt, offset, error_msg): argument 139 raise ELFError(error_msg)
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 671 def parse_struct(cls, fmt, offset, error_msg): argument 675 raise ELFError(error_msg) 3402 def _warn_incorrect_partition_lib_set(self, lib_set, partition, error_msg): argument 3407 print(error_msg.format(lib.path), file=sys.stderr)
|