Home
last modified time | relevance | path

Searched refs:copy_fn (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/infra/bots/recipe_modules/build/
Dapi.py26 self.copy_fn = android.copy_build_products
29 self.copy_fn = chromebook.copy_build_products
32 self.copy_fn = flutter.copy_build_products
36 self.copy_fn = pathkit.copy_build_products
39 self.copy_fn = canvaskit.copy_build_products
42 self.copy_fn = cmake.copy_build_products
45 self.copy_fn = docker.copy_build_products
48 self.copy_fn = default.copy_build_products
57 self.copy_fn(self.m, out_dir, dst)
/third_party/boost/boost/gil/
Dalgorithm.hpp161 template <typename I, typename O> struct copy_fn { struct
173 static_for_each(first,last,dst,boost::gil::detail::copy_fn<IC1,IC2>()); in copy() argument
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c1775 #define GST_URI_NORMALIZED_CMP_LIST(field, norm_fn, copy_fn, cmp_fn, free_fn) \ in gst_uri_equal() argument
1776 first_norm_list = g_list_copy_deep (first->field, (GCopyFunc) copy_fn, NULL); \ in gst_uri_equal()
1778 second_norm_list = g_list_copy_deep (second->field, (GCopyFunc) copy_fn, NULL); \ in gst_uri_equal()