HomeSort by relevance Sort by last modified time
    Searched full:overlaps (Results 1 - 25 of 286) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
FileLockTest.java 180 * @tests java.nio.channels.FileLock#overlaps(long, long)
185 method = "overlaps",
189 assertTrue(mockLock.overlaps(0, 11));
190 assertFalse(mockLock.overlaps(0, 10));
191 assertTrue(mockLock.overlaps(100, 110));
192 assertTrue(mockLock.overlaps(99, 110));
193 assertFalse(mockLock.overlaps(-1, 10));
195 assertTrue(mockLock.overlaps(1, 120));
196 assertTrue(mockLock.overlaps(20, 50));
  /libcore/luni/src/main/java/java/nio/channels/
OverlappingFileLockException.java 21 * a lock that overlaps an existing or pending lock held by this process.
FileLock.java 36 * overlaps(long, long)}) method. Locks held in other processes may overlap
150 * Indicates if the receiver's lock region overlaps the region described
159 public final boolean overlaps(long start, long length) { method in class:FileLock
FileChannel.java 173 * either a lock is already held that overlaps this lock
236 * if the requested region overlaps an existing lock or pending
582 * if a lock already exists that overlaps this lock request or
615 * if a lock is already held that overlaps this lock request or
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILElement.java 23 * <p> Note that the <code>SMILElement</code> interface overlaps with the
  /external/chromium/third_party/icu/source/i18n/
usrchimp.h 105 * of beginning and ending accents if it overlaps that region.
126 * of beginning and ending accents if it overlaps that region.
  /external/icu4c/i18n/
usrchimp.h 108 * of beginning and ending accents if it overlaps that region.
129 * of beginning and ending accents if it overlaps that region.
  /external/proguard/src/proguard/classfile/attribute/
ExceptionInfo.java 79 * Returns whether the exception's try block overlaps with the specified
  /external/proguard/src/proguard/classfile/visitor/
ExceptionRangeFilter.java 30 * overlaps with the given instruction range.
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
LockManager.java 66 if (existingLock.overlaps(lock.position(), lock.size())) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
exception.hpp 62 // the two container objects being joined overlaps.
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java 195 * Assert that view overlaps the bottom edge of the screen
216 * Assert that view overlaps the bottom edge of the screen
  /build/tools/apriori/
rangesort.h 29 /* Just adds a range to the list. We won't detect whether the range overlaps
  /dalvik/tests/072-precise-gc/src/
Main.java 67 * Declare locals so that our stack overlaps the same region
  /external/elfcopy/
rangesort.h 29 /* Just adds a range to the list. We won't detect whether the range overlaps
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.h 294 /* removes internal overlaps */
299 /** removes output overlaps */
  /external/libffi/testsuite/libffi.call/
cls_64byte.c 3 Depending on the ABI. Check bigger struct which overlaps
  /external/qemu/hw/
armv7m.c 182 /* > 32Mb SRAM gets complicated because it overlaps the bitband area.
  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrv.h 265 * \param bConsiderDTIM - whether this scan overlaps DTIM
ScanSrv.c 297 * \param bHighPriority - whether to perform a high priority (overlaps DTIM) scan.\n
587 * \param bConsiderDTIM - whether this scan overlaps DTIM
611 considered because if the scan overlaps DTIM the channels which are
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
ScanSrv.h 265 * \param bConsiderDTIM - whether this scan overlaps DTIM
ScanSrv.c 297 * \param bHighPriority - whether to perform a high priority (overlaps DTIM) scan.\n
587 * \param bConsiderDTIM - whether this scan overlaps DTIM
611 considered because if the scan overlaps DTIM the channels which are
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrv.c 280 * \param bHighPriority - whether to perform a high priority (overlaps DTIM) scan.\n
564 * \param bConsiderDTIM - whether this scan overlaps DTIM
588 considered because if the scan overlaps DTIM the channels which are
  /external/webkit/JavaScriptCore/wrec/
CharacterClassConstructor.cpp 95 // the next entry now overlaps / concatenates this one.
  /libcore/luni/src/main/java/javax/xml/transform/
overview.html 45 cases, the general terminology overlaps with the technical terminology.</p>

Completed in 397 milliseconds

1 2 3 4 5 6 7 8 91011>>