HomeSort by relevance Sort by last modified time
    Searched refs:decision (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAConversionThread.java 50 for (int decision=i; decision<=j; decision++) {
51 NFAState decisionStartState = grammar.getDecisionNFAStartState(decision);
53 grammar.createLookaheadDFA(decision,true);
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_whitebox_unittest.cc 104 SyncerThread::JobProcessDecision decision = local
107 EXPECT_EQ(decision, SyncerThread::SAVE);
113 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
116 EXPECT_EQ(decision, SyncerThread::CONTINUE);
123 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
126 EXPECT_EQ(decision, SyncerThread::DROP);
132 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
135 EXPECT_EQ(decision, SyncerThread::CONTINUE);
142 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
145 EXPECT_EQ(decision, SyncerThread::CONTINUE)
154 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
166 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
178 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
194 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
207 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
222 SyncerThread::JobProcessDecision decision = DecideOnJob(job); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport2.java 58 for (int decision=1; decision<=numDec; decision++) {
59 Grammar.Decision d = g.getDecision(decision);
61 //System.err.println("no decision "+decision+" dfa for "+d.blockAST.toStringTree());
74 buf.append(" decision "+decision+":");
Grammar.java 154 public static class Decision {
156 public int decision; field in class:Grammar.Decision
302 * a global list of rules, token types, decision numbers, etc...
319 * decision DFA so it can display DFA.
335 /** Be able to assign a number to every decision in grammar;
376 /** At least one backtrack=true in rule or decision or grammar. */
415 /** Each subrule/rule is a decision point and we must track them so we
419 protected Vector<Decision> indexToDecision =
420 new Vector<Decision>(INITIAL_DECISION_LIST_SIZE);
    [all...]
  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 67 /// ModR/M decision. Compacts the ModR/M decision if possible. ModR/M
91 /// @param o2 - The output stream to print the decision structure to.
94 /// @param decision - The ModR/M decision to emit. This decision has 256
100 ModRMDecision &decision) const;
120 /// @param o2 - The output stream for the decision structure itself.
123 /// @param decision - The OpcodeDecision to emit along with its subsidiary
129 OpcodeDecision &decision) const
    [all...]
X86DisassemblerTables.cpp 291 /// getDecisionType - Determines whether a ModRM decision with 255 entries can
294 /// @param decision - The decision to be compacted.
295 /// @return - The compactest available representation for the decision.
296 static ModRMDecisionType getDecisionType(ModRMDecision &decision) {
303 if (decision.instructionIDs[index] != decision.instructionIDs[0])
307 (decision.instructionIDs[index] != decision.instructionIDs[0xc0]))
311 (decision.instructionIDs[index] != decision.instructionIDs[0x00])
    [all...]
  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.cc 56 void Insert(int64 time_us, bool decision);
61 // Returns the sum of all intervals during which 'decision' is true within
69 bool decision; member in struct:content::EnergyEndpointer::HistoryRing::DecisionPoint
85 void EnergyEndpointer::HistoryRing::Insert(int64 time_us, bool decision) {
87 decision_points_[insertion_index_].decision = decision;
107 bool is_on = decision_points_[ind].decision;
119 is_on = decision_points_[ind].decision;
244 bool decision = false; local
247 decision = false
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTableRow.cpp 86 AccessibilityObjectInclusion decision = defaultObjectInclusion(); local
87 if (decision == IncludeObject)
89 if (decision == IgnoreObject)
AccessibilityTableCell.cpp 57 AccessibilityObjectInclusion decision = defaultObjectInclusion(); local
58 if (decision == IncludeObject)
60 if (decision == IgnoreObject)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 84 // Record a DecisionData for each decision we hit while parsing
171 descriptor.decision = decisionNumber;
182 d.decision = descriptor;
195 d.decision.maxk = Math.Max(d.decision.maxk, depth);
198 Console.WriteLine("exitDecision " + decisionNumber + " in " + d.decision.ruleName +
202 decisionEvents.Add(d); // done with decision; track all
226 d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex)
706 public int decision; field in class:Antlr.Runtime.Debug.Profiler.DecisionDescriptor
722 public DecisionDescriptor decision; field in class:Antlr.Runtime.Debug.Profiler.DecisionEvent
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 84 // Record a DecisionData for each decision we hit while parsing
184 descriptor.decision = decisionNumber;
195 d.decision = descriptor;
209 d.decision.maxk = Math.Max(d.decision.maxk, depth);
213 Console.WriteLine("exitDecision " + decisionNumber + " in " + d.decision.ruleName +
217 decisionEvents.Add(d); // done with decision; track all
245 d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex)
769 public int decision; field in class:Antlr.Runtime.Debug.Profiler.DecisionDescriptor
786 public DecisionDescriptor decision; field in class:Antlr.Runtime.Debug.Profiler.DecisionEvent
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 86 public int decision; field in class:Profiler.DecisionDescriptor
94 public float avgk; // avg across all decision events
100 // all about a specific exec of a single decision
102 public DecisionDescriptor decision; field in class:Profiler.DecisionEvent
140 // Record a DecisionData for each decision we hit while parsing
227 descriptor.decision = decisionNumber;
238 d.decision = descriptor;
251 d.decision.maxk = Math.max(d.decision.maxk, depth);
253 if (dump) System.out.println("exitDecision "+decisionNumber+" in "+d.decision.ruleName
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 199 enum vp8_denoiser_decision decision = FILTER_BLOCK; local
283 decision = COPY_BLOCK;
286 if (decision == FILTER_BLOCK)
289 decision = vp8_denoiser_filter(&denoiser->yv12_mc_running_avg,
295 if (decision == COPY_BLOCK)
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 558 ret->decision = DECISION_FAIL;
561 ret->decision = DECISION_UNCOND_SUCC;
566 ret->decision = DECISION_FAIL;
571 ret->decision = DECISION_FAIL;
639 ret->decision = DECISION_FAIL;
645 ret->decision = iret.decision;
671 ret->decision = DECISION_FAIL;
727 ret->decision = DECISION_FAIL;
736 (iret.decision == DECISION_UNCOND_SUCC |
    [all...]
eap_ttls.c 287 (iret.decision == DECISION_UNCOND_SUCC ||
288 iret.decision == DECISION_COND_SUCC ||
289 iret.decision == DECISION_FAIL)) {
291 ret->decision = iret.decision;
502 ret->decision = DECISION_COND_SUCC;
589 ret->decision = DECISION_COND_SUCC;
643 ret->decision = DECISION_COND_SUCC;
719 ret->decision = DECISION_COND_SUCC;
787 ret->decision = DECISION_FAIL
    [all...]
eap_otp.c 63 ret->decision = DECISION_COND_SUCC;
eap_i.h 46 * decision - Authentication decision (OUT)
48 EapDecision decision; member in struct:eap_method_ret
295 EapDecision decision; member in struct:eap_sm
eap_vendor_test.c 128 ret->decision = DECISION_FAIL;
133 ret->decision = DECISION_UNCOND_SUCC;
eap_md5.c 73 ret->decision = DECISION_COND_SUCC;
eap.c 48 static const char * eap_sm_decision_txt(EapDecision decision);
157 sm->decision = DECISION_FAIL;
368 * Get ignore, methodState, decision, allowNotifications, and
378 * (methodState, decision, allowNotifications) = m.process(eapReqData)
384 ret.decision = sm->decision;
391 "methodState=%s decision=%s",
394 eap_sm_decision_txt(ret.decision));
400 sm->decision = ret.decision;
    [all...]
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;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Dbg.stg 69 False, # invalid decision
234 @blockBody.decision() ::= <<
238 <@super.decision()>
243 @ruleBlock.decision() ::= <<
247 <@super.decision()>
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java 214 boolean decision = Math.random() > 1.0 - threshold;
215 if ( decision ) {
  /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/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

Completed in 1293 milliseconds

1 2 3 4 5