Home
last modified time | relevance | path

Searched refs:old_suffix (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/tools/compatibility/
Dast_edits.py677 old_suffix = pasta.base.formatting.get(node, "suffix")
678 if old_suffix is None:
679 old_suffix = os.linesep
680 if os.linesep not in old_suffix:
682 six.ensure_str(old_suffix) + os.linesep)
/external/fonttools/Lib/fontTools/feaLib/
Dast.py1368 def __init__(self, old_prefix, old_suffix, glyphs, replacements, location=None): argument
1370 self.old_prefix, self.old_suffix = old_prefix, old_suffix
1376 suffix = [s.glyphSet() for s in self.old_suffix]
1387 if len(self.old_prefix) or len(self.old_suffix):
1391 if len(self.old_suffix):
1392 res += " " + " ".join(asFea(g) for g in self.old_suffix)
Dparser.py802 old_suffix,
841 old_prefix, old[0], old_suffix, new[0], location=location
868 old, new, old_prefix, old_suffix, forceChain=hasMarks, location=location
886 old_suffix,
904 old_suffix,
941 old_prefix, old_suffix, old, new, location=location
957 old_prefix, old, old_suffix, lookups, location=location
Dbuilder.py1253 def add_reverse_chain_single_subst(self, location, old_prefix, old_suffix, mapping): argument
1255 lookup.rules.append((old_prefix, old_suffix, mapping))
/external/python/parse_type/tasks/_vendor/
Dpathlib.py792 old_suffix = self.suffix
793 if not old_suffix:
796 name = name[:-len(old_suffix)] + suffix
/external/python/cpython3/Lib/
Dpathlib.py893 old_suffix = self.suffix
894 if not old_suffix:
897 name = name[:-len(old_suffix)] + suffix
/external/fonttools/Tests/feaLib/
Dparser_test.py1209 self.assertEqual(glyphstr(rsub.old_suffix), "d [E e]")
1219 self.assertEqual(glyphstr(rsub.old_suffix), "cid00005")
1229 self.assertEqual(glyphstr(rsub.old_suffix), "C [D d]")
1243 self.assertEqual(glyphstr(rsub.old_suffix), "LOOK AHEAD")