/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DumbTextComponent.java | 190 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 D | Selection.java | 22 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 D | Dominators.h | 94 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 D | SkXMLWriter.cpp | 73 SkXMLWriter::Elem* SkXMLWriter::getEnd() { in getEnd() function in SkXMLWriter 224 Elem* elem = getEnd(); in onEndElement() 294 Elem* elem = this->getEnd(); in onEndElement()
|
H A D | SkXMLWriter.h | 54 Elem* getEnd();
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
H A D | ReservedRange.php | 94 public function getEnd() function
|
H A D | ExtensionRange.php | 95 public function getEnd() function
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/ |
H A D | EnumReservedRange.php | 96 public function getEnd() function
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/ |
H A D | Annotation.php | 182 public function getEnd() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Dominators.cpp | 184 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 D | rsgVariableManager.hpp | 238 ValueEntryIterator<Filter> getEnd (Filter filter = Filter()) const; 275 ValueEntryIterator<Filter> VariableManager::getEnd (Filter filter) const in getEnd() function in rsg::VariableManager
|
H A D | rsgExpression.cpp | 861 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 D | rsgShaderGenerator.cpp | 82 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 D | InductiveRangeCheckElimination.cpp | 160 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 D | TrieMap.java | 110 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 D | CodePointTrieTest.java | 135 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 D | TrieMap.java | 109 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 D | CodePointTrieTest.java | 132 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 D | CodePointMap.java | 127 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 D | CodePointMap.java | 117 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 D | EmojiProps.java | 115 start = range.getEnd() + 1; in addPropertyStarts()
|
H A D | Normalizer2Impl.java | 518 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 D | Mf2Parser.java | 41 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 D | SkOpCoincidence.h | 31 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 D | CoverageMapping.h | 656 LineCoverageIterator getEnd() const { in getEnd() function in llvm::coverage::LineCoverageIterator 677 auto End = Begin.getEnd(); in getLineCoverageStats()
|