/external/webkit/WebCore/platform/qt/ |
D | PlatformMouseEventQt.cpp | 41 QMouseEvent* me = 0; in PlatformMouseEvent() local 46 me = static_cast<QMouseEvent *>(event); in PlatformMouseEvent() 51 me = static_cast<QMouseEvent *>(event); in PlatformMouseEvent() 55 me = static_cast<QMouseEvent *>(event); in PlatformMouseEvent() 71 if (me) { in PlatformMouseEvent() 72 m_position = IntPoint(me->pos()); in PlatformMouseEvent() 73 m_globalPosition = IntPoint(me->globalPos()); in PlatformMouseEvent() 75 if (me->button() == Qt::LeftButton || (me->buttons() & Qt::LeftButton)) in PlatformMouseEvent() 77 else if (me->button() == Qt::RightButton || (me->buttons() & Qt::RightButton)) in PlatformMouseEvent() 79 else if (me->button() == Qt::MidButton || (me->buttons() & Qt::MidButton)) in PlatformMouseEvent()
|
/external/icu4c/tools/toolutil/ |
D | ucm.c | 311 UCMapping *mb, *me, *mbLimit, *meLimit; in checkBaseExtUnicode() local 318 me=ext->mappings; in checkBaseExtUnicode() 319 meLimit=me+ext->mappingsLength; in checkBaseExtUnicode() 338 if(me==meLimit) { in checkBaseExtUnicode() 342 if(0<=me->f && me->f<=2) { in checkBaseExtUnicode() 346 ++me; in checkBaseExtUnicode() 350 cmp=compareUnicode(base, mb, ext, me); in checkBaseExtUnicode() 363 } else if( mb->uLen<me->uLen && in checkBaseExtUnicode() 364 … 0==uprv_memcmp(UCM_GET_CODE_POINTS(base, mb), UCM_GET_CODE_POINTS(ext, me), 4*mb->uLen) in checkBaseExtUnicode() 375 ucm_printMapping(ext, me, stderr); in checkBaseExtUnicode() [all …]
|
/external/netcat/scripts/ |
D | ncp | 16 me=`echo $0 | sed 's+.*/++'` 17 test "$me" = "nzp" && echo '[compressed mode]' 22 if test "$me" = "nzp" ; then 38 if test "$me" = "nzp" ; then
|
/external/iptables/ |
D | iptables.c | 1190 register_match(struct iptables_match *me) in register_match() argument 1194 if (strcmp(me->version, program_version) != 0) { in register_match() 1196 program_name, me->name, me->version, program_version); in register_match() 1201 if (strlen(me->name) >= IPT_FUNCTION_MAXNAMELEN-1) { in register_match() 1203 program_name, me->name); in register_match() 1207 old = find_match(me->name, DURING_LOAD, NULL); in register_match() 1209 if (old->revision == me->revision) { in register_match() 1212 program_name, me->name); in register_match() 1218 && old->revision > me->revision) in register_match() 1222 if (!compatible_match_revision(me->name, me->revision)) in register_match() [all …]
|
D | ip6tables.c | 1152 register_match6(struct ip6tables_match *me) in register_match6() argument 1156 if (strcmp(me->version, program_version) != 0) { in register_match6() 1158 program_name, me->name, me->version, program_version); in register_match6() 1163 if (strlen(me->name) >= IP6T_FUNCTION_MAXNAMELEN-1) { in register_match6() 1165 program_name, me->name); in register_match6() 1169 old = find_match(me->name, DURING_LOAD, NULL); in register_match6() 1171 if (old->revision == me->revision) { in register_match6() 1174 program_name, me->name); in register_match6() 1180 && old->revision > me->revision) in register_match6() 1184 if (!compatible_match_revision(me->name, me->revision)) in register_match6() [all …]
|
/external/zlib/examples/ |
D | gun.c | 90 struct ind *me = (struct ind *)in_desc; in in() local 92 next = me->inbuf; in in() 99 ret = (int)read(me->infile, next, ret); in in() 130 struct outd *me = (struct outd *)out_desc; in out() local 132 if (me->check) { in out() 133 me->crc = crc32(me->crc, buf, len); in out() 134 me->total += len; in out() 136 if (me->outfile != -1) in out() 141 ret = (int)write(me->outfile, buf, ret); in out()
|
/external/apache-http/src/org/apache/http/params/ |
D | BasicHttpParams.java | 154 Map.Entry me = (Map.Entry) iter.next(); in copyParams() local 155 if (me.getKey() instanceof String) in copyParams() 156 target.setParameter((String)me.getKey(), me.getValue()); in copyParams()
|
/external/ipsec-tools/src/racoon/ |
D | safefile.c | 53 uid_t me; local 66 me = getuid(); 67 if (s.st_uid != me) {
|
/external/icu4c/test/intltest/ |
D | ucdtest.cpp | 106 UnicodeTest *me=(UnicodeTest *)context; in derivedCorePropsLineFn() local 112 … me->errln("UnicodeTest: syntax error in DerivedCoreProperties.txt field 0 at %s\n", fields[0][0]); in derivedCorePropsLineFn() 119 me->errln("UnicodeTest warning: unknown property name '%s' in \n", fields[1][0]); in derivedCorePropsLineFn() 123 me->derivedCoreProps[i].add(start, end); in derivedCorePropsLineFn()
|
/external/e2fsprogs/ |
D | SUBMITTING-PATCHES | 14 (a) The contribution was created in whole or in part by me and I 22 by me, under the same open source license (unless I am 26 (c) The contribution was provided directly to me by some other
|
/external/tesseract/testing/ |
D | README | 15 /users/me/ISRI-OCRtk. 21 cd to /users/me/ISRI-OCRtk or wherever 3, B, M and N ended up and run 37 testing/runalltests.sh /users/me/ISRI-OCRtk tess2.0
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | MVS.todo | 11 >them into the 2.4 release. Let me know if you don't want me to do so.
|
/external/tcpdump/ |
D | print-olsr.c | 154 #define ME_TO_DOUBLE(me) \ argument 155 (double)(VTIME_SCALE_FACTOR*(1+(double)(me>>4)/16)*(double)(1<<(me&0x0F)))
|
/external/dosfstools/doc/ |
D | README.mkdosfs | 5 Almesberger (who graciously gave me some pointers when I asked for some 6 advice about writing this code), and also to avoid me having to boot DOS 19 do find a bug or have any constructive comments, please mail me!
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | NeXT | 2 so test again when you upgrade (works fine for me on NEXTSTEP_Dev_3.2) 6 Otherwise (that successor not yet having been published), ask me for a copy
|
/external/iptables/include/ |
D | ip6tables.h | 151 extern void register_match6(struct ip6tables_match *me); 152 extern void register_target6(struct ip6tables_target *me);
|
D | iptables.h | 154 extern void register_match(struct iptables_match *me); 155 extern void register_target(struct iptables_target *me);
|
/external/icu4c/common/ |
D | resbund.cpp | 379 ResourceBundle *me = (ResourceBundle *)this; // semantically const in getLocale() local 380 if (me->fLocale == NULL) { in getLocale() 381 me->fLocale = tLocale; in getLocale()
|
/external/icu4c/tools/genpname/ |
D | preparse.pl | 127 my $me = $0; 128 $me =~ s|.+[/\\]||; 129 my $lm = ' ' x length($me); 132 $me: Reads ICU4C headers and Unicode data files and creates 137 Usage: $me <icu_dir> [<out_file>]
|
/external/openssl/crypto/des/asm/ |
D | des_enc.m4 | 1182 call .PIC.me.up 1183 mov .PIC.me.up-(.-4),out0 1240 call .PIC.me.up 1241 mov .PIC.me.up-(.-4),out0 1355 call .PIC.me.up 1356 mov .PIC.me.up-(.-4),out0 1397 call .PIC.me.up 1398 mov .PIC.me.up-(.-4),out0 1484 ! input: out0 offset between .PIC.me.up and caller 1485 ! output: out0 pointer to .PIC.me.up [all …]
|
/external/qemu/distrib/sdl-1.2.12/ |
D | CREDITS | 5 * Cliff Matthews, for giving me a reason to start this project. :) 45 * Peter Valchev for nagging me about the OpenBSD port until I got it right. :) 86 And a big hand to everyone else who gave me appreciation, advice,
|
/external/expat/ |
D | README | 47 into /home/me/mystuff/lib, /home/me/mystuff/include, and 48 /home/me/mystuff/bin, you can tell configure about that with: 50 ./configure --prefix=/home/me/mystuff
|
/external/icu4c/data/rbnf/ |
D | en_GB.txt | 27 // Could someone please correct me if I'm wrong about "milliard" falling 29 // are rendered. Also, could someone please provide me with information
|
/external/icu4c/ |
D | runConfigureICU | 8 me=`basename $0` 21 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config… 297 >&2 echo "$me: unrecognized platform \"$platform\" (use --help for help)"
|
/external/bzip2/ |
D | words2 | 4 figure out what, please let me know (jseward@bzip.org).
|