Home
last modified time | relevance | path

Searched refs:old_prefix (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc338 const std::string& old_prefix, in ApplyMapping() argument
340 if (old_prefix.empty()) { in ApplyMapping()
354 } else if (HasPrefixString(filename, old_prefix)) { in ApplyMapping()
356 if (filename.size() == old_prefix.size()) { in ApplyMapping()
365 if (filename[old_prefix.size()] == '/') { in ApplyMapping()
366 after_prefix_start = old_prefix.size() + 1; in ApplyMapping()
367 } else if (filename[old_prefix.size() - 1] == '/') { in ApplyMapping()
370 after_prefix_start = old_prefix.size(); in ApplyMapping()
/external/tensorflow/tensorflow/core/kernels/
Dscan_ops_gpu.h112 T old_prefix = running_total_; in operator() local
113 running_total_ = op_(old_prefix, block_aggregate); in operator()
114 return old_prefix; in operator()
/external/fonttools/Lib/fontTools/feaLib/
Dast.py982 def __init__(self, old_prefix, old_suffix, glyphs, replacements, argument
985 self.old_prefix, self.old_suffix = old_prefix, old_suffix
990 prefix = [p.glyphSet() for p in self.old_prefix]
1001 if len(self.old_prefix) or len(self.old_suffix):
1002 if len(self.old_prefix):
1003 res += " ".join(asFea(g) for g in self.old_prefix) + " "
Dparser.py693 old_prefix, old, lookups, values, old_suffix, hasMarks = \
731 old_prefix, old[0], old_suffix, new[0], location=location)
752 old_prefix, old_suffix,
764 old_prefix, tuple(old[0].glyphSet())[0], old_suffix,
775 old_prefix, old, old_suffix,
805 old_prefix, old_suffix, old, new, location=location)
816 old_prefix, old, old_suffix, lookups, location=location)
Dbuilder.py902 def add_reverse_chain_single_subst(self, location, old_prefix, argument
905 lookup.substitutions.append((old_prefix, old_suffix, mapping))
/external/fonttools/Tests/feaLib/
Dparser_test.py1126 self.assertEqual(glyphstr(rsub.old_prefix), "a [B b]")
1135 self.assertEqual(glyphstr(rsub.old_prefix),
1148 self.assertEqual(glyphstr(rsub.old_prefix), "A B")
1162 self.assertEqual(glyphstr(rsub.old_prefix), "BACK TRACK")