Searched defs:fullname (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font.py48 fullname = None variable in class:FontInfo
158 font.fullname = namerecord.text.strip()
180 namerecord.text = font.fullname
184 """ Compute the new font family name and font fullname. If the font has a
186 font fullname is then created by joining the new family name and the
196 font.fullname = new_family
198 font.fullname = new_family + ' ' + font.style
204 """ According to the specification, the font fullname should not end in
H A Dbuild_font_single.py46 fullname = None variable in class:FontInfo
142 font.fullname = namerecord.text.strip()
164 namerecord.text = font.fullname
168 """ Compute the new font family name and font fullname. If the font has a
170 font fullname is then created by joining the new family name and the
180 font.fullname = new_family
182 font.fullname = new_family + ' ' + font.style
188 """ According to the specification, the font fullname should not end in
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp528 String8 fullname; // for pax later on local
615 fullname = prefix;
616 fullname.appendPath(relpath);
621 // We only use the prefix area if fullname won't fit in the path
622 if (fullname.length() > 100) {
626 strncpy(buf, fullname.string(), 100);
632 ALOGI(" Name: %s", fullname.string());
648 // fullname was generated above with the ustar paths
650 "path", fullname.string());
657 String8 leaf = fullname
[all...]

Completed in 174 milliseconds