Home
last modified time | relevance | path

Searched refs:testRange (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DPlainTextRange.cpp174 …RefPtr<Range> testRange = Range::create(scope.document(), const_cast<Node*>(&scope), 0, range.star… in create() local
175 ASSERT(testRange->startContainer() == &scope); in create()
176 size_t start = TextIterator::rangeLength(testRange.get()); in create()
178 testRange->setEnd(range.endContainer(), range.endOffset(), IGNORE_EXCEPTION); in create()
179 ASSERT(testRange->startContainer() == &scope); in create()
180 size_t end = TextIterator::rangeLength(testRange.get()); in create()
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestNFAConstruction.java113 @Test public void testRange() throws Exception { in testRange() method in TestNFAConstruction
/external/guava/guava-tests/test/com/google/common/collect/
DContiguousSetTest.java226 public void testRange() { in testRange() method in ContiguousSetTest
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.h531 inline bool testRange(unsigned int i, unsigned int n) in testRange() function
Dnv50_ir_ra.cpp172 if (bits[f].testRange(reg, size)) in occupy()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.h531 inline bool testRange(unsigned int i, unsigned int n) in testRange() function
Dnv50_ir_ra.cpp172 if (bits[f].testRange(reg, size)) in occupy()