HomeSort by relevance Sort by last modified time
    Searched full:growable (Results 1 - 25 of 57) sorted by null

1 2 3

  /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/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...]
byte_array.cc 183 bool growable) {
184 Init(filled_length, storage_length, growable);
193 bool growable) {
195 growable_ = growable;
writable_font_data.h 33 // is zero or less then a growable font data object will be created and the
36 // create a growable font data
font_data.h 67 // the FontData is writable and growable then there is no limit to that growth
  /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;
writable_font_data.h 33 // is zero or less then a growable font data object will be created and the
36 // create a growable font data
  /external/oprofile/libutil/
op_growable_buffer.c 3 * a growable buffer implementation
op_growable_buffer.h 3 * a growable buffer interface
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
font_data_table.h 70 // a 0 or less size is an estimate for a growable backing store with the
73 // estimate for a growable size
  /external/sfntly/cpp/src/sfntly/table/
font_data_table.h 70 // a 0 or less size is an estimate for a growable backing store with the
73 // estimate for a growable size
  /art/compiler/utils/
arena_bit_vector.h 26 // Type of growable bitmap for memory tuning.
growable_array.h 26 // Type of growable list for memory tuning.
  /external/chromium_org/tools/relocation_packer/src/
leb128.h 43 // Growable vector holding the encoded LEB128 stream.
sleb128.h 44 // Growable vector holding the encoded LEB128 stream.
  /external/oprofile/libutil++/
growable_vector.h 20 * A simple growable vector template.
  /external/qemu/block/
qcow2.c 1272 int growable = bs->growable; local
1287 int growable = bs->growable; local
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/
byte_array_test.cc 128 fprintf(stderr, "growable mem: size ");
  /external/mdnsresponder/mDNSShared/
dnsextd.h 31 #define LLQ_TABLESIZE 1024 // !!!KRS make this dynamically growable
  /external/sfntly/cpp/src/test/
byte_array_test.cc 128 fprintf(stderr, "growable mem: size ");
  /system/keymaster/include/keymaster/
authorization_set.h 35 * Construct an empty, dynamically-allocated, growable AuthorizationSet. Does not actually
65 * Reinitialize an AuthorizationSet as a dynamically-allocated, growable copy of the data in the
  /external/chromium_org/third_party/icu/source/common/
utrie2_impl.h 139 * preallocated anyway (unlike the growable data array).
  /external/icu/icu4c/source/common/
utrie2_impl.h 139 * preallocated anyway (unlike the growable data array).
  /external/qemu/include/block/
block_int.h 183 int growable; member in struct:BlockDriverState

Completed in 1990 milliseconds

1 2 3