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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 144 int[] alternatives = codes.getCodesAt(0); local
145 System.arraycopy(alternatives, 0, mInputCodes, 0,
146 Math.min(alternatives.length, MAX_PROXIMITY_CHARS_SIZE));
201 int[] alternatives = codes.getCodesAt(i); local
202 System.arraycopy(alternatives, 0, mInputCodes, i * MAX_PROXIMITY_CHARS_SIZE,
203 Math.min(alternatives.length, MAX_PROXIMITY_CHARS_SIZE));
  /external/v8/src/
ast.cc 865 return ListCaptureRegisters(alternatives());
918 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
919 for (int i = 0; i < alternatives->length(); i++) {
920 if (!alternatives->at(i)->IsAnchoredAtStart())
928 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
929 for (int i = 0; i < alternatives->length(); i++) {
930 if (!alternatives->at(i)->IsAnchoredAtEnd())
978 for (int i = 0; i < that->alternatives()->length(); i++)
    [all...]
jsregexp.cc 3707 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
5189 ZoneList<GuardedAlternative>* alternatives = node->alternatives(); local
    [all...]
jsregexp.h 1051 ZoneList<GuardedAlternative>* alternatives() { return alternatives_; } function in class:v8::internal::ChoiceNode
    [all...]
ast.h 1837 ZoneList<RegExpTree*>* alternatives() { return alternatives_; } function in class:v8::internal::RegExpDisjunction
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
VoiceInput.java 88 // alternatives.
164 Map<String, List<CharSequence>> alternatives);
454 // If we enable phrase-based alternatives, only send up the first word
638 final Map<String, List<CharSequence>> alternatives = local
650 // Only keep single-word based alternatives.
652 // Get the alternatives associated with the span.
654 // concatenate the alternatives for the word.
655 List<CharSequence> altList = alternatives.get(words[start]);
658 alternatives.put(words[start], altList);
678 mUiListener.onVoiceResults(results, alternatives);
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 514 // If all the alternatives in parens start with BOL, then so does this one
523 // Backup and remove the current disjunction's alternatives.
524 Vector<PatternAlternative*> alternatives; local
525 alternatives.append(parenthesesDisjunction->m_alternatives);
534 newDisjunction->m_alternatives.append(alternatives);
574 // skip alternatives with m_startsWithBOL set true.
715 // Fixed count of 1 could be accepted, if they have a fixed size *AND* if all alternatives are of the same length.
766 // alternatives of the main body disjunction).
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 418 // Retain the replaced word in the alternatives array.
437 * Tries to apply any voice alternatives for the word if this was a spoken word and
438 * there are voice alternatives.
446 // Search for result in spoken word alternatives
560 mWordToSuggestions.putAll(mVoiceResults.alternatives);
801 Map<String, List<CharSequence>> alternatives) {
809 mVoiceResults.alternatives = alternatives;
823 Map<String, List<CharSequence>> alternatives; field in class:VoiceProxy.VoiceResults
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 256 int alternatives = matches.size(); local
257 if (alternatives == 0) {
259 } else if (alternatives == 1) {
263 assert alternatives > 1; local
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterData.java     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 955 milliseconds