HomeSort by relevance Sort by last modified time
    Searched full:alternatives (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/srec/config/en.us/grammars/
boolean.grxml 4 Boolean yes/no grammar, alternatives for yes and no can be added
  /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...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
RejectedExecutionHandler.java 24 * <p>In the absence of other alternatives, the method may throw
  /external/proguard/docs/
sections.html 24 <li><a target="main" href="alternatives.html">Alternatives</a></li>
main.html 82 <li><a href="alternatives.html">Alternatives</a>: other Java obfuscators,
testimonials.html 62 ProGuard rules. Much easier to use than the commercial alternatives.
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1Set.java 42 // + " MUST have alternatives with distinct tags");
ASN1Choice.java 226 * an array of one or more ASN.1 type alternatives.
300 * Tests whether one of choice alternatives has the same identifier or not.
304 * @return - true if one of choice alternatives has the same identifier,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 86 int[] alternatives = codes.getCodesAt(i); local
87 System.arraycopy(alternatives, 0, mInputCodes, i * MAX_ALTERNATIVES,
88 Math.min(alternatives.length, MAX_ALTERNATIVES));
  /external/svox/pico/lib/
picotrns.c 149 picokfst_state_t altState; /**< state of alternatives search;
154 - 4 = no more alternatives */
323 /* start search for alternatives using input symbol */
372 case 4: /* no more alternatives */
380 /* Transfers current alternatives path stored in 'altDesc' with current path length 'pathLen'
415 "initialize alternatives in first position";
424 "initialize alternatives in that position";
518 /* initialize alternatives in new position */
525 /* do not go on due to limited path but still treat alternatives in current position */
  /external/kernel-headers/original/asm-x86/
alternative_32.h 112 * SMP alternatives use the same data structures as the other
113 * alternatives and the X86_FEATURE_UP flag to indicate the case of a
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInput.java 129 Map<String, List<CharSequence>> alternatives);
568 final Map<String, List<CharSequence>> alternatives = local
577 alternatives.put(words[0][key], new ArrayList<CharSequence>());
583 List<CharSequence> altList = alternatives.get(words[0][key]);
595 mUiListener.onVoiceResults(results, alternatives);
  /external/openssl/crypto/des/
options.txt 3 RISC1 and RISC2 are 2 alternatives for the inner loop and
  /external/webkit/WebCore/editing/
ModifySelectionListLevel.cpp 161 // inconsistent wrt style. If that is not OK, here are some alternatives:
167 // somehow indicating that it is not new? If so, here are some alternatives:
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.cpp 430 // Erk, really should poison out these alternatives early. :-/
457 // Erk, really should poison out these alternatives early. :-/
    [all...]
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 63 * You can create and inject alternatives to either of these by calling
67 * number of alternatives for Context, including {link android.test.mock.MockContext MockContext},
ApplicationTestCase.java 57 * number of alternatives for Context, including {@link android.test.mock.MockContext MockContext},
  /development/pdk/
README 10 sudo update-java-alternatives -s java-1.5.0-sun
  /external/bison/lib/
verify.h 91 Which of the following alternatives can be used?
  /external/e2fsprogs/misc/
e2image.8.in 88 alternatives have failed. If the filesystem has changed since the image
  /external/ppp/pppd/include/net/
if_ppp.h 137 /* PPPIOC[GS]MTU are alternatives to SIOC[GS]IFMTU, used under Ultrix */
  /external/proguard/src/proguard/classfile/instruction/
SimpleInstruction.java 140 // any alternatives.
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_i.h 108 /* Linked list of address alternatives (rotate through on failure) */
  /external/bluetooth/glib/docs/reference/glib/
regex-syntax.sgml 43 alternatives and repetitions in the pattern. These are encoded in the
919 If all the alternatives of a pattern begin with \G, the expression is
939 of alternatives are involved, but it should be the first thing in each
941 branch. If all possible alternatives start with a circumflex, that is,
951 be the last character of the pattern if a number of alternatives are
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
h324utils.cpp 1355 Oscl_Vector<unsigned, OsclMemAllocator>* alternatives = (*iter++).second; local
    [all...]

Completed in 268 milliseconds

1 2 3 4 5 6 7 8