HomeSort by relevance Sort by last modified time
    Searched defs:kd (Results 1 - 18 of 18) sorted by null

  /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/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/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/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/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);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 951 final DataKind kd = newDataKind(context, parser, attrs, true, local
    [all...]
  /external/libpcap/
pcap-dlpi.c 1633 register int kd; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 491 static kvm_t *kd;
933 kd = kvm_open (0, 0, 0, O_RDONLY, 0);
934 if (kd != 0)
937 kvm_nlist (kd, nl);
957 if (kvm_read (kd, offset, (char *) load_ave, sizeof (load_ave))
960 kvm_close (kd);
490 static kvm_t *kd; variable
  /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...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1557 milliseconds