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

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/eap_peer/
eap_md5.c 73 ret->decision = DECISION_COND_SUCC;
eap_fast.c 450 ret->decision = DECISION_FAIL;
460 iret.decision == DECISION_FAIL)) {
462 ret->decision = DECISION_FAIL;
465 (iret.decision == DECISION_UNCOND_SUCC ||
466 iret.decision == DECISION_COND_SUCC)) {
785 ret->decision = DECISION_FAIL;
1040 ret->decision = DECISION_FAIL;
1046 ret->decision = DECISION_COND_SUCC;
1061 ret->decision = DECISION_COND_SUCC;
    [all...]
eap_leap.c 252 ret->decision = DECISION_FAIL;
256 ret->decision = DECISION_UNCOND_SUCC;
303 ret->decision = DECISION_FAIL;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_CheckVLCEscapeMode.c 27 * Performs escape mode decision based on the run, run+, level, level+ and
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin.def 75 /* Allows to override pass gate decision for current_pass. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin.def 75 /* Allows to override pass gate decision for current_pass. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin.def 75 /* Allows to override pass gate decision for current_pass. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin.def 75 /* Allows to override pass gate decision for current_pass. */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarNonDeterminismMessage.java 40 /** Reports a potential parsing issue with a decision; the decision is
NFAFactory.java 357 // single alt, no decision, just return only alt state cluster
396 // single alt, no decision, just return only alt state cluster
407 // etc... This is the decision that is pointed to from the AST node
457 // no decision, just wrap in an optional path
478 // a decision block, add an empty alt
555 * There are 2 or 3 decision points in a A*. If A is not a block (i.e.,
558 * decisions: bypass, loopback, and A's decision point.
565 * virtue of how I generate code. The exit-loopback-branch decision
638 // TODO: add a single decision node/state for good description
  /external/chromium_org/chrome/browser/media/
webrtc_logging_handler_host.h 63 // for decision making and it's OK if it changes before the execution based
64 // on that decision has finished.
  /external/chromium_org/chrome/browser/ui/cocoa/
draggable_button_mixin.h 66 // do something tricky when making the decision.
76 // decision.
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/
kdt_pam.dtfmt 4 ! Decision Tree Configuration <pam>
23 ! history type: the input value is the output decision
  /frameworks/base/docs/html/guide/webapps/
overview.jd 17 the decision to develop a web application easier by providing:</p>
25 <p>Thus, your decision to develop a web application for Android can exclude consideration for
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java 294 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to (default) " +
324 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to " +
330 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing AID " + aid +
342 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to (default) "
349 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to all services");
358 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: cat OTHER AID, " +
369 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: cat OTHER AID, " +
372 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: cat OTHER AID, routing all");
  /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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
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/runtime/ActionScript/project/src/org/antlr/runtime/
Lexer.as 250 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
251 // and "(decision="+nvae.decisionNumber+") and
257 // for development, can add "(decision="+eee.decisionNumber+")"
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 287 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
288 // and "(decision="+nvae.decisionNumber+") and
293 // for development, can add "(decision="+eee.decisionNumber+")"
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 347 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
348 // and "(decision="+nvae.decisionNumber+") and
355 // for development, can add "(decision="+eee.decisionNumber+")"
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 364 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
365 // and "(decision="+nvae.decisionNumber+") and
372 // for development, can add "(decision="+eee.decisionNumber+")"
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Lexer.java 276 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
277 // and "(decision="+nvae.decisionNumber+") and
283 // for development, can add "(decision="+eee.decisionNumber+")"
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 148 // Attempts to make a decision and call back |consumer_| based on
149 // the state we have gathered at the time of call. If a decision
151 // When a decision is made, will call back to |consumer_| on the UI thread.
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.h 149 // Attempts to make a decision and call back |consumer_| based on
150 // the state we have gathered at the time of call. If a decision
152 // When a decision is made, will call back to |consumer_| on the UI thread.
  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.cc 184 VLOG(1) << "AutoEnrollmentClient: using cached decision: "
219 // server, so there is no point in retrying; it will get the same decision.
336 // Cache the current decision in local_state, so that it is reused in case

Completed in 4086 milliseconds

<<11121314151617181920>>