Searched defs:get_line (Results 1 - 10 of 10) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DRecognitionException.pm71 $new_args->{line} = $token->get_line();
80 $new_args->{line} = $input->get_line();
105 sub get_line { subroutine
H A DANTLRStringStream.pm60 sub get_line { subroutine
177 $self->line($state->get_line);
H A DCommonToken.pm78 $self->line($token->get_line());
98 sub get_line { subroutine
H A DLexer.pm56 $self->state->token_start_line($self->input->get_line());
204 sub get_line { subroutine
207 return $self->input->get_line();
312 my $input_symbol = $self->input->LT(1) . ' line=' . $self->get_line() . ':' . $self->get_char_position_in_line();
319 my $input_symbol = $self->input->LT(1) . ' line=' . $self->get_line() . ':' . $self->get_char_position_in_line();
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dpreproc.h77 char * (*get_line) (yasm_preproc *preproc); member in struct:yasm_preproc_module
191 ((yasm_preproc_base *)preproc)->module->get_line(preproc)
/external/dhcpcd/
H A Dcommon.c85 get_line(FILE * __restrict fp) function
/external/e2fsprogs/misc/
H A De2initrd_helper.c125 static char *get_line(struct mem_file *file) function
350 buf = get_line(&file);
/external/libvorbis/vq/
H A Dbookutil.c85 char *get_line(FILE *in){ function
151 value_line_buff=get_line(in);
176 value_line_buff=get_line(in);
219 char *line=get_line(in);
250 line=get_line(in);
256 line=get_line(in);
257 line=get_line(in);
/external/harfbuzz_ng/util/
H A Doptions.cc558 text_options_t::get_line (unsigned int *len) function in class:text_options_t
/external/valgrind/main/coregrind/
H A Dm_errormgr.c1120 "VG_(get_line): line longer than %d chars, aborting\n",
1122 *bufpp = buf = VG_(realloc)("errormgr.get_line.1", buf, nBuf);
1145 Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno ) function

Completed in 196 milliseconds