/frameworks/av/media/libeffects/proxy/ |
EffectProxy.cpp | 287 uint32_t tmpSize; 292 tmpSize = pContext->replySize; 293 while (tmpSize < *replySize && tmpSize < PROXY_REPLY_SIZE_MAX) { 294 tmpSize *= 2; 296 if (tmpSize > pContext->replySize) { 297 ALOGV("Effect_command grow reply buf to %d", tmpSize); 298 pContext->replyData = (char *)realloc(pContext->replyData, tmpSize); 299 pContext->replySize = tmpSize; 301 if (tmpSize > *replySize) [all...] |
/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 | 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/webrtc/src/modules/interface/ |
module_common_types.h | 624 WebRtc_UWord32 tmpSize = _bufferSize; 630 newSize = tmpSize;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBlurMask.cpp | 937 int tmpSize = tmpWidth * tmpHeight; 939 SkAutoTMalloc<float> tmpImage(tmpSize); 940 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0])); [all...] |
/external/skia/src/effects/ |
SkBlurMask.cpp | 937 int tmpSize = tmpWidth * tmpHeight; 939 SkAutoTMalloc<float> tmpImage(tmpSize); 940 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0])); [all...] |
/libcore/benchmarks/libs/ |
caliper.jar | |
/external/droiddriver/libs/ |
guava-13.0.jar | |
/prebuilts/devtools/tools/lib/ |
guava-13.0.1.jar | |
/prebuilts/sdk/tools/lib/ |
guava-10.0.1.jar | |
lint.jar | |
lint_api.jar | |
lint_checks.jar | |
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/ |
guava-14.0.jar | |
/prebuilts/tools/common/guava-tools/ |
guava-13.0.1.jar | |
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/ |
gradle-tooling-api-1.6.jar | |
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/ |
gradle-tooling-api-1.6-rc-1.jar | |
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/ |
gradle-tooling-api-1.7.jar | |
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/ |
guava-13.0.1.jar | |