| /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
| stress1.c | 412 output("Alternative clock won't be tested\n"); 429 /* Cannot mmap a file, we use an alternative method */ 549 /* Set the alternative clock, if supported */
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| README-Windows.txt | 82 needed) for it. Alternative, you can copy files from 168 With the alternative mechanism for selecting the interface, this 249 program that is alternative build of wpa_supplicant.exe. Most of the
|
| /frameworks/base/wifi/java/android/net/wifi/aware/ |
| DiscoverySession.java | 263 * OOB (out-of-band) mechanism then use the alternative 315 * OOB (out-of-band) mechanism then use the alternative 374 * OOB (out-of-band) mechanism then use the alternative
|
| WifiAwareSession.java | 195 * when using Aware discovery use the alternative network specifier method - 237 * when using Aware discovery use the alternative network specifier method - 283 * when using Aware discovery use the alternative network specifier method -
|
| /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/v8/src/regexp/ |
| jsregexp.cc | 758 // fails to find a match and needs to try an alternative. 2880 GuardedAlternative alternative = alternatives_->at(i); local 2890 GuardedAlternative alternative = alternatives_->at(i); local 3940 GuardedAlternative alternative = alternatives_->at(i); local 4162 GuardedAlternative alternative = alternatives_->at(i); local 5236 RegExpTree* alternative = alternatives->at(i); local 5245 RegExpTree* alternative = alternatives->at(i); local 5284 RegExpTree* alternative = alternatives->at(i); local 5370 RegExpTree* alternative = alternatives->at(i); local [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
| msg_16.txt | 101 X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98e
102 X-Converted-To-Plain-Text: Alternative section used was text/plain
|
| /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/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 | 198 * assignment operators of their own. An alternative to not declaring one 281 * assignment operators of their own. An alternative to not declaring one
|
| /external/llvm/test/CodeGen/SystemZ/ |
| int-cmp-15.ll | 41 ; ...and an alternative form. 65 ; ...and an alternative form.
|