Home
last modified time | relevance | path

Searched refs:get_line (Results 1 – 25 of 29) sorted by relevance

12

/external/valgrind/main/massif/
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_tree");
[all …]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DRecognitionException.pm71 $new_args->{line} = $token->get_line();
80 $new_args->{line} = $input->get_line();
105 sub get_line { subroutine
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_posi…
319 …my $input_symbol = $self->input->LT(1) . ' line=' . $self->get_line() . ':' . $self->get_char_posi…
DCommonToken.pm78 $self->line($token->get_line());
98 sub get_line { subroutine
DANTLRStringStream.pm60 sub get_line { subroutine
177 $self->line($state->get_line);
DParser.pm52 $t->set_line($current->get_line());
DBaseRecognizer.pm225 my $line = $e->get_line();
/external/libvorbis/vq/
Dbookutil.c85 char *get_line(FILE *in){ in get_line() function
151 value_line_buff=get_line(in); in get_next_value()
176 value_line_buff=get_line(in); in setup_line()
219 char *line=get_line(in); in find_seek_to()
250 line=get_line(in); in codebook_load()
256 line=get_line(in); in codebook_load()
257 line=get_line(in); in codebook_load()
Dbookutil.h26 extern char *get_line(FILE *in);
Dlatticebuild.c97 line=get_line(in); in main()
/external/dhcpcd/
Dplatform-linux.c91 while ((buf = get_line(fp))) { in hardware_platform()
117 buf = get_line(fp); in check_proc_int()
Dduid.c57 while ((line = get_line(f))) { in get_duid()
Dcommon.h72 char *get_line(FILE * __restrict);
Dcommon.c85 get_line(FILE * __restrict fp) in get_line() function
Dif-options.c832 while ((line = get_line(f))) { in read_config()
/external/hyphenation/patches/
D0001-Ehhance-hyphenation-dictionary-reading-from-characte.patch44 +get_line (char *s, int size, const char *dict_contents, int dict_length,
115 + get_line(dict[k]->cset, sizeof(dict[k]->cset), dict_contents,
125 + while (get_line(buf, sizeof(buf), dict_contents, dict_length,
/external/antlr/antlr-3.4/runtime/Perl5/examples/id/
Did.pl21 print "pos: ", $token->get_line(), ':', $token->get_char_position_in_line(), "\n";
/external/harfbuzz_ng/util/
Dmain-font-text.hh63 while ((text = input.get_line (&text_len))) in main()
Doptions.hh298 const char *get_line (unsigned int *len);
Doptions.cc488 text_options_t::get_line (unsigned int *len) in get_line() function in text_options_t
/external/valgrind/main/coregrind/
Dm_errormgr.c1061 Bool VG_(get_line) ( Int fd, Char** bufpp, SizeT* nBufp, Int* lineno ) in VG_() argument
1223 eof = VG_(get_line) ( fd, &buf, &nBuf, &lineno ); in load_one_suppressions_file()
1231 eof = VG_(get_line) ( fd, &buf, &nBuf, &lineno ); in load_one_suppressions_file()
1237 eof = VG_(get_line) ( fd, &buf, &nBuf, &lineno ); in load_one_suppressions_file()
1275 eof = VG_(get_line) ( fd, &buf, &nBuf, &lineno ); in load_one_suppressions_file()
1295 eof = VG_(get_line) ( fd, &buf, &nBuf, &lineno ); in load_one_suppressions_file()
1319 eof = VG_(get_line) ( fd, &buf, &nBuf, &lineno ); in load_one_suppressions_file()
/external/valgrind/main/include/
Dpub_tool_errormgr.h97 extern Bool VG_(get_line) ( Int fd, Char** bufpp, SizeT* nBufp, Int* lineno );
/external/e2fsprogs/misc/
De2initrd_helper.c122 static char *get_line(struct mem_file *file) in get_line() function
342 buf = get_line(&file); in get_root_type()
/external/antlr/antlr-3.4/runtime/Perl5/t/
Dlexer.t71 print "pos: ", $token->get_line(), ':', $token->get_char_position_in_line(), "\n";
/external/hyphenation/
Dhyphen.c235 get_line (char *s, int size, const char *dict_contents, int dict_length, in get_line() function
325 get_line(dict[k]->cset, sizeof(dict[k]->cset), dict_contents, in hnj_hyphen_load_from_buffer()
336 while (get_line(buf, sizeof(buf), dict_contents, dict_length, in hnj_hyphen_load_from_buffer()

12