Searched defs:targetOffset (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DByteStringMicro.java135 * @param targetOffset offset within the target buffer
139 final int targetOffset,
141 System.arraycopy(bytes, sourceOffset, target, targetOffset, size);
138 copyTo(final byte[] target, final int sourceOffset, final int targetOffset, final int size) argument
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DByteString.java187 * @param targetOffset offset within the target buffer
191 final int targetOffset,
193 System.arraycopy(bytes, sourceOffset, target, targetOffset, size);
190 copyTo(final byte[] target, final int sourceOffset, final int targetOffset, final int size) argument
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DMethodDefinition.java99 int targetOffset = codeOffset + ((OffsetInstruction)instruction).getCodeOffset();
101 targetOffset = findSwitchPayload(targetOffset, Opcode.PACKED_SWITCH_PAYLOAD);
106 packedSwitchMap.append(targetOffset, codeOffset);
111 int targetOffset = codeOffset + ((OffsetInstruction)instruction).getCodeOffset();
113 targetOffset = findSwitchPayload(targetOffset, Opcode.SPARSE_SWITCH_PAYLOAD);
120 sparseSwitchMap.append(targetOffset, codeOffset);
208 public int findSwitchPayload(int targetOffset, Opcode type) { argument
211 targetIndex = instructionOffsetMap.getInstructionIndexAtCodeOffset(targetOffset);
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEConvolveMatrix.cpp38 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
44 , m_targetOffset(targetOffset)
55 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
58 return adoptRef(new FEConvolveMatrix(filter, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength,
120 IntPoint FEConvolveMatrix::targetOffset() const function in class:blink::FEConvolveMatrix
125 bool FEConvolveMatrix::setTargetOffset(const IntPoint& targetOffset) argument
127 if (m_targetOffset == targetOffset)
129 m_targetOffset = targetOffset;
37 FEConvolveMatrix(Filter* filter, const IntSize& kernelSize, float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix) argument
54 create(Filter* filter, const IntSize& kernelSize, float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix) argument
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1268 milliseconds