/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
file_downloader.cc | 127 int32_t temp_size = static_cast<int32_t>(temp_buffer_.size()); local 129 temp_size, 153 int32_t temp_size = static_cast<int32_t>(temp_buffer_.size()); local 155 temp_size,
|
/bootable/recovery/applypatch/ |
imgpatch.c | 193 ssize_t temp_size = expanded_len; local 194 if (temp_size < 32768) { 199 temp_size = 32768; 210 strm.avail_out = temp_size; 213 ssize_t have = temp_size - strm.avail_out;
|
/external/chromium_org/chrome/renderer/pepper/ |
ppb_pdf_impl.cc | 53 size_t temp_size = static_cast<size_t>(*output_length); local 55 fd_, table, 0 /* offset */, static_cast<uint8_t*>(output), &temp_size); 56 *output_length = base::checked_cast<uint32_t>(temp_size);
|
/external/pdfium/core/src/fxcrt/ |
fx_basic_buffer.cpp | 475 FX_STRSIZE temp_size = (FX_STRSIZE)size;
local 476 while (temp_size > 0) {
477 FX_STRSIZE buf_size = FX_MIN(m_BufSize - m_Length, (FX_STRSIZE)temp_size);
485 temp_size -= buf_size;
|
/external/opencv/cv/src/ |
cvfilter.cpp | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpbase.cc | 173 unsigned int temp_size; local 174 if (sscanf(value_str.c_str(), "%u", &temp_size) != 1) { 178 data_size_ = static_cast<size_t>(temp_size);
|
/external/chromium_org/third_party/webrtc/base/ |
httpbase.cc | 153 unsigned int temp_size; local 154 if (sscanf(value_str.c_str(), "%u", &temp_size) != 1) { 158 data_size_ = static_cast<size_t>(temp_size);
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_flate.cpp | [all...] |
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
vp8_impl.cc | 701 uint32_t temp_size = last_keyframe_._size; // Save size. local 704 last_keyframe_._size = temp_size; // Restore buffer size.
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation.cc | 1854 uint32 temp_size; local 2324 uint32 temp_size; local [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
omx_vdec_test.cpp | 2795 char temp_size[SIZE_NAL_FIELD_MAX]; local [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
omx_vdec_test.cpp | 3102 char temp_size[SIZE_NAL_FIELD_MAX]; local [all...] |
/external/libpng/ |
pngread.c | 784 const int temp_size = local 787 png_malloc(png_ptr, temp_size * sizeof(png_line_indexp)); 796 for (i = 0; i < temp_size; i++) [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder.cc | 7271 uint32 temp_size; local 7406 uint32 temp_size; local [all...] |
/prebuilts/sdk/tools/linux/ |
aapt | |