Searched defs:growable (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.h42 // 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...]
H A Dbyte_array.cc183 bool growable) {
184 Init(filled_length, storage_length, growable);
193 bool growable) {
195 growable_ = growable;
181 ByteArray(int32_t filled_length, int32_t storage_length, bool growable) argument
191 Init(int32_t filled_length, int32_t storage_length, bool growable) argument
/external/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.h42 // 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...]
H A Dbyte_array.cc183 bool growable) {
184 Init(filled_length, storage_length, growable);
193 bool growable) {
195 growable_ = growable;
181 ByteArray(int32_t filled_length, int32_t storage_length, bool growable) argument
191 Init(int32_t filled_length, int32_t storage_length, bool growable) argument
/external/qemu/block/
H A Dqcow2.c1272 int growable = bs->growable; local
1276 bs->growable = 1;
1278 bs->growable = growable;
1287 int growable = bs->growable; local
1291 bs->growable = 1;
1293 bs->growable = growable;
[all...]
/external/qemu/
H A Dblock_int.h183 int growable; member in struct:BlockDriverState
H A Dqemu-io.c1590 static int openfile(char *name, int flags, int growable) argument
1597 if (growable) {
1654 int growable = 0; local
1669 growable = 1;
1683 return openfile(argv[optind], flags, growable);
1719 " -g, --growable allow file to grow (only applies to protocols)\n"
1732 int growable = 0; local
1743 { "growable", 0, NULL, 'g' },
1771 growable = 1;
1825 openfile(argv[optind], flags, growable);
[all...]

Completed in 270 milliseconds