Home
last modified time | relevance | path

Searched defs:getRemainingLength (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAsset.java123 public abstract long getRemainingLength(); in getRemainingLength() method in Asset
604 public long getRemainingLength() { return mLength-mOffset; } in getRemainingLength() method in Asset._FileAsset
1081 public long getRemainingLength() { return mUncompressedLen-mOffset; } in getRemainingLength() method in Asset._CompressedAsset
/external/llvm-project/clang/lib/Format/
DBreakableToken.h123 virtual unsigned getRemainingLength(unsigned LineIndex, unsigned Offset, in getRemainingLength() function
DBreakableToken.cpp253 BreakableStringLiteral::getRemainingLength(unsigned LineIndex, unsigned Offset, in getRemainingLength() function in clang::format::BreakableStringLiteral
560 unsigned BreakableBlockComment::getRemainingLength(unsigned LineIndex, in getRemainingLength() function in clang::format::BreakableBlockComment