Searched defs:setOffset (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleReflection.h53 void setOffset(Length offset) { m_offset = WTF::move(offset); } function in class:WebCore::StyleReflection
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java79 void setOffset(int index, int offset) { method in class:VisitedObjects
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dstsearch.cpp221 void StringSearch::setOffset(int32_t position, UErrorCode &status) function in class:StringSearch
H A Dcoleitr.cpp227 void CollationElementIterator::setOffset(int32_t newOffset, function in class:CollationElementIterator
/macosx-10.10/WebCore-7600.1.25/dom/
H A DRangeBoundaryPoint.h130 inline void RangeBoundaryPoint::setOffset(int offset) function in class:WebCore::RangeBoundaryPoint
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDStripeSet.cpp193 IOByteCount setOffset = setBlockNumber * mdSetBlockSize + memberBlockOffset - mdSetBlockOffset; local
H A DAppleRAIDMirrorSet.cpp1042 IOByteCount setOffset = offset; local
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineMemOperand.h172 void setOffset(int64_t NewOffset) { PtrInfo.Offset = NewOffset; } function in class:llvm::MachineMemOperand
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCFixup.h91 void setOffset(uint32_t Value) { Offset = Value; } function in class:llvm::MCFixup
H A DMachineLocation.h56 void setOffset(int O) { Offset = O; } function in class:llvm::MachineLocation
H A DMCAssembler.h581 void setOffset(uint64_t Value) { Offset = Value; } function in class:llvm::MCSymbolData
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DDatabaseEntry.java326 public void setOffset(final int offset) { method in class:DatabaseEntry
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dutf16tst.c221 uint16_t offset=0, setOffset=0; local
565 uint16_t offset=0, setOffset=0; local
[all...]
H A Dutf8tst.c288 int32_t setOffset=0; local
731 int32_t offset=0, setOffset=0; local
772 int32_t offset=0, setOffset=0; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dsrchtest.cpp2327 void TestSearch::setOffset(int32_t position, UErrorCode &status) function in class:TestSearch
2452 virtual void setOffset(int32_ function in class:StubSearchIterator
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DLexer.h108 void setOffset(int offset, int lineStartOffset) function in class:JSC::Lexer
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineIterator.h336 inline void InlineIterator::setOffset(unsigned position) function in class:WebCore::InlineIterator
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDIE.h156 void setOffset(unsigned O) { Offset = O; } function in class:llvm::DIE
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DObjCModernAbstraction.hpp258 void setOffset(SharedCache<A> *cache, pint_t newOffset) { A::P::E::set32(offset(cache), newOffset); } function in class:objc_ivar_offset_t
272 void setOffset(SharedCache<A> *cache, pint_t newOffset) { A::P::E::set64(offset(cache), newOffset); } function in class:objc_ivar_offset_t
289 void setOffset(SharedCache<A> *cache, pint_t newOffset) { offset.setOffset(cache, newOffset); } function in class:objc_ivar_t

Completed in 182 milliseconds