Searched refs:fullname (Results 1 – 8 of 8) sorted by relevance
134 self.fullname = raw[raw.index("class")+1]136 self.fullname = raw[raw.index("enum")+1]138 self.fullname = raw[raw.index("interface")+1]140 self.fullname = raw[raw.index("@interface")+1]151 self.fullname = self.pkg.name + "." + self.fullname152 self.fullname_path = self.fullname.split(".")154 self.name = self.fullname[self.fullname.rindex(".")+1:]198 api[clazz.fullname] = clazz263 sig = "%s-%s-%s" % (clazz.fullname, repr(detail), msg)285 if prev_clazz.fullname not in next_api: continue[all …]
46 fullname = None variable in FontInfo149 font.fullname = namerecord.text.strip()174 namerecord.text = font.fullname190 font.fullname = new_family192 font.fullname = new_family + ' ' + font.style
48 fullname = None variable in FontInfo158 font.fullname = namerecord.text.strip()180 namerecord.text = font.fullname196 font.fullname = new_family198 font.fullname = new_family + ' ' + font.style
40 self.assertEqual(fonts[0].fullname, "Roboto1200310 Regular")
4 FN:fullname
528 String8 fullname; // for pax later on in write_tarfile() local615 fullname = prefix; in write_tarfile()616 fullname.appendPath(relpath); in write_tarfile()622 if (fullname.length() > 100) { in write_tarfile()626 strncpy(buf, fullname.string(), 100); in write_tarfile()632 ALOGI(" Name: %s", fullname.string()); in write_tarfile()650 "path", fullname.string()); in write_tarfile()657 String8 leaf = fullname.getPathLeaf(); in write_tarfile()
107 return type.tsym.packge().fullname.toString().startsWith(filter); in inPackage()