Searched refs:line_no (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Daead_test.c74 unsigned int line_no) {
81 fprintf(stderr, "Failed to init AEAD on line %u\n", line_no);
88 fprintf(stderr, "Failed to run AEAD on line %u\n", line_no);
93 fprintf(stderr, "Bad output length on line %u: %u vs %u\n", line_no,
99 fprintf(stderr, "Bad output on line %u\n", line_no);
104 fprintf(stderr, "Bad tag on line %u\n", line_no);
113 fprintf(stderr, "Failed to init AEAD on line %u\n", line_no);
120 fprintf(stderr, "Failed to decrypt on line %u\n", line_no);
125 fprintf(stderr, "Bad decrypt on line %u: %u\n", line_no,
135 fprintf(stderr, "Failed to init AEAD on line %u\n", line_no);
71 run_test_case(const EVP_AEAD *aead, unsigned char bufs[NUM_TYPES][BUF_MAX], const unsigned int lengths[NUM_TYPES], unsigned int line_no) argument
154 unsigned int line_no = 0, num_tests = 0, j; local
[all...]
/external/ltrace/
H A Doutput.h55 void report_error(char const *file, unsigned line_no, const char *fmt, ...);
56 void report_warning(char const *file, unsigned line_no, const char *fmt, ...);
H A Dread_config_file.c65 int line_no; member in struct:locus
160 report_error(loc->filename, loc->line_no, "bad identifier");
209 report_error(loc->filename, loc->line_no, "bad number");
223 report_error(loc->filename, loc->line_no,
235 report_error(loc->filename, loc->line_no,
246 report_error(loc->filename, loc->line_no,
376 report_error(loc->filename, loc->line_no,
429 report_error(loc->filename, loc->line_no,
464 report_error(loc->filename, loc->line_no,
493 report_error(loc->filename, loc->line_no,
[all...]
/external/ppp/pppd/plugins/radius/
H A Ddict.c45 int line_no; local
61 line_no = 0;
65 line_no++;
77 line_no, filename);
84 line_no, filename);
112 line_no, filename);
123 line_no, filename);
131 line_no, filename);
139 line_no, filename);
164 line_no, filenam
[all...]
/external/harfbuzz_ng/util/
H A Dhb-shape.cc37 line_no (0),
44 line_no = 0;
77 line_no++;
85 format.serialize_buffer_of_text (buffer, line_no, text, text_len, font, gs);
94 format.serialize_message (line_no, "msg: all shapers failed", gs);
103 format.serialize_buffer_of_glyphs (buffer, line_no, text, text_len, font,
120 unsigned int line_no; member in struct:output_buffer_t
H A Doptions.cc716 format_options_t::serialize_line_no (unsigned int line_no, argument
720 g_string_append_printf (gs, "%d: ", line_no);
724 unsigned int line_no,
731 serialize_line_no (line_no, gs);
739 serialize_line_no (line_no, gs);
745 format_options_t::serialize_message (unsigned int line_no, argument
749 serialize_line_no (line_no, gs);
755 unsigned int line_no,
763 serialize_line_no (line_no, gs);
723 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) argument
754 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) argument
/external/chromium_org/tools/tcmalloc/
H A Dprint-live-objects.py26 line_no = 0
29 line_no = line_no + 1
32 print "%s: could not parse line %d, skipping" % (dump_file, line_no)
/external/lldb/include/lldb/Core/
H A DAddressResolverFileLine.h30 uint32_t line_no,
H A DFileLineResolver.h38 uint32_t line_no,
/external/lldb/source/Core/
H A DAddressResolverFileLine.cpp28 uint32_t line_no,
33 m_line_number (line_no),
25 AddressResolverFileLine( const FileSpec &file_spec, uint32_t line_no, bool check_inlines ) argument
H A DFileLineResolver.cpp28 uint32_t line_no,
33 m_line_number (line_no),
25 FileLineResolver( const FileSpec &file_spec, uint32_t line_no, bool check_inlines ) argument
H A DSourceManager.cpp507 for (uint32_t line_no = start_line; line_no < end_line; line_no++)
510 if (!GetLine (line_no, buffer))
514 match_lines.push_back(line_no);
612 SourceManager::File::GetLine (uint32_t line_no, std::string &buffer) argument
614 if (!LineIsValid(line_no))
617 size_t start_offset = GetLineOffset (line_no);
618 size_t end_offset = GetLineOffset (line_no + 1);
/external/chromium_org/third_party/mesa/src/scons/
H A Dsource_list.py22 self.line_no = 1
26 raise RuntimeError('%s:%d: %s' % (self.filename, self.line_no, msg))
122 self.line_no += self._parse_line(line)
/external/mesa3d/scons/
H A Dsource_list.py22 self.line_no = 1
26 raise RuntimeError('%s:%d: %s' % (self.filename, self.line_no, msg))
122 self.line_no += self._parse_line(line)
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_delegate.cc30 int32 level, const base::string16& message, int32 line_no,
29 AddMessageToConsole( int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileLine.h33 uint32_t line_no,
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c60 long line_no; member in struct:FT_MemSourceRec_
370 node->source->line_no );
470 node->line_no == _ft_debug_lineno )
482 node->line_no = _ft_debug_lineno;
538 FT_FILENAME( node->source->file_name ), node->source->line_no,
625 FT_FILENAME( node->source->file_name ), node->source->line_no,
746 FT_Long line_no = _ft_debug_lineno; local
757 file_name, line_no );
765 block, cur_size, file_name, line_no );
773 block, file_name, line_no );
[all...]
/external/freetype/src/base/
H A Dftdbgmem.c60 long line_no; member in struct:FT_MemSourceRec_
370 node->source->line_no );
470 node->line_no == _ft_debug_lineno )
482 node->line_no = _ft_debug_lineno;
538 FT_FILENAME( node->source->file_name ), node->source->line_no,
625 FT_FILENAME( node->source->file_name ), node->source->line_no,
746 FT_Long line_no = _ft_debug_lineno; local
757 file_name, line_no );
765 block, cur_size, file_name, line_no );
773 block, file_name, line_no );
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c60 long line_no; member in struct:FT_MemSourceRec_
370 node->source->line_no );
470 node->line_no == _ft_debug_lineno )
482 node->line_no = _ft_debug_lineno;
538 FT_FILENAME( node->source->file_name ), node->source->line_no,
625 FT_FILENAME( node->source->file_name ), node->source->line_no,
746 FT_Long line_no = _ft_debug_lineno; local
757 file_name, line_no );
765 block, cur_size, file_name, line_no );
773 block, file_name, line_no );
[all...]
/external/chromium_org/tools/valgrind/
H A Dsuppressions.py92 """Generator of (line_no, line) pairs that strips comments and whitespace."""
93 for (line_no, line) in enumerate(lines):
100 yield (line_no + 1, line)
476 for (line_no, line) in lines:
483 "%s:%d" % (supp_descriptor, line_no))
490 defined_at = "%s:%d" % (supp_descriptor, line_no)
492 for (line_no, line) in lines:
513 ' ...\n') % line_no, defined_at)
518 % (name, line_no), defined_at)
521 (name, line_no), defined_a
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dverify_filelist.py65 for line_no, rule in enumerate(contents.split('\n')):
68 self.ParsePattern(line_no + 1, rule)
70 def ParsePattern(self, line_no, pattern):
77 raise ParseException(self.filename, line_no, msg)
89 raise ParseException(self.filename, line_no, msg)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DAnnotate.py80 _, line_no, col = pos
81 line_no -= 1
83 line = lines[line_no]
84 lines[line_no] = line[:col] + item + line[col:]
/external/lldb/source/Symbol/
H A DFunction.cpp250 Function::GetStartLineSourceInfo (FileSpec &source_file, uint32_t &line_no) argument
252 line_no = 0;
261 line_no = m_type->GetDeclaration().GetLine();
272 line_no = line_entry.line;
279 Function::GetEndLineSourceInfo (FileSpec &source_file, uint32_t &line_no) argument
281 line_no = 0;
296 line_no = line_entry.line;
/external/lldb/include/lldb/Symbol/
H A DFunction.h449 /// @param[out] line_no
453 GetStartLineSourceInfo (FileSpec &source_file, uint32_t &line_no);
463 /// @param[out] line_no
467 GetEndLineSourceInfo (FileSpec &source_file, uint32_t &line_no);
/external/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp34 uint32_t line_no,
40 m_line_number (line_no),
30 BreakpointResolverFileLine( Breakpoint *bkpt, const FileSpec &file_spec, uint32_t line_no, bool check_inlines, bool skip_prologue ) argument

Completed in 2787 milliseconds

123