/external/libchrome/base/trace_event/ |
trace_event_memory_overhead.cc | 117 size_t estimated_size = sizeof(*this); local 121 estimated_size += sizeof(map_type::value_type) * allocated_objects_.size(); 122 Add("TraceEventMemoryOverhead", estimated_size);
|
/build/tools/ijar/ |
zip.h | 97 // output will be at most estimated_size. Use ZipBuilder::EstimateSize() or 98 // ZipExtractor::CalculateOuputLength() to have an estimated_size depending on 101 static ZipBuilder* Create(const char* zip_file, u8 estimated_size);
|
zip.cc | 971 ZipBuilder* ZipBuilder::Create(const char* zip_file, u8 estimated_size) { 972 if (estimated_size > kMaximumOutputSize) { 977 estimated_size, kMaximumOutputSize); 978 estimated_size = kMaximumOutputSize; 987 if (ftruncate(fd_out, estimated_size) < 0) { 993 size_t mmap_length = std::min(estimated_size + sysconf(_SC_PAGESIZE), [all...] |
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_Memory.h | 163 Index estimated_size; local 164 estimated_size = (5 * n + 5) * sizeof(Index) + tempSpace 166 return estimated_size;
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
fpdf_parser_decode.cpp | 299 FX_DWORD estimated_size, 317 BitsPerComponent, Columns, estimated_size, dest_buf, dest_size); 353 int estimated_size = local 370 estimated_size, new_buf, new_size); 373 estimated_size, new_buf, new_size);
|
fpdf_parser_objects.cpp | 976 FX_DWORD estimated_size, 1008 m_dwSize, m_ImageDecoder, m_pImageParam, estimated_size, bImageAcc); [all...] |
/external/pdfium/core/include/fpdfapi/ |
fpdf_parser.h | 977 FX_DWORD estimated_size, 987 FX_DWORD estimated_size,
|
fpdf_objects.h | 512 FX_DWORD estimated_size = 0,
|
/external/pdfium/core/src/fxcodec/codec/ |
codec_int.h | 146 FX_DWORD estimated_size,
|
fx_codec_flate.cpp | 923 FX_DWORD estimated_size, 953 FlateUncompress(src_buf, src_size, estimated_size, dest_buf, dest_size,
|
/external/pdfium/core/include/fxcodec/ |
fx_codec.h | 163 FX_DWORD estimated_size,
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
bytestream.h | 228 explicit GrowingArrayByteSink(size_t estimated_size);
|
/external/v8/src/arm/ |
assembler-arm.cc | [all...] |
/prebuilts/tools/darwin-x86_64/protoc/lib/ |
libprotobuf-lite.a | [all...] |
libprotobuf.a | [all...] |