Searched refs:get_line (Results 1 - 25 of 27) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Perl5/examples/id/
H A Did.pl21 print "pos: ", $token->get_line(), ':', $token->get_char_position_in_line(), "\n";
/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 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();
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 DParser.pm52 $t->set_line($current->get_line());
H A DBaseRecognizer.pm225 my $line = $e->get_line();
/external/libvorbis/vq/
H A Dbookutil.h26 extern char *get_line(FILE *in);
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);
H A Dlatticebuild.c97 line=get_line(in);
/external/dhcpcd/
H A Dplatform-linux.c91 while ((buf = get_line(fp))) {
117 buf = get_line(fp);
H A Dcommon.h72 char *get_line(FILE * __restrict);
H A Dduid.c57 while ((line = get_line(f))) {
H A Dcommon.c85 get_line(FILE * __restrict fp) function
H A Dif-options.c838 while ((line = get_line(f))) {
/external/libcxx/test/strings/basic.string/string.nonmembers/string.io/
H A DAndroid.mk39 test_name := strings/basic.string/string.nonmembers/string.io/get_line
40 test_src := get_line.pass.cpp
/external/valgrind/main/massif/
H A Dms_print149 sub get_line()
194 my $line = get_line();
371 while ($line = get_line()) {
384 $line = get_line();
413 $line = get_line();
416 my $time = equals_num_line(get_line(), "time");
417 my $mem_heap_B = equals_num_line(get_line(), "mem_heap_B");
418 my $mem_heap_extra_B = equals_num_line(get_line(), "mem_heap_extra_B");
419 my $mem_stacks_B = equals_num_line(get_line(), "mem_stacks_B");
421 my $heap_tree = equals_num_line(get_line(), "heap_tre
[all...]
H A Dms_print.in149 sub get_line()
194 my $line = get_line();
371 while ($line = get_line()) {
384 $line = get_line();
413 $line = get_line();
416 my $time = equals_num_line(get_line(), "time");
417 my $mem_heap_B = equals_num_line(get_line(), "mem_heap_B");
418 my $mem_heap_extra_B = equals_num_line(get_line(), "mem_heap_extra_B");
419 my $mem_stacks_B = equals_num_line(get_line(), "mem_stacks_B");
421 my $heap_tree = equals_num_line(get_line(), "heap_tre
[all...]
/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/harfbuzz_ng/util/
H A Dmain-font-text.hh63 while ((text = input.get_line (&text_len)))
H A Doptions.hh334 const char *get_line (unsigned int *len);
H A Doptions.cc558 text_options_t::get_line (unsigned int *len) function in class:text_options_t
/external/valgrind/main/include/
H A Dpub_tool_errormgr.h100 extern Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno );
/external/e2fsprogs/misc/
H A De2initrd_helper.c125 static char *get_line(struct mem_file *file) function
350 buf = get_line(&file);
/external/valgrind/main/memcheck/
H A Dmc_errors.c1244 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
1256 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );

Completed in 412 milliseconds

12