Home
last modified time | relevance | path

Searched refs:getEnd (Results 1 - 25 of 53) sorted by relevance

123

/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java190 int end = selection.getEnd(); in keyPressed()
261 end = selection.getEnd(); in keyPressed()
277 contents.substring(selection.getStart(), selection.getEnd())); in copy()
340 end = selection.getEnd(); in keyTyped()
355 end = selection.getEnd(); in keyTyped()
434 return selection.getEnd(); in getSelectionEnd()
473 replaceRange(text, selection.getStart(), selection.getEnd()); in insertText()
574 offset2Point(selection.getEnd(), false, endPoint); in drawSelection()
783 if (selection.getEnd() == 0) return; in fixHex()
787 int min = Math.min(8,selection.getEnd()); in fixHex()
[all...]
H A DSelection.java22 public int getEnd() { in getEnd() method in Selection
52 return getStart() < other.getEnd(); in isLessThan()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDominators.h94 const BasicBlock *getEnd() const { in getEnd() function in llvm::BasicBlockEdge
117 BBInfo::getHashValue(Edge.getEnd())); in getHashValue()
122 BBInfo::isEqual(LHS.getEnd(), RHS.getEnd()); in isEqual()
/third_party/skia/src/xml/
H A DSkXMLWriter.cpp73 SkXMLWriter::Elem* SkXMLWriter::getEnd() { in getEnd() function in SkXMLWriter
224 Elem* elem = getEnd(); in onEndElement()
294 Elem* elem = this->getEnd(); in onEndElement()
H A DSkXMLWriter.h54 Elem* getEnd();
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
H A DReservedRange.php94 public function getEnd() function
H A DExtensionRange.php95 public function getEnd() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
H A DEnumReservedRange.php96 public function getEnd() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
H A DAnnotation.php182 public function getEnd() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDominators.cpp184 const BasicBlock *End = BBE.getEnd(); in dominates()
235 if (PN && PN->getParent() == BBE.getEnd() && in dominates()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableManager.hpp238 ValueEntryIterator<Filter> getEnd (Filter filter = Filter()) const;
275 ValueEntryIterator<Filter> VariableManager::getEnd (Filter filter) const in getEnd() function in rsg::VariableManager
H A DrsgExpression.cpp861 const ValueEntry* entry = state.getRandom().choose<const ValueEntry*>(state.getVariableManager().getBegin<IsWritableEntry>(), state.getVariableManager().getEnd<IsWritableEntry>()); in AssignOp()
871 IsWritableIntersectingEntry::Iterator end = state.getVariableManager().getEnd(IsWritableIntersectingEntry(m_valueRange.asAccess())); in AssignOp()
1127 m_variable = state.getRandom().choose<const ValueEntry*>(state.getVariableManager().getBegin(filter), state.getVariableManager().getEnd(filter))->getVariable(); in VariableRead()
1134 IsReadableIntersectingEntry::Iterator end = state.getVariableManager().getEnd(IsReadableIntersectingEntry(valueRange, state.getExpressionFlags())); in VariableRead()
1197 IsWritableSupersetEntry::Iterator end = state.getVariableManager().getEnd(IsWritableSupersetEntry(valueRange)); in VariableWrite()
1429 IsSamplerEntry::Iterator end = varManager.getEnd(IsSamplerEntry(samplerType)); in countSamplers()
1499 state.getVariableManager().getEnd(IsSamplerEntry(samplerType)))->getVariable(); in TexLookup()
H A DrsgShaderGenerator.cpp82 AnyEntry::Iterator end = varManager.getEnd<AnyEntry>(); in findByName()
96 std::copy(state.getVariableManager().getBegin<AnyEntry>(), state.getVariableManager().getEnd<AnyEntry>(), std::inserter(entries, entries.begin())); in genVertexPassthrough()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp160 const SCEV *getEnd() const { return End; } in getEnd() function in __anon25121::InductiveRangeCheck
183 /// Represents an signed integer range [Range.getBegin(), Range.getEnd()). If
184 /// R.getEnd() le R.getBegin(), then R denotes the empty range.
197 const SCEV *getEnd() const { return End; } in getEnd() function in __anon25121::InductiveRangeCheck::Range
1122 SE.isKnownPredicate(PredLT, GreatestSeen, Range.getEnd()); in calculateSubRanges()
1124 Result.HighLimit = Clamp(Range.getEnd()); in calculateSubRanges()
1679 // We use it twice: for X = 0 everything is fine, but for X = getEnd() we can in computeSafeIterationSpace()
1681 // that if getEnd() is negative then both ends of the safe range are zero. in computeSafeIterationSpace()
1684 const SCEV *REnd = getEnd(); in computeSafeIterationSpace()
1712 const SCEV *NewEnd = SE.getSMinExpr(R1Value.getEnd(), R in IntersectSignedRange()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMap.java110 abstract int getEnd(); in getEnd() method in TrieMap.Matcher
228 public int getEnd() { in getEnd() method in TrieMap.BytesTrieMap.BytesMatcher
411 public int getEnd() { in getEnd() method in TrieMap.CharsTrieMap.CharsMatcher
H A DCodePointTrieTest.java135 name, variant, range.getStart(), range.getEnd(), range.getValue())); in doCheckRange()
138 if (range.getStart() != start || range.getEnd() != expEnd || range.getValue() != expValue) { in doCheckRange()
142 name, variant, range.getStart(), range.getEnd(), range.getValue(), in doCheckRange()
179 for (innerLoopCount = 0;; ++i, start = range.getEnd() + 1) { in testTrieGetRanges()
198 ++i, start = range.getEnd() + 1) { in testTrieGetRanges()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java109 abstract int getEnd(); in getEnd() method in TrieMap.Matcher
227 public int getEnd() { in getEnd() method in TrieMap.BytesTrieMap.BytesMatcher
410 public int getEnd() { in getEnd() method in TrieMap.CharsTrieMap.CharsMatcher
H A DCodePointTrieTest.java132 name, variant, range.getStart(), range.getEnd(), range.getValue())); in doCheckRange()
135 if (range.getStart() != start || range.getEnd() != expEnd || range.getValue() != expValue) { in doCheckRange()
139 name, variant, range.getStart(), range.getEnd(), range.getValue(), in doCheckRange()
176 for (innerLoopCount = 0;; ++i, start = range.getEnd() + 1) { in testTrieGetRanges()
195 ++i, start = range.getEnd() + 1) { in testTrieGetRanges()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCodePointMap.java127 public int getEnd() { return end; } in getEnd() method in CodePointMap.Range
340 * int end = range.getEnd();
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCodePointMap.java117 public int getEnd() { return end; } in getEnd() method in CodePointMap.Range
319 * int end = range.getEnd();
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DEmojiProps.java115 start = range.getEnd() + 1; in addPropertyStarts()
H A DNormalizer2Impl.java518 int end = range.getEnd(); in addLcccChars()
536 int end = range.getEnd(); in addPropertyStarts()
571 start = range.getEnd() + 1; in addCanonIterPropertyStarts()
607 final int end = range.getEnd(); in ensureCanonIterData()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Parser.java41 public int getEnd() {return end;} in getEnd() method in Mf2Parser.ParseException
232 int size = e.getEnd() - e.getBegin(); in getErrorMessage()
/third_party/skia/src/pathops/
H A DSkOpCoincidence.h31 void correctOneEnd(const SkOpPtT* (SkCoincidentSpans::* getEnd)() const,
37 const SkOpPtT* (SkCoincidentSpans::* getEnd)() const,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h656 LineCoverageIterator getEnd() const { in getEnd() function in llvm::coverage::LineCoverageIterator
677 auto End = Begin.getEnd(); in getLineCoverageStats()

Completed in 26 milliseconds

123