/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
D | CCMBlockCipher.java | 268 int outIndex = outOff; in processPacket() local 284 ctrCipher.processBlock(in, inIndex, output, outIndex); in processPacket() 285 outIndex += blockSize; in processPacket() 295 System.arraycopy(block, 0, output, outIndex, inLen + inOff - inIndex); in processPacket() 322 ctrCipher.processBlock(in, inIndex, output, outIndex); in processPacket() 323 outIndex += blockSize; in processPacket() 333 System.arraycopy(block, 0, output, outIndex, outputLen - (inIndex - inOff)); in processPacket()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 730 final int outIndex = iBlock * out.blockColumns + jBlock; in getSubMatrix() local 731 final double[] outBlock = out.blocks[outIndex]; in getSubMatrix() 898 int outIndex = 0; in getRowMatrix() local 903 final int available = outBlock.length - outIndex; in getRowMatrix() 905 System.arraycopy(block, iRow * jWidth, outBlock, outIndex, available); in getRowMatrix() 908 outIndex = jWidth - available; in getRowMatrix() 910 System.arraycopy(block, iRow * jWidth, outBlock, outIndex, jWidth); in getRowMatrix() 911 outIndex += jWidth; in getRowMatrix() 990 int outIndex = 0; in getColumnMatrix() local 996 if (outIndex >= outBlock.length) { in getColumnMatrix() [all …]
|
D | BlockFieldMatrix.java | 705 final int outIndex = iBlock * out.blockColumns + jBlock; in getSubMatrix() local 706 final T[] outBlock = out.blocks[outIndex]; in getSubMatrix() 872 int outIndex = 0; in getRowMatrix() local 877 final int available = outBlock.length - outIndex; in getRowMatrix() 879 System.arraycopy(block, iRow * jWidth, outBlock, outIndex, available); in getRowMatrix() 882 outIndex = jWidth - available; in getRowMatrix() 884 System.arraycopy(block, iRow * jWidth, outBlock, outIndex, jWidth); in getRowMatrix() 885 outIndex += jWidth; in getRowMatrix() 964 int outIndex = 0; in getColumnMatrix() local 970 if (outIndex >= outBlock.length) { in getColumnMatrix() [all …]
|
/external/icu/icu4c/source/layout/ |
D | ArabicShaping.cpp | 114 void ArabicShaping::adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorag… in adjustTags() argument 117 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success); in adjustTags() 122 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success); in adjustTags()
|
D | ArabicShaping.h | 75 static void adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage);
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zEncode.cpp | 374 UInt32 outIndex = _bindInfo.GetCoderOutStreamIndex(coderIndex); in EncoderConstr() local 375 int binder = _bindInfo.FindBinderForOutStream(outIndex); in EncoderConstr() 382 if (_bindInfo.OutStreams[i] == outIndex) in EncoderConstr() 385 _bindInfo.OutStreams.Insert(0, outIndex); in EncoderConstr()
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | VertexBuffer.java | 766 public void copyElement(int inIndex, VertexBuffer outVb, int outIndex){ in copyElement() argument 767 copyElements(inIndex, outVb, outIndex, 1); in copyElement() 782 public void copyElements(int inIndex, VertexBuffer outVb, int outIndex, int len){ in copyElements() argument 787 int outPos = outIndex * components; in copyElements()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestReorderingMode.java | 403 private boolean assertRoundTrip(Bidi bidi, int tc, int outIndex, in assertRoundTrip() argument 467 if ((outIndex > -1) && in assertRoundTrip() 468 !checkMaps(bidi, outIndex, src, dest, descMode, in assertRoundTrip()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 99 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex, 3940 assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex, const char *srcChars, in assertRoundTrip() argument 4108 if (outIndex > -1 && !checkMaps(pBiDi, outIndex, srcChars, destChars, in assertRoundTrip()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |