Searched refs:num_properties (Results 1 – 7 of 7) sorted by relevance
1397 uint32_t num_properties; in ReadJSObject() local1400 .To(&num_properties) || in ReadJSObject()1402 num_properties != expected_num_properties) { in ReadJSObject()1424 uint32_t num_properties; in ReadSparseJSArray() local1428 .To(&num_properties) || in ReadSparseJSArray()1431 num_properties != expected_num_properties || length != expected_length) { in ReadSparseJSArray()1479 uint32_t num_properties; in ReadDenseJSArray() local1483 .To(&num_properties) || in ReadDenseJSArray()1486 num_properties != expected_num_properties || length != expected_length) { in ReadDenseJSArray()1899 uint32_t num_properties = 0; in ReadJSObjectProperties() local[all …]
4056 FT_UInt num_properties,
1479 __u32 num_properties; member
1523 __u32 num_properties; member
1553 __u32 num_properties; member
3768 FT_UInt num_properties, in FT_Face_Properties() argument3774 if ( num_properties > 0 && !properties ) in FT_Face_Properties()3780 for ( ; num_properties > 0; num_properties-- ) in FT_Face_Properties()
1009 .num_properties = ARRAY_SIZE(properties) / 2, in open_i915_perf_oa_stream()