HomeSort by relevance Sort by last modified time
    Searched refs:getEnd (Results 101 - 125 of 1123) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/minikin/libs/minikin/
OptimalLineBreaker.cpp 168 for (uint32_t i = range.getStart() + 1; i < range.getEnd(); ++i) {
232 for (uint32_t i = range.getStart(); i < range.getEnd(); ++i) {
248 hyIter->offset < contextRange.getEnd()) {
258 if (nextCharOffset == range.getEnd() || measured.widths[nextCharOffset] > 0) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SuperCollapsedBlock.java 80 setCount(item.getEnd() - item.getStart() + 1);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
RawCommentList.h 112 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 152 SourceLocation getEnd(const Stmt *S) {
228 auto LocEnd = I.getEnd();
326 SourceLocation End = getEnd(Body);
461 size_t Index = pushRegion(TopCount, getStart(S), getEnd(S));
469 MostRecentLocation = getEnd(S);
582 Region.setEndLoc(getEnd(S));
618 handleFileExit(getEnd(S));
680 adjustForOutOfOrderTraversal(getEnd(S));
733 adjustForOutOfOrderTraversal(getEnd(S));
799 getEnd(CS->body_back()))
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
StdCatchBuilder.java 284 CodeAddress endAddress = addresses.getEnd(end);
312 int endAddress = addresses.getEnd(end).getAddress();
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 206 int end = one.getEnd();
252 + ".." + Hex.u2or4(entry.getEnd());
  /dalvik/dx/src/com/android/dx/dex/code/
StdCatchBuilder.java 286 CodeAddress endAddress = addresses.getEnd(end);
314 int endAddress = addresses.getEnd(end).getAddress();
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 203 int end = one.getEnd();
249 + ".." + Hex.u2or4(entry.getEnd());
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 289 return getSourceRange().getEnd();
301 return getLocalSourceRange().getEnd();
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 176 Pass.TA.insert(info.Range.getEnd(), "}\n");
194 SM.isBeforeInTranslationUnit(Loc, R.getEnd());
  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 232 ValueEntryIterator<Filter> getEnd (Filter filter = Filter()) const;
269 ValueEntryIterator<Filter> VariableManager::getEnd (Filter filter) const
  /external/llvm/lib/IR/
Dominators.cpp 149 const BasicBlock *End = BBE.getEnd();
200 if (PN && PN->getParent() == BBE.getEnd() &&

Completed in 777 milliseconds

1 2 3 45 6 7 8 91011>>