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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
kd.h 28 #include <linux/kd.h>
35 #endif /* sys/kd.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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/skia/include/effects/
SkLightingImageFilter.h 21 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
24 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
28 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
  /external/skqp/include/effects/
SkLightingImageFilter.h 21 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
24 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
28 SkColor lightColor, SkScalar surfaceScale, SkScalar kd,
  /external/skia/gm/
lighting.cpp 81 SkScalar kd = SkIntToScalar(2); variable
99 kd,
107 kd,
118 kd,
imagefiltersscaled.cpp 88 SkScalar kd = SkIntToScalar(2); variable
111 SkLightingImageFilter::MakePointLitDiffuse(pointLocation, white, surfaceScale, kd,
114 cutoffAngle, white, surfaceScale, kd,
  /external/skqp/gm/
lighting.cpp 81 SkScalar kd = SkIntToScalar(2); variable
99 kd,
107 kd,
118 kd,
imagefiltersscaled.cpp 88 SkScalar kd = SkIntToScalar(2); variable
111 SkLightingImageFilter::MakePointLitDiffuse(pointLocation, white, surfaceScale, kd,
114 cutoffAngle, white, surfaceScale, kd,
  /external/skia/src/effects/
SkLightingImageFilter.cpp 155 DiffuseLightingType(SkScalar kd)
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,
1280 SkScalar kd = buffer.readScalar(); local
1804 SkScalar kd = d->fRandom->nextUScalar1(); local
1954 const char* kd; local
    [all...]
  /external/skqp/src/effects/
SkLightingImageFilter.cpp 155 DiffuseLightingType(SkScalar kd)
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,
1280 SkScalar kd = buffer.readScalar(); local
1804 SkScalar kd = d->fRandom->nextUScalar1(); local
1954 const char* kd; local
    [all...]
  /external/ltp/testcases/kernel/device-drivers/include/
userBlockInclude.c 30 #include <linux/kd.h>
  /external/ltp/testcases/kernel/device-drivers/nls/
userBlockNLS.c 30 #include <linux/kd.h>
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
test-demangle.c 300 enum gnu_v3_dtor_kinds kd; local
302 kd = is_gnu_v3_mangled_dtor (inp);
303 sprintf (buf, "%d", (int) kd);
  /build/make/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) {
  /external/gemmlowp/test/
correctness_meta_gemm.cc 215 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) {
  /external/f2fs-tools/lib/
libf2fs_io.c 73 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/
openvt.c 37 #include <linux/kd.h>
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DataConnectionTest.java 605 KeepalivePacketData kd = KeepalivePacketData.nattKeepalivePacket( local
611 DataConnection.EVENT_KEEPALIVE_START_REQUEST, slotId, interval, kd).sendToTarget();
617 .startNattKeepalive(anyInt(), eq(kd), eq(interval * 1000), any(Message.class));
629 KeepalivePacketData kd = KeepalivePacketData.nattKeepalivePacket( local
635 DataConnection.EVENT_KEEPALIVE_START_REQUEST, slotId, interval, kd).sendToTarget();
638 .startNattKeepalive(anyInt(), eq(kd), eq(interval * 1000), any(Message.class));
708 KeepalivePacketData kd = KeepalivePacketData.nattKeepalivePacket( local
714 DataConnection.EVENT_KEEPALIVE_START_REQUEST, slotId, interval, kd).sendToTarget();
717 .startNattKeepalive(anyInt(), eq(kd), eq(interval * 1000), any(Message.class));
    [all...]
  /external/libpcap/
pcap-dlpi.c 1746 register int kd; local
    [all...]
  /external/skia/bench/
LightingBench.cpp 70 static SkScalar kd = SkIntToScalar(2); local
71 return kd;

Completed in 1286 milliseconds

1 2 3