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

<<11121314151617181920>>

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
configuration.h 304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h 52 * \param neg_thres negative threshold for long/short decision
53 * \param pos_thres positive threshold for long/short decision
122 * \param neg_thres negative threshold for long/short decision
124 * \param pos_thres positive threshold for long/short decision
479 * \param neg_thres negative threshold for long/short decision (returned)
480 * \param pos_thres positive threshold for long/short decision (returned)
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 548 // external VAD decision.
550 // In addition to |stream_has_voice()| the VAD decision is provided through the
552 // modified to reflect the current decision.
562 // Some of the APM functionality requires a VAD decision. In the case that
563 // a decision is externally available for the current frame, it can be passed
568 // VAD decision is provided.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 716 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
722 try { DebugEnterDecision(<decisionNumber>, false<!<decision.dfa.hasSynPred>!>);
723 <decision>
736 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
741 try { DebugEnterDecision(<decisionNumber>, false<!<decision.dfa.hasSynPred>!>);
742 <decision>
751 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
761 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
771 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
781 try { DebugEnterDecision(<decisionNumber>, false<!<decision.dfa.hasSynPred>!>)
    [all...]
  /external/antlr/antlr-3.4/runtime/C/
README 116 You can manually set the max lookahead k as an option for any decision
235 -dfa generate a DFA for each decision point
425 * Made analysis terminate faster upon a decision that takes too long;
453 * analysis failsafe is back on; if a decision takes too long, it bails out
564 * Removed state/decision message that comes out of no
566 removed the decision number from the early exit exception
758 * Syntactic predicates did not get hoisting properly upon non-LL(*) decision. Other hoisting issues fixed. Cleaned up code.
801 * Altered how ANTLR figures out what decision is associated with which
830 with decision will appear first.
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCharDFAConversion.java 219 // with the enter/exit decision
510 int decision,
524 DFA dfa = g.getLookaheadDFA(decision);
525 assertNotNull("unknown decision #"+decision, dfa);
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 262 JobProcessDecision decision = DecideOnJob(job); local
263 VLOG(1) << "SyncerThread(" << this << ")" << " Should run job, decision: "
264 << decision << " Job purpose " << job.purpose << "mode " << mode_;
265 if (decision != SAVE)
266 return decision == CONTINUE;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_mschapv2.c 289 ret->decision = DECISION_FAIL;
357 ret->decision = DECISION_FAIL;
384 ret->decision = DECISION_UNCOND_SUCC;
521 ret->decision = DECISION_COND_SUCC;
655 ret->decision = DECISION_FAIL;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 347 static Word16 hangover_addition( /* return: VAD_flag indicating final VAD decision */
526 /* Shift VAD decision register */
529 /* Make intermediate VAD decision */
759 Word16 wb_vad( /* Return value : VAD Decision, 1 = speech, 0 = noise */
790 /* compute VAD decision */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRLexer.m 347 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
348 // and "(decision="+nvae.decisionNumber+") and
355 // for development, can add "(decision="+eee.decisionNumber+")"

Completed in 1685 milliseconds

<<11121314151617181920>>