HomeSort by relevance Sort by last modified time
    Searched refs:filter_func (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.h 61 typedef void (*filter_func)(struct tgsi_sampler *tgsi_sampler, typedef
126 filter_func mip_filter;
127 filter_func compare;
128 filter_func sample_target;
  /external/dbus/test/
test-shell-service.c 104 filter_func (DBusConnection *connection, function
151 filter_func, NULL, NULL))
191 dbus_connection_remove_filter (connection, filter_func, NULL);
test-service.c 378 filter_func (DBusConnection *connection, function
453 filter_func, NULL, NULL))
493 dbus_connection_remove_filter (connection, filter_func, NULL);
  /external/dbus/tools/
dbus-monitor.c 248 DBusHandleMessageFunction filter_func = monitor_filter_func; local
295 filter_func = monitor_filter_func;
297 filter_func = profile_filter_func;
404 if (!dbus_connection_add_filter (connection, filter_func, NULL, NULL)) {
  /external/opencv3/3rdparty/libwebp/enc/
alpha.c 110 WebPFilterFunc filter_func; local
131 filter_func = WebPFilters[filter];
132 if (filter_func != NULL) {
133 filter_func(data, width, height, width, tmp_alpha);
  /external/webp/src/enc/
alpha.c 109 WebPFilterFunc filter_func; local
123 filter_func = WebPFilters[filter];
124 if (filter_func != NULL) {
125 filter_func(data, width, height, width, tmp_alpha);
  /external/boringssl/src/util/
generate_build_files.py 324 def FindCFiles(directory, filter_func):
326 files that pass filter_func."""
333 if not filter_func(filename, False):
338 if not filter_func(dirname, True):
344 def FindHeaderFiles(directory, filter_func):
345 """Recurses through directory and returns a list of paths to all the header files that pass filter_func."""
352 if not filter_func(filename, False):
  /external/opencv3/3rdparty/jinja2/
environment.py 601 def compile_templates(self, target, extensions=None, filter_func=None,
610 `extensions` and `filter_func` are passed to :meth:`list_templates`.
668 for name in self.list_templates(extensions, filter_func):
695 def list_templates(self, extensions=None, filter_func=None):
703 templates, or a `filter_func` can be provided which is a callable that
713 if filter_func is not None:
714 raise TypeError('either extensions or filter_func '
716 filter_func = lambda x: '.' in x and \
718 if filter_func is not None:
719 x = ifilter(filter_func, x
    [all...]
  /external/autotest/client/bin/
partition_unittest.py 100 parts = partition.get_partition_list(job, filter_func=lambda x: False,
partition.py 117 def get_partition_list(job, min_blocks=0, filter_func=None, exclude_swap=True,
128 @param filter_func: A callable that returns True if a partition is
169 if filter_func and not filter_func(partname):
222 filter_func=None, exclude_swap=True,
234 @param job, min_blocks, filter_func, exclude_swap, open_func: Forwarded
239 filter_func=filter_func, exclude_swap=exclude_swap, open_func=open_func)
    [all...]
  /external/avahi/avahi-client/
client.c 103 static DBusHandlerResult filter_func(DBusConnection *bus, DBusMessage *message, void *userdata) { function
527 if (!dbus_connection_add_filter(client->bus, filter_func, client, NULL)) {

Completed in 214 milliseconds