/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,
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_animation_impl.h | 37 virtual void setAlternatesDirection(bool alternates);
|
web_animation_impl.cc | 93 void WebAnimationImpl::setAlternatesDirection(bool alternates) { 94 animation_->set_alternates_direction(alternates);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_renames.py | 17 def alternates(members): function 39 #yield """bare_name=%s""" % alternates(bare)
|
fix_imports.py | 61 def alternates(members): function 67 bare_names = alternates(mapping.keys())
|
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_renames.py | 17 def alternates(members): function 39 #yield """bare_name=%s""" % alternates(bare)
|
fix_imports.py | 61 def alternates(members): function 67 bare_names = alternates(mapping.keys())
|
fix_urllib.py | 8 from lib2to3.fixes.fix_imports import alternates, FixImports 54 members = alternates(members)
|
/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);
|
/frameworks/base/core/java/android/speech/ |
RecognizerResultsIntent.java | 65 * recognition alternates from voice search, in order from highest to lowest confidence. 72 * to use, if available, for the recognition alternates provided in 84 * use, if available, for the recognition alternates provided in
|
/external/chromium_org/cc/animation/ |
animation.h | 84 void set_alternates_direction(bool alternates) { 85 alternates_direction_ = alternates;
|
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/ |
EmailPolicy.java | 196 // Bundle alternates = new Bundle(); 197 // alternates.putBoolean(USE_ALTERNATE_EXCHANGE_STRINGS, true); 198 // return 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/chromium_org/ui/keyboard/resources/elements/ |
kb-altkey-data.html | 36 * even if empty. Used when constructing a set of alternates for keys
|
/external/chromium_org/tools/vim/ |
chromium.ycm_extra_conf.py | 127 alternates = ['.cc', '.cpp'] 128 for alt_extension in alternates:
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTest_playStates.cpp | 212 fprintf(stdout, "Plays a sound and alternates the muting of the channels (for 5s).\n"); 213 fprintf(stdout, " and then alternates the solo\'ing of the channels (for 5s).\n");
|
/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);
|
/packages/apps/Settings/tests/src/com/android/settings/tests/ |
BluetoothRequestPermissionTest.java | 39 // Discoverable button alternates between 20 second timeout and no timeout.
|
/system/vold/ |
cryptfs.h | 102 * This is a 4K structure. There are 2 copies, and the code alternates
|
/frameworks/wilhelm/tests/listening/ |
slesTest_playMuteSolo.cpp | 383 fprintf(stdout, "Plays a sound and alternates the muting of the channels (for 5s).\n"); 384 fprintf(stdout, " and then alternates the solo\'ing of the channels (for 5s).\n");
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
FusionDictionary.java | [all...] |