Home
last modified time | relevance | path

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

12

/external/valgrind/massif/
Dms_print.in154 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/
Dcomm.c53 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()
Duudecode.c37 if (!(line = get_line(ifd))) error_exit("bad EOF");
52 if (m == 2 || !(line = get_line(ifd))) break;
Dcut.c140 if (!(buff = get_line(fd))) break; in do_fcut()
192 while ((buff = get_line(fd)) != NULL) { in do_bccut()
Dpatch.c157 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/
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 { 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…
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());
/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);
/external/autotest/scheduler/
Drdb_cache_unittests.py255 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]))
Drdb_cache_manager.py110 kwargs[MEMOIZE_KEY] = self.cache.get_line(cache_key)
255 def get_line(self, key): member in RDBHostCacheManager
/external/toybox/kconfig/lxdialog/
Dtextbox.c27 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/
Dpending.h11 char *get_line(int fd);
/external/antlr/antlr-3.4/runtime/Perl5/examples/id/
Did.pl21 print "pos: ", $token->get_line(), ':', $token->get_char_position_in_line(), "\n";
/external/toybox/toys/other/
Drev.c25 if (!(c = get_line(fd))) break; in do_rev()
Drfkill.c84 while ((line = get_line(tvar))) { in rfkill_main()
Dmakedevs.c55 for (line_no = 0; (line = get_line(fd)); free(line)) {
/external/valgrind/include/
Dpub_tool_errormgr.h106 extern Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno );
/external/e2fsprogs/misc/
De2initrd_helper.c125 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/
Dmain-font-text.hh97 while ((text = input.get_line (&text_len))) in main()
/external/toybox/toys/pending/
Darp.c249 buf = get_line(fd); in arp_main()
258 while ((buf = get_line(fd))) { in arp_main()
Duserdel.c52 while ((line = get_line(fileno(exfp))) != NULL){ in update_groupfiles()

12