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

  /external/chromium_org/third_party/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...]
  /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...]
  /system/keymaster/
authorization_set_test.cpp 341 TEST(Growable, SuccessfulRoundTrip) {
345 AuthorizationSet growable; local
346 EXPECT_TRUE(growable.push_back(Authorization(TAG_ALGORITHM, KM_ALGORITHM_RSA)));
347 EXPECT_EQ(1U, growable.size());
349 EXPECT_TRUE(growable.push_back(Authorization(TAG_PURPOSE, KM_PURPOSE_VERIFY)));
350 EXPECT_EQ(2U, growable.size());
352 EXPECT_TRUE(growable.push_back(Authorization(TAG_PURPOSE, KM_PURPOSE_SIGN)));
353 EXPECT_EQ(3U, growable.size());
355 EXPECT_TRUE(growable.push_back(Authorization(TAG_APPLICATION_ID, "data", 4)));
356 EXPECT_EQ(4U, growable.size())
374 AuthorizationSet growable; local
391 AuthorizationSet growable; local
    [all...]
  /external/qemu/block/
qcow2.c 1272 int growable = bs->growable; local
1287 int growable = bs->growable; local
    [all...]
  /external/qemu/include/block/
block_int.h 183 int growable; member in struct:BlockDriverState

Completed in 329 milliseconds