Searched refs:subrange (Results 1 – 14 of 14) sorted by relevance
/external/skia/platform_tools/android/tests/ |
D | ordered_set_tests.py | 62 for subrange in range(RANGE): 63 for i in range(subrange): 65 self.assertEqual(len(self.__set), subrange)
|
/external/chromium_org/third_party/skia/platform_tools/android/tests/ |
D | ordered_set_tests.py | 62 for subrange in range(RANGE): 63 for i in range(subrange): 65 self.assertEqual(len(self.__set), subrange)
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SpellChecker.cpp | 291 …RefPtrWillBeRawPtr<Range> badGrammarRange = TextIterator::subrange(grammarSearchRange.get(), gramm… in advanceToNextMisspelling() 300 …RefPtrWillBeRawPtr<Range> misspellingRange = TextIterator::subrange(spellingSearchRange.get(), mis… in advanceToNextMisspelling() 502 checkRange = fullParagraphToCheck.subrange(currentChunkStart, kChunkSize); in chunkAndMarkAllMisspellingsAndBadGrammar() 573 … RefPtrWillBeRawPtr<Range> misspellingRange = paragraph.subrange(resultLocation, resultLength); in markAndReplaceFor() 581 …RefPtrWillBeRawPtr<Range> badGrammarRange = paragraph.subrange(resultLocation + detail->location, … in markAndReplaceFor() 587 …RefPtrWillBeRawPtr<Range> invisibleSpellcheckRange = paragraph.subrange(resultLocation, resultLeng… in markAndReplaceFor() 597 … RefPtrWillBeRawPtr<Range> selectionRange = extendedParagraph.subrange(0, selectionOffset); in markAndReplaceFor()
|
D | TextCheckingHelper.cpp | 158 PassRefPtrWillBeRawPtr<Range> TextCheckingParagraph::subrange(int characterOffset, int characterCou… in subrange() function in WebCore::TextCheckingParagraph 161 return TextIterator::subrange(paragraphRange().get(), characterOffset, characterCount); in subrange() 264 …RefPtrWillBeRawPtr<Range> misspellingRange = TextIterator::subrange(m_range.get(), currentChunkOff… in findFirstMisspelling() 434 …RefPtrWillBeRawPtr<Range> badGrammarRange = TextIterator::subrange(m_range.get(), badGrammarPhrase… in findFirstGrammarDetail()
|
D | TextCheckingHelper.h | 46 PassRefPtrWillBeRawPtr<Range> subrange(int characterOffset, int characterCount) const;
|
D | TextIterator.h | 118 …static PassRefPtrWillBeRawPtr<Range> subrange(Range* entireRange, int characterOffset, int charact…
|
D | TextIterator.cpp | 2055 PassRefPtrWillBeRawPtr<Range> TextIterator::subrange(Range* entireRange, int characterOffset, int c… in subrange() function in WebCore::TextIterator
|
/external/llvm/test/DebugInfo/X86/ |
D | subrange-type.ll | 4 ; Make sure that the base type from the subrange type has a name.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | dbginfo.ll | 10 %llvm.dbg.subrange.type = type { i32, i64, i64 }
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | UNUSED_STABS.txt | 55 TyRange, /* type subrange */
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 488 :ref:`subrange descriptors <format_subrange>`, each
|
/external/bison/doc/ |
D | bison.texi | 801 arises in the declaration of enumerated and subrange types in the 805 type subrange = lo .. hi; 811 literals and constant identifiers for the subrange bounds (@samp{lo} 819 type subrange = (a) .. b; 864 accept @samp{..} anywhere; otherwise, the subrange type rule 12322 @c LocalWords: strncmp intval tindex lvalp locp llocp typealt YYBACKUP subrange
|
D | bison.info | 1455 subrange types in the programming language Pascal. Here are some 1458 type subrange = lo .. hi; 1462 constant identifiers for the subrange bounds (`lo' and `hi'), but 1467 type subrange = (a) .. b; 1503 the subrange type rule fails since it requires a `..' token. So one of
|
/external/deqp/android/cts/ |
D | es30-mustpass-2014.2.9-2014-10-29.txt | 715 dEQP-GLES3.functional.buffer.copy.subrange.middle 716 dEQP-GLES3.functional.buffer.copy.subrange.small_to_large 717 dEQP-GLES3.functional.buffer.copy.subrange.large_to_small 718 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_1 719 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_2 720 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_1 721 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_2
|