/dalvik/libcore/nio/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));
|
/dalvik/libcore/nio/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/icu4c/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/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.
|
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/ |
LockManager.java | 66 if (existingLock.overlaps(lock.position(), lock.size())) {
|
/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
|
/external/opencore/protocols/rtsp_parcom/src/ |
rtsp_parser.cpp | 646 // overlaps 766 // overlaps 882 // move the rest, careful with overlaps
|
/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
|
ScanSrv.h | 255 * \param bConsiderDTIM - whether this scan overlaps DTIM
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/ |
overview.html | 45 cases, the general terminology overlaps with the technical terminology.</p>
|
/external/webkit/JavaScriptCore/wrec/ |
CharacterClassConstructor.cpp | 95 // the next entry now overlaps / concatenates this one.
|