Searched refs:alternates (Results 1 - 14 of 14) sorted by relevance

/external/v8/
H A D.ycm_extra_conf.py106 alternates = ['.cc', '.cpp']
107 for alt_extension in alternates:
114 for alt_extension in alternates:
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py337 alternates = {}
344 alternates[input[i]] = alts[i].Alternate
347 self.alternates = alternates
352 alternates = getattr(self, "alternates", None)
353 if alternates is None:
354 alternates = self.alternates = {}
355 items = list(alternates
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotTables.py337 alternates = {}
344 alternates[input[i]] = alts[i].Alternate
347 self.alternates = alternates
352 alternates = getattr(self, "alternates", None)
353 if alternates is None:
354 alternates = self.alternates = {}
355 items = list(alternates
[all...]
/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_imports.py61 def alternates(members): function
67 bare_names = alternates(mapping.keys())
H A Dfix_renames.py17 def alternates(members): function
39 #yield """bare_name=%s""" % alternates(bare)
H A Dfix_urllib.py8 from lib2to3.fixes.fix_imports import alternates, FixImports
54 members = alternates(members)
/external/python/cpython3/Lib/lib2to3/fixes/
H A Dfix_imports.py61 def alternates(members): function
67 bare_names = alternates(mapping.keys())
H A Dfix_renames.py17 def alternates(members): function
39 #yield """bare_name=%s""" % alternates(bare)
H A Dfix_urllib.py8 from lib2to3.fixes.fix_imports import alternates, FixImports
53 members = alternates(members)
/external/python/cpython2/Lib/idlelib/
H A DColorDelegator.py10 def any(name, alternates):
11 "Return a named group pattern matching list of alternates."
12 return "(?P<%s>" % name + "|".join(alternates) + ")"
/external/python/cpython3/Lib/idlelib/
H A Dcolorizer.py11 def any(name, alternates):
12 "Return a named group pattern matching list of alternates."
13 return "(?P<%s>" % name + "|".join(alternates) + ")"
/external/fonttools/Lib/fontTools/
H A Dsubset.py133 _set_update(s.glyphs, *(vlist for g,vlist in self.alternates.items()
138 self.alternates = dict((g,vlist)
139 for g,vlist in self.alternates.items()
142 return bool(self.alternates)
/external/fonttools/Tools/fontTools/
H A Dsubset.py133 _set_update(s.glyphs, *(vlist for g,vlist in self.alternates.items()
138 self.alternates = dict((g,vlist)
139 for g,vlist in self.alternates.items()
142 return bool(self.alternates)
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 208 milliseconds