/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | shape-format.hh | 42 void serialize_line_no (unsigned int line_no, 45 unsigned int line_no, 50 void serialize_message (unsigned int line_no, 55 unsigned int line_no, 123 shape_format_options_t::serialize_line_no (unsigned int line_no, in serialize_line_no() argument 127 g_string_append_printf (gs, "%d: ", line_no); in serialize_line_no() 131 unsigned int line_no, in serialize_buffer_of_text() 139 serialize_line_no (line_no, gs); in serialize_buffer_of_text() 148 serialize_line_no (line_no, gs); in serialize_buffer_of_text() 154 shape_format_options_t::serialize_message (unsigned int line_no, in serialize_message() argument 130 serialize_buffer_of_text(hb_buffer_t *buffer, unsigned int line_no, const char *text, unsigned int text_len, hb_font_t *font, GString *gs) serialize_buffer_of_text() argument 164 serialize_buffer_of_glyphs(hb_buffer_t *buffer, unsigned int line_no, const char *text, unsigned int text_len, hb_font_t *font, hb_buffer_serialize_format_t output_format, hb_buffer_serialize_flags_t format_flags, GString *gs) serialize_buffer_of_glyphs() argument [all...] |
H A D | hb-shape.cc | 51 line_no = 0; in init() 91 void new_line () { line_no++; } in new_line() 98 format.serialize_buffer_of_text (buffer, line_no, text, text_len, font, gs); in consume_text() 104 format.serialize_message (line_no, "error", message, gs); in error() 113 format.serialize_buffer_of_glyphs (buffer, line_no, text, text_len, font, in consume_glyphs() 143 format.serialize_line_no (line_no, gs); in trace() 156 unsigned int line_no = 0; member
|
/third_party/mbedtls/tests/src/ |
H A D | helpers.c | 66 int line_no, const char *filename) in mbedtls_test_set_result_internal() 73 mbedtls_test_info.line_no = line_no; in mbedtls_test_set_result_internal() 114 int line_no; in mbedtls_test_get_line_no() local 120 line_no = mbedtls_test_info.line_no; in mbedtls_test_get_line_no() 126 return line_no; in mbedtls_test_get_line_no() 379 static void mbedtls_test_fail_internal(const char *test, int line_no, const char *filename) in mbedtls_test_fail_internal() argument 388 mbedtls_test_set_result_internal(MBEDTLS_TEST_RESULT_FAILED, test, line_no, filename); in mbedtls_test_fail_internal() 392 void mbedtls_test_fail(const char *test, int line_no, cons argument 65 mbedtls_test_set_result_internal(mbedtls_test_result_t result, const char *test, int line_no, const char *filename) mbedtls_test_set_result_internal() argument 405 mbedtls_test_skip(const char *test, int line_no, const char *filename) mbedtls_test_skip() argument 438 mbedtls_test_equal(const char *test, int line_no, const char *filename, unsigned long long value1, unsigned long long value2) mbedtls_test_equal() argument 476 mbedtls_test_le_u(const char *test, int line_no, const char *filename, unsigned long long value1, unsigned long long value2) mbedtls_test_le_u() argument 514 mbedtls_test_le_s(const char *test, int line_no, const char *filename, long long value1, long long value2) mbedtls_test_le_s() argument [all...] |
H A D | psa_crypto_helpers.c | 140 int mbedtls_test_fail_if_psa_leaking(int line_no, const char *filename) in mbedtls_test_fail_if_psa_leaking() argument 146 mbedtls_test_fail(msg, line_no, filename); in mbedtls_test_fail_if_psa_leaking()
|
/third_party/mbedtls/tests/include/test/ |
H A D | helpers.h | 75 int line_no; member 208 * \param line_no Line number where the failure originated. 211 void mbedtls_test_fail(const char *test, int line_no, const char *filename); 221 * \param line_no Line number where the test case was skipped. 224 void mbedtls_test_skip(const char *test, int line_no, const char *filename); 272 * \param line_no Line number where the failure originated. 279 int mbedtls_test_equal(const char *test, int line_no, const char *filename, 293 * \param line_no Line number where the failure originated. 300 int mbedtls_test_le_u(const char *test, int line_no, const char *filename, 314 * \param line_no Lin [all...] |
H A D | psa_crypto_helpers.h | 193 int mbedtls_test_fail_if_psa_leaking(int line_no, const char *filename);
|
/third_party/toybox/toys/other/ |
H A D | makedevs.c | 47 int line_no = 0, i; in makedevs_main() local 65 line_no++; in makedevs_main() 79 error_msg("line %d: bad type %c", line_no, type); in makedevs_main() 101 perror_msg("line %d: file '%s' does not exist", line_no, ptr); in makedevs_main() 105 perror_msg("line %d: can't create node '%s'", line_no, ptr); in makedevs_main() 110 perror_msg("line %d: can't chown/chmod '%s'", line_no, ptr); in makedevs_main()
|
/third_party/gn/src/gn/ |
H A D | command_args.cc | 88 int* line_no, in GetContextForValue() 97 *line_no = location.line_number(); in GetContextForValue() 126 int line_no; in PrintDefaultValueInfo() local 128 GetContextForValue(value, &location, &line_no, &comment); in PrintDefaultValueInfo() 129 OutputString(" From " + location + ":" + base::IntToString(line_no) + in PrintDefaultValueInfo() 149 int line_no; in PrintArgHelp() local 151 GetContextForValue(val.override_value, &location, &line_no, &comment); in PrintArgHelp() 152 OutputString(" From " + location + ":" + base::IntToString(line_no) + in PrintArgHelp() 179 int line_no; in BuildArgJson() local 181 GetContextForValue(arg.override_value, &location, &line_no, in BuildArgJson() 86 GetContextForValue(const Value& value, std::string* location_str, int* line_no, std::string* comment, bool pad_comment = true) GetContextForValue() argument 194 int line_no; BuildArgJson() local [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | check_names.py | 65 * line_no: the line number. 69 def __init__(self, filename, line, line_no, pos, name): 73 self.line_no = line_no 81 gutter = format(self.line_no, "4d") 166 .format(self.match.filename, self.match.line_no, self.match.name) 174 self.match.line_no, 196 .format(self.match.filename, self.match.line_no, self.match.name) 204 .format(self.match.filename, self.match.line_no, self.match.name) 388 for line_no, lin [all...] |
H A D | generate_test_code.py | 219 This class extends the file object with attribute line_no, 256 def line_no(self): member in FileWrapper 382 headers = '#line %d "%s"\n' % (funcs_f.line_no + 1, funcs_f.name) 436 str(error) + " - %s:%d" % (funcs_f.name, funcs_f.line_no)) 625 line_directive = '#line %d "%s"\n' % (funcs_f.line_no + 1, funcs_f.name) 710 "%s:%d: %s" % (funcs_f.name, funcs_f.line_no, 719 (funcs_f.name, func_name, funcs_f.line_no)) 781 (data_f.name, data_f.line_no, name)) 798 (data_f.name, data_f.line_no)) 804 yield data_f.line_no, nam [all...] |
H A D | test_generate_test_code.py | 276 def __init__(self, file_name, data, line_no=0): 282 :param line_no: 285 self.line_no = line_no 309 self.line_no += 1 334 stream = StringIOWrapper('test_suite_ut.function', data, line_no=0) 965 self.assertEqual(stream.line_no, 1) 988 self.assertEqual(stream.line_no, 1) 1009 self.assertEqual(stream.line_no, 1) 1032 self.assertEqual(stream.line_no, [all...] |
H A D | audit-validity-dates.py | 367 data_f.line_no,
|
/third_party/toybox/toys/posix/ |
H A D | cmp.c | 32 long byte_no = 1, line_no = 1; in do_cmp() local 59 TT.name, name, byte_no, line_no); in do_cmp() 64 if (toybuf[i] == '\n') line_no++; in do_cmp()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftdbgmem.c | 60 long line_no; member 331 node->source->line_no ); in ft_mem_table_destroy() 429 node->line_no == _ft_debug_lineno ) in ft_mem_table_get_source() 441 node->line_no = _ft_debug_lineno; in ft_mem_table_get_source() 497 FT_FILENAME( node->source->file_name ), node->source->line_no, in ft_mem_table_set() 586 FT_FILENAME( node->source->file_name ), node->source->line_no, in ft_mem_table_remove() 707 FT_Long line_no = _ft_debug_lineno; in ft_mem_debug_realloc() local 718 file_name, line_no ); in ft_mem_debug_realloc() 726 block, cur_size, file_name, line_no ); in ft_mem_debug_realloc() 734 block, file_name, line_no ); in ft_mem_debug_realloc() [all...] |
/third_party/rust/crates/shlex/src/ |
H A D | lib.rs | 37 pub line_no: usize, 49 line_no: 1, in new() 122 if res == Some('\n' as u8) { self.line_no += 1; } in next_char() 230 assert_eq!(sh.line_no, 3); in test_lineno()
|
/third_party/mesa3d/bin/ |
H A D | perf-annotate-jit.py | 62 self.line_no = 0 70 self.line_no += 1
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | LtpfsCmds.c | 239 int line_no = 0; in do_buffer_c_tests() local 243 __buffer_error("Test file", line_no); in do_buffer_c_tests()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 9699 int height, int x_stride, int y, int line_no, in DecodePixelData() 9755 image += (static_cast<size_t>(line_no) + v) * in DecodePixelData() 9760 (height - 1 - (line_no + static_cast<int>(v)))) * in DecodePixelData() 9770 offset = (static_cast<size_t>(line_no) + v) * in DecodePixelData() 9775 (height - 1 - (line_no + static_cast<int>(v)))) * in DecodePixelData() 9801 image += (static_cast<size_t>(line_no) + v) * in DecodePixelData() 9806 (height - 1 - (line_no + static_cast<int>(v)))) * in DecodePixelData() 9828 image += (static_cast<size_t>(line_no) + v) * in DecodePixelData() 9833 (height - 1 - (line_no + static_cast<int>(v)))) * in DecodePixelData() 9893 image += (static_cast<size_t>(line_no) in DecodePixelData() 9695 DecodePixelData( unsigned char **out_images, const int *requested_pixel_types, const unsigned char *data_ptr, size_t data_len, int compression_type, int line_order, int width, int height, int x_stride, int y, int line_no, int num_lines, size_t pixel_data_size, size_t num_attributes, const EXRAttribute *attributes, size_t num_channels, const EXRChannelInfo *channels, const std::vector<size_t> &channel_offset_list) DecodePixelData() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | sbgdec.c | 135 int line_no; member 278 p->line_no++; in lex_line_end() 808 .line_no = 1, in parse_script() 857 sp.line_no, sp.err_msg, quote, lctx, ctx, quote); in parse_script()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 6657 for (int line_no = 0; line_no < LineOffsets.Size; line_no++) 6659 const char* line_start = buf + LineOffsets[line_no]; 6660 const char* line_end = (line_no + 1 < LineOffsets.Size) ? (buf + LineOffsets[line_no + 1] - 1) : buf_end; 6684 for (int line_no = clipper.DisplayStart; line_no < clipper.DisplayEnd; line_no++) 6686 const char* line_start = buf + LineOffsets[line_no]; [all...] |