Home
last modified time | relevance | path

Searched refs:over (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/external/webkit/WebCore/html/
DHTMLLabelElement.cpp89 void HTMLLabelElement::setHovered(bool over) in setHovered() argument
91 if (over == hovered()) in setHovered()
95 HTMLElement::setHovered(over); in setHovered()
99 element->setHovered(over); in setHovered()
/external/e2fsprogs/tests/progs/
Dtest_rel_cmds.ct23 request do_brel_start_iter, "Start iterating over the block table",
58 request do_irel_start_iter, "Start iterating over the inode table",
70 request do_irel_start_iter_ref, "Start iterating over references to an inode",
/external/webkit/WebKit/android/nav/
DCachedRoot.cpp1155 const SkIRect& over = boundsCheck.mDrawnOver.getBounds(); in maskIfHidden() local
1156 if (over.isEmpty() == false) { in maskIfHidden()
1161 if (base.fLeft < over.fRight && base.fRight > over.fRight) in maskIfHidden()
1162 base.fLeft = over.fRight; in maskIfHidden()
1163 else if (base.fRight > over.fLeft && base.fLeft < over.fLeft) in maskIfHidden()
1164 base.fRight = over.fLeft; in maskIfHidden()
1165 if (base.fTop < over.fBottom && base.fBottom > over.fBottom) in maskIfHidden()
1166 base.fTop = over.fBottom; in maskIfHidden()
1167 else if (base.fBottom > over.fTop && base.fTop < over.fTop) in maskIfHidden()
1168 base.fBottom = over.fTop; in maskIfHidden()
/external/webkit/WebCore/manual-tests/animation/
DanimateMotion-to.svg6 The rect should from 0,0 to 100,0 over 3 seconds.
DanimateColor-values-simple.svg5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
DanimateColor-repeat-indefinite.svg5 <text x='10' y='120'>The rect should animate from blue to green over 2 seconds, repeatedly.</text>
DanimateColor-to.svg5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
DanimateColor-by.svg5 <text x='10' y='120'>The rect should animate from black to green over 3 seconds</text>
DanimateColor-from-by.svg5 <text x='10' y='120'>The rect should animate from red to purple over 3 seconds</text>
DanimateColor-to-from.svg5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
DanimateTransform-repeat-once.svg6 The rect should from 0,0 to 100,0 over 2 seconds, twice.
DanimateTransform-keyTimes.svg8 The rect should from 0,0 to 100,0 over 3 seconds.
/external/dbus/test/data/auth/
Dcancel.auth-script11 ## now start over and see if it works
/external/webkit/WebKit/mac/History/
DWebURLsWithTitles.m38 // Make a canned array so we don't construct it on the fly over and over.
/external/e2fsprogs/doc/
Dlibext2fs.texinfo410 * Iterating over inodes in a filesystem::
411 * Iterating over blocks in an inode::
417 @node Reading and writing inodes, Iterating over inodes in a filesystem, Inode Functions, Inode Fun…
432 @node Iterating over inodes in a filesystem, Iterating over blocks in an inode, Reading and writing…
434 @subsection Iterating over inodes in a filesystem
436 The inode_scan abstraction is useful for iterating over all the inodes
492 @node Iterating over blocks in an inode, Inode Convenience Functions, Iterating over inodes in a fi…
494 @subsection Iterating over blocks in an inode
501 Iterate over all of the blocks in inode number @var{ino} in filesystem
583 @node Inode Convenience Functions, , Iterating over blocks in an inode, Inode Functions
[all …]
Dlibblkid.txt62 will be repeatedly parsed over and over again, with memory allocated
/external/expat/tests/benchmark/
DREADME.txt16 averaged over the number of iterations.
/external/blktrace/
DREADME29 For browsing the repo over http and viewing history etc, you can direct
152 it will do batch sorts of input events. Similarly, you can do traces over
161 to connect and transfer data over the network.
/external/icu4c/config/
Dmh-unknown13 # As a start, try copying mh-linux (which is fairly generic) over this
/external/openssl/crypto/0.9.9-dev/bn/
Darmv4-mont.s136 add sp,r0,#4 @ skip over tp[num+1]
138 add sp,sp,#2*4 @ skip over {r0,r2}
/external/bison/tests/
Dcalc.at442 # BISON-OPTIONS, and performs several tests over the parser.
546 # BISON-OPTIONS, and performs several tests over the parser.
581 # BISON-OPTIONS and %glr-parser, and performs several tests over the parser.
617 # the C++ skeleton, and performs several tests over the parser.
641 # the GLR C++ skeleton, and performs several tests over the parser.
/external/dosfstools/debian/doc/
DHISTORY18 also took them over as upstream maintainer. The merged package is named
/external/bluetooth/glib/
DNEWS.pre-1-339 check() so it is not held over user code
199 * Fixups all over the place.
208 * Const correction all over the place, including a new pointer type
/external/tcpdump/
DCHANGES77 Add support for PPP over Frame-Relay
132 IP over FC
133 IP over IEEE 1394
136 LDP over TCP
145 HDLC over PPP
156 IP-over-IEEE1394 printing.
202 Add support for RFC 2625 IP-over-Fibre Channel.
245 IPX socket 0x85be is for Cisco EIGRP over IPX.
252 Handle IPX socket 0x553 -> NetBIOS-over-IPX socket, "nwlink-dgm"
278 IS-IS over PPP support, from Hannes Gredler <hannes@juniper.net>.
[all …]
DINSTALL96 ipfc.h - IP-over-Fibre Channel definitions
135 print-ap1394.c - Apple IP-over-IEEE 1394 printer routines
148 print-cip.c - Classical-IP over ATM routines
196 print-pppoe.c - PPP-over-Ethernet printer routines

12345678910>>...13