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

1 23 4 5

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 359 false, // invalid decision
740 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
747 <decision>
760 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
766 <decision>
775 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
785 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
795 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
806 <decision>
834 closureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 900 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
905 <decision>
915 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
920 <decision>
927 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
936 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
945 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
954 <decision>
975 closureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
983 <decision>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 1031 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
1036 <decision>
1046 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 692 ret->decision = DECISION_FAIL;
722 ret->decision = DECISION_FAIL;
774 ret->decision = DECISION_UNCOND_SUCC;
869 ret->decision = DECISION_FAIL;
916 ret->decision = DECISION_UNCOND_SUCC;
eap_pax.c 287 ret->decision = DECISION_FAIL;
315 ret->decision = DECISION_UNCOND_SUCC;
429 ret->decision = DECISION_FAIL;
eap_sake.c 322 ret->decision = DECISION_FAIL;
354 ret->decision = DECISION_UNCOND_SUCC;
400 ret->decision = DECISION_FAIL;
eap_tls.c 157 ret->decision = DECISION_FAIL;
191 ret->decision = DECISION_UNCOND_SUCC;
eap_tnc.c 122 ret->decision = DECISION_FAIL;
345 ret->decision = DECISION_UNCOND_SUCC;
eap_eke.c 215 ret->decision = DECISION_FAIL;
618 ret->decision = DECISION_COND_SUCC;
669 ret->decision = DECISION_FAIL;
eap_aka.c     [all...]
eap_sim.c 1055 ret->decision = DECISION_FAIL;
1098 ret->decision = DECISION_FAIL;
1101 ret->decision = data->use_result_ind ?
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 198 \paragraph{Huffman decision tree representation}
201 \varname{[codebook_entries]} value uniquely define the Huffman decision
244 decision tree with the entry numbers equivalent to the leaves numbered
275 process. They have no codeword and do not appear in the decision
394 and using the bit as a decision boolean to take the 0 branch (left in
397 decision tree; the result is the entry number corresponding to that
  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 396 sm->decision = DECISION_FAILURE;
451 sm->decision = eap_sm_Policy_getDecision(sm);
801 if (sm->decision == DECISION_FAILURE)
803 else if (sm->decision == DECISION_SUCCESS)
805 else if (sm->decision == DECISION_PASSTHROUGH)
1116 sm->decision = DECISION_FAILURE;
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 63 trace("Enter DFA.predict for decision "+decisionNumber);
66 var mark:int = input.mark(); // remember where decision started in input
  /external/chromium_org/third_party/opus/src/celt/
bands.c 452 int decision; local
520 decision = SPREAD_AGGRESSIVE;
523 decision = SPREAD_NORMAL;
526 decision = SPREAD_LIGHT;
528 decision = SPREAD_NONE;
531 decision = rand()&0x3;
534 return decision;
    [all...]
  /external/libopus/celt/
bands.c 452 int decision; local
520 decision = SPREAD_AGGRESSIVE;
523 decision = SPREAD_NORMAL;
526 decision = SPREAD_LIGHT;
528 decision = SPREAD_NONE;
531 decision = rand()&0x3;
534 return decision;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /external/chromium_org/extensions/renderer/resources/
web_view_events.js 268 // Avoid showing a warning message if the decision has already been made.
398 // Avoid showing a warning message if the decision has already been made.
501 // Avoid showing a warning message if the decision has already been made.
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSemanticPredicates.java 496 // rule A decision can't test p from s0->1 because 'a' is valid
786 int decision,
815 DFA dfa = g.getLookaheadDFA(decision);
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/chromium_org/v8/src/
isolate.cc 716 MayAccessDecision decision = MayAccessPreCheck(this, receiver, type); local
717 if (decision != UNKNOWN) return decision == YES;
750 MayAccessDecision decision = MayAccessPreCheck(this, receiver, type); local
751 if (decision != UNKNOWN) return decision == YES;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 189 code that performs accounting about the decision logic performed while parsing
205 # tracks the maximum look value for the current decision
  /hardware/samsung_slsi/exynos5/libcamera2/
fimc-is-metadata.h 194 uint32_t decision; member in struct:camera2_flash_dm
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 208 uint32_t decision; member in struct:camera2_flash_dm
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfgloop.h 29 /* Structure to hold decision about unrolling/peeling. */
41 enum lpt_dec decision; variable in typeref:enum:lpt_dec
117 /* For loop unrolling/peeling decision. */

Completed in 569 milliseconds

1 23 4 5