Home
last modified time | relevance | path

Searched refs:num_properties (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dvalue-serializer.cc1397 uint32_t num_properties; in ReadJSObject() local
1400 .To(&num_properties) || in ReadJSObject()
1402 num_properties != expected_num_properties) { in ReadJSObject()
1424 uint32_t num_properties; in ReadSparseJSArray() local
1428 .To(&num_properties) || in ReadSparseJSArray()
1431 num_properties != expected_num_properties || length != expected_length) { in ReadSparseJSArray()
1479 uint32_t num_properties; in ReadDenseJSArray() local
1483 .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 …]
/external/freetype/include/freetype/
Dfreetype.h4056 FT_UInt num_properties,
/external/mesa3d/include/drm-uapi/
Di915_drm.h1479 __u32 num_properties; member
/external/libdrm/include/drm/
Di915_drm.h1523 __u32 num_properties; member
/external/kernel-headers/original/uapi/drm/
Di915_drm.h1553 __u32 num_properties; member
/external/freetype/src/base/
Dftobjs.c3768 FT_UInt num_properties, in FT_Face_Properties() argument
3774 if ( num_properties > 0 && !properties ) in FT_Face_Properties()
3780 for ( ; num_properties > 0; num_properties-- ) in FT_Face_Properties()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c1009 .num_properties = ARRAY_SIZE(properties) / 2, in open_i915_perf_oa_stream()