Searched defs:getOffset (Results 1 - 25 of 74) sorted by relevance

123

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_TimeZone.java25 * Sample java.util.TimeZone subclass to test getDSTSavings() and getOffset(long)
75 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) { method in class:Support_TimeZone
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h38 sptr getOffset() const { return Offset; } function in class:__ubsan::DynamicTypeInfo
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DMovieFragmentBox.java56 public long getOffset() { method in class:MovieFragmentBox
/external/llvm/include/llvm/MC/
H A DMachineLocation.h51 int getOffset() const { return Offset; } function in class:llvm::MachineLocation
H A DMCFixup.h90 uint32_t getOffset() const { return Offset; } function in class:llvm::MCFixup
H A DMCWin64EH.h57 unsigned getOffset() const { return Offset; } function in class:llvm::MCWin64EHInstruction
/external/llvm/lib/DebugInfo/
H A DDWARFDebugAbbrev.h42 uint32_t getOffset() const { return Offset; } function in class:llvm::DWARFAbbreviationDeclarationSet
H A DDWARFDebugInfoEntry.h69 uint32_t getOffset() const { return Offset; } function in class:llvm::DWARFDebugInfoEntryMinimal
/external/chromium_org/third_party/icu/source/i18n/
H A Dstsearch.cpp254 int32_t StringSearch::getOffset(void) const function in class:StringSearch
323 result->setOffset(getOffset(), status);
341 getOffset() : m_search_->matchedIndex + 1;
438 (m_search_->matchedIndex == USEARCH_DONE ? getOffset() :
H A Dcoleitr.cpp65 int32_t CollationElementIterator::getOffset() const function in class:CollationElementIterator
114 if (getOffset() != that.getOffset()) {
/external/clang/include/clang/Edit/
H A DFileOffset.h29 unsigned getOffset() const { return Offs; } function in class:clang::edit::FileOffset
/external/clang/include/clang/Tooling/
H A DRefactoring.h43 unsigned getOffset() const { return Offset; } function in class:clang::tooling::Range
108 unsigned getOffset() const { return ReplacementRange.getOffset(); } function in class:clang::tooling::Replacement
/external/icu4c/i18n/
H A Dstsearch.cpp254 int32_t StringSearch::getOffset(void) const function in class:StringSearch
323 result->setOffset(getOffset(), status);
341 getOffset() : m_search_->matchedIndex + 1;
438 (m_search_->matchedIndex == USEARCH_DONE ? getOffset() :
H A Dcoleitr.cpp66 int32_t CollationElementIterator::getOffset() const function in class:CollationElementIterator
115 if (getOffset() != that.getOffset()) {
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DMidpointDisplacementHeightMap.java60 * Extends this class and override the getOffset function for more control of
178 float offset = getOffset(random, offsetRange, coords, cornerAverage);
222 float offset = getOffset(random, offsetRange, coords, cornerAverage);
246 protected float getOffset(Random random, float offsetRange, int[] coords, float average) { method in class:MidpointDisplacementHeightMap
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DFastOctnode.java67 public int getOffset(){ method in class:FastOctnode
73 int start = getOffset();
115 int start = getOffset();
151 return "OCTNode[O=" + getOffset() + ", L=" + length +
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DCompositionTimeToSample.java84 byteBuffer.putInt(entry.getOffset());
103 public int getOffset() { method in class:CompositionTimeToSample.Entry
143 decodingTime[current++] = entry.getOffset();
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DItem.java195 public int getOffset() { method in class:Item
H A DSection.java160 public int getOffset() { method in class:Section
/external/llvm/include/llvm/Object/
H A DMachO.h45 error_code getOffset(uint32_t &Result) const;
239 inline error_code DiceRef::getOffset(uint32_t &Result) const { function in class:llvm::object::DiceRef
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h96 uint64_t getOffset() { return Offset; } function in class:llvm::SDDbgValue
/external/chromium_org/third_party/icu/source/common/
H A Dpropname.h255 Offset getOffset(EnumValue enumProbe) const { function in class:EnumToOffset
315 Offset getOffset(EnumValue enumProbe) const { function in class:NonContiguousEnumToOffset
/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,
918 SimpleTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffsetRef, function in class:SimpleTimeZone
920 TimeZone::getOffset(date, local, rawOffsetRef, dstOffsetRef, ec);
/external/chromium_org/third_party/skia/include/core/
H A DSkStream.h414 // modifies stream and returns true if offset + size is less than or equal to getOffset()
417 size_t getOffset() const { return fBytesWritten; } function in class:SkDynamicMemoryWStream
/external/icu4c/common/unicode/
H A Dstringtriebuilder.h238 inline int32_t getOffset() const { return offset; } function in class:StringTrieBuilder::Node

Completed in 5654 milliseconds

123