Home
last modified time | relevance | path

Searched refs:subrange (Results 1 – 14 of 14) sorted by relevance

/external/skia/platform_tools/android/tests/
Dordered_set_tests.py62 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/
Dordered_set_tests.py62 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/
DSpellChecker.cpp291 …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()
DTextCheckingHelper.cpp158 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()
DTextCheckingHelper.h46 PassRefPtrWillBeRawPtr<Range> subrange(int characterOffset, int characterCount) const;
DTextIterator.h118 …static PassRefPtrWillBeRawPtr<Range> subrange(Range* entireRange, int characterOffset, int charact…
DTextIterator.cpp2055 PassRefPtrWillBeRawPtr<Range> TextIterator::subrange(Range* entireRange, int characterOffset, int c… in subrange() function in WebCore::TextIterator
/external/llvm/test/DebugInfo/X86/
Dsubrange-type.ll4 ; Make sure that the base type from the subrange type has a name.
/external/llvm/test/Transforms/SimplifyCFG/
Ddbginfo.ll10 %llvm.dbg.subrange.type = type { i32, i64, i64 }
/external/valgrind/main/coregrind/m_debuginfo/
DUNUSED_STABS.txt55 TyRange, /* type subrange */
/external/llvm/docs/
DSourceLevelDebugging.rst488 :ref:`subrange descriptors <format_subrange>`, each
/external/bison/doc/
Dbison.texi801 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
Dbison.info1455 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/
Des30-mustpass-2014.2.9-2014-10-29.txt715 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