Searched refs:error_lines (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/ |
D | site_gtest_runner.py | 95 def record_failed_test(self, failed_test, message, error_lines=None): argument 120 if error_lines is not None: 133 fail_log.write(error_lines)
|
/external/boringssl/src/tool/ |
D | digest.cc | 250 unsigned error_lines = 0; in Check() local 316 error_lines++; in Check() 340 if (error_lines > 0) { in Check() 342 error_lines); in Check()
|
/external/google-styleguide/cpplint/ |
D | cpplint_unittest.py | 5087 error_lines = self.TriggerLines(error_level) + 1 5090 'void test_blanks(int x)' + self.FunctionBody(error_lines), 5095 % (error_lines, trigger_level, error_level)) 5099 error_lines = self.TriggerLines(error_level) + 1 5104 + self.FunctionBody(error_lines)), 5110 % (error_lines, trigger_level, error_level)) 5114 error_lines = self.TestLines(error_level) + 1 5117 'TEST_F(Test, Mutator)' + self.FunctionBody(error_lines), 5122 % (error_lines, trigger_level, error_level)) 5126 error_lines = self.TestLines(error_level) + 1 [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 409 std::vector<string> error_lines; in Error() local 410 error_lines.push_back( in Error() 412 error_lines.emplace_back(lexer_.GetLine(loc)); in Error() 413 error_lines.push_back(col == 0 ? "" : StrCat(string(col - 1, ' '), "^")); in Error() 415 error_.push_back(StrJoin(error_lines, "\n")); in Error()
|