Searched refs:kd (Results 1 - 25 of 44) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DKeyIterator.java116 KeyDeclaration kd = (KeyDeclaration) keys.elementAt(i);
120 if (!kd.getName().equals(name))
128 XPath matchExpr = kd.getMatch();
131 if (score == kd.getMatch().MATCH_SCORE_NONE)
H A DKeyTable.java167 KeyDeclaration kd = (KeyDeclaration) m_keyDeclarations.elementAt(i);
171 if (kd.getName().equals(getKeyTableName())) {
172 keyDecls.add(kd);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorKey.java69 KeyDeclaration kd = new KeyDeclaration(handler.getStylesheet(), handler.nextUid());
71 kd.setDOMBackPointer(handler.getOriginatingNode());
72 kd.setLocaterInfo(handler.getLocator());
73 setPropertiesFromAttributes(handler, rawName, attributes, kd);
74 handler.getStylesheet().setKey(kd);
/external/skia/include/effects/
H A DSkLightingImageFilter.h21 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
24 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
28 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
/external/skqp/include/effects/
H A DSkLightingImageFilter.h21 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
24 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
28 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
/external/doclava/res/assets/templates/assets/
H A Dsearch_autocomplete.js104 function search_changed(e, kd, toroot)
112 if (kd && gSelectedIndex >= 0) {
120 else if (kd && (e.keyCode == 38)) {
128 else if (kd && (e.keyCode == 40)) {
136 else if (!kd) {
H A Dprettify.js8 kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",md="java",nd="break continue do else for if return while case done elif esac eval fi function in local set then until ",
28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[id]);y(C({keywords:jd,hashComments:o,cStyleComments:o}),[kd]);y(C({keywords:ld,cStyleComments:o}),[md]);y(C({keywords:nd,hashComments:o,multiLineStrings:o}),[od,pd,qd]);y(C({keywords:rd,hashComments:o,multiLineStrings:o,tripleQuotedStrings:o}),[sd,td]);y(C({keywords:ud,hashComments:o,multiLineStrings:o,regexLiterals:o}),[vd,wd,xd]);y(C({keywords:yd,hashComments:o,multiLineStrings:o,regexLiterals:o}),
/external/skia/gm/
H A Dlighting.cpp81 SkScalar kd = SkIntToScalar(2); variable
99 kd,
107 kd,
118 kd,
H A Dimagefiltersscaled.cpp88 SkScalar kd = SkIntToScalar(2); variable
111 SkLightingImageFilter::MakePointLitDiffuse(pointLocation, white, surfaceScale, kd,
114 cutoffAngle, white, surfaceScale, kd,
H A Dimagefilterscropexpand.cpp64 SkScalar kd = SkIntToScalar(2); local
126 kd,
/external/skqp/gm/
H A Dlighting.cpp81 SkScalar kd = SkIntToScalar(2); variable
99 kd,
107 kd,
118 kd,
H A Dimagefiltersscaled.cpp88 SkScalar kd = SkIntToScalar(2); variable
111 SkLightingImageFilter::MakePointLitDiffuse(pointLocation, white, surfaceScale, kd,
114 cutoffAngle, white, surfaceScale, kd,
H A Dimagefilterscropexpand.cpp64 SkScalar kd = SkIntToScalar(2); local
126 kd,
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp155 DiffuseLightingType(SkScalar kd) argument
156 : fKD(kd) {}
527 SkScalar kd,
533 SkScalar kd() const { return fKD; } function in class:SkDiffuseLightingImageFilter
537 SkScalar kd,
634 SkScalar kd,
639 matrix, kd, boundaryMode, srcBounds));
648 SkScalar kd() const { return fKD; } function in class:GrDiffuseLightingEffect
661 SkScalar kd,
1162 SkScalar kd,
630 Make(sk_sp<GrTextureProxy> proxy, sk_sp<const SkImageFilterLight> light, SkScalar surfaceScale, const SkMatrix& matrix, SkScalar kd, BoundaryMode boundaryMode, const SkIRect* srcBounds) argument
1159 MakeDistantLitDiffuse(const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument
1170 MakePointLitDiffuse(const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument
1181 MakeSpotLitDiffuse(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument
1246 Make(sk_sp<SkImageFilterLight> light, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument
1266 SkDiffuseLightingImageFilter(sk_sp<SkImageFilterLight> light, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument
1280 SkScalar kd = buffer.readScalar(); local
1742 GrDiffuseLightingEffect(sk_sp<GrTextureProxy> proxy, sk_sp<const SkImageFilterLight>light, SkScalar surfaceScale, const SkMatrix& matrix, SkScalar kd, BoundaryMode boundaryMode, const SkIRect* srcBounds) argument
1804 SkScalar kd = d->fRandom->nextUScalar1(); local
1954 const char* kd; local
[all...]
/external/skqp/src/effects/
H A DSkLightingImageFilter.cpp155 DiffuseLightingType(SkScalar kd) argument
156 : fKD(kd) {}
527 SkScalar kd,
533 SkScalar kd() const { return fKD; } function in class:SkDiffuseLightingImageFilter
537 SkScalar kd,
634 SkScalar kd,
639 matrix, kd, boundaryMode, srcBounds));
648 SkScalar kd() const { return fKD; } function in class:GrDiffuseLightingEffect
661 SkScalar kd,
1162 SkScalar kd,
630 Make(sk_sp<GrTextureProxy> proxy, sk_sp<const SkImageFilterLight> light, SkScalar surfaceScale, const SkMatrix& matrix, SkScalar kd, BoundaryMode boundaryMode, const SkIRect* srcBounds) argument
1159 MakeDistantLitDiffuse(const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument
1170 MakePointLitDiffuse(const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument
1181 MakeSpotLitDiffuse(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument
1246 Make(sk_sp<SkImageFilterLight> light, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument
1266 SkDiffuseLightingImageFilter(sk_sp<SkImageFilterLight> light, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument
1280 SkScalar kd = buffer.readScalar(); local
1742 GrDiffuseLightingEffect(sk_sp<GrTextureProxy> proxy, sk_sp<const SkImageFilterLight>light, SkScalar surfaceScale, const SkMatrix& matrix, SkScalar kd, BoundaryMode boundaryMode, const SkIRect* srcBounds) argument
1804 SkScalar kd = d->fRandom->nextUScalar1(); local
1954 const char* kd; local
[all...]
/external/ltp/testcases/kernel/device-drivers/include/
H A DuserBlockInclude.c30 #include <linux/kd.h>
/external/ltp/testcases/kernel/device-drivers/nls/
H A DuserBlockNLS.c30 #include <linux/kd.h>
/external/gemmlowp/test/
H A Dcorrectness_meta_gemm.cc215 int kd, std::uint8_t* scratch, std::uint8_t* left,
220 for (int k = ki; k < kx; k += kd) {
229 int kd, std::uint8_t* scratch, std::uint8_t* left,
234 for (int k = ki; k < kx; k += kd) {
243 int kd, std::uint8_t* scratch, std::uint8_t* left,
248 for (int k = ki; k < kx; k += kd) {
214 q_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, int kd, std::uint8_t* scratch, std::uint8_t* left, std::uint8_t* right, std::uint8_t* result, gemmlowp::WorkersPool* pool, int t) argument
228 f_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, int kd, std::uint8_t* scratch, std::uint8_t* left, std::uint8_t* right, float* result, gemmlowp::WorkersPool* pool, int t) argument
242 i32_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, int kd, std::uint8_t* scratch, std::uint8_t* left, std::uint8_t* right, std::int32_t* result, gemmlowp::WorkersPool* pool, int t) argument
/external/f2fs-tools/lib/
H A Dlibf2fs_io.c73 if (lseek64(c.kd, (off64_t)offset, SEEK_SET) < 0)
75 if (read(c.kd, buf, len) < 0)
373 close(c.kd);
/external/toybox/toys/pending/
H A Dopenvt.c37 #include <linux/kd.h>
/external/libpcap/
H A Dpcap-dlpi.c1746 register int kd; local
1765 kd = open("/dev/kmem", O_RDONLY);
1766 if (kd < 0) {
1771 if (dlpi_kread(kd, nl[NL_IFNET].n_value,
1773 close(kd);
1777 if (dlpi_kread(kd, (off_t)addr,
1779 dlpi_kread(kd, (off_t)ifnet.if_name,
1781 (void)close(kd);
/external/skia/bench/
H A DLightingBench.cpp70 static SkScalar kd = SkIntToScalar(2); local
71 return kd;
/external/skqp/bench/
H A DLightingBench.cpp70 static SkScalar kd = SkIntToScalar(2); local
71 return kd;
/external/ltp/testcases/kernel/input/
H A Dinput06.c26 #include <linux/kd.h>
/external/libnl/doc/stylesheets/
H A Dpygments.css25 .highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */

Completed in 1756 milliseconds

12