/external/valgrind/main/massif/ |
D | ms_print.in | 149 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/ |
D | RecognitionException.pm | 71 $new_args->{line} = $token->get_line(); 80 $new_args->{line} = $input->get_line(); 105 sub get_line { subroutine
|
D | Lexer.pm | 56 $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…
|
D | CommonToken.pm | 78 $self->line($token->get_line()); 98 sub get_line { subroutine
|
D | ANTLRStringStream.pm | 60 sub get_line { subroutine 177 $self->line($state->get_line);
|
D | Parser.pm | 52 $t->set_line($current->get_line());
|
D | BaseRecognizer.pm | 225 my $line = $e->get_line();
|
/external/libvorbis/vq/ |
D | bookutil.c | 85 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()
|
D | bookutil.h | 26 extern char *get_line(FILE *in);
|
D | latticebuild.c | 97 line=get_line(in); in main()
|
/external/dhcpcd/ |
D | platform-linux.c | 91 while ((buf = get_line(fp))) { in hardware_platform() 117 buf = get_line(fp); in check_proc_int()
|
D | duid.c | 57 while ((line = get_line(f))) { in get_duid()
|
D | common.h | 72 char *get_line(FILE * __restrict);
|
D | common.c | 85 get_line(FILE * __restrict fp) in get_line() function
|
D | if-options.c | 832 while ((line = get_line(f))) { in read_config()
|
/external/hyphenation/patches/ |
D | 0001-Ehhance-hyphenation-dictionary-reading-from-characte.patch | 44 +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/ |
D | id.pl | 21 print "pos: ", $token->get_line(), ':', $token->get_char_position_in_line(), "\n";
|
/external/harfbuzz_ng/util/ |
D | main-font-text.hh | 63 while ((text = input.get_line (&text_len))) in main()
|
D | options.hh | 298 const char *get_line (unsigned int *len);
|
D | options.cc | 488 text_options_t::get_line (unsigned int *len) in get_line() function in text_options_t
|
/external/valgrind/main/coregrind/ |
D | m_errormgr.c | 1061 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/ |
D | pub_tool_errormgr.h | 97 extern Bool VG_(get_line) ( Int fd, Char** bufpp, SizeT* nBufp, Int* lineno );
|
/external/e2fsprogs/misc/ |
D | e2initrd_helper.c | 122 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/ |
D | lexer.t | 71 print "pos: ", $token->get_line(), ':', $token->get_char_position_in_line(), "\n";
|
/external/hyphenation/ |
D | hyphen.c | 235 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()
|