HomeSort by relevance Sort by last modified time
    Searched full:decision (Results 626 - 650 of 1567) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 55 * of states per alt in a single decision's DFA.
70 /** This DFA is being built for which decision? */
158 /** This probe tells you a lot about a decision and is useful even
239 // figure out if there are problems with decision
757 /** The user may specify a max, acyclic lookahead for any decision. No
759 * If this decision has no k lookahead specified, then try the grammar.
777 /** Return k if decision is LL(k) for some k else return max int
    [all...]
NFAContext.java 35 * Each alt predicted in a decision has its own context tree,
51 * lookahead to resolve a decision.
DFAState.java 89 * input, the decision is not deterministic--no decision about
108 /** If we detect recursion on more than one alt, decision is non-LL(*),
114 * | X Y // LL(2) decision; don't abort and use k=1 plus backtracking
  /external/chromium_org/third_party/opus/src/celt/
bands.c 436 int decision; local
504 decision = SPREAD_AGGRESSIVE;
507 decision = SPREAD_NORMAL;
510 decision = SPREAD_LIGHT;
512 decision = SPREAD_NONE;
515 decision = rand()&0x3;
518 return decision;
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestDFAConversion.java 863 checkDecision(g, 1, expecting, null, null, null, null, 0); // loopback decision
927 checkDecision(g, 1, expecting, null, null, null, null, 0); // loopback decision
937 checkDecision(g, 1, expecting, null, null, null, null, 0); // loopback decision
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 49 * The reader may notice that I have made a very non-OO decision in this
69 /** If this is a decision node, what is the lookahead DFA? */
  /external/chromium_org/third_party/opus/src/silk/
main.h 246 /* Noise shaping using delayed decision */
318 /* Delayed-decision quantizer for NLSF residuals */
  /external/libselinux/include/selinux/
avc.h 247 * a new decision and add it to the cache. Update @aeref to refer to an AVC
274 * a new decision and add it to the cache. Update @aeref to refer to an AVC
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
c_g_aver.h 139 * Returns : background noise decision; 0 = bgn, 1 = no bgn
151 Word16 inBackgroundNoise, /* i : background noise decision */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MotionEstimationMB.c 366 /* Mode decision for NOT_CODED MB */
515 /* Using the MPEG4 VM formula for intra/inter mode decision
  /frameworks/base/graphics/java/android/graphics/
Atlas.java 208 * decision" parameter of the algorithm.)
411 // split decision heuristic
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 80 // User has accepted the connection and let Settings app remember the decision
82 // User has rejected the connection and let Settings app remember the decision
  /docs/source.android.com/src/devices/
audio_terminology.jd 150 Service responsible for all actions that require a policy decision
  /external/aac/libSBRenc/src/
nf_est.h 108 INVF_MODE diffThres; /*!< Threshold value to control the inverse filtering decision */
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
usage.apt.vm 107 for each decision in the grammar in <a href="http://www.graphviz.org">Dot format</a>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 192 * for no viable alts, the decision description and state etc...
249 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
250 // and "(decision="+nvae.decisionNumber+") and
256 // for development, can add "(decision="+eee.decisionNumber+")"
  /external/antlr/antlr-3.4/runtime/C/vsrulefiles/
antlr3lexer.rules 183 Description="DFA conversion timeout period for each decision."
antlr3lexerandparser.rules 185 Description="DFA conversion timeout period for each decision."
antlr3parser.rules 185 Description="DFA conversion timeout period for each decision."
antlr3treeparser.rules 185 Description="DFA conversion timeout period for each decision."
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 95 /// of the decision. Do not "pop" the marker off the state. Mark(i)
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 214 * for no viable alts, the decision description and state etc...
270 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
271 // and "(decision="+nvae.decisionNumber+") and
277 // for development, can add "(decision="+eee.decisionNumber+")"
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.m 53 NSLog(@"Enter DFA.predict for decision %d", decisionNumber);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ACyclicDFACodeGenerator.java 56 //System.out.println("walk "+s.stateNumber+" in dfa for decision "+dfa.decisionNumber);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Dbg.stg 44 false, // invalid decision

Completed in 972 milliseconds

<<21222324252627282930>>