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

<<21222324252627282930>>

  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 415 sm->decision = eap_sm_Policy_getDecision(sm);
755 if (sm->decision == DECISION_FAILURE)
757 else if (sm->decision == DECISION_SUCCESS)
759 else if (sm->decision == DECISION_PASSTHROUGH)
1070 sm->decision = DECISION_FAILURE;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAToDFAConverter.java 121 /** From this first NFA state of a decision, create a DFA.
122 * Walk each alt in decision and compute closure from the start of that
124 * that same decision. The idea is to associate a specific alt number
187 // now DFA start state has the complete closure for the decision
357 * The normal decision to predict alts 1, 2, 3 is:
382 * A better decision is as follows:
639 // that the decision's lookahead language is potentially non-regular; terminate
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /external/chromium_org/v8/src/
isolate.cc 794 MayAccessDecision decision = MayAccessPreCheck(this, receiver, type); local
795 if (decision != UNKNOWN) return decision == YES;
837 MayAccessDecision decision = MayAccessPreCheck(this, receiver, type); local
838 if (decision != UNKNOWN) return decision == YES;
    [all...]
  /external/v8/src/
isolate.cc 816 MayAccessDecision decision = MayAccessPreCheck(this, receiver, type); local
817 if (decision != UNKNOWN) return decision == YES;
859 MayAccessDecision decision = MayAccessPreCheck(this, receiver, type); local
860 if (decision != UNKNOWN) return decision == YES;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_display_host_impl.cc 609 // so check for auto-enrollment again. This might catch a cached decision from
    [all...]
  /external/iproute2/man/man7/
tc-hfsc.7 232 real time and virtual time \- the decision is based solely on direct comparison
246 \fIfar\fR bigger than A2's one. Considering the type of decision made by LS
273 only V() is used for making decision which class to schedule. If the 2nd class
  /external/wpa_supplicant_8/src/eap_peer/
eap_aka.c     [all...]
eap_sim.c 948 ret->decision = DECISION_FAIL;
991 ret->decision = DECISION_FAIL;
994 ret->decision = data->use_result_ind ?
  /bionic/libc/upstream-netbsd/libc/regex/
regexec.c 110 #define states1 unsigned long /* for later use in regexec() decision */
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 244 * for no viable alts, the decision description and state etc...
294 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
295 // and "(decision="+nvae.decisionNumber+") and
300 // for development, can add "(decision="+eee.decisionNumber+")"
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 267 * for no viable alts, the decision description and state etc...
339 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
340 // and "(decision="+nvae.decisionNumber+") and
347 // for development, can add "(decision="+eee.decisionNumber+")"
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRStringStream.js 180 * input position back to the start of the decision.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.m 344 * for no viable alts, the decision description and state etc...
400 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
401 // and "(decision="+nvae.decisionNumber+") and
407 // for development, can add "(decision="+eee.decisionNumber+")"
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 539 ST decision = null;
543 decision = generator.genLookaheadDecision(recognizerST,$dfa);
544 $code.add("decision", decision);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
Target.java 113 // Create the DFA predictors for each decision
  /external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java 47 * on EOF. That decision is left to the {@link EofSensorWatcher watcher}.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 292 * doing so conflicts with our decision in getLocalNameOfNode not
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_encoder.c 185 /* Calculate sum and differance scale factors for making JS decision */
  /external/chromium/base/third_party/nspr/
prtime.h 31 * decision by deleting the provisions above and replace them with the notice
  /external/chromium/chrome/browser/importer/
nss_decryptor.cc 57 * decision by deleting the provisions above and replace them with the notice
  /external/chromium/chrome/browser/ui/cocoa/
first_run_dialog.mm 101 // record the decision and enable the crash reporter if appropriate.
  /external/chromium/chrome/common/extensions/docs/static/
external_extensions.html 267 decision. However, if you (the developer) accidentally uninstalled
  /external/chromium/net/base/
registry_controlled_domain.cc 33 * decision by deleting the provisions above and replace them with the notice
  /external/chromium/net/proxy/
proxy_resolver_script.h 33 * decision by deleting the provisions above and replace them with the notice

Completed in 1573 milliseconds

<<21222324252627282930>>