/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/ltp/testcases/kernel/hotplug/memory_hotplug/Scripts/ |
D | test4f | 3 # NOTE: depends on prior existence of file '/var/tmp/kern' 6 file /var/tmp/kern 7 map kern 8 mbind kern interleaved 0,1 9 touch kern w 10 where kern 8p 64p 14 where kern 8p 64p
|
D | test1f | 2 # NOTE: depends on prior existence of file '/var/tmp/kern' 5 file /var/tmp/kern 6 map kern 7 mbind kern preferred 1 8 touch kern w 9 where kern 8p 64p 14 where kern 8p 64p
|
/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/spirv-llvm/test/SPIRV/ |
D | linkage-types.ll | 13 ; SPIRV: EntryPoint 6 [[kern:[0-9]+]] "kern" 138 ; SPIRV: Function {{[0-9]+}} [[kern]] 139 ; BACK-TO-LLVM: define spir_kernel void @kern() 141 define spir_kernel void @kern() #0 { 159 !0 = !{void ()* @kern, !1, !2, !3, !4, !5}
|
/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/harfbuzz_ng/src/ |
D | hb-ot-math-table.hh | 310 inline hb_position_t get_kerning (hb_ot_math_kern_t kern, in get_kerning() 315 unsigned int idx = kern; in get_kerning() 340 hb_ot_math_kern_t kern, in get_kerning() 345 return mathKernInfoRecords[index].get_kerning (kern, correction_height, font, this); in get_kerning() 387 hb_ot_math_kern_t kern, in get_kerning() 390 { return (this+mathKernInfo).get_kerning (glyph, kern, correction_height, font); } in get_kerning()
|
D | hb-ot-math.cc | 156 hb_ot_math_kern_t kern, in hb_ot_math_get_glyph_kerning() argument 160 return math.get_math_glyph_info().get_kerning (glyph, kern, correction_height, font); in hb_ot_math_get_glyph_kerning()
|
D | hb-ot-math.h | 182 hb_ot_math_kern_t kern,
|
/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/pdfium/third_party/freetype/include/freetype/ |
D | ftgxval.h | 166 #define FT_VALIDATE_kern FT_VALIDATE_GX_BITFIELD( kern )
|
/external/freetype/include/freetype/ |
D | ftgxval.h | 166 #define FT_VALIDATE_kern FT_VALIDATE_GX_BITFIELD( kern )
|
/external/ltp/tools/pounder21/test_repo/ |
D | D01stats | 108 tail -f /var/log/messages /var/log/syslog /var/log/daemon.log /var/log/kern.log /var/log/warn /var/…
|
/external/ltp/tools/pounder21/test_scripts/ |
D | statslogging | 108 tail -f /var/log/messages /var/log/syslog /var/log/daemon.log /var/log/kern.log /var/log/warn /var/…
|
/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/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/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 …]
|