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

  /external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.h 37 virtual void setAlternatesDirection(bool alternates);
web_animation_impl.cc 85 void WebAnimationImpl::setAlternatesDirection(bool alternates) {
86 animation_->set_alternates_direction(alternates);
  /external/chromium_org/cc/animation/
animation.h 86 void set_alternates_direction(bool alternates) {
87 alternates_direction_ = alternates;
  /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 127 alternates = ['.cc', '.cpp']
128 for alt_extension in alternates:
  /external/icu4c/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 171 // Now make a final pass through ScriptSetSet to remove alternates that came before singles.
174 // We also compute any commonalities among the alternates.
242 // Plus 1 if there is some commonality among the alternates (eg [Arab Thaa]; [Arab Syrc])
243 // Plus number of alternates otherwise (this only works because we only test cardinality up to 2.)
292 UnicodeString &IdentifierInfo::displayAlternates(UnicodeString &dest, const UHashtable *alternates, UErrorCode &status) {
298 const UHashElement *el = uhash_nextElement(alternates, &pos);
  /external/harfbuzz/src/
harfbuzz-gsub.h 53 gives the number of alternates in the `alternates' array. `data'
56 index into the `alternates' array. */
61 HB_UShort* alternates,
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub.h 53 gives the number of alternates in the `alternates' array. `data'
56 index into the `alternates' array. */
61 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/icu4c/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/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 710 milliseconds