/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | filter_test_base.py | 33 def apply_filter(self, input_dataset, predicate): member in FilterTestBase 50 dataset = self.apply_filter( 74 dataset = self.apply_filter( 81 dataset = self.apply_filter( 100 dataset = self.apply_filter(dataset, _predicate) 115 dataset = self.apply_filter(dataset, _filter_fn) 125 dataset = self.apply_filter(dataset, lambda x, y: y) 131 dataset = self.apply_filter(dataset, lambda x: math_ops.equal(x % 2, 0))
|
D | filter_with_legacy_function_test.py | 28 def apply_filter(self, input_dataset, predicate): member in FilterWithLegacyFunctionTest
|
D | filter_test.py | 28 def apply_filter(self, input_dataset, predicate): member in FilterTest
|
/external/jsoncpp/devtools/ |
D | antglob.py | 114 def apply_filter( full_path, filter_rexs ): function 132 included = apply_filter( full_path, include_filter ) 133 rejected = apply_filter( full_path, exclude_filter )
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | deblock_vsx.c | 26 static INLINE uint8x16_t apply_filter(uint8x16_t ctx[4], uint8x16_t v, in apply_filter() function 80 vec_vsx_st(apply_filter(ctx, v, filter), col, dst_ptr); in vpx_post_proc_down_and_across_mb_row_vsx() 87 out = apply_filter(ctx, v, filter); in vpx_post_proc_down_and_across_mb_row_vsx() 100 vec_vsx_st(apply_filter(ctx, v, filter), col, dst_ptr); in vpx_post_proc_down_and_across_mb_row_vsx() 109 out = apply_filter(ctx, v, filter); in vpx_post_proc_down_and_across_mb_row_vsx()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | denoising.c | 675 int apply_filter = 0; in vp8_denoiser_denoise_mb() local 698 apply_filter = 1; in vp8_denoiser_denoise_mb() 711 apply_filter = 1; in vp8_denoiser_denoise_mb() 717 if (apply_filter) { in vp8_denoiser_denoise_mb()
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 1043 struct sock_filter apply_filter[] = { 1058 self->apply_prog.filter = malloc(sizeof(apply_filter)); 1060 memcpy(self->apply_prog.filter, &apply_filter, sizeof(apply_filter)); 1061 self->apply_prog.len = (unsigned short)(sizeof(apply_filter)/sizeof(apply_filter[0]));
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph.h | 409 void apply_filter() { in apply_filter() function 419 apply_filter(); in const_iterator() 435 apply_filter();
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 1653 struct sock_filter apply_filter[] = { in FIXTURE_SETUP() local 1669 self->apply_prog.filter = malloc(sizeof(apply_filter)); in FIXTURE_SETUP() 1671 memcpy(self->apply_prog.filter, &apply_filter, sizeof(apply_filter)); in FIXTURE_SETUP() 1672 self->apply_prog.len = (unsigned short)ARRAY_SIZE(apply_filter); in FIXTURE_SETUP()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 2230 struct sock_filter apply_filter[] = { in FIXTURE_SETUP() local 2246 self->apply_prog.filter = malloc(sizeof(apply_filter)); in FIXTURE_SETUP() 2248 memcpy(self->apply_prog.filter, &apply_filter, sizeof(apply_filter)); in FIXTURE_SETUP() 2249 self->apply_prog.len = (unsigned short)ARRAY_SIZE(apply_filter); in FIXTURE_SETUP()
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 801 def apply_filter(self): # name of subwidget is same as command member in FileSelectBox
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 803 def apply_filter(self): # name of subwidget is same as command member in FileSelectBox
|