Home
last modified time | relevance | path

Searched refs:actual_size (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/util/
DBigBuffer.cpp38 const size_t actual_size = std::max(block_size_, size); in NextBlockImpl() local
43 block.buffer = std::unique_ptr<uint8_t[]>(new uint8_t[actual_size]()); in NextBlockImpl()
47 block.block_size_ = actual_size; in NextBlockImpl()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwire_format_test.py111 actual_size = byte_size_fn(field_number, value)
112 self.assertEqual(expected_size, actual_size,
115 byte_size_fn, field_number, value, expected_size, actual_size))
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc2093 Py_ssize_t actual_size = 0; in CheckAndGetInteger() local
2153 PyList_SET_ITEM(all_fields.get(), actual_size, t.release()); in CheckAndGetInteger()
2154 ++actual_size; in CheckAndGetInteger()
2156 if (static_cast<size_t>(actual_size) != fields.size() && in CheckAndGetInteger()
2157 (PyList_SetSlice(all_fields.get(), actual_size, fields.size(), NULL) < in CheckAndGetInteger()