HomeSort by relevance Sort by last modified time
    Searched refs:alternates (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/content/renderer/compositor_bindings/
web_animation_impl.h 45 virtual void setAlternatesDirection(bool alternates);
web_animation_impl.cc 146 void WebAnimationImpl::setAlternatesDirection(bool alternates) {
147 if (alternates)
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 337 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.items()
    [all...]
  /external/icu/icu4c/source/i18n/
identifier_info.h 36 * <li>call getCommonAmongAlternates to find out if any scripts are common to all the alternates.
133 * Find out which scripts are in common among the alternates.
135 * @return the set of scripts that are in common among the alternates.
165 * Produce a readable string of alternates.
167 * @param alternates a UHashtable of UScriptSets.
172 static UnicodeString &displayAlternates(UnicodeString &dest, const UHashtable *alternates, UErrorCode &status);
identifier_info.cpp 166 // Now make a final pass through ScriptSetSet to remove alternates that came before singles.
169 // We also compute any commonalities among the alternates.
237 // Plus 1 if there is some commonality among the alternates (eg [Arab Thaa]; [Arab Syrc])
238 // Plus number of alternates otherwise (this only works because we only test cardinality up to 2.)
287 UnicodeString &IdentifierInfo::displayAlternates(UnicodeString &dest, const UHashtable *alternates, UErrorCode &status) {
293 const UHashElement *el = uhash_nextElement(alternates, &pos);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports.py 61 def alternates(members): function
67 bare_names = alternates(mapping.keys())
fix_renames.py 17 def alternates(members): function
39 #yield """bare_name=%s""" % alternates(bare)
fix_urllib.py 8 from lib2to3.fixes.fix_imports import alternates, FixImports
54 members = alternates(members)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports.py 61 def alternates(members): function
67 bare_names = alternates(mapping.keys())
fix_renames.py 17 def alternates(members): function
39 #yield """bare_name=%s""" % alternates(bare)
fix_urllib.py 8 from lib2to3.fixes.fix_imports import alternates, FixImports
54 members = alternates(members)
  /external/chromium_org/tools/vim/
chromium.ycm_extra_conf.py 136 alternates = ['.cc', '.cpp']
137 for alt_extension in alternates:
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gsub.h 49 gives the number of alternates in the `alternates' array. `data'
52 index into the `alternates' array. */
57 HB_UShort* alternates,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py 11 def any(name, alternates):
12 "Return a named group pattern matching list of alternates."
13 return "(?P<%s>" % name + "|".join(alternates) + ")"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py 11 def any(name, alternates):
12 "Return a named group pattern matching list of alternates."
13 return "(?P<%s>" % name + "|".join(alternates) + ")"
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 475 UHashtable *alternates = uhash_open(uhash_hashScriptSet ,uhash_compareScriptSet, NULL, &status); local
476 uhash_puti(alternates, &bitset12, 1, &status);
477 uhash_puti(alternates, &bitset2, 1, &status);
479 IdentifierInfo::displayAlternates(alternatesString, alternates, status);
490 uhash_close(alternates);
  /external/chromium_org/ui/keyboard/resources/elements/
kb-altkey-data.js 32 * even if empty. Used when constructing a set of alternates for keys
  /external/fonttools/Lib/fontTools/
subset.py 133 _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)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 976 milliseconds