Searched refs:growable (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
D | byte_array.h | 43 bool growable() { return growable_; } in growable() function 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);
|
D | byte_array.cc | 183 bool growable) { in ByteArray() argument 184 Init(filled_length, storage_length, growable); in ByteArray() 193 bool growable) { in Init() argument 195 growable_ = growable; in Init()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | byte_array.h | 43 bool growable() { return growable_; } in growable() function 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);
|
D | byte_array.cc | 183 bool growable) { in ByteArray() argument 184 Init(filled_length, storage_length, growable); in ByteArray() 193 bool growable) { in Init() argument 195 growable_ = growable; in Init()
|
/external/qemu/block/ |
D | qcow2.c | 1272 int growable = bs->growable; in qcow_save_vmstate() local 1276 bs->growable = 1; in qcow_save_vmstate() 1278 bs->growable = growable; in qcow_save_vmstate() 1287 int growable = bs->growable; in qcow_load_vmstate() local 1291 bs->growable = 1; in qcow_load_vmstate() 1293 bs->growable = growable; in qcow_load_vmstate()
|
D | raw-posix.c | 248 if ((ret == 0) && bs->growable) { in raw_pread_aligned()
|
/external/qemu/include/block/ |
D | block_int.h | 183 int growable; member
|
/external/qemu/ |
D | block.c | 516 bs->growable = 1; in bdrv_file_open() 884 if (bs->growable) in bdrv_check_byte_request() 1139 if (!bs->growable || !drv->bdrv_getlength) { in bdrv_getlength()
|
D | Changelog | 286 - New 'qcow' growable disk image support with AES encryption and
|
D | qapi-schema.json | 1004 # growable sparse files (like qcow2) that are used on top
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts3cov.test | 119 # the "0x01 <column N>" data to the dynamically growable blob used to
|
/external/oprofile/ |
D | ChangeLog-2002 | 323 * libdb/db-hash-travel.c: new files implementing a growable hash table
|