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

1 2 3 4 5

  /external/netcat/data/
nfs-0.d 2 # If you get *something* back, there's an NFS server there.
  /bionic/libthread_db/
Android.mk 27 # gdbserver and is resolved at runtime. Since there is no library containing
  /frameworks/base/core/java/android/text/
Layout.java 243 // There can be a highlight even without spans if we are drawing
367 // XXX: assumes there's nothing additional to be done
757 int there = here + dirs.mDirections[i]; local
760 if (there > max)
761 there = max;
763 int high = there - 1 + 1, low = here + 1 - 1, guess;
778 if (low < there) {
784 if (aft < there) {
806 here = there;
926 int there = here + dirs.mDirections[i] local
1026 int there = here + dirs.mDirections[i]; local
1209 int there = here + dirs.mDirections[i]; local
1400 int there = here + directions.mDirections[i]; local
1491 int there = here + directions.mDirections[i]; local
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
timeout-clear-watch.js 1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
permission-denied-already-clear-watch.js 1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
  /external/libffi/
Libffi.mk 16 # point OS-specific issues started to creep in. In some cases there
17 # are OS-specific source files, in others there are just #ifdefs in
  /external/dbus/test/data/valid-config-files/
system.conf 5 <!-- Note that there are any number of ways you can hose yourself
  /external/v8/test/mjsunit/
debug-compile-event.js 71 // If the compiled source contains 'eval' there will be additional compile
74 // For source with 'eval' there will be compile events with substrings
85 // For source without 'eval' there will be a compile events with the
d8-os.js 68 // Check that they are there.
70 // Check that we can detect when something is not there.
71 assertThrows("os.system('ls', ['dir/bar']);", "dir not there");
75 // Check that mkdirp doesn't mind if the dir is already there.
undeletable-functions.js 136 assertFalse(hasOwnProperty.call(type, prop), "still there after delete: " + prop);
149 assertTrue(type.hasOwnProperty(prop), "not there after delete: " + prop);
164 assertTrue(type.hasOwnProperty(prop), "not there after delete: " + prop);
176 assertTrue(type.hasOwnProperty(prop), "not there after delete: " + prop);
debug-stepin-constructor.js 42 // Test that there is a script.
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 209 ;# If there isn't any filtering to be done for the horizontal, then
244 ;# Finished filtering main horizontal block. If there is no
250 ;# only needed if there is a vertical filter present
270 ;# only needed if there is a vertical filter present
400 ;# If there isn't any filtering to be done for the horizontal, then
434 ;# Finished filtering main horizontal block. If there is no
440 ;# only needed if there is a vertical filter present
460 ;# only needed if there is a vertical filter present
559 ;# register there is no need to loop. Everything can stay in registers.
572 ;# If there isn't any filtering to be done for the horizontal, the
    [all...]
filter_bilinear_altivec.asm 41 ;# If there isn't any filtering to be done for the horizontal, then
186 ;# Finished filtering main horizontal block. If there is no
271 ;# Finished filtering main horizontal block. If there is no
361 ;# Finished filtering main horizontal block. If there is no
554 ;# Finished filtering main horizontal block. If there is no
  /bootable/recovery/
Android.mk 26 # It gets copied there in config/Makefile. LOCAL_MODULE_TAGS suppresses
  /dalvik/dalvikvm/
Android.mk 61 # OS X comes with all these libraries, so there is no need
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 54 # Packaging .ap (and Java code if there was some)
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 42 # -t fools make into thinking there are files such as es.res, etc
  /external/chromium/third_party/icu/source/test/testdata/
testdata.mak 17 # icu26_testtypes.res is there for cintltst/udatatst.c/TestSwapData()
75 # The -q option is there on purpose, so we don't see it normally.
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs_unittest.py 43 Only add Cygwin to the path when it isn't already there. This avoids
  /bionic/linker/
Android.mk 72 # is probably specific the linker only, so there's no need to modify the build system for
  /development/build/
Android.mk 9 # resource files out of there for aapt.
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 41 ;# If there isn't any filtering to be done for the horizontal, then
213 ;# Finished filtering main horizontal block. If there is no
308 ;# Finished filtering main horizontal block. If there is no
426 ;# Finished filtering main horizontal block. If there is no
631 ;# Finished filtering main horizontal block. If there is no
732 ;# Finished filtering main horizontal block. If there is no
  /external/bison/data/
glr.cc 24 # skeleton is clean and pure enough so that there are no real
38 # explains why there are so many levels of quotes.
  /external/libffi/src/x86/
win32.S 76 # Even if there is no space for the return value, we are
187 # Even if there is no space for the return value, we are
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 32 // eventhough there are inline caches for setting the property

Completed in 2106 milliseconds

1 2 3 4 5