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

1 2 3 4 5 6 7 8 91011>>

  /external/srec/config/en.us/grammars/
boolean.grxml 4 Boolean yes/no grammar, alternatives for yes and no can be added
  /libcore/luni/src/main/java/java/util/concurrent/
RejectedExecutionHandler.java 24 * <p>In the absence of other alternatives, the method may throw
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Choice.java 224 * an array of one or more ASN.1 type alternatives.
243 throw new IllegalArgumentException("ASN.1 choice type MUST have alternatives with distinct tags: " + getClass().getName()); // FIXME name
283 throw new IllegalArgumentException("ASN.1 choice type MUST have alternatives "
289 * Tests whether one of choice alternatives has the same identifier or not.
293 * @return - true if one of choice alternatives has the same identifier,
303 throw new ASN1Exception("Failed to decode ASN.1 choice type. No alternatives were found for " + getClass().getName());// FIXME message
  /external/v8/src/
ast.cc 693 return ListCaptureRegisters(alternatives());
746 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
747 for (int i = 0; i < alternatives->length(); i++) {
748 if (!alternatives->at(i)->IsAnchoredAtStart())
756 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
757 for (int i = 0; i < alternatives->length(); i++) {
758 if (!alternatives->at(i)->IsAnchoredAtEnd())
806 for (int i = 0; i < that->alternatives()->length(); i++)
    [all...]
  /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,
  /prebuilts/tools/common/proguard/proguard4.7/docs/
sections.html 24 <li><a target="main" href="alternatives.html">Alternatives</a></li>
main.html 91 <li><a href="alternatives.html">Alternatives</a>: other Java obfuscators,
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t018llstar.g 19 * alternatives is not LL(k) for a fixed k. However, it is
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
simplec.g 12 * alternatives is not LL(k) for a fixed k. However, it is
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.g 20 * alternatives is not LL(k) for a fixed k. However, it is
  /external/chromium/base/
safe_strerror_posix.h 14 // This file declares safe, portable alternatives to the POSIX strerror()
  /frameworks/base/docs/html/training/tv/
index.jd 51 provide alternatives for missing features or check for missing features and disable code at run time.</dd>
  /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...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 24 * alternatives is not LL(k) for a fixed k. However, it is
  /external/chromium/base/json/
string_escape.cc 17 // by the spec, but it's more readable by humans than the \uXXXX 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 */
  /frameworks/base/docs/html/training/managing-audio/
audio-output.jd 31 <p>Users have a number of alternatives when it comes to enjoying the audio from their Android
  /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
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
cpuid.h 78 nor alternatives in i386 code. */
134 nor alternatives in i386 code. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
cpuid.h 78 nor alternatives in i386 code. */
134 nor alternatives in i386 code. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
cpuid.h 87 nor alternatives in i386 code. */
143 nor alternatives in i386 code. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
cpuid.h 87 nor alternatives in i386 code. */
143 nor alternatives in i386 code. */
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
cpuid.h 78 nor alternatives in i386 code. */
134 nor alternatives in i386 code. */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 237 Decision can match input such as "<input>" using multiple alternatives:
240 Decision can match input such as "<input>" using multiple alternatives: <conflictingAlts; separator=", ">
250 The following alternatives can never be matched: <alts; separator=","><\n>
261 ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of alternatives. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
279 Decision can match input such as "<input>" using multiple alternatives:

Completed in 2644 milliseconds

1 2 3 4 5 6 7 8 91011>>