/external/webrtc/src/system_wrappers/source/ |
file_impl.cc | 222 char tempBuff[kFileMaxTextMessageSize]; 228 _vsnprintf(tempBuff, kFileMaxTextMessageSize-1, text, args); 230 vsnprintf(tempBuff, kFileMaxTextMessageSize-1, text, args); 234 nBytes = fprintf(_id, "%s", tempBuff);
|
trace_impl.cc | 930 char tempBuff[WEBRTC_TRACE_MAX_MESSAGE_SIZE]; 937 _vsnprintf(tempBuff,WEBRTC_TRACE_MAX_MESSAGE_SIZE-1,msg,args); 939 vsnprintf(tempBuff,WEBRTC_TRACE_MAX_MESSAGE_SIZE-1,msg,args); 942 buff = tempBuff;
|
/external/icu4c/i18n/ |
ucol_sit.cpp | 564 char tempbuff[internalBufferSize]; local 579 elementSize = uloc_getLanguage(locBuff, tempbuff, internalBufferSize, status); 580 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, languageArg); 581 elementSize = uloc_getCountry(locBuff, tempbuff, internalBufferSize, status); 582 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, regionArg); 583 elementSize = uloc_getScript(locBuff, tempbuff, internalBufferSize, status); 584 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, scriptArg); 585 elementSize = uloc_getVariant(locBuff, tempbuff, internalBufferSize, status); 586 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, variantArg); 587 elementSize = uloc_getKeywordValue(locBuff, "collation", tempbuff, internalBufferSize, status) [all...] |
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
Texture.cpp | 169 OwnArrayPtr<uint32_t> tempBuff = adoptArrayPtr(new uint32_t[tempBuffSize]); 189 tempBuff.get(), updateRectIntersected.width(), updateRectIntersected.height(), m_tiles.totalSizeX()); 193 tempBuff.get(), updateRectIntersected.width(), updateRectIntersected.height(), m_tiles.totalSizeX());
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Encoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Encoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Decoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
OMX_G729Encoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEncoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Decoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Encoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEncoder.c | [all...] |