/external/icu/icu4c/source/common/ |
D | ubidiwrt.cpp | 60 UChar *dest, int32_t destSize, in doWriteForward() 153 UChar *dest, int32_t destSize, in doWriteReverse() 310 UChar *dest, int32_t destSize, in ubidi_writeReverse() 358 UChar *dest, int32_t destSize, in ubidi_writeReordered()
|
D | ushape.cpp | 634 int32_t destSize,uint32_t options) { in calculateSize() 729 int32_t destSize, in handleGeneratedSpaces() 903 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCod… in expandCompositCharAtBegin() 963 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode)… in expandCompositCharAtEnd() 1030 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, in expandCompositCharAtNear() 1084 int32_t destSize,uint32_t options, in expandCompositChar() 1197 int32_t destSize,uint32_t options, in shapeUnicode() 1369 int32_t destSize,uint32_t options, in deShapeUnicode()
|
D | ubiditransform.cpp | 85 uint32_t destSize; /* output text capacity */ member 440 UChar *dest, int32_t destSize, in ubiditransform_transform()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | PixelTransfer11.cpp | 121 const gl::Extents &destSize, in setBufferToTextureCopyParams() 164 gl::Extents destSize = destRenderTarget->getExtents(); in copyBufferToTexture() local
|
D | Blit11.cpp | 364 const gl::Extents &destSize, in GenerateVertexCoords() 388 const gl::Extents &destSize, in Write2DVertices() 414 const gl::Extents &destSize, in Write3DVertices() 919 const gl::Extents &destSize, in copyTexture() 1061 const gl::Extents &destSize, in copyStencil() 1074 const gl::Extents &destSize, in copyDepth() 1149 const gl::Extents &destSize, in copyDepthStencil() 1164 const gl::Extents &destSize, in copyDepthStencilImpl() 1224 const gl::Extents &destSize, in copyAndConvertImpl() 1289 const gl::Extents &destSize, in copyAndConvert()
|
D | Renderer11.cpp | 2487 gl::Extents destSize(destRenderTarget->getWidth(), destRenderTarget->getHeight(), 1); in copyImageInternal() local 2762 gl::Extents destSize(destRenderTarget11->getWidth(), destRenderTarget11->getHeight(), in copyTexture() local
|
D | TextureStorage11.cpp | 673 gl::Extents destSize(dest->getWidth(), dest->getHeight(), dest->getDepth()); in generateMipmap() local
|
/external/guava/guava/src/com/google/common/escape/ |
D | CharEscaper.java | 101 int destSize = dest.length; in escapeSlow() local
|
/external/guava/android/guava/src/com/google/common/escape/ |
D | CharEscaper.java | 101 int destSize = dest.length; in escapeSlow() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ArabicShaping.java | 89 char[] dest, int destStart, int destSize) throws ArabicShapingException { in shape() 1115 int destSize = sourceLength; in calculateSize() local 1630 int destSize, in shapeUnicode() 1783 int destSize) throws ArabicShapingException { in deShapeUnicode() 1803 int destSize) throws ArabicShapingException { in internalShape()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ArabicShaping.java | 89 char[] dest, int destStart, int destSize) throws ArabicShapingException { in shape() 1157 int destSize = sourceLength; in calculateSize() local 1672 int destSize, in shapeUnicode() 1825 int destSize) throws ArabicShapingException { in deShapeUnicode() 1845 int destSize) throws ArabicShapingException { in internalShape()
|
/external/angle/src/compiler/translator/ |
D | VariablePacker.cpp | 145 bool VariablePacker::searchColumn(int column, int numRows, int *destRow, int *destSize) in searchColumn()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 744 int32_t destSize = srcSize*2; in testReorder() local 779 int32_t destSize = srcSize*2; in testReorder() local 813 int32_t destSize = srcSize*2; in testReorder() local 844 int32_t destSize = srcSize*2; in testReorder() local 878 int32_t destSize = srcSize*2; in testReorder() local 1006 int32_t destSize = srcSize*2; in testReorderArabicMathSymbols() local
|
D | cbiapts.c | 102 int32_t destSize; in toUChar() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 765 uint64_t destSize = DL.getTypeAllocSize(A->getAllocatedType()) * in performCallSlotOptzn() local 789 uint64_t destSize = DL.getTypeAllocSize(StructTy); in performCallSlotOptzn() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 815 uint64_t destSize = DL.getTypeAllocSize(A->getAllocatedType()) * in performCallSlotOptzn() local 839 uint64_t destSize = DL.getTypeAllocSize(StructTy); in performCallSlotOptzn() local
|
/external/lzma/C/ |
D | Lzma2Enc.c | 661 size_t destSize = me->outBufSize; in Lzma2Enc_MtCallback_Code() local
|
D | XzDec.c | 1691 size_t destSize = (size_t)0 - 1; in XzDecMt_Callback_Parse() local
|
/external/icu/libicu/src/ |
D | shim.cpp | 734 int32_t ubidi_writeReordered(UBiDi * pBiDi, UChar * dest, int32_t destSize, uint16_t options, UErro… in ubidi_writeReordered() 737 int32_t ubidi_writeReverse(const UChar * src, int32_t srcLength, UChar * dest, int32_t destSize, ui… in ubidi_writeReverse()
|