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

  /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)
  /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)
  /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/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 5440 milliseconds