Home
last modified time | relevance | path

Searched refs:output_filter (Results 1 – 7 of 7) sorted by relevance

/external/libevent/
Dbufferevent_filter.c172 bufferevent_filter_cb output_filter, in bufferevent_filter_new() argument
185 if (!output_filter) in bufferevent_filter_new()
186 output_filter = be_null_filter; in bufferevent_filter_new()
204 bufev_f->process_out = output_filter; in bufferevent_filter_new()
DChangeLog180 o be_filter: actually disable output_filter during processing output (c031215 Simon Perreault)
207 …o test/bufferevent: check that output_filter disabled during processing output (ae28812 Azat Khuzh…
/external/autotest/client/common_lib/
Dpexpect.py1450 def interact(self, escape_character = chr(29), input_filter = None, output_filter = None): argument
1492 self.__interact_copy(escape_character, input_filter, output_filter)
1512 def __interact_copy(self, escape_character = None, input_filter = None, output_filter = None): argument
1521 if output_filter: data = output_filter(data)
/external/openssh/
Dchannels.h152 channel_outfilter_fn *output_filter; member
Dchannels.c370 c->output_filter = NULL; in channel_new()
849 c->output_filter = ofn; in channel_register_filter()
1789 if (c->output_filter != NULL) {
1790 if ((buf = c->output_filter(c, &data, &dlen)) == NULL) {
/external/libevent/include/event2/
Dbufferevent.h721 bufferevent_filter_cb output_filter,
/external/tensorflow/tensorflow/core/kernels/
Dmkl_conv_ops.cc661 AllocateOutputSetMklShape(context, 1, &mkl_context.output_filter, in Compute()
702 Tensor* output_filter = nullptr; member
786 static_cast<const void*>(output_filter->flat<T>().data())); in MklPrepareConvolutionInputs()