Searched refs:error_line (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | failure_signal_handler_test.cc | 117 std::string error_line; in TEST_P() local 118 std::getline(error_output, error_line); in TEST_P() 120 error_line, in TEST_P() 128 EXPECT_THAT(error_line, testing::HasSubstr(" on cpu ")); in TEST_P() 132 std::getline(error_output, error_line); in TEST_P() 133 EXPECT_THAT(error_line, StartsWith("PC: ")); in TEST_P()
|
/third_party/python/Parser/ |
H A D | pegen_errors.c | 292 PyObject *error_line = NULL; in _PyPegen_raise_error_known_location() local 324 error_line = get_error_line_from_tokenizer_buffers(p, lineno); in _PyPegen_raise_error_known_location() 327 error_line = _PyErr_ProgramDecodedTextObject(p->tok->filename, in _PyPegen_raise_error_known_location() 331 if (!error_line) { in _PyPegen_raise_error_known_location() 343 error_line = PyUnicode_DecodeUTF8(p->tok->buf, size, "replace"); in _PyPegen_raise_error_known_location() 346 error_line = get_error_line_from_tokenizer_buffers(p, lineno); in _PyPegen_raise_error_known_location() 349 error_line = PyUnicode_FromStringAndSize("", 0); in _PyPegen_raise_error_known_location() 351 if (!error_line) { in _PyPegen_raise_error_known_location() 365 col_number = _PyPegen_byte_offset_to_character_offset(error_line, col_offset); in _PyPegen_raise_error_known_location() 370 Py_ssize_t end_col_offset = _PyPegen_byte_offset_to_character_offset(error_line, end_col_numbe in _PyPegen_raise_error_known_location() [all...] |
/third_party/gn/src/base/json/ |
H A D | json_parser.h | 61 int error_line() const;
|
H A D | json_reader.cc | 67 *error_line_out = parser.error_line();
|
H A D | json_parser.cc | 116 int JSONParser::error_line() const { in error_line() function in base::internal::JSONParser
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_queue.h | 104 int error_line; member
|
H A D | vk_device.c | 289 queue->_lost.error_file, queue->_lost.error_line, in _vk_device_report_lost()
|
H A D | vk_queue.c | 123 queue->_lost.error_line = line; in _vk_queue_set_lost()
|
/third_party/python/Python/ |
H A D | pythonrun.c | 992 const char *error_line = PyUnicode_AsUTF8AndSize(text, &line_size); in print_exception_file_and_line() local 998 end_offset = (error_line != NULL) ? line_size : -1; in print_exception_file_and_line() 1002 if (error_line != NULL && end_offset > line_size + 1) { in print_exception_file_and_line()
|
Completed in 9 milliseconds