HomeSort by relevance Sort by last modified time
    Searched full:alternative (Results 826 - 850 of 3066) sorted by null

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
xmlreader.py 327 def get(self, name, alternative=None):
328 return self._attrs.get(name, alternative)
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiConfigRouting.h 40 matches the <ConfigRequest> substring. Note: Alternative
46 alternative configuration the string represents,
  /docs/source.android.com/src/security/selinux/
device-policy.jd 254 <p>The simplest alternative is to only allow the debug feature when SELinux is
258 <p>Another safe alternative is to enclose debug permissions in a
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
exceptions.py 303 """@brief Unable to decide which alternative to choose."""
335 occurs when normally parsing the alternative just like matching a token.
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 199 altpair : alternative rewrite ;
211 alternative
DefineGrammarItemsWalker.g 330 ( alternative rewrite
346 alternative
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 117 * predict which alternative will succeed. This is exactly what the
389 /** Given an input stream, return the unique alternative predicted by
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 784 /** A special case of a (...) subrule with a single alternative */
871 /** A case in a switch that jumps to an alternative given the alternative
872 * number. A DFA predicts the alternative and then a simple switch
873 * does the jump to the code that actually matches that alternative.
883 /** An alternative is just a list of elements; at outermost level */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 760 /** A special case of a (...) subrule with a single alternative */
847 /** A case in a switch that jumps to an alternative given the alternative
848 * number. A DFA predicts the alternative and then a simple switch
849 * does the jump to the code that actually matches that alternative.
859 /** An alternative is just a list of elements; at outermost level */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 935 /** A special case of a (...) subrule with a single alternative */
1003 /** A case in a switch that jumps to an alternative given the alternative
1004 * number. A DFA predicts the alternative and then a simple switch
1005 * does the jump to the code that actually matches that alternative.
1013 /** An alternative is just a list of elements; at outermost level */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
MullerSolver.java 290 * Because the interval may not be bracketing, bisection alternative is
322 * Because the interval may not be bracketing, bisection alternative is
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 256 // allOf leads to one matcher for each alternative in the first
257 // matcher combined with each alternative in the second matcher.
  /external/e2fsprogs/e2fsck/
e2fsck.8.in 100 Instead of using the normal superblock, use an alternative superblock
120 If an alternative superblock is specified and
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
IntMath.java 425 // The alternative (x + y) / 2 fails for large values.
426 // The alternative (x + y) >>> 1 fails for negative values.
LongMath.java 310 // The alternative (x + y) / 2 fails for large values.
311 // The alternative (x + y) >>> 1 fails for negative values.
  /external/icu/icu4c/source/common/unicode/
uchriter.h 149 * to the second code unit. This is an alternative to setToStart()
170 * to the second code point. This is an alternative to setToStart()
  /external/icu/icu4c/source/i18n/unicode/
selfmt.h 229 * @param keyword The keyword that is used to select an alternative.
283 * @param obj A keyword string that is used to select an alternative.
  /external/libvterm/src/
pen.c 311 case 38: // Foreground colour alternative palette
332 case 48: // Background colour alternative palette
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 408 // Found pattern, but did not generate alternative sequence.
439 // Cleanup instructions of the alternative code sequence. There is no
  /external/llvm/test/CodeGen/X86/
inline-asm-fpstack.ll 100 ; A valid alternative would be to remat the constant pool load before each
119 ; A valid alternative would be to remat the constant pool load before each
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
stress2.c 455 output("Alternative clock won't be tested\n");
525 /* Set the alternative clock, if supported */
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress.c 455 output("Alternative clock won't be tested\n");
525 /* Set the alternative clock, if supported */
stress2.c 455 output("Alternative clock won't be tested\n");
525 /* Set the alternative clock, if supported */
  /external/proguard/src/proguard/retrace/
ReTrace.java 408 // Append the alternative name.
487 // Append the alternative name.

Completed in 1346 milliseconds

<<31323334353637383940>>