Searched defs:line_no (Results 1 - 25 of 27) sorted by last modified time

12

/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/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/ltrace/
H A Doutput.c844 do_report(const char *filename, unsigned line_no, const char *severity, argument
852 filename, line_no, severity, buf);
858 report_error(const char *filename, unsigned line_no, const char *fmt, ...) argument
862 do_report(filename, line_no, "error", fmt, args);
867 report_warning(const char *filename, unsigned line_no, const char *fmt, ...) argument
871 do_report(filename, line_no, "warning", fmt, args);
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/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
/external/lldb/source/Commands/
H A DCommandObjectSource.cpp403 uint32_t line_no; local
405 line_no = 1;
407 line_no = start_line - extra_lines;
413 if (m_options.num_lines > end_line - line_no)
414 m_options.num_lines = end_line - line_no + extra_lines;
429 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/lldb/source/Host/common/
H A DHost.cpp1547 Host::OpenFileInExternalEditor (const FileSpec &file_spec, uint32_t line_no) argument
/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;
H A DSymbolContext.cpp675 SymbolContextSpecifier::AddLineSpecification (uint32_t line_no, SpecificationType type) argument
684 m_start_line = line_no;
688 m_end_line = line_no;
/external/lldb/source/Target/
H A DTarget.cpp261 uint32_t line_no,
304 line_no,
259 CreateBreakpoint(const FileSpecList *containingModules, const FileSpec &file, uint32_t line_no, LazyBool check_inlines, LazyBool skip_prologue, bool internal) argument
/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/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/compiler-rt/lib/asan/
H A Dasan_interface_internal.h29 int line_no; member in struct:__asan_global_source_location
/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/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/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc395 int32 line_no,
401 args->SetInteger(webview::kLine, line_no);
392 AddMessageToConsole(WebContents* source, int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument
/external/chromium_org/content/shell/browser/
H A Dshell.cc340 int32 line_no,
337 AddMessageToConsole(WebContents* source, int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument
/external/chromium_org/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.cc236 int32 line_no,
242 line_no, source_id);
268 line_no,
232 AddMessageToConsole( WebContents* source, int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument
/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
H A Drender_frame_host_impl.cc586 int32 line_no,
588 if (delegate_->AddMessageToConsole(level, message, line_no, source_id))
596 logging::LogMessage("CONSOLE", line_no, resolved_level).stream() << "\"" <<
597 message << "\", source: " << source_id << " (" << line_no << ")"; local
583 OnAddMessageToConsole( int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc3920 int32 line_no,
3924 return delegate_->AddMessageToConsole(this, level, message, line_no,
3918 AddMessageToConsole(int32 level, const base::string16& message, int32 line_no, const base::string16& source_id) argument

Completed in 1075 milliseconds

12