Searched defs:getOffset (Results 26 - 50 of 92) sorted by relevance

1234

/external/llvm/include/llvm/Object/
H A DMachO.h43 std::error_code getOffset(uint32_t &Result) const;
272 inline std::error_code DiceRef::getOffset(uint32_t &Result) const { function in class:llvm::object::DiceRef
H A DObjectFile.h50 std::error_code getOffset(uint64_t &Result) const;
502 inline std::error_code RelocationRef::getOffset(uint64_t &Result) const { function in class:llvm::object::RelocationRef
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DBaseDexReader.java48 public int getOffset() { return offset; } method in class:BaseDexReader
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dstringtriebuilder.h238 inline int32_t getOffset() const { return offset; } function in class:StringTrieBuilder::Node
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsimpletz.h16 * 09/02/98 stephen Added getOffset(monthLen)
17 * Changed getOffset() to take UErrorCode
569 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
587 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
606 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
616 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
919 SimpleTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffsetRef, function in class:SimpleTimeZone
921 TimeZone::getOffset(date, local, rawOffsetRef, dstOffsetRef, ec);
/external/chromium_org/third_party/skia/include/core/
H A DSkStream.h394 // modifies stream and returns true if offset + size is less than or equal to getOffset()
397 size_t getOffset() const { return fBytesWritten; } function in class:SkDynamicMemoryWStream
/external/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h240 inline int32_t getOffset() const { return offset; } function in class:StringTrieBuilder::Node
/external/icu/icu4c/source/i18n/
H A Dcoleitr.cpp80 int32_t CollationElementIterator::getOffset() const function in class:CollationElementIterator
93 return iter_->getOffset();
195 int32_t limitOffset = iter_->getCEsLength() == 0 ? iter_->getOffset() : 0;
208 offsets_->addElement(iter_->getOffset(), status);
254 } while ((offset = iter_->getOffset()) == lastSafeOffset);
H A Dmeasunit.cpp612 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency;
738 int32_t MeasureUnit::getOffset() const { function in class:MeasureUnit
H A Dsimpletz.cpp18 * 09/17/98 stephen Fixed getOffset() for last hour of year and DST
46 // For actual getOffset() calculations, use Grego::monthLength() and
393 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:SimpleTimeZone
397 // duplicates the test that occurs in the 7-argument getOffset(),
400 // 7-argument getOffset(), and outside code should use Calendar.get(int
408 return getOffset(era, year, month, day, dayOfWeek, millis, Grego::monthLength(year, month), status);
412 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:SimpleTimeZone
417 // duplicates a test that occurs in the 9-argument getOffset(),
420 // 9-argument getOffset(), and outside code should use Calendar.get(int
432 return getOffset(er
439 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:SimpleTimeZone
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h16 * 09/02/98 stephen Added getOffset(monthLen)
17 * Changed getOffset() to take UErrorCode
569 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
587 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
606 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
616 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
919 SimpleTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffsetRef, function in class:SimpleTimeZone
921 TimeZone::getOffset(date, local, rawOffsetRef, dstOffsetRef, ec);
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h146 /// getOffset - For normal values, this is a byte offset added to the base
149 int64_t getOffset() const { return PtrInfo.Offset; } function in class:llvm::MachineMemOperand
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h101 uint64_t getOffset() const { function in class:llvm::DbgValueInst
/external/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp196 uint64_t getOffset() const { function in class:__anon25707::TBAAStructTagNode
408 uint64_t OffsetA = TagA.getOffset(), OffsetB = TagB.getOffset();
424 OffsetA = TagA.getOffset();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h104 uint64_t getOffset() { return Offset; } function in class:llvm::SDDbgValue
/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp36 virtual uint64_t getOffset() const { return Offset; } function in class:llvm::FrameEntry
H A DDWARFUnit.h104 uint32_t getOffset() const { return Offset; } function in class:llvm::DWARFUnit
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DLabel.java260 public int getOffset() { method in class:Label
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_BitStream.h50 FX_DWORD getOffset();
280 inline FX_DWORD CJBig2_BitStream::getOffset() function in class:CJBig2_BitStream
/external/skia/include/core/
H A DSkStream.h410 // modifies stream and returns true if offset + size is less than or equal to getOffset()
413 size_t getOffset() const { return fBytesWritten; } function in class:SkDynamicMemoryWStream
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h31 uptr getOffset() const { return Offset; } function in class:__ubsan::ModuleLocation
/external/chromium_org/third_party/icu/source/i18n/
H A Dsimpletz.cpp18 * 09/17/98 stephen Fixed getOffset() for last hour of year and DST
46 // For actual getOffset() calculations, use Grego::monthLength() and
393 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:SimpleTimeZone
397 // duplicates the test that occurs in the 7-argument getOffset(),
400 // 7-argument getOffset(), and outside code should use Calendar.get(int
408 return getOffset(era, year, month, day, dayOfWeek, millis, Grego::monthLength(year, month), status);
412 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:SimpleTimeZone
417 // duplicates a test that occurs in the 9-argument getOffset(),
420 // 9-argument getOffset(), and outside code should use Calendar.get(int
432 return getOffset(er
439 SimpleTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, function in class:SimpleTimeZone
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsrchtest.cpp760 copy->getOffset() != result->getOffset() ||
774 copy->getOffset() != result->getOffset() ||
798 copy->getOffset() != result->getOffset() ||
1328 if (strsrch->getOffset() != search.offset[count + 1] + 1) {
1569 strsrch->getOffset() != 0 || strsrch->getMatchedLength() != 0 ||
2161 if (strsrch->getOffset() != search.offset[count + 1] + 1) {
2266 int32_t getOffset() cons
2337 int32_t TestSearch::getOffset() const function in class:TestSearch
2453 virtual int32_t getOffset(void) const {return 0;}; function in class:StubSearchIterator
[all...]
/external/clang/include/clang/Basic/
H A DSourceLocation.h112 unsigned getOffset() const { function
134 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow");
/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp760 copy->getOffset() != result->getOffset() ||
774 copy->getOffset() != result->getOffset() ||
798 copy->getOffset() != result->getOffset() ||
1328 if (strsrch->getOffset() != search.offset[count + 1] + 1) {
1569 strsrch->getOffset() != 0 || strsrch->getMatchedLength() != 0 ||
2161 if (strsrch->getOffset() != search.offset[count + 1] + 1) {
2266 int32_t getOffset() cons
2337 int32_t TestSearch::getOffset() const function in class:TestSearch
2453 virtual int32_t getOffset(void) const {return 0;}; function in class:StubSearchIterator
[all...]

Completed in 587 milliseconds

1234