Searched refs:tmpSize (Results 1 - 14 of 14) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DImmutableListMultimap.java352 int tmpSize = 0;
366 tmpSize += valueCount;
378 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
H A DImmutableSetMultimap.java449 int tmpSize = 0;
468 tmpSize += valueCount;
480 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
/external/chromium_org/third_party/libxml/src/
H A Dc14n.c332 int tmpSize; local
334 tmpSize = 2 * cur->nsMax;
335 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
342 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
349 cur->nsMax = tmpSize;
/external/libxml2/
H A Dc14n.c334 int tmpSize; local
336 tmpSize = 2 * cur->nsMax;
337 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
344 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
351 cur->nsMax = tmpSize;
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h624 WebRtc_UWord32 tmpSize = _bufferSize; local
630 newSize = tmpSize;
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.cpp932 int tmpSize = tmpWidth * tmpHeight; local
934 SkAutoTMalloc<float> tmpImage(tmpSize);
935 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));
/external/skia/src/effects/
H A DSkBlurMask.cpp932 int tmpSize = tmpWidth * tmpHeight; local
934 SkAutoTMalloc<float> tmpImage(tmpSize);
935 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h580 uint32_t tmpSize = _bufferSize; local
586 newSize = tmpSize;
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp825 size_t tmpSize = sourceBytes.size(); local
828 if (tmpSize == 0) {
840 twosComplement.reset(new unsigned char[tmpSize]);
842 memcpy(twosBytes, tmp, tmpSize);
846 for (ssize_t i = tmpSize - 1; i >= 0; i--) {
853 BIGNUM *ret = BN_bin2bn(tmp, tmpSize, *dest);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/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 261 milliseconds