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

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
kd.h 28 #include <linux/kd.h>
35 #endif /* sys/kd.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/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);
  /system/core/toolbox/
setkey.c 5 #include <linux/kd.h>
ioctl.c 7 #include <linux/kd.h>
setconsole.c 5 #include <linux/kd.h>
  /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) {
prettify.js 8 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 ",
11 (function(){var N=function(){for(var a=[aa,ba,ca,F,da,ea,G,fa,ja,ka,H,la,ma,na,oa,pa,qa,ra,sa,ta,ua,va,I,wa,xa,ya,za,Aa,Ba,J,Ca,Da,Ea,Fa,Ga,Ha,Ia,L,M,Ta,Ua,Va,Wa,O,Xa,Ya,Za,$a,ab,bb,cb,db,eb,fb,gb,hb,ib,jb,kb,lb],b=mb,c=0;c<a.length;++c)b+=O+a[c].replace(/([^=<>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb).replace(Kd,sb)}function ga(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb)}var Md=/&lt;/g,Nd=/&gt;/g,
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/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) {
  /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
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.h 483 bool is_placed_in(OpndKind kd) const
485 return kd == OpndKind_Reg ?
492 : kd == m_kind;
  /external/strace/linux/
ioctlent.sh 66 lookup_ioctls 4B linux/kd.h
  /external/libpcap/
pcap-dlpi.c 1803 register int kd; local
    [all...]
  /system/core/init/
logo.c 26 #include <linux/kd.h>
  /packages/apps/Contacts/src/com/android/contacts/model/account/
BaseAccountType.java 982 final DataKind kd = newDataKind(context, parser, attrs, true, local
    [all...]
  /bootable/recovery/minui/
resources.c 28 #include <linux/kd.h>
graphics.c 29 #include <linux/kd.h>
  /system/extras/tests/framebuffer/
fb_test.c 29 #include <linux/kd.h>
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 34 #include <linux/kd.h>
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 40 #include <linux/kd.h>
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgaevents.c 30 #include <linux/kd.h>

Completed in 356 milliseconds

1 2