Searched refs:all_names (Results 1 – 4 of 4) sorted by relevance
187 const hb_array_t<const NameRecord> all_names (this->table->nameRecordZ.arrayZ, in init() local191 this->names.alloc (all_names.len); in init()193 for (unsigned int i = 0; i < all_names.len; i++) in init()197 entry->name_id = all_names[i].nameID; in init()198 entry->language = all_names[i].language (face); in init()199 entry->entry_score = all_names[i].score (); in init()249 const hb_array_t<const NameRecord> all_names (table->nameRecordZ.arrayZ, table->count); in get_name() local250 const NameRecord &record = all_names[idx]; in get_name()
260 all_names = []278 if ent.name in all_names:280 if ent.alias and ent.alias.name not in all_names:282 all_names.append(ent.name)
1826 all_names = [layer.name for layer in layers]1827 for name in all_names:1828 if all_names.count(name) != 1:1830 str(all_names.count(name)) + ' times in the model. '
587 all_names = set(utils.GetSuitePaths(test_root))589 return [name for name in args_names if name in all_names]