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

1 2 3

  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/
everything.js 62 // 'the quick brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)
63 testcases[count++] = new TestCase ( SECTION, "'the quick brown fox jumped over the lazy dogs'.match(/((\\w+)\\s*)+/)",
64 String(['the quick brown fox jumped over the lazy dogs','dogs','dogs']),String('the quick brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)));
  /external/webkit/WebCore/html/
HTMLLabelElement.cpp 89 void HTMLLabelElement::setHovered(bool over)
91 if (over == hovered())
95 HTMLElement::setHovered(over);
99 element->setHovered(over);
  /frameworks/base/core/java/android/widget/
OverScroller.java 671 void fling(int start, int velocity, int min, int max, int over) {
673 mOver = over;
701 if (start >= max + over) {
702 springback(max + over, min, max);
722 if (start <= min - over) {
723 springback(min - over, min, max);
746 void notifyEdgeReached(int start, int end, int over) {
760 mOver = over;
780 int over = mVelocity > 0 ? mOver : -mOver; local
781 mFinal = mStart + over;
    [all...]
  /external/quake/quake/src/QW/
qwcl.spec.sh 26 original version of Quake can be played over the Internet, many users modem
36 one thing, play deathmatch games over a TCP/IP network such as the Internet.
qwsv.spec.sh 26 original version of Quake can be played over the Internet, many users modem
36 one thing, play deathmatch games over a TCP/IP network such as the Internet.
  /external/v8/test/mjsunit/
arguments-lazy.js 28 // Make sure we don't allocate the arguments object over and
29 // over again.
d8-os.js 84 assertThrows("os.mkdirp('file1');", "mkdir over file1");
85 assertThrows("os.mkdirp('file1/foo');", "mkdir over file2");
86 assertThrows("os.mkdirp('file1/');", "mkdir over file3");
87 assertThrows("os.mkdirp('file1/foo/');", "mkdir over file4");
for-in-null-or-undefined.js 28 // At least Spidermonkey and IE allow for-in iteration over null and
escape.js 70 example = example + " The quick brown fox jumps over the lazy dog."
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 136 static long x(long d, long m, long over) {
137 if (d > over) return Long.MAX_VALUE;
138 if (d < -over) return Long.MIN_VALUE;
  /dalvik/tests/082-inline-execute/src/
Main.java 60 int over = testStr.length(); local
89 testStr.charAt(over);
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 179 // should the opaqueness of the bitmap disallow its ability to draw over?
1178 const SkIRect& over = boundsCheck.mDrawnOver.getBounds(); local
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 2 \def\TITLE{Tunnels over IP}
5 \Large\bf Tunnels over IP in Linux-2.2
85 Q: \verb|traceroute| does not work over tunnel! Well, stop... It works,
149 ipip & IP over IP & tunl0 \\
150 sit & IPv6 over IP & sit0 \\
151 gre & ANY over GRE over IP & gre0
199 some features related to the fact that they work over existing Internet
220 reachable over device \verb|tunl0|. With IPv6 the situation is much simpler:
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs_unittest.py 84 == Rolled over to ChangeLog-2009-06-16 ==
  /external/openssl/crypto/bn/asm/
armv4-mont.s 138 add sp,r0,#4 @ skip over tp[num+1]
140 add sp,sp,#2*4 @ skip over {r0,r2}
  /external/chromium/base/
histogram.cc 133 // nearly the largest bucket range without sliding over the histogram.
247 size_t over = bucket_count(); local
251 DCHECK(over >= under);
252 mid = (over + under)/2;
258 over = mid;
266 // over some transition value, and then use that transition width. Exponentials
  /external/libvpx/vp8/decoder/arm/neon/
idct_dequant_dc_full_2x_neon.asm 175 vst1.16 {q14, q15}, [r0] ; write over high input
177 vst1.16 {q14, q15}, [r0] ; write over low input
idct_dequant_full_2x_neon.asm 167 vst1.16 {q14, q15}, [r0] ; write over high input
169 vst1.16 {q14, q15}, [r0] ; write over low input
  /external/zlib/contrib/masm686/
match.asm 299 ; * strings match each other, and they can be safely passed over before
300 ; * starting the compare loop. So what this code does is skip over 0-3
  /external/webkit/WebCore/dom/
ContainerNode.cpp 835 void ContainerNode::setHovered(bool over)
837 if (over == hovered()) return;
839 Node::setHovered(over);
  /external/chromium/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 174 names vary according to language. Each Collation operation over the whole list
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 174 names vary according to language. Each Collation operation over the whole list
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 252 XkbKeyNameRec over; member in struct:_XkbOverlayKey
392 char * /* over */,
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 211 sub lr, lr, #158 ; move over to next column
  /libcore/
JavaLibrary.mk 238 # over to our new file.

Completed in 876 milliseconds

1 2 3