/external/valgrind/massif/ |
D | ms_print.in | 154 sub get_line() 199 my $line = get_line(); 376 while ($line = get_line()) { 389 $line = get_line(); 418 $line = get_line(); 421 my $time = equals_num_line(get_line(), "time"); 422 my $mem_heap_B = equals_num_line(get_line(), "mem_heap_B"); 423 my $mem_heap_extra_B = equals_num_line(get_line(), "mem_heap_extra_B"); 424 my $mem_stacks_B = equals_num_line(get_line(), "mem_stacks_B"); 426 my $heap_tree = equals_num_line(get_line(), "heap_tree"); [all …]
|
/external/toybox/toys/posix/ |
D | comm.c | 53 line[i] = get_line(file[i]); in comm_main() 63 line[i] = get_line(file[i]); in comm_main() 69 line[i] = get_line(file[i]); in comm_main() 77 line[i] = get_line(file[i]); in comm_main()
|
D | uudecode.c | 37 if (!(line = get_line(ifd))) error_exit("bad EOF"); 52 if (m == 2 || !(line = get_line(ifd))) break;
|
D | cut.c | 140 if (!(buff = get_line(fd))) break; in do_fcut() 192 while ((buff = get_line(fd)) != NULL) { in do_bccut()
|
D | patch.c | 157 char *data = get_line(TT.filein); in apply_one_hunk() 271 patchline = get_line(TT.filepatch); in patch_main()
|
/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 { method in ANTLR::Runtime::Lexer 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());
|
/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);
|
/external/autotest/scheduler/ |
D | rdb_cache_unittests.py | 255 self.assertTrue(cache.get_line(key) == []) 259 self.assertRaises(rdb_utils.CacheMiss, cache.get_line, *(key,)) 267 rdb_utils.CacheMiss, cache.get_line, *(key,)) 274 cache.get_line(cache.get_key(host.labels, host.acls)) == [host]) 282 rdb_utils.CacheMiss, cache.get_line, *(key,)) 290 self.assertTrue(set(cache.get_line(key)) == set([host, different_host]))
|
D | rdb_cache_manager.py | 110 kwargs[MEMOIZE_KEY] = self.cache.get_line(cache_key) 255 def get_line(self, key): member in RDBHostCacheManager
|
/external/toybox/kconfig/lxdialog/ |
D | textbox.c | 27 static char *get_line(void); 179 get_line(); in dialog_textbox() 326 line = get_line(); in print_line() 350 static char *get_line(void) in get_line() function
|
/external/toybox/lib/ |
D | pending.h | 11 char *get_line(int fd);
|
/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/toybox/toys/other/ |
D | rev.c | 25 if (!(c = get_line(fd))) break; in do_rev()
|
D | rfkill.c | 84 while ((line = get_line(tvar))) { in rfkill_main()
|
D | makedevs.c | 55 for (line_no = 0; (line = get_line(fd)); free(line)) {
|
/external/valgrind/include/ |
D | pub_tool_errormgr.h | 106 extern Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno );
|
/external/e2fsprogs/misc/ |
D | e2initrd_helper.c | 125 static char *get_line(struct mem_file *file) in get_line() function 350 buf = get_line(&file); in get_root_type()
|
/external/harfbuzz_ng/util/ |
D | main-font-text.hh | 97 while ((text = input.get_line (&text_len))) in main()
|
/external/toybox/toys/pending/ |
D | arp.c | 249 buf = get_line(fd); in arp_main() 258 while ((buf = get_line(fd))) { in arp_main()
|
D | userdel.c | 52 while ((line = get_line(fileno(exfp))) != NULL){ in update_groupfiles()
|