/external/freetype/src/truetype/ |
D | ttpload.c | 111 face->num_locations = table_len >> shift; in tt_face_load_loca() 122 face->num_locations = table_len >> shift; in tt_face_load_loca() 125 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) in tt_face_load_loca() 128 face->num_locations - 1, face->root.num_glyphs )); in tt_face_load_loca() 131 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs ) in tt_face_load_loca() 165 face->num_locations = (FT_ULong)face->root.num_glyphs + 1; in tt_face_load_loca() 169 face->num_locations )); in tt_face_load_loca() 173 face->root.num_glyphs = face->num_locations in tt_face_load_loca() 174 ? (FT_Long)face->num_locations - 1 : 0; in tt_face_load_loca() 208 if ( gindex < face->num_locations ) in tt_face_get_location() [all …]
|
D | ttobjs.c | 539 for( i = 0; i < face->num_locations; i++ ) in tt_check_single_notdef()
|
/external/bcc/tests/cc/ |
D | test_usdt_probes.cc | 51 REQUIRE(probe->num_locations() == 1); 121 int num_locations; in probe_num_locations() local 126 if (cmd_scanf(cmd, "%d", &num_locations) != 0) { in probe_num_locations() 130 return num_locations; in probe_num_locations() 177 REQUIRE(probe->num_locations() == exp_locations); 200 REQUIRE(probe->num_locations() == exp_locations); 215 REQUIRE(probe->num_locations() == exp_locations); 250 REQUIRE(probe->num_locations() == exp_locations);
|
/external/bcc/tools/ |
D | tplist.py | 75 for idx in range(0, probe.num_locations): 80 print(" %d location(s)" % probe.num_locations)
|
/external/bcc/src/cc/usdt/ |
D | usdt.cc | 327 info.num_locations = probe->num_locations(); in each() 496 if (index < 0 || (size_t)index >= probe->num_locations()) in bcc_usdt_get_location() 513 if (location_index < 0 || (size_t)location_index >= probe->num_locations()) in bcc_usdt_get_argument()
|
/external/bcc/src/cc/includes/ |
D | bcc_usdt.h | 34 int num_locations; member
|
D | usdt.h | 210 size_t num_locations() const { return locations_.size(); } in num_locations() function
|
/external/bcc/src/cc/ |
D | bcc_usdt.h | 34 int num_locations; member
|
D | usdt.h | 210 size_t num_locations() const { return locations_.size(); } in num_locations() function
|
/external/bcc/src/python/bcc/ |
D | usdt.py | 108 self.num_locations = probe.num_locations
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 595 unsigned num_locations = GetLocationsConsumedByType(src, member_type_id, false); in CollectInterfaceBlockMembers() local 601 for (unsigned int offset = 0; offset < num_locations; offset++) { in CollectInterfaceBlockMembers() 691 … unsigned num_locations = GetLocationsConsumedByType(src, type, is_array_of_verts && !is_patch); in CollectInterfaceByLocation() local 692 for (unsigned int offset = 0; offset < num_locations; offset++) { in CollectInterfaceByLocation() 723 auto num_locations = GetLocationsConsumedByType(src, def.word(1), false); in CollectInterfaceByInputAttachmentIndex() local 724 for (unsigned int offset = 0; offset < num_locations; offset++) { in CollectInterfaceByInputAttachmentIndex() 869 … auto num_locations = GetLocationsConsumedByFormat(vi->pVertexAttributeDescriptions[i].format); in ValidateViAgainstVsInputs() local 870 for (auto j = 0u; j < num_locations; j++) { in ValidateViAgainstVsInputs()
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 1743 FT_ULong num_locations; /* in broken TTF, gid > 0xFFFF */ member
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 1112 size_t num_locations = 6; 1125 components, locations, num_locations); 1134 size_t num_locations = 6; 1146 …ColorComponents(CGColorSpaceCreateDeviceRGB(), components, locations, num_locations); // expected-…
|
D | objcmt-arc-cf-annotations.m | 1070 size_t num_locations = 6; 1083 components, locations, num_locations); 1092 size_t num_locations = 6; 1104 …ColorComponents(CGColorSpaceCreateDeviceRGB(), components, locations, num_locations); // expected-…
|
/external/freetype/src/base/ |
D | ftobjs.c | 869 ttface->num_locations && in FT_Load_Glyph()
|
/external/freetype/ |
D | ChangeLog.23 | 1224 truetype: Extend TT_Face->num_locations for broken TTFs. 1227 TT_Face->num_locations are extended from FT_UInt 1233 TT_Face->num_locations. 4400 where num_locations < num_glyphs. Problem reported by Ding Li.
|
D | ChangeLog.21 | 959 [FT_OPTIMIZE_MEMORY]: Use optimized types for `num_locations' and
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1065 size_t num_locations = 6; 1078 components, locations, num_locations); 1087 size_t num_locations = 6; 1099 …ColorComponents(CGColorSpaceCreateDeviceRGB(), components, locations, num_locations); // expected-…
|