HomeSort by relevance Sort by last modified time
    Searched refs:decision (Results 76 - 100 of 173) sorted by null

1 2 34 5 6 7

  /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/wpa_supplicant_8/src/eap_peer/
eap_sim.c 1074 ret->decision = DECISION_FAIL;
1117 ret->decision = DECISION_FAIL;
1120 ret->decision = data->use_result_ind ?
    [all...]
eap_gpsk.c 621 ret->decision = DECISION_UNCOND_SUCC;
685 ret->decision = DECISION_FAIL;
eap_aka.c     [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
  /external/fec/
ssebfly29.s 145 addl $32,%edx # bump decision pointer
  /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. */
  /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/valgrind/none/tests/
cmdline1.stdout.exp 17 than the exe name, to make a follow/no-follow decision
  /prebuilts/go/darwin-x86/src/net/http/
sniff.go 12 // The algorithm uses at most sniffLen bytes to make its decision.
  /prebuilts/go/darwin-x86/src/runtime/
slice.go 87 // TODO: When the old backend is gone, reconsider this decision.
hashmap.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
sniff.go 12 // The algorithm uses at most sniffLen bytes to make its decision.
  /prebuilts/go/linux-x86/src/runtime/
slice.go 87 // TODO: When the old backend is gone, reconsider this decision.
hashmap.go     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 366 while true # decision 1
388 break # out of loop for decision 1
390 end # loop for decision 1
424 while true # decision 2
446 break # out of loop for decision 2
448 end # loop for decision 2
474 while true # decision 3
520 break # out of loop for decision 3
522 end # loop for decision 3
562 while true # decision
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 281 # implement a syntactic predicate decision
345 <@decision><decision><@end>
358 while true # decision <decisionNumber>
360 <@decisionBody><decision><@end>
364 break # out of loop for decision <decisionNumber>
366 end # loop for decision <decisionNumber>
397 <@decisionBody><decision><@end>
573 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
581 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java     [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
patch_notes_verbs_with_0_copies.md 30 5. With the addition of tensor pre-allocation, we noticed there is a large code similarity between sending the first tensor request and re-sending the request in case of meta-data changes. After implementing a common method for tensor pre-allocation, it turned out that implementation becomes much simpler by encapsulating the process of request sending/re-sending, meta-data response callback and content response callback, all in a single "Request" class. The request class holds all the relevant request information, which reduces excessive parameter passing and lambda capturing. This decision is purely for elegance and code simplicity, and we decided to implement it in first stage because it makes the implementation much easier.
  /external/vulkan-validation-layers/
CONTRIBUTING.md 54 decision during code review. This should be used responsibly. An example of a bad reason is "I don't like that rule." An example of
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 141 // making zero values useful and gmp's decision not to.
  /prebuilts/go/darwin-x86/test/
recover.go 139 // Interesting because recover bases its decision
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 141 // making zero values useful and gmp's decision not to.
  /prebuilts/go/linux-x86/test/
recover.go 139 // Interesting because recover bases its decision
  /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...]

Completed in 6734 milliseconds

1 2 34 5 6 7