HomeSort by relevance Sort by last modified time
    Searched refs:tmpSize (Results 1 - 11 of 11) sorted by null

  /external/guava/guava/src/com/google/common/collect/
ImmutableListMultimap.java 352 int tmpSize = 0;
366 tmpSize += valueCount;
378 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
ImmutableSetMultimap.java 449 int tmpSize = 0;
468 tmpSize += valueCount;
480 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
  /external/chromium_org/third_party/libxml/src/
c14n.c 332 int tmpSize;
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;
    [all...]
  /external/libxml2/
c14n.c 334 int tmpSize;
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;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 580 uint32_t tmpSize = _bufferSize;
586 newSize = tmpSize;
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 932 int tmpSize = tmpWidth * tmpHeight;
934 SkAutoTMalloc<float> tmpImage(tmpSize);
935 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 825 size_t tmpSize = sourceBytes.size();
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);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 369 milliseconds