Searched refs:fullname (Results 1 – 7 of 7) sorted by relevance
135 self.fullname = raw[raw.index("class")+1]137 self.fullname = raw[raw.index("enum")+1]139 self.fullname = raw[raw.index("interface")+1]141 self.fullname = raw[raw.index("@interface")+1]152 self.fullname = self.pkg.name + "." + self.fullname153 self.fullname_path = self.fullname.split(".")155 self.name = self.fullname[self.fullname.rindex(".")+1:]199 api[clazz.fullname] = clazz264 sig = "%s-%s-%s" % (clazz.fullname, repr(detail), msg)286 if prev_clazz.fullname not in next_api: continue[all …]
4 FN:fullname
340 final var fullname = description.getTestClass().getName() in shouldStillIgnoreInProbeIgnoreMode() local343 if (REALLY_DISABLE_PATTERN.matcher(fullname).find()) { in shouldStillIgnoreInProbeIgnoreMode()344 System.out.println("Still ignoring " + fullname); in shouldStillIgnoreInProbeIgnoreMode()
59 def fullname(self): member in Benchmark83 name = self.fullname(),509 file_path = final_java_dir / "{}.java".format(bench.fullname())
532 String8 fullname; // for pax later on in write_tarfile() local620 fullname = prefix; in write_tarfile()621 appendPath(fullname, relpath); in write_tarfile()627 if (fullname.length() > 100) { in write_tarfile()631 strncpy(buf, fullname.c_str(), 100); in write_tarfile()637 ALOGI(" Name: %s", fullname.c_str()); in write_tarfile()655 "path", fullname.c_str()); in write_tarfile()662 String8 leaf = getPathLeaf(fullname); in write_tarfile()
109 return type.tsym.packge().fullname.toString().startsWith(filter); in inPackage()