HomeSort by relevance Sort by last modified time
    Searched defs:destSize (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/guava/guava/src/com/google/common/escape/
CharEscaper.java 86 int destSize = dest.length;
107 if (destSize < sizeNeeded) {
108 destSize = sizeNeeded + DEST_PAD_MULTIPLIER * (slen - index);
109 dest = growBuffer(dest, destIndex, destSize);
130 if (destSize < sizeNeeded) {
  /external/lzma/C/
MtCoder.c 204 size_t destSize = p->outBufSize;
212 p->outBuf, &destSize, p->inBuf, size, *stop));
220 if (p->mtCoder->outStream->Write(p->mtCoder->outStream, p->outBuf, destSize) != destSize)
  /external/icu/icu4c/source/common/
ubiditransform.c 85 uint32_t destSize; /* output text capacity */
148 ubidi_writeReordered(pTransform->pBidi, pTransform->dest, pTransform->destSize,
203 pTransform->dest, pTransform->destSize,
258 pTransform->srcLength, pTransform->dest, pTransform->destSize,
309 if (pTransform->destSize < pTransform->srcLength) {
438 UChar *dest, int32_t destSize,
457 CHECK_LEN(dest, destSize, pErrorCode);
483 updateSrc(pBiDiTransform, src, srcLength, destSize > srcLength ? destSize : srcLength, pErrorCode);
494 pBiDiTransform->destSize = destSize
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comip.h 249 int destSize = MultiByteToWideChar(CP_ACP,0,clsidStringA,size,NULL,0);
250 if(destSize==0) return HRESULT_FROM_WIN32(GetLastError());
252 clsidStringW = static_cast<LPWSTR>(_malloca(destSize*sizeof(WCHAR)));
254 if(MultiByteToWideChar(CP_ACP,0,clsidStringA,size,clsidStringW,destSize)==0) {
285 int destSize = MultiByteToWideChar(CP_ACP,0,clsidStringA,size,NULL,0);
288 clsidStringW = static_cast<LPWSTR>(_alloca(destSize*sizeof(WCHAR)));
293 if(MultiByteToWideChar(CP_ACP,0,clsidStringA,size,clsidStringW,destSize)==0) return HRESULT_FROM_WIN32(GetLastError());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 608 uint64_t destSize = TD->getTypeAllocSize(A->getAllocatedType()) *
611 if (destSize < srcSize)
620 uint64_t destSize = TD->getTypeAllocSize(StructTy);
622 if (destSize < srcSize)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
image.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ArabicShaping.java 73 * It may be <code>NULL</code> only if <code>destSize</code> is 0.
75 * @param destSize The size (capacity) of the destination buffer.
76 * If <code>destSize</code> is 0, then no output is produced,
89 char[] dest, int destStart, int destSize) throws ArabicShapingException {
98 if (dest == null && destSize != 0) {
99 throw new IllegalArgumentException("null dest requires destSize == 0");
101 if ((destSize != 0) &&
102 (destStart < 0 || destSize < 0 || destStart + destSize > dest.length)) {
104 ") or size (" + destSize
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 92 int32_t destSize;
113 destSize = (numUChars+1) * sizeof(UChar) + sizeof(struct StringStruct);
114 dest = (StringStruct *)malloc(destSize);
    [all...]
cbiditst.c 739 int32_t destSize = srcSize*2;
752 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec);
755 }else if(destSize!=srcSize){
756 log_err("Pre-flighting did not give expected size: Expected: %d. Got: %d \n",srcSize,destSize);
760 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING,&ec);
761 u16ToPseudo(destSize,dest,chars);
762 if(destSize!=srcSize){
763 log_err("ubidi_writeReordered() destSize and srcSize do not match\n");
774 int32_t destSize = srcSize*2
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ArabicShaping.java 72 * It may be <code>NULL</code> only if <code>destSize</code> is 0.
74 * @param destSize The size (capacity) of the destination buffer.
75 * If <code>destSize</code> is 0, then no output is produced,
89 char[] dest, int destStart, int destSize) throws ArabicShapingException {
98 if (dest == null && destSize != 0) {
99 throw new IllegalArgumentException("null dest requires destSize == 0");
101 if ((destSize != 0) &&
102 (destStart < 0 || destSize < 0 || destStart + destSize > dest.length)) {
104 ") or size (" + destSize
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 815 uint64_t destSize = DL.getTypeAllocSize(A->getAllocatedType()) *
818 if (destSize < srcSize)
839 uint64_t destSize = DL.getTypeAllocSize(StructTy);
840 if (destSize < srcSize)
    [all...]
  /external/vulkan-validation-layers/layers/
image.cpp     [all...]
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genPCLm.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /external/r8/deps/
guava-19.0.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 1014 milliseconds

1 2 3 4