/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | kernel.cpp | 83 clRetainKernel(cl_kernel kern) { in clRetainKernel() argument 84 if (!kern) in clRetainKernel() 87 kern->retain(); in clRetainKernel() 92 clReleaseKernel(cl_kernel kern) { in clReleaseKernel() argument 93 if (!kern) in clReleaseKernel() 96 if (kern->release()) in clReleaseKernel() 97 delete kern; in clReleaseKernel() 103 clSetKernelArg(cl_kernel kern, cl_uint idx, size_t size, in clSetKernelArg() argument 105 if (!kern) in clSetKernelArg() 108 if (idx >= kern->args.size()) in clSetKernelArg() [all …]
|
/external/opencv3/samples/python2/ |
D | gabor_threads.py | 26 kern = cv2.getGaborKernel((ksize, ksize), 4.0, theta, 10.0, 0.5, 0, ktype=cv2.CV_32F) 27 kern /= 1.5*kern.sum() 28 filters.append(kern) 33 for kern in filters: 34 fimg = cv2.filter2D(img, cv2.CV_8UC3, kern) 40 def f(kern): argument 41 return cv2.filter2D(img, cv2.CV_8UC3, kern)
|
D | deconvolution.py | 50 kern = np.ones((1, d), np.float32) 55 kern = cv2.warpAffine(kern, A, (sz, sz), flags=cv2.INTER_CUBIC) 56 return kern 59 kern = np.zeros((sz, sz), np.uint8) 60 cv2.circle(kern, (sz, sz), d, 255, -1, cv2.LINE_AA, shift=1) 61 kern = np.float32(kern) / 255.0 62 return kern
|
/external/autotest/tko/parsers/ |
D | version_1_unittest.py | 176 kern = line.get_kernel() 178 self.assertEquals(kern.base, '2.6.24-rc40') 179 self.assertEquals(kern.patches[0].spec, 'first_patch') 180 self.assertEquals(kern.patches[1].spec, 'another_patch') 181 self.assertEquals(len(kern.patches), 2) 182 self.assertEquals(kern.kernel_hash, kernel_hash) 192 kern = line.get_kernel() 194 self.assertEquals(kern.base, '2.6.24-rc40') 195 self.assertEquals(kern.patches[0].spec, 'first_patch') 196 self.assertEquals(len(kern.patches), 1) [all …]
|
/external/clang/test/PCH/ |
D | cuda-kernel-call.cu | 14 __global__ void kern() { in kern() function 21 kcall(kern); in test() 22 kern<<<1, 1>>>(); in test()
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | 30-hostname | 28 elif sysctl kern.hostname >/dev/null 2>&1; then 29 sysctl -n kern.hostname 43 elif sysctl kern.hostname >/dev/null 2>&1; then 44 sysctl -w "kern.hostname=$1"
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | kernel.cpp | 133 _cl_kernel::exec_context::exec_context(clover::kernel &kern) : in exec_context() argument 134 kern(kern), q(NULL), mem_local(0), st(NULL) { in exec_context() 146 for (auto &arg : kern.args) in bind() 156 cs.prog = kern.module(*q).sec(module::section::text).data.begin(); in bind() 167 for (auto &arg : kern.args) in unbind()
|
D | kernel.hpp | 46 exec_context(clover::kernel &kern); 52 clover::kernel &kern; member
|
/external/opencv3/samples/cpp/tutorial_code/core/mat_mask_operations/ |
D | mat_mask_operations.cpp | 49 Mat kern = (Mat_<char>(3,3) << 0, -1, 0, in main() local 53 filter2D(I, K, I.depth(), kern ); in main()
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | macUtils.py | 177 kern = self.ttFont['kern'].getkern(0) 178 if kern: 180 for (left, right), value in kern.kernTable.items():
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.cc | 53 const int32_t Tag::kern = TAG('k', 'e', 'r', 'n'); member in sfntly::Tag 101 Tag::kern,
|
D | tag.h | 69 static const int32_t kern; member
|
/external/fonttools/Doc/ |
D | changes.txt | 5 - Fix issue with Apple's kern table format 80 - Fixed 'kern' table to correctly accept subtables it doesn't know about, 81 as well as interpreting Apple's definition of the 'kern' table headers 140 font name info and kern table if applicable.
|
/external/autotest/client/site_tests/platform_CheckErrorsInLog/ |
D | control | 12 - kern.log
|
/external/sfntly/cpp/src/test/ |
D | test_data.cc | 41 Tag::glyf, Tag::head, Tag::hhea, Tag::hmtx, Tag::kern,
|
/external/freetype/include/ |
D | ftgxval.h | 166 #define FT_VALIDATE_kern FT_VALIDATE_GX_BITFIELD( kern )
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftgxval.h | 166 #define FT_VALIDATE_kern FT_VALIDATE_GX_BITFIELD( kern )
|
/external/opencv3/doc/tutorials/core/mat-mask-operations/ |
D | mat_mask_operations.markdown | 115 Mat kern = (Mat_<char>(3,3) << 0, -1, 0, 122 filter2D(I, K, I.depth(), kern);
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 365 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi 368 \ifr@ggedbottom \kern-\dimen@ \vfil \fi} 615 L\kern-.36em 618 \kern-.15em 750 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 786 \kern -#1\mil 788 % Do not allow a page break right after this kern. 809 \parseargdef\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break} 824 \kern-\strutdepth 925 \def\centerV#1{\line{\kern\leftskip #1\kern\rightskip}} [all …]
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 365 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi 368 \ifr@ggedbottom \kern-\dimen@ \vfil \fi} 615 L\kern-.36em 618 \kern-.15em 750 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 786 \kern -#1\mil 788 % Do not allow a page break right after this kern. 809 \parseargdef\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break} 824 \kern-\strutdepth 925 \def\centerV#1{\line{\kern\leftskip #1\kern\rightskip}} [all …]
|
/external/netperf/doc/ |
D | texinfo.tex | 322 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi 325 \ifr@ggedbottom \kern-\dimen@ \vfil \fi} 659 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 695 \kern -#1\mil 697 % Do not allow a page break right after this kern. 744 \def\exdentyyy #1{{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break}} 760 \kern-\strutdepth 918 % \kern backwards by \parindent, and then reset itself to empty. 933 \kern -\parindent 1567 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% [all …]
|
/external/bison/build-aux/ |
D | texinfo.tex | 404 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi 407 \ifr@ggedbottom \kern-\dimen@ \vfil \fi} 736 \kern -#1\mil 738 % Do not allow a page break right after this kern. 759 \parseargdef\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break} 774 \kern-\strutdepth 922 \line{\kern\leftskip #1\kern\rightskip}% 1003 % \kern backwards by \parindent, and then reset itself to empty. 1018 \kern -\parindent 2735 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% [all …]
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 405 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi 408 \ifr@ggedbottom \kern-\dimen@ \vfil \fi} 737 \kern -#1\mil 739 % Do not allow a page break right after this kern. 760 \parseargdef\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break} 775 \kern-\strutdepth 923 \line{\kern\leftskip #1\kern\rightskip}% 1004 % \kern backwards by \parindent, and then reset itself to empty. 1019 \kern -\parindent 2736 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% [all …]
|
/external/opencv3/modules/imgproc/test/ |
D | test_filter.cpp | 1946 Mat kern = getStructuringElement(MORPH_RECT, Size(3,3)); in TEST() local 1948 dilate(src, dst2, kern, Point(-1,-1), iterations); in TEST() 1950 erode(src, dst2, kern, Point(-1,-1), iterations); in TEST()
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 1166 LOAD_( kern ); in sfnt_load_face()
|