Home
last modified time | relevance | path

Searched refs:fill_buffer (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DCommonTokenStream.pm74 sub fill_buffer { subroutine
163 $self->fill_buffer();
214 $self->fill_buffer();
246 $self->fill_buffer();
285 $self->fill_buffer();
352 $self->fill_buffer();
371 $self->fill_buffer();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb1020 def fill_buffer( tree = @root ) method in CommonTreeNodeStream
1024 @adaptor.each_child( tree ) { | c | fill_buffer( c ) }
1032 @position == -1 and fill_buffer
1048 @position == -1 and fill_buffer
1053 @position == -1 and fill_buffer
1089 @position == -1 and fill_buffer
1105 @position == -1 and fill_buffer
1121 @position == -1 and fill_buffer
1146 @position == -1 and fill_buffer
1151 @position == -1 and fill_buffer
[all …]
Dstreams.rb841 @position == -1 and fill_buffer
947 @position == -1 and fill_buffer
973 @position == -1 and fill_buffer
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb395 @position == -1 and fill_buffer
/external/fio/
Dverify.c43 unsigned long fill_buffer(struct thread_data *td, void *p, unsigned int len) in fill_buffer() function
62 io_u->rand_seed = fill_buffer(td, p, len); in fill_verify_pattern()