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

  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 290 uint32_t tmpSize;
295 tmpSize = pContext->replySize;
296 while (tmpSize < *replySize && tmpSize < PROXY_REPLY_SIZE_MAX) {
297 tmpSize *= 2;
299 if (tmpSize > pContext->replySize) {
300 ALOGV("Effect_command grow reply buf to %d", tmpSize);
301 pContext->replyData = (char *)realloc(pContext->replyData, tmpSize);
302 pContext->replySize = tmpSize;
304 if (tmpSize > *replySize)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableListMultimap.java 358 int tmpSize = 0;
372 tmpSize += valueCount;
384 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
ImmutableSetMultimap.java 503 int tmpSize = 0;
522 tmpSize += valueCount;
534 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
  /external/skia/src/core/
SkBlurMask.cpp 589 int tmpSize = tmpWidth * tmpHeight;
591 SkAutoTMalloc<float> tmpImage(tmpSize);
592 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));
  /external/skqp/src/core/
SkBlurMask.cpp 589 int tmpSize = tmpWidth * tmpHeight;
591 SkAutoTMalloc<float> tmpImage(tmpSize);
592 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));
  /external/libxml2/
c14n.c 335 int tmpSize;
337 tmpSize = 2 * cur->nsMax;
338 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
345 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
352 cur->nsMax = tmpSize;
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc 159 size_t tmpSize = sourceBytes.size();
162 if (tmpSize == 0) {
174 twosComplement.reset(new unsigned char[tmpSize]);
176 memcpy(twosBytes, tmp, tmpSize);
180 for (ssize_t i = static_cast<ssize_t>(tmpSize - 1); i >= 0; i--) {
187 BIGNUM* ret = BN_bin2bn(tmp, tmpSize, *dest);
215 size_t tmpSize = sourceBytes.size();
217 if (tmpSize == 0) {
228 while (tmpSize > 0 && tmp[0] == 0) {
230 tmpSize--
    [all...]
  /external/dagger2/lib/
auto-value-1.4.1.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/guice/lib/
guava-19.0.jar 

Completed in 1023 milliseconds