/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | CommonTokenStream.pm | 74 sub fill_buffer { method in ANTLR::Runtime::CommonTokenStream 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/ |
D | tree.rb | 1020 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 …]
|
D | streams.rb | 841 @position == -1 and fill_buffer 947 @position == -1 and fill_buffer 973 @position == -1 and fill_buffer
|
/external/syslinux/core/fs/pxe/ |
D | pxe.c | 160 socket->ops->fill_buffer(inode); in pxe_getc() 174 static void fill_buffer(struct inode *inode) in fill_buffer() function 180 return socket->ops->fill_buffer(inode); in fill_buffer() 207 fill_buffer(inode); /* If we have no 'fresh' buffer, get it */ in pxe_getfssec() 224 fill_buffer(inode); in pxe_getfssec()
|
D | tcp.c | 23 .fill_buffer = core_tcp_fill_buffer,
|
D | gpxeurl.c | 82 socket->fill_buffer = gpxe_get_packet; in gpxe_open()
|
D | pxe.h | 116 void (*fill_buffer)(struct inode *inode); member
|
D | ftp.c | 180 .fill_buffer = core_tcp_fill_buffer,
|
D | http.c | 150 .fill_buffer = core_tcp_fill_buffer,
|
D | tftp.c | 170 .fill_buffer = tftp_get_packet,
|
/external/ltp/testcases/kernel/syscalls/ipc/lib/ |
D | libmsgctl.c | 112 fill_buffer(buffer.data.pbytes, (key % 255), size); in dowriter() 126 int fill_buffer(char *buf, char val, int size) in fill_buffer() function
|
D | libmsgctl.h | 36 int fill_buffer(char *buf, char val, int size);
|
/external/curl/docs/examples/ |
D | fopen.c | 128 static int fill_buffer(URL_FILE *file, size_t want) in fill_buffer() function 347 fill_buffer(file, want); in url_fread() 386 fill_buffer(file, want); in url_fgets()
|
/external/ltp/testcases/kernel/io/disktest/ |
D | main.c | 256 fill_buffer(test->env->data_buffer, data_buffer_size, in init_data() 261 fill_buffer(test->env->data_buffer, data_buffer_size, NULL, 0, in init_data() 265 fill_buffer(test->env->data_buffer, data_buffer_size, 0, 0, in init_data() 330 fill_buffer(test->env->data_buffer, in threadedMain()
|
D | sfunc.h | 122 void fill_buffer(void *, size_t, void *, size_t, const unsigned int);
|
D | childmain.c | 789 fill_buffer(buf2, target.trsiz, &(target.lba), in ChildMain() 902 fill_buffer(buf2, target.trsiz, &(target.lba), in ChildMain()
|
D | sfunc.c | 354 void fill_buffer(void *buf, size_t len, void *pattern, size_t pattern_len, in fill_buffer() function
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
D | rewrite.rb | 395 @position == -1 and fill_buffer
|
/external/fio/ |
D | verify.c | 51 static unsigned long fill_buffer(struct thread_data *td, void *p, in fill_buffer() function 71 io_u->rand_seed = fill_buffer(td, p, len); in fill_verify_pattern()
|
/external/python/cpython3/Lib/test/ |
D | test_ssl.py | 2963 def fill_buffer(): function 2967 ssl.SSLWantReadError), fill_buffer)
|