HomeSort by relevance Sort by last modified time
    Searched refs:kd (Results 1 - 25 of 61) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
kd.h 28 #include <linux/kd.h>
35 #endif /* sys/kd.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
kd.h 28 #include <linux/kd.h>
35 #endif /* sys/kd.h */
  /frameworks/base/core/java/android/text/method/
DialerKeyListener.java 82 KeyData kd = new KeyData(); local
85 if (event.getKeyData(kd)) {
86 for (int i = 1; i < kd.meta.length; i++) {
87 if (ok(accepted, kd.meta[i])) {
88 return kd.meta[i];
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyIterator.java 116 KeyDeclaration kd = (KeyDeclaration) keys.elementAt(i); local
120 if (!kd.getName().equals(name))
128 XPath matchExpr = kd.getMatch();
131 if (score == kd.getMatch().MATCH_SCORE_NONE)
KeyTable.java 167 KeyDeclaration kd = (KeyDeclaration) m_keyDeclarations.elementAt(i); local
171 if (kd.getName().equals(getKeyTableName())) {
172 keyDecls.add(kd);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorKey.java 69 KeyDeclaration kd = new KeyDeclaration(handler.getStylesheet(), handler.nextUid()); local
71 kd.setDOMBackPointer(handler.getOriginatingNode());
72 kd.setLocaterInfo(handler.getLocator());
73 setPropertiesFromAttributes(handler, rawName, attributes, kd);
74 handler.getStylesheet().setKey(kd);
  /external/chromium_org/third_party/skia/gm/
lighting.cpp 83 SkScalar kd = SkIntToScalar(2); local
95 paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd, NULL, cr))->unref();
98 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection, white, surfaceScale, kd, NULL, cr))->unref();
101 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
imagefiltersscaled.cpp 104 SkScalar kd = SkIntToScalar(2); local
124 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd),
126 cutoffAngle, white, surfaceScale, kd),
  /external/skia/gm/
lighting.cpp 83 SkScalar kd = SkIntToScalar(2); local
95 paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd, NULL, cr))->unref();
98 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection, white, surfaceScale, kd, NULL, cr))->unref();
101 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
imagefiltersscaled.cpp 104 SkScalar kd = SkIntToScalar(2); local
124 SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd),
126 cutoffAngle, white, surfaceScale, kd),
  /external/chromium_org/third_party/skia/include/effects/
SkLightingImageFilter.h 49 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
52 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
56 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
  /external/skia/include/effects/
SkLightingImageFilter.h 49 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
52 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
56 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
  /external/chromium_org/ui/ozone/platform/dri/
virtual_terminal_manager.cc 9 #include <linux/kd.h>
  /system/core/toolbox/
setkey.c 5 #include <linux/kd.h>
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 60 DiffuseLightingType(SkScalar kd)
61 : fKD(kd) {}
267 SkScalar kd, SkImageFilter* input, const CropRect* cropRect);
269 SkScalar kd() const { return fKD; } function in class:__anon19083::SkDiffuseLightingImageFilter
341 SkScalar kd) {
346 kd)));
355 SkScalar kd() const { return fKD; } function in class:__anon19083::GrDiffuseLightingEffect
364 SkScalar kd);
844 SkScalar kd, SkImageFilter* input, const CropRect* cropRect) {
1239 SkScalar kd = random->nextUScalar1(); local
1385 const char* kd; local
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp 60 DiffuseLightingType(SkScalar kd)
61 : fKD(kd) {}
267 SkScalar kd, SkImageFilter* input, const CropRect* cropRect);
269 SkScalar kd() const { return fKD; } function in class:__anon34335::SkDiffuseLightingImageFilter
341 SkScalar kd) {
346 kd)));
355 SkScalar kd() const { return fKD; } function in class:__anon34335::GrDiffuseLightingEffect
364 SkScalar kd);
844 SkScalar kd, SkImageFilter* input, const CropRect* cropRect) {
1239 SkScalar kd = random->nextUScalar1(); local
1385 const char* kd; local
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/_static/css/
nacl.css 29 .kd-butterbar.shown.pepper-version {text-align: right; top: 150px; right: 44px; width: 31em;}
30 .kd-butterbar.shown.pepper-version span {background-color: #E5ECF9; border: 1px solid #36C;}
31 .kd-butterbar.shown.pepper-version span.deprecated {background-color: #FCC; border: 1px solid #A03;}
32 .kd-butterbar.shown.special-announcement {text-align: right; /* top: 185px; */ top: 150px; right: 44px; width: 31em;}
33 .kd-butterbar.shown.special-announcement span {background-color: #F9EDBE; border: 1px solid #F0C36D;}
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
nacl.css 29 .kd-butterbar.shown.pepper-version {text-align: right; top: 150px; right: 44px; width: 31em;}
30 .kd-butterbar.shown.pepper-version span {background-color: #E5ECF9; border: 1px solid #36C;}
31 .kd-butterbar.shown.pepper-version span.deprecated {background-color: #FCC; border: 1px solid #A03;}
32 .kd-butterbar.shown.special-announcement {text-align: right; /* top: 185px; */ top: 150px; right: 44px; width: 31em;}
33 .kd-butterbar.shown.special-announcement span {background-color: #F9EDBE; border: 1px solid #F0C36D;}
  /external/chromium_org/third_party/skia/bench/
LightingBench.cpp 70 static SkScalar kd = SkIntToScalar(2); local
71 return kd;
  /external/skia/bench/
LightingBench.cpp 70 static SkScalar kd = SkIntToScalar(2); local
71 return kd;
  /external/chromium_org/remoting/webapp/
main.css 108 .kd-button-share {
116 .kd-button-share:hover {
124 .kd-button-share:active, .kd-button-share:focus:active {
130 .kd-button-share:focus {
135 .kd-button-share:focus:hover {
139 .kd-button-share[disabled], .kd-button-share[disabled]:hover,
140 .kd-button-share[disabled]:active {
222 .kd-modaldialog:not([hidden])
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubeRoot.cpp 21 const double kd = 1.0 / log(2.0); local
32 return int(-log(d)*kd);
38 const double kd = 1.0 / log(2.0); local
49 return int(-log(d)*kd);
  /external/skia/experimental/Intersection/
CubeRoot.cpp 21 const double kd = 1.0 / log(2.0); local
32 return int(-log(d)*kd);
38 const double kd = 1.0 / log(2.0); local
49 return int(-log(d)*kd);
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 104 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) {
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 104 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) {

Completed in 1232 milliseconds

1 2 3