/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLR.g | 639 ( a1=alternative r1=rewrite 643 ( ( OR a2=alternative r2=rewrite 673 a=alternative r=rewrite 679 ( OR a=alternative r=rewrite 688 -> ^($block optionsSpec? ruleActions? ACTION? alternative+ EOB[$rp,"<end-of-block>"]) 693 alternative
|
AssignTokenTypesWalker.g | 331 ( alternative rewrite )+ 336 alternative
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFAState.java | 90 * predicting a unique alternative can be made. Recall that an 91 * accept state is one in which a unique alternative is predicted. 469 /** When more than one alternative can match the same input, the first 470 * alternative is chosen to resolve the conflict. The other alts 477 * the alternative is totally unreachable, it just means that for this 512 * of the alternative numbers that conflict. Two contexts conflict if
|
/external/pcre/dist/doc/html/ |
pcrepartial.html | 56 or not a partial match is preferred to an alternative complete match, though 147 matches the second alternative.) 465 alternative is found at offset 3. There is no partial match for the second 466 alternative, because such a match does not start at the same point in the 469 are remembered. The problem arises because the start of the second alternative 470 matches within the first alternative. There is no problem with anchored
|
/frameworks/base/docs/html/training/articles/ |
security-ssl.jd | 234 Many web sites describe a poor alternative solution which is to install a 359 configured with a certificate that does not have a subject or subject alternative name fields 364 that supports <em>*.google.com</em> but also subject alternative names for <em>*.youtube.com</em>, 381 if you need to support Android 2.2 (and older) or Apache HTTP Client is to set up an alternative 384 <p>The more drastic alternative is to replace {@link javax.net.ssl.HostnameVerifier} 421 not under your control and you should find an alternative hosting arrangement
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
DFA.cs | 77 * From the input stream, predict what alternative will succeed 79 * to the underlying CFL). Return an alternative number 1..n. Throw
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
DFA.cs | 90 * From the input stream, predict what alternative will succeed 92 * to the underlying CFL). Return an alternative number 1..n. Throw
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 526 /** A special case of a (...) subrule with a single alternative */ 591 /** A case in a switch that jumps to an alternative given the alternative 592 * number. A DFA predicts the alternative and then a simple switch 593 * does the jump to the code that actually matches that alternative. 602 /** An alternative is just a list of elements; at outermost level */ 833 * for the bypass alternative. It delays error detection but this 862 /** An accept state indicates a unique alternative has been predicted */ [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
CPP.stg | 597 /** A special case of a (...) subrule with a single alternative */ 663 /** A case in a switch that jumps to an alternative given the alternative 664 * number. A DFA predicts the alternative and then a simple switch 665 * does the jump to the code that actually matches that alternative. 674 /** An alternative is just a list of elements; at outermost level */ 900 * for the bypass alternative. It delays error detection but this 930 /** An accept state indicates a unique alternative has been predicted */ [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Java.stg | 581 /** A special case of a (...) subrule with a single alternative */ 648 /** A case in a switch that jumps to an alternative given the alternative 649 * number. A DFA predicts the alternative and then a simple switch 650 * does the jump to the code that actually matches that alternative. 659 /** An alternative is just a list of elements; at outermost level */ 909 * for the bypass alternative. It delays error detection but this 938 /** An accept state indicates a unique alternative has been predicted */ [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
JavaScript.stg | 535 /** A special case of a (...) subrule with a single alternative */ 603 /** A case in a switch that jumps to an alternative given the alternative 604 * number. A DFA predicts the alternative and then a simple switch 605 * does the jump to the code that actually matches that alternative. 614 /** An alternative is just a list of elements; at outermost level */ 844 * for the bypass alternative. It delays error detection but this 873 /** An accept state indicates a unique alternative has been predicted */ [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
Perl5.stg | 556 /** A special case of a (...) subrule with a single alternative */ 623 /** A case in a switch that jumps to an alternative given the alternative 624 * number. A DFA predicts the alternative and then a simple switch 625 * does the jump to the code that actually matches that alternative. 634 /** An alternative is just a list of elements; at outermost level */ 873 * for the bypass alternative. It delays error detection but this 902 /** An accept state indicates a unique alternative has been predicted */ [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 661 /** A special case of a (...) subrule with a single alternative */ 734 /** A case in a switch that jumps to an alternative given the alternative 735 * number. A DFA predicts the alternative and then a simple switch 736 * does the jump to the code that actually matches that alternative. 744 /** An alternative is just a list of elements; at outermost level */ 992 * for the bypass alternative. It delays error detection but this 1021 /** An accept state indicates a unique alternative has been predicted */ [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 562 /** A special case of a (...) subrule with a single alternative */ 629 /** A case in a switch that jumps to an alternative given the alternative 630 * number. A DFA predicts the alternative and then a simple switch 631 * does the jump to the code that actually matches that alternative. 639 /** An alternative is just a list of elements; at outermost level */ 902 * for the bypass alternative. It delays error detection but this 931 /** An accept state indicates a unique alternative has been predicted */ [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
TTest.java | 77 * differences is 0 in favor of the two-sided alternative that the mean paired 108 * <code>sample2</code> is 0 in favor of the two-sided alternative that the 323 * <code>mu</code> in favor of the two-sided alternative that the mean 389 * <code>mu</code> in favor of the two-sided alternative that the mean 459 * equal in favor of the two-sided alternative that they are different. 500 * equal in favor of the two-sided alternative that they are different. 646 * equal in favor of the two-sided alternative that they are different. 686 * equal in favor of the two-sided alternative that they are different. [all...] |
TTestImpl.java | 101 * differences is 0 in favor of the two-sided alternative that the mean paired 138 * <code>sample2</code> is 0 in favor of the two-sided alternative that the 390 * <code>mu</code> in favor of the two-sided alternative that the mean 465 * <code>mu</code> in favor of the two-sided alternative that the mean 542 * equal in favor of the two-sided alternative that they are different. 590 * equal in favor of the two-sided alternative that they are different. [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509Extensions.java | 48 * Subject Alternative Name 54 * Issuer Alternative Name
|
/external/clang/lib/ASTMatchers/ |
ASTMatchersInternal.cpp | 255 // allOf leads to one matcher for each alternative in the first 256 // matcher combined with each alternative in the second matcher.
|
/external/google-breakpad/src/processor/ |
cfi_frame_info.h | 220 // an alternative name for the stack pointer, and ".ra" as an 221 // alternative name for the instruction pointer.
|
/external/guava/guava/src/com/google/common/base/ |
Optional.java | 44 * <li>As a method return type, as an alternative to returning {@code null} to indicate 54 * <p>A common alternative to using this class is to find or create a suitable
|
/external/icu/icu4c/source/common/unicode/ |
uobject.h | 196 * assignment operators of their own. An alternative to not declaring one 279 * assignment operators of their own. An alternative to not declaring one
|
/external/libnfc-nci/src/nfc/include/ |
ndef_utils.h | 73 #define AC_REC_TYPE_LEN 2 /* Alternative Carrier Record Type */ 428 ** Description This function adds Alternative Carrier Record.
|
/external/libnfc-nci/src/nfc/ndef/ |
ndef_cho_utils.c | 55 /* Alternative Carrier Record Type */ 159 ** Description This function adds Alternative Carrier Record.
|
/external/llvm/test/CodeGen/SystemZ/ |
int-cmp-15.ll | 41 ; ...and an alternative form. 65 ; ...and an alternative form.
|
/external/ltrace/ |
TODO | 171 and "alternative". Both have 10 bits of mantissa and 5 bits of 173 IEEE format, we get NaN's and infinities; in alternative
|