HomeSort by relevance Sort by last modified time
    Searched refs:decision (Results 26 - 50 of 113) sorted by null

12 3 4 5

  /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=", ">
246 the decision cannot distinguish between alternative(s) <danglingAlts; separator=","> for input such as "<input>"
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.
265 Alternative <alt>: after matching input such as <input> decision cannot predict what comes next due to recursion overflow <targetRules,callSiteStates:{t,c|to <t> from <c:{s|<s.enclosingRule.name>};separator=", ">}; separator=" and ">
279 Decision can match input such as "<input>" using multiple alternatives:
292 [fatal] rule <ruleName> has non-LL(*) decision due to recursive rule invocations reachable from alts <alts; separator=",">. Resolve by left-factoring or using syntactic predicates or using backtrack=true option.
  /external/wpa_supplicant_8/src/eap_peer/
eap_psk.c 111 ret->decision = DECISION_FAIL;
212 ret->decision = DECISION_FAIL;
244 ret->decision = DECISION_FAIL;
252 ret->decision = DECISION_FAIL;
279 ret->decision = DECISION_FAIL;
363 ret->decision = failed ? DECISION_FAIL : DECISION_UNCOND_SUCC;
388 ret->decision = DECISION_FAIL;
eap_gtc.c 95 ret->decision = DECISION_COND_SUCC;
eap_mschapv2.c 289 ret->decision = DECISION_FAIL;
362 ret->decision = DECISION_FAIL;
389 ret->decision = DECISION_UNCOND_SUCC;
526 ret->decision = DECISION_COND_SUCC;
666 ret->decision = DECISION_FAIL;
eap_fast.c 462 ret->decision = DECISION_FAIL;
472 iret.decision == DECISION_FAIL)) {
474 ret->decision = DECISION_FAIL;
477 (iret.decision == DECISION_UNCOND_SUCC ||
478 iret.decision == DECISION_COND_SUCC)) {
797 ret->decision = DECISION_FAIL;
1052 ret->decision = DECISION_FAIL;
1058 ret->decision = DECISION_COND_SUCC;
1074 ret->decision = DECISION_COND_SUCC;
    [all...]
eap_ikev2.c 199 ret->decision = DECISION_FAIL;
218 ret->decision = DECISION_COND_SUCC;
229 ret->decision = DECISION_FAIL;
eap_leap.c 252 ret->decision = DECISION_FAIL;
256 ret->decision = DECISION_UNCOND_SUCC;
303 ret->decision = DECISION_FAIL;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 47 ANTLR implements most of its decision logic directly using code branching
49 generate a special DFA class definition to implement a decision.
108 attr_reader :decision, :eot, :eof, :min, :max,
149 @decision_number = decision_number || self.class.decision
228 | decision: #@decision_number
292 | decision: #@decision_number
error.rb 53 and the decision path the recognizer is currently attempting
59 the input to the point at which it started the decision
60 and then either try another possible decision path or
624 def NoViableAlternative( description, decision, state, input = @input )
625 NoViableAlternative.new( description, decision, state, input )
628 def EarlyExit( decision, input = @input )
629 EarlyExit.new( decision, input )
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 626 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
635 <@decision><decision><@end>
643 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
648 <@decision><decision><@end>
653 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
662 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
671 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
686 <@decisionBody><decision><@end
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
denoising.c 511 enum vp8_denoiser_decision decision = FILTER_BLOCK; local
615 decision = COPY_BLOCK;
617 if (decision == FILTER_BLOCK)
627 decision = vp8_denoiser_filter(mc_running_avg_y, mc_avg_y_stride,
636 decision == FILTER_BLOCK) {
660 if (decision == COPY_BLOCK)
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCharDFAConversion.java 219 // with the enter/exit decision
510 int decision,
524 DFA dfa = g.getLookaheadDFA(decision);
525 assertNotNull("unknown decision #"+decision, dfa);
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 15 // make a decision about what to do: either go back or continue on.
130 enum Decision {
146 // Record a user decision or interaction to the appropriate UMA histogram.
147 void RecordUserDecision(Decision decision);
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 136 } decision; member in struct:eap_sm
  /build/core/
executable_prefer_symlink.mk 16 # base our decision on whether the target prefers one or the
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 491 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
496 <decision>
506 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
511 <decision>
518 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
527 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
536 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
545 <decision>
563 closureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
571 <decision>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 561 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,
567 <decision>
577 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
582 <decision>
589 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
598 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
607 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
615 <decision>
635 closureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
642 <decision>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 546 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
551 <decision>
561 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
566 <decision>
573 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
582 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
591 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
600 <decision>
620 closureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
628 <decision>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 521 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
526 <decision>
536 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
541 <decision>
548 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
557 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
566 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
575 <decision>
596 closureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
604 <decision>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 525 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
530 <decision>
541 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
546 <decision>
554 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
563 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
572 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
581 <decision>
602 closureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
610 <decision>
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_denoiser.c 325 VP9_DENOISER_DECISION decision = FILTER_BLOCK; local
333 decision = perform_motion_compensation(denoiser, mb, bs,
338 if (decision == FILTER_BLOCK) {
339 decision = denoiser_filter(src.buf, src.stride,
345 if (decision == FILTER_BLOCK) {
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 716 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
722 try { DebugEnterDecision(<decisionNumber>, false<!<decision.dfa.hasSynPred>!>);
723 <decision>
736 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
741 try { DebugEnterDecision(<decisionNumber>, false<!<decision.dfa.hasSynPred>!>);
742 <decision>
751 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
761 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
771 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
781 try { DebugEnterDecision(<decisionNumber>, false<!<decision.dfa.hasSynPred>!>)
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 83 const struct ContextDecision* decision = nullptr; local
87 decision = &ONEBYTE_SYM;
90 decision = &TWOBYTE_SYM;
93 decision = &THREEBYTE38_SYM;
96 decision = &THREEBYTE3A_SYM;
99 decision = &XOP8_MAP_SYM;
102 decision = &XOP9_MAP_SYM;
105 decision = &XOPA_MAP_SYM;
109 return decision->opcodeDecisions[insnContext].modRMDecisions[opcode].
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTable.cpp 543 AXObjectInclusion decision = defaultObjectInclusion(); local
544 if (decision == IncludeObject)
546 if (decision == IgnoreObject)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_shifter.js 13 * separation is that trying to make the decision here would require a lot
42 * to make the delegation decision should be added as state to this class.
43 * The decision for when this state changes should not be made in this class.

Completed in 1248 milliseconds

12 3 4 5