/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmsvc.h | 47 * tries to do better than that, but only if there's no routing decision (i.e.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmsvc.h | 47 * tries to do better than that, but only if there's no routing decision (i.e.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmsvc.h | 47 * tries to do better than that, but only if there's no routing decision (i.e.
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXTableCell.cpp | 57 AXObjectInclusion decision = defaultObjectInclusion(); local 58 if (decision == IncludeObject) 60 if (decision == IgnoreObject)
|
/frameworks/base/docs/html/design/building-blocks/ |
dialogs.jd | 24 setting that the user is about to change, or request a decision.</p> 31 further context for a user decision.</p> 66 <p>Most alerts don't need titles. Usually the decision doesn't have a severe impact and can be summed
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_ttls.c | 287 (iret.decision == DECISION_UNCOND_SUCC || 288 iret.decision == DECISION_COND_SUCC || 289 iret.decision == DECISION_FAIL)) { 291 ret->decision = iret.decision; 502 ret->decision = DECISION_COND_SUCC; 589 ret->decision = DECISION_COND_SUCC; 643 ret->decision = DECISION_COND_SUCC; 719 ret->decision = DECISION_COND_SUCC; 787 ret->decision = DECISION_FAIL [all...] |
eap_psk.c | 111 ret->decision = DECISION_FAIL; 212 ret->decision = DECISION_FAIL; 244 ret->decision = DECISION_FAIL; 252 ret->decision = DECISION_FAIL; 279 ret->decision = DECISION_FAIL; 363 ret->decision = failed ? DECISION_FAIL : DECISION_UNCOND_SUCC; 388 ret->decision = DECISION_FAIL;
|
eap.c | 48 static const char * eap_sm_decision_txt(EapDecision decision); 157 sm->decision = DECISION_FAIL; 368 * Get ignore, methodState, decision, allowNotifications, and 378 * (methodState, decision, allowNotifications) = m.process(eapReqData) 384 ret.decision = sm->decision; 391 "methodState=%s decision=%s", 394 eap_sm_decision_txt(ret.decision)); 400 sm->decision = ret.decision; [all...] |
eap_peap.c | 558 ret->decision = DECISION_FAIL; 561 ret->decision = DECISION_UNCOND_SUCC; 566 ret->decision = DECISION_FAIL; 571 ret->decision = DECISION_FAIL; 639 ret->decision = DECISION_FAIL; 645 ret->decision = iret.decision; 671 ret->decision = DECISION_FAIL; 727 ret->decision = DECISION_FAIL; 736 (iret.decision == DECISION_UNCOND_SUCC | [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Dbg.stg | 69 False, # invalid decision 234 @blockBody.decision() ::= << 238 <@super.decision()> 243 @ruleBlock.decision() ::= << 247 <@super.decision()>
|
/external/chromium_org/third_party/opus/src/silk/ |
NSQ_del_dec.c | 63 NSQ_del_dec_struct psDelDec[], /* I/O Delayed decision states */ 74 const opus_int decisionDelay /* I Decision delay */ 82 NSQ_del_dec_struct psDelDec[], /* I/O Delayed decision states */ 104 opus_int nStatesDelayedDecision, /* I Number of states in decision tree */ 147 /* Initialize delayed decision states */ 166 /* For voiced frames limit the decision delay to lower than the pitch lag */ 308 NSQ_del_dec_struct psDelDec[], /* I/O Delayed decision states */ 330 opus_int nStatesDelayedDecision, /* I Number of states in decision tree */ 385 /* Delayed decision state */ [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/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DecisionProbe.java | 40 /** Collection of information about what is wrong with a decision as 50 * A decision normally only has one problem; e.g., some input sequence 56 * have multiple problems. So in general, you should approach a decision 59 * all DFAStates where ANTLR has discovered a problem. Recall that a decision 116 /** The overall list of alts within the decision that have at least one 121 /** If decision with > 1 alt has recursion in > 1 alt, it's (likely) nonregular 122 * lookahead. The decision cannot be made with a DFA. 143 /** Did ANTLR have to terminate early on the analysis of this decision? */ 175 * decision. 190 * no nondeterminisms unresolved by syn preds, all is ok with decision [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Interpreter.java | 116 * it is using an NFA because it uses DFAs at each decision point to 140 // Create the DFA predictors for each decision 178 // Create the DFA predictors for each decision 233 // CASE 1: decision state 235 // decision point, must predict and jump to alt 239 System.out.println("decision: "+
|
NonRegularDecisionMessage.java | 38 /** More a single alternative recurses so this decision is not regular. */
|
/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/emma/core/java12/com/vladium/util/ |
ClassLoaderResolver.java | 32 * class/resource loading by whoever calls this method. The decision 54 * class/resource loading by whoever calls this method. The decision 60 * override this decision explicitly, use {@link #getClassLoader(Class)}.<P>
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
debug.rb | 66 # a boolean flag to indicate whether or not the current decision is cyclic 378 # The parser has just entered a rule. No decision has been made about 416 # Every decision, fixed k or arbitrary, has an enter/exit event 419 # subrule but multiple enter/exit decision events, one for each 500 # If no viable alt occurs it is within an enter/exit decision, which 522 # enter decision 3 524 # exit decision 3 531 # enter decision 2 535 # exit decision 2
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file-parser.rb | 209 while true # decision 2 225 break # out of loop for decision 2 227 end # loop for decision 2 260 while true # decision 3 283 break # out of loop for decision 3 285 end # loop for decision 3 498 while true # decision 9 515 break # out of loop for decision 9 517 end # loop for decision 9
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
TreeToNFAConverter.g | 247 // track decision if > 1 alts 389 // track decision if > 1 alts 425 // track the loop back / exit decision point 431 // make block entry state also have same decision for interpreting grammar 435 $g.left.setDecisionNumber(d); // this is the bypass decision (2 alts) 446 // don't make a decision on left edge, can reuse loop end decision 447 // track the loop back / exit decision point 453 // make block entry state also have same decision for interpreting grammar
|
/external/chromium/chrome/browser/importer/ |
firefox_profile_lock_win.cc | 47 * decision by deleting the provisions above and replace them with the notice
|
/external/chromium/chrome/browser/ssl/ |
ssl_blocking_page.h | 80 // A flag to indicate if we've notified |delegate_| of the user's decision.
|
/external/chromium/crypto/third_party/nss/ |
sha256.h | 30 * decision by deleting the provisions above and replace them with the notice
|
/external/chromium_org/base/message_loop/ |
message_pump_gtk.cc | 86 // GTK / GDK has not been initialized, which is a decision we wish to
|
/external/chromium_org/chrome/browser/importer/ |
firefox_profile_lock_win.cc | 47 * decision by deleting the provisions above and replace them with the notice
|