/external/antlr/antlr-3.4/runtime/Python/tests/ |
t018llstar.g | 20 * alternatives is not LL(k) for a fixed k. However, it is
|
/external/libchrome/base/posix/ |
safe_strerror.h | 19 // This file declares safe, portable alternatives to the POSIX strerror()
|
/external/python/cpython2/Doc/extending/ |
index.rst | 28 alternatives. Refer to the `binary extensions section
|
/external/python/cpython2/Doc/library/ |
tk.rst | 31 alternatives, see the :ref:`other-gui-packages` section.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
btm_matcher.py | 56 #alternatives
57 #print("alternatives")
60 #add all alternatives, and add the rest of the pattern
|
/external/deqp/framework/opengl/ |
gluShaderLibrary.hpp | 101 std::vector<std::string> alternatives; // One or more extensions, at least one (but not all) must be supported member in struct:glu::sl::RequiredExtension 106 : alternatives (alternatives_) 115 alternatives.push_back(extension);
|
/external/python/cpython2/Lib/lib2to3/ |
btm_matcher.py | 56 #alternatives 57 #print("alternatives") 60 #add all alternatives, and add the rest of the pattern
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
btm_matcher.py | 56 #alternatives 57 #print("alternatives") 60 #add all alternatives, and add the rest of the pattern
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
btm_matcher.py | 56 #alternatives 57 #print("alternatives") 60 #add all alternatives, and add the rest of the pattern
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_matcher.py | 56 #alternatives 57 #print("alternatives") 60 #add all alternatives, and add the rest of the pattern
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_matcher.py | 56 #alternatives 57 #print("alternatives") 60 #add all alternatives, and add the rest of the pattern
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
AppChooserActivity.java | 105 // 1. Failed component and no alternatives: just an OK box 106 // 2. Failed component and alternatives: pick alternative 107 // 3. No failed component and alternatives: pick alternative
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintFix.java | 200 List<LintFix> alternatives = fix.getAllFixes(); local 201 if (alternatives != null) { 202 return alternatives;
|
/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/clang/test/SemaCXX/ |
warn-unused-value.cpp | 99 // since it is idiomatic code, and the alternatives induce higher maintenance
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_FTP_FILEMETHOD.3 | 39 The argument should be one of the following alternatives:
|
/external/curl/scripts/ |
contributors.sh | 42 # filter alternatives through THANKS-filter
|
/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/core/java/android/app/ |
ActivityManagerNative.java | 23 * @deprecated will be removed soon. See individual methods for alternatives.
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
RejectedExecutionHandler.java | 53 * <p>In the absence of other alternatives, the method may throw
|
/build/soong/cc/ |
check.go | 27 // Check for invalid c/conly/cpp/asflags and suggest alternatives. Only use this 60 // Check for bad ldflags and suggest alternatives. Only use this for flags
|
/external/proguard/docs/ |
main.html | 96 <li><a href="alternatives.html">Alternatives</a>: other Java obfuscators,
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
main.html | 91 <li><a href="alternatives.html">Alternatives</a>: other Java obfuscators,
|
/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:
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
CHANGES_SUMMARY.txt | 231 alternative or to all alternatives ?
263 It can be difficult to determine which alternatives are causing
277 information is not sufficient to locate the alternatives within
284 causes antlr to list on stdout any alternatives which require the
286 for those alternatives.
343 alternatives have identical lookahead. For example:
369 alternatives with identical predicates in both alternatives.
410 alternatives with common lookahead.
474 two alternatives it attempts to resolve the ambiguity by searching [all...] |