Searched refs:getOffset (Results 26 - 50 of 222) sorted by relevance

123456789

/external/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp102 if (!MO.isJTI() && MO.getOffset())
104 MCConstantExpr::Create(MO.getOffset(), Ctx),
/external/skia/tests/
H A DToUnicode.cpp92 buffer.getOffset()));
129 buffer2.getOffset()));
H A DPDFPrimitivesTest.cpp62 REPORTER_ASSERT(reporter, directSize == buffer.getOffset());
81 REPORTER_ASSERT(reporter, indirectSize == buffer.getOffset());
194 REPORTER_ASSERT(reporter, buffer.getOffset() == strlen(expectedResult));
196 buffer.getOffset()));
230 REPORTER_ASSERT(reporter, buffer.getOffset() == strlen(expectedResult));
232 buffer.getOffset()));
/external/clang/lib/Edit/
H A DEditedSource.cpp187 unsigned diff = EndOffs.getOffset() - TopEnd.getOffset();
207 unsigned diff = E.getOffset() - TopEnd.getOffset();
247 Loc = Loc.getLocWithOffset(offs.getOffset());
311 BLoc = BLoc.getLocWithOffset(BeginOffs.getOffset());
314 ELoc = BLoc.getLocWithOffset(EndOffs.getOffset() - BeginOffs.getOffset());
H A DCommit.cpp21 Loc = Loc.getLocWithOffset(Offset.getOffset());
33 Loc = Loc.getLocWithOffset(InsertFromRangeOffs.getOffset());
154 OuterBegin, InnerBegin.getOffset() - OuterBegin.getOffset());
156 InnerEnd, OuterEnd.getOffset() - InnerEnd.getOffset());
336 return file.substr(Offs.getOffset()).startswith(text);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DDatagramPacketTest.java61 assertEquals("Wrong offset", 2, dp.getOffset());
74 assertEquals("Wrong offset", 2, dp.getOffset());
118 * @tests java.net.DatagramPacket#getOffset()
122 assertEquals("Incorrect length returned", 3, dp.getOffset());
276 assertEquals("Offset not set correctly", 1, thePacket.getOffset());
/external/clang/include/clang/AST/
H A DVTableBuilder.h105 return getOffset();
111 return getOffset();
117 return getOffset();
169 CharUnits getOffset() const { function in class:clang::VTableComponent
/external/clang/include/clang/Edit/
H A DFileOffset.h29 unsigned getOffset() const { return Offs; } function in class:clang::edit::FileOffset
/external/icu4c/test/intltest/
H A Dtzregts.cpp211 int32_t offset1 = tz->getOffset(1,
213 int32_t offset2 = tz->getOffset(1,
216 int32_t offset3 = tz->getOffset(1,
218 int32_t offset4 = tz->getOffset(1,
225 int32_t offset5 = tz->getOffset(1,
227 int32_t offset6 = tz->getOffset(1,
229 int32_t offset5a = tz->getOffset(1,
231 int32_t offset6a = tz->getOffset(1,
233 int32_t offset7 = tz->getOffset(1,
235 int32_t offset8 = tz->getOffset(
[all...]
/external/llvm/include/llvm/MC/
H A DMCFixup.h90 uint32_t getOffset() const { return Offset; } function in class:llvm::MCFixup
H A DMachineLocation.h53 int getOffset() const { return Offset; } function in class:llvm::MachineLocation
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 DDWARFCompileUnit.h56 uint32_t getOffset() const { return Offset; } function in class:llvm::DWARFCompileUnit
H A DDWARFContext.cpp137 return LHS.getOffset() < RHS.getOffset();
140 return LHS.getOffset() < RHS;
143 return LHS < RHS.getOffset();
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DMovieFragmentBox.java56 public long getOffset() { method in class:MovieFragmentBox
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DEncodedArrayItem.java92 return "encoded_array @0x" + Integer.toHexString(getOffset());
/external/llvm/lib/Target/MBlaze/
H A DMBlazeMCInstLower.cpp108 if (!MO.isJTI() && MO.getOffset())
110 MCConstantExpr::Create(MO.getOffset(), Ctx),
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp190 MO->getOffset(), MO->getValue()))
217 StoreOffset[NumStores] = MO->getOffset();
/external/clang/include/clang/Tooling/
H A DRefactoring.h75 unsigned getOffset() const { return Offset; } function in class:clang::tooling::Replacement
/external/icu4c/i18n/unicode/
H A Dcoleitr.h265 int32_t getOffset(void) const;
H A Dsearch.h124 virtual int32_t getOffset(void) const = 0;
296 * returned by <tt>getOffset</tt>) is the match position if one
303 * @see #getOffset
311 * that its current index (as returned by <tt>getOffset</tt>) is the
322 * @see #getOffset
330 * (as returned by <tt>getOffset</tt>) is the match position if one was
337 * @see #getOffset
345 * current index (as returned by <tt>getOffset</tt>) is the match
362 * @see #getOffset
371 * <tt>getOffset</t
[all...]
H A Dstsearch.h330 virtual int32_t getOffset(void) const;
453 * (as returned by {@link #getOffset }) is the match position if one was
477 * (as returned by {@link #getOffset }) is the match position if one was
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h126 /// getOffset - For normal values, this is a byte offset added to the base
129 int64_t getOffset() const { return PtrInfo.Offset; } function in class:llvm::MachineMemOperand
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h96 uint64_t getOffset() { return Offset; } function in class:llvm::SDDbgValue

Completed in 711 milliseconds

123456789