/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | filter_test.py | 44 apply_filter=combinations.NamedObject("filter_fn", filter_fn)) 49 apply_filter=combinations.NamedObject("legacy_filter_fn", 58 def testFilterDataset(self, apply_filter): argument 71 dataset = apply_filter( 94 def testFilterRange(self, apply_filter): argument 96 dataset = apply_filter(dataset, 101 def testFilterDict(self, apply_filter): argument 104 dataset = apply_filter(dataset, lambda d: math_ops.equal(d["bar"] % 2, 0)) 111 def testUseStepContainerInFilter(self, apply_filter): argument 122 dataset = apply_filter(dataset, _predicate) [all …]
|
/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/angle/third_party/jsoncpp/source/devtools/ |
D | antglob.py | 117 def apply_filter(full_path, filter_rexs): function 135 included = apply_filter(full_path, include_filter) 136 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 | 435 void apply_filter() { in apply_filter() function 445 apply_filter(); in const_iterator() 461 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 | 2361 struct sock_filter apply_filter[] = { in FIXTURE_SETUP() local 2377 self->apply_prog.filter = malloc(sizeof(apply_filter)); in FIXTURE_SETUP() 2379 memcpy(self->apply_prog.filter, &apply_filter, sizeof(apply_filter)); in FIXTURE_SETUP() 2380 self->apply_prog.len = (unsigned short)ARRAY_SIZE(apply_filter); in FIXTURE_SETUP()
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 803 def apply_filter(self): # name of subwidget is same as command member in FileSelectBox
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 801 def apply_filter(self): # name of subwidget is same as command member in FileSelectBox
|