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

12

/external/toybox/lib/
H A Dpending.h11 char *get_line(int fd);
/external/toybox/toys/posix/
H A Dcomm.c53 line[i] = get_line(file[i]);
63 line[i] = get_line(file[i]);
69 line[i] = get_line(file[i]);
77 line[i] = get_line(file[i]);
H A Duudecode.c37 if (!(line = get_line(ifd))) error_exit("bad EOF");
52 if (m == 2 || !(line = get_line(ifd))) break;
H A Dcut.c140 if (!(buff = get_line(fd))) break;
192 while ((buff = get_line(fd)) != NULL) {
/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/toybox/toys/other/
H A Drev.c25 if (!(c = get_line(fd))) break;
H A Dmakedevs.c55 for (line_no = 0; (line = get_line(fd)); free(line)) {
H A Drfkill.c84 while ((line = get_line(tvar))) {
/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());
/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/valgrind/massif/
H A 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_tre
[all...]
/external/autotest/scheduler/
H A 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]))
H A Drdb_cache_manager.py110 kwargs[MEMOIZE_KEY] = self.cache.get_line(cache_key)
255 def get_line(self, key): member in class:RDBHostCacheManager
/external/valgrind/include/
H A Dpub_tool_errormgr.h106 extern Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno );
/external/harfbuzz_ng/util/
H A Dmain-font-text.hh97 while ((text = input.get_line (&text_len)))
/external/toybox/kconfig/lxdialog/
H A Dtextbox.c27 static char *get_line(void);
165 * by calling get_line() in the following
179 get_line();
326 line = get_line();
350 static char *get_line(void) function
/external/toybox/toys/pending/
H A Duserdel.c52 while ((line = get_line(fileno(exfp))) != NULL){
H A Dmore.c68 for (; (buf = get_line(fd)); free(buf)) printf("%s\n", buf);
/external/e2fsprogs/misc/
H A De2initrd_helper.c125 static char *get_line(struct mem_file *file) function
350 buf = get_line(&file);

Completed in 418 milliseconds

12