Home
last modified time | relevance | path

Searched defs:targetOffset (Results 1 – 14 of 14) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java99 … int targetOffset = codeOffset + ((OffsetInstruction)instruction).getCodeOffset(); in MethodDefinition() local
111 … int targetOffset = codeOffset + ((OffsetInstruction)instruction).getCodeOffset(); in MethodDefinition() local
208 public int findSwitchPayload(int targetOffset, Opcode type) { in findSwitchPayload()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEConvolveMatrix.cpp38 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, in FEConvolveMatrix()
55 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, in create()
120 IntPoint FEConvolveMatrix::targetOffset() const in targetOffset() function in WebCore::FEConvolveMatrix
125 bool FEConvolveMatrix::setTargetOffset(const IntPoint& targetOffset) in setTargetOffset()
/external/proguard/src/proguard/optimize/peephole/
DGotoReturnReplacer.java83 int targetOffset = offset + branchInstruction.branchOffset; in visitBranchInstruction() local
DGotoGotoReplacer.java85 int targetOffset = offset + branchOffset; in visitBranchInstruction() local
DBranchTargetFinder.java551 int targetOffset = offset + branchOffset; in visitBranchInstruction() local
673 int targetOffset = offset + jumpOffset; in markBranchTarget() local
686 int targetOffset = offset + jumpOffset; in markBranchSubroutineStart() local
DGotoCommonCodeReplacer.java107 int targetOffset = offset + branchOffset; in visitBranchInstruction() local
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
DBoundedByteString.java120 int targetOffset, int numberToCopy) { in copyToInternal()
DLiteralByteString.java114 int targetOffset, int numberToCopy) { in copyToInternal()
DByteString.java465 public void copyTo(byte[] target, int sourceOffset, int targetOffset, in copyTo()
496 int targetOffset, int numberToCopy); in copyToInternal()
DRopeByteString.java359 int targetOffset, int numberToCopy) { in copyToInternal()
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DByteStringMicro.java139 final int targetOffset, in copyTo()
/external/protobuf/java/src/main/java/com/google/protobuf/
DByteString.java191 final int targetOffset, in copyTo()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DPinchViewport.cpp141 FloatPoint targetOffset( in scrollIntoView() local
DFrameView.cpp1567 IntPoint targetOffset( in scrollElementToRect() local