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

  /art/runtime/lambda/
art_lambda_method.cc 39 bool static_size = true; local
45 static_size &= shorty_field.IsStaticSize();
55 dynamic_size_ = !static_size;
closure_test.cc 96 const size_t static_size = GetArgsSize(args ...) + header_size; local
97 EXPECT_GE(static_size, sizeof(Closure));
100 char* closure_as_char_array = new char[static_size];
139 const size_t static_size = GetArgsSize(args ...) + header_size; local
140 EXPECT_GE(static_size, sizeof(Closure));
143 EXPECT_EQ(static_size, closure_builder.GetSize());
146 char* closure_as_char_array = new char[static_size];
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 103 static const unsigned int static_size = (size); \
107 DEFINE_INSTANCE_ASSERTION (this->u._member.static_size == (size)); \
116 DEFINE_COMPILES_ASSERTION ((void) array[0].static_size) \
121 DEFINE_COMPILES_ASSERTION ((void) array1[0].static_size; (void) array2[0].static_size) \
294 if (this->may_edit (obj, obj->static_size)) {
731 const ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size;
854 { return len.static_size + len * Type::static_size; }
930 return_trace (c->check_struct (this) && c->check_array (array, Type::static_size, len))
    [all...]
hb-ot-name-table.hh 119 c->check_array (nameRecord, nameRecord[0].static_size, count) &&
hb-open-file-private.hh 109 return_trace (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables));
hb-ot-layout-gsubgpos-private.hh     [all...]
hb-ot-layout-gpos-table.hh 104 { return get_len () * Value::static_size; }
375 if (!c->check_array (matrixZ, matrixZ[0].static_size, count)) return_trace (false);
603 unsigned int record_size = USHORT::static_size * (1 + len1 + len2);
622 unsigned int record_size = USHORT::static_size * (1 + len1 + len2);
668 && c->check_array (arrayZ, USHORT::static_size * closure->stride, len))) return_trace (false);
    [all...]
hb-ot-font.cc 190 if (end_offset - start_offset < OT::glyfGlyphHeader::static_size)
hb-ot-layout-common-private.hh     [all...]
hb-directwrite.cc 110 ARRAY_LENGTH(name_IDs) * OT::NameRecord::static_size +
hb-uniscribe.cc 363 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size +
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
array.hpp 162 enum { static_size = N };
301 enum { static_size = 0 };
  /external/nanopb-c/generator/google/protobuf/internal/
encoder.py 325 static_size = (_TagSize(1) * 2 + _TagSize(2) + _VarintSize(field_number) +
331 return static_size + local_VarintSize(l) + l
  /external/protobuf/python/google/protobuf/internal/
encoder.py 331 static_size = (_TagSize(1) * 2 + _TagSize(2) + _VarintSize(field_number) +
337 return static_size + local_VarintSize(l) + l

Completed in 684 milliseconds