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

  /external/v8/src/
ast.cc 232 return ListCaptureRegisters(alternatives());
269 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
270 for (int i = 0; i < alternatives->length(); i++) {
271 if (!alternatives->at(i)->IsAnchored())
314 for (int i = 0; i < that->alternatives()->length(); i++) {
316 that->alternatives()->at(i)->Accept(this, data);
459 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives)
460 : alternatives_(alternatives) {
461 ASSERT(alternatives->length() > 1)
    [all...]
ast.h 1515 ZoneList<RegExpTree*>* alternatives() { return alternatives_; } function in class:v8::internal::RegExpDisjunction
    [all...]
jsregexp.h 1005 ZoneList<GuardedAlternative>* alternatives() { return alternatives_; } function in class:v8::internal::ChoiceNode
    [all...]
jsregexp.cc 3543 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
5045 ZoneList<GuardedAlternative>* alternatives = node->alternatives(); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 164 int[] alternatives = codes.getCodesAt(0); local
165 System.arraycopy(alternatives, 0, mInputCodes, 0,
166 Math.min(alternatives.length, MAX_ALTERNATIVES));
195 int[] alternatives = codes.getCodesAt(i); local
196 System.arraycopy(alternatives, 0, mInputCodes, i * MAX_ALTERNATIVES,
197 Math.min(alternatives.length, MAX_ALTERNATIVES));
LatinIME.java 216 // Keep track of the last selection range to decide if we need to show word alternatives
259 Map<String, List<CharSequence>> alternatives; field in class:LatinIME.VoiceResults
2056 WordAlternatives alternatives = null; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInput.java 85 // alternatives.
153 Map<String, List<CharSequence>> alternatives);
432 // If we enable phrase-based alternatives, only send up the first word
597 final Map<String, List<CharSequence>> alternatives = local
609 // Only keep single-word based alternatives.
611 // Get the alternatives associated with the span.
613 // concatenate the alternatives for the word.
614 List<CharSequence> altList = alternatives.get(words[start]);
617 alternatives.put(words[start], altList);
637 mUiListener.onVoiceResults(results, alternatives);
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 255 milliseconds