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

1 2 34 5 6 7 8 91011>>

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/
it-IT_cm0_kdt_mgc3.utf 4 ! Decision Tree <Cepstral State 3> for voice it-IT_cm0
    [all...]
it-IT_cm0_kdt_lfz2.utf 4 ! Decision Tree <Pitch State 2> for voice it-IT_cm0
    [all...]
it-IT_cm0_kdt_mgc1.utf 4 ! Decision Tree <Cepstral State 1> for voice it-IT_cm0
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/es-ES/
es-ES_zl0_kdt_mgc1.utf 4 ! Decision Tree <Cepstral State 1> for voice es-ES_zl0
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-GB/
en-GB_kh0_kdt_mgc1.utf 4 ! Decision Tree <Cepstral State 1> for voice en-GB_kh0
    [all...]
en-GB_kh0_kdt_mgc5.utf 4 ! Decision Tree <Cepstral State 5> for voice en-GB_kh0
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_whitebox_unittest.cc 104 SyncerThread::JobProcessDecision decision = local
107 EXPECT_EQ(decision, SyncerThread::SAVE);
113 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
116 EXPECT_EQ(decision, SyncerThread::CONTINUE);
123 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
126 EXPECT_EQ(decision, SyncerThread::DROP);
132 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
135 EXPECT_EQ(decision, SyncerThread::CONTINUE);
142 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
145 EXPECT_EQ(decision, SyncerThread::CONTINUE)
154 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
166 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
178 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
194 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
207 SyncerThread::JobProcessDecision decision = CreateAndDecideJob( local
222 SyncerThread::JobProcessDecision decision = DecideOnJob(job); local
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
it-IT_kdt_posd.utf 4 ! Decision Tree <Part-Of-Speech Disambiguation> for language it-IT
    [all...]
it-IT_kdt_posp.utf 4 ! Decision Tree <Part-Of-Speech Prediction> for language it-IT
    [all...]
  /external/elfutils/
README 1 Fundamental design decision:
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport2.java 58 for (int decision=1; decision<=numDec; decision++) {
59 Grammar.Decision d = g.getDecision(decision);
61 //System.err.println("no decision "+decision+" dfa for "+d.blockAST.toStringTree());
74 buf.append(" decision "+decision+":");
Grammar.java 154 public static class Decision {
156 public int decision; field in class:Grammar.Decision
302 * a global list of rules, token types, decision numbers, etc...
319 * decision DFA so it can display DFA.
335 /** Be able to assign a number to every decision in grammar;
376 /** At least one backtrack=true in rule or decision or grammar. */
415 /** Each subrule/rule is a decision point and we must track them so we
419 protected Vector<Decision> indexToDecision =
420 new Vector<Decision>(INITIAL_DECISION_LIST_SIZE);
    [all...]
  /external/llvm/test/Analysis/CostModel/
no_info.ll 3 ; The cost model does not have any target information so it can't make a decision.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 86 public int decision; field in class:Profiler.DecisionDescriptor
94 public float avgk; // avg across all decision events
100 // all about a specific exec of a single decision
102 public DecisionDescriptor decision; field in class:Profiler.DecisionEvent
140 // Record a DecisionData for each decision we hit while parsing
227 descriptor.decision = decisionNumber;
238 d.decision = descriptor;
251 d.decision.maxk = Math.max(d.decision.maxk, depth);
253 if (dump) System.out.println("exitDecision "+decisionNumber+" in "+d.decision.ruleName
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAConversionThread.java 50 for (int decision=i; decision<=j; decision++) {
51 NFAState decisionStartState = grammar.getDecisionNFAStartState(decision);
53 grammar.createLookaheadDFA(decision,true);
NFAState.java 36 // I need to distinguish between NFA decision states for (...)* and (...)+
59 /** What's its decision number from 1..n? */
62 /** Subrules (...)* and (...)+ have more than one decision point in
64 * decision node (the loop back node). They both have a normal
65 * alternative block decision node at the left edge. The (...)* is
66 * worse as it even has a bypass decision (2 alts: stay in or bypass)
72 * on which of the 2 or 3 decision states uses the DFA. For example,
74 * alts, so I need to translate that depending on the decision state.
76 * If decisionNumber>0 then this var tells you what kind of decision
94 * nondeterminism warnings. Mainly used by decision states t
    [all...]
  /external/llvm/test/Transforms/LICM/
2007-09-17-PromoteValue.ll 4 ; icmp eq %struct.decision* null, null condition.
6 %struct.decision = type { i8, %struct.decision* }
13 %tmp3.i = icmp eq %struct.decision* null, null ; <i1> [#uses=1]
17 %tmp1.i = getelementptr %struct.decision* null, i32 0, i32 0 ; <i8*> [#uses=1]
  /external/llvm/utils/TableGen/
X86DisassemblerTables.cpp 291 /// getDecisionType - Determines whether a ModRM decision with 255 entries can
294 /// @param decision - The decision to be compacted.
295 /// @return - The compactest available representation for the decision.
296 static ModRMDecisionType getDecisionType(ModRMDecision &decision) {
303 if (decision.instructionIDs[index] != decision.instructionIDs[0])
307 (decision.instructionIDs[index] != decision.instructionIDs[0xc0]))
311 (decision.instructionIDs[index] != decision.instructionIDs[0x00])
    [all...]
X86DisassemblerTables.h 67 /// ModR/M decision. Compacts the ModR/M decision if possible. ModR/M
91 /// @param o2 - The output stream to print the decision structure to.
94 /// @param decision - The ModR/M decision to emit. This decision has 256
100 ModRMDecision &decision) const;
120 /// @param o2 - The output stream for the decision structure itself.
123 /// @param decision - The OpcodeDecision to emit along with its subsidiary
129 OpcodeDecision &decision) const
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 84 // Record a DecisionData for each decision we hit while parsing
171 descriptor.decision = decisionNumber;
182 d.decision = descriptor;
195 d.decision.maxk = Math.Max(d.decision.maxk, depth);
198 Console.WriteLine("exitDecision " + decisionNumber + " in " + d.decision.ruleName +
202 decisionEvents.Add(d); // done with decision; track all
226 d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex)
706 public int decision; field in class:Antlr.Runtime.Debug.Profiler.DecisionDescriptor
722 public DecisionDescriptor decision; field in class:Antlr.Runtime.Debug.Profiler.DecisionEvent
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 84 // Record a DecisionData for each decision we hit while parsing
184 descriptor.decision = decisionNumber;
195 d.decision = descriptor;
209 d.decision.maxk = Math.Max(d.decision.maxk, depth);
213 Console.WriteLine("exitDecision " + decisionNumber + " in " + d.decision.ruleName +
217 decisionEvents.Add(d); // done with decision; track all
245 d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex)
769 public int decision; field in class:Antlr.Runtime.Debug.Profiler.DecisionDescriptor
786 public DecisionDescriptor decision; field in class:Antlr.Runtime.Debug.Profiler.DecisionEvent
    [all...]
  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.cc 56 void Insert(int64 time_us, bool decision);
61 // Returns the sum of all intervals during which 'decision' is true within
69 bool decision; member in struct:content::EnergyEndpointer::HistoryRing::DecisionPoint
85 void EnergyEndpointer::HistoryRing::Insert(int64 time_us, bool decision) {
87 decision_points_[insertion_index_].decision = decision;
107 bool is_on = decision_points_[ind].decision;
119 is_on = decision_points_[ind].decision;
244 bool decision = false; local
247 decision = false
    [all...]
  /external/svox/pico/lib/
picokdt.h 19 * knowledge handling for decision trees
45 Several specialized decision trees kb are provided by this
48 - Part of speech prediction decision tree: ...kdt_PosP
49 - Part of speech disambiguation decision tree: ...kdt_PosD
50 - Grapheme-to-phoneme decision tree: ...kdt_G2P
51 - Phrasing decision tree: ...kdt_PHR
52 - Accentuation decision tree: ...kdt_ACC
82 /* decision tree types (opaque) and get Tree functions */
85 /* decision tree types */
93 /* return kb decision tree for usage in PU *
    [all...]
  /external/chromium_org/android_webview/common/
aw_switches.h 16 // Used to make tile memory allocation decision. Roughly the number of
  /external/libpng/projects/cbuilder5/
zlib.readme.txt 2 explicitly build zlib. By taking this decision, there is no need

Completed in 1064 milliseconds

1 2 34 5 6 7 8 91011>>