HomeSort by relevance Sort by last modified time
    Searched refs:growable (Results 1 - 7 of 7) sorted by null

  /external/sfntly/cpp/src/sfntly/data/
byte_array.h 42 // Determines whether or not this array is growable or of fixed size.
43 bool growable() { return growable_; } function in class:sfntly::ByteArray
74 // be beyond the length of the array and it isn't growable.
79 // the array isn't growable.
84 // and the array isn't growable. The bytes to be put into the array are those
142 // growable is the storage growable - storageLength is the max growable size.
143 ByteArray(int32_t filled_length, int32_t storage_length, bool growable);
145 void Init(int32_t filled_length, int32_t storage_length, bool growable);
    [all...]
byte_array.cc 183 bool growable) {
184 Init(filled_length, storage_length, growable);
193 bool growable) {
195 growable_ = growable;
  /external/qemu/block/
qcow2.c 1272 int growable = bs->growable; local
1287 int growable = bs->growable; local
    [all...]
raw-posix.c 248 if ((ret == 0) && bs->growable) {
    [all...]
  /external/qemu/
qemu-io.c 1654 int growable = 0; local
1732 int growable = 0; local
    [all...]
block_int.h 183 int growable; member in struct:BlockDriverState
block.c 514 bs->growable = 1;
882 if (bs->growable)
1137 if (!bs->growable || !drv->bdrv_getlength) {
    [all...]

Completed in 221 milliseconds