Searched defs:Label (Results 26 - 50 of 145) sorted by relevance

123456

/external/openfst/src/include/fst/
H A Dconcat.h49 typedef typename Arc::Label Label; typedef
115 typedef typename Arc::Label Label; typedef
H A Dstate-reachable.h48 typedef typename A::Label Label; typedef in class:fst::IntervalReachVisitor
67 isets_->push_back(IntervalSet<Label>());
144 typedef typename A::Label Label; typedef in class:fst::StateReachable
H A Dtest-properties.h78 typedef typename Arc::Label Label; typedef
119 unordered_set<Label> *ilabels = 0;
120 unordered_set<Label> *olabels = 0;
131 ilabels = new unordered_set<Label>;
133 olabels = new unordered_set<Label>;
H A Dunion.h46 typedef typename Arc::Label Label; typedef
H A Dadd-on.h147 typedef typename Arc::Label Label; typedef in class:fst::AddOnImpl
H A Dcomplement.h59 typedef typename A::Label Label; typedef in class:fst::ComplementFstImpl
149 typedef typename A::Label Label; typedef in class:fst::ComplementFst
176 // Label that represents the rho transition.
179 static const Label kRhoLabel = -2;
187 template <class A> const typename A::Label ComplementFst<A>::kRhoLabel;
195 typedef typename A::Label Label; typedef in class:fst::StateIterator
237 typedef typename A::Label Labe typedef in class:fst::ArcIterator
[all...]
H A Drational.h63 typedef typename A::Label Label; typedef in class:fst::RationalFstImpl
70 fst_tuples_.push_back(pair<Label, const Fst<A>*>(0, 0));
252 Label nonterminals_; // # of nonterminals used
254 mutable vector<pair<Label, const Fst<A>*> > fst_tuples_;
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdtscript.h60 vector<pair<typename Arc::Label, typename Arc::Label> > parens(
103 vector<pair<typename Arc::Label, typename Arc::Label> > parens(
131 vector<pair<typename Arc::Label, const Fst<Arc> *> > tuples(
138 vector<pair<typename Arc::Label, typename Arc::Label> > parens(
171 vector<pair<typename Arc::Label, typename Arc::Label> > parens(
205 typedef typename Arc::Label Labe typedef
[all...]
H A Dreplace.h47 void Replace(const vector<pair<typename Arc::Label,
50 vector<pair<typename Arc::Label,
51 typename Arc::Label> > *parens,
52 typename Arc::Label root) {
53 typedef typename Arc::Label Label; typedef
60 unordered_map<Label, size_t> label2id;
64 Label max_label = kNoLabel;
67 unordered_set<Label> non_term_set; // Set of non-terminals to replace
80 Label labe
[all...]
H A Dinfo.h43 typedef typename A::Label Label; typedef in class:fst::PdtInfo
47 const vector<pair<typename A::Label,
48 typename A::Label> > &parens);
78 const vector<pair<typename A::Label,
79 typename A::Label> > &parens)
89 unordered_map<Label, size_t> paren_map;
90 unordered_set<Label> paren_set;
95 const pair<Label, Label>
[all...]
H A Dpdt.h42 typedef L Label; typedef in class:fst::PdtStack
57 PdtStack(const vector<pair<Label, Label> > &parens)
60 const pair<Label, Label> &p = parens[i];
84 StackId Find(StackId stack_id, Label label) {
88 typename unordered_map<Label, size_t>::const_iterator pit
121 ssize_t ParenId(Label label) const {
122 typename unordered_map<Label, size_t>::const_iterator pit
131 size_t operator()(const pair<StackId, Label>
[all...]
/external/openfst/src/include/fst/script/
H A Dprint-impl.h42 typedef typename A::Label Label; typedef in class:fst::FstPrinter
98 void PrintILabel(Label l) const {
102 void PrintOLabel(Label l) const {
/external/openfst/src/test/
H A Dfst_test.h46 typedef typename Arc::Label Label; typedef in class:fst::FstTester
/external/skia/bench/
H A Dbench_graph_svg.py32 class Label: class in inherits:
43 return "Label(%s, %s, %s, %s)" % (
117 -> {Label:[(x,y)] | [n].x <= [n+1].x}"""
120 lines = {} # {Label:[(x,y)] | x[n] <= x[n+1]}
143 line_name = Label(point.bench
158 {Label:[(x,y)]} -> ((min_x, min_y),(max_x,max_y))"""
176 ({Label:[(x,y)] | [n].x <= [n+1].x}, Number, Number)
177 -> {Label:LinearRegression}"""
178 regressions = {} # {Label : LinearRegression}
193 ({Label
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dtest-properties.h76 typedef typename Arc::Label Label; typedef
117 hash_set<Label> *ilabels = 0;
118 hash_set<Label> *olabels = 0;
129 ilabels = new hash_set<Label>;
131 olabels = new hash_set<Label>;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLabel.java40 public class Label implements Comparable, Cloneable { class in inherits:Comparable,Cloneable
124 public Label(int label) { method in class:Label
129 public Label(IntSet labelSet) { method in class:Label
146 Label l;
148 l = (Label)super.clone();
159 public void add(Label a) {
170 throw new IllegalStateException("can't add element to Label of type "+label);
182 throw new IllegalStateException("can't add element to Label of type "+label);
186 throw new IllegalStateException("can't add element to Label of type "+label);
256 public boolean matches(Label othe
[all...]
/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h62 MCSymbol *Label; //< A label. member in struct:llvm::GCPoint
66 : Kind(K), Label(L), Loc(DL) {}
127 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) { argument
128 SafePoints.push_back(GCPoint(Kind, Label, DL));
/external/llvm/include/llvm/MC/
H A DMCStreamer.h537 const MCSymbol *Label,
541 const MCSymbol *Label) {
544 void EmitDwarfSetLineAddr(int64_t LineDelta, const MCSymbol *Label,
540 EmitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel, const MCSymbol *Label) argument
/external/llvm/include/llvm/Support/
H A DGraphWriter.h36 std::string EscapeString(const std::string &Label);
249 const std::string &Label, unsigned NumEdgeSources = 0,
256 O << DOT::EscapeString(Label);
248 emitSimpleNode(const void *ID, const std::string &Attr, const std::string &Label, unsigned NumEdgeSources = 0, const std::vector<std::string> *EdgeSourceLabels = 0) argument
/external/llvm/lib/CodeGen/
H A DGCStrategy.cpp355 MCSymbol *Label = MBB.getParent()->getContext().CreateTempSymbol(); local
356 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label);
357 return Label;
367 MCSymbol* Label = InsertLabel(*CI->getParent(), CI, CI->getDebugLoc()); local
368 FI->addSafePoint(GC::PreCall, Label, CI->getDebugLoc());
372 MCSymbol* Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc()); local
373 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
H A DTargetLoweringObjectFileImpl.cpp69 MCSymbol *Label = getContext().GetOrCreateSymbol(NameData); local
70 Streamer.EmitSymbolAttribute(Label, MCSA_Hidden);
71 Streamer.EmitSymbolAttribute(Label, MCSA_Weak);
79 0, Label->getName());
83 Streamer.EmitSymbolAttribute(Label, MCSA_ELF_TypeObject);
85 Streamer.EmitELFSize(Label, E);
86 Streamer.EmitLabel(Label);
/external/llvm/lib/MC/
H A DMCContext.cpp125 MCLabel *&Label = Instances[LocalLabelVal]; local
126 if (!Label)
127 Label = new (*this) MCLabel(0);
128 return Label->incInstance();
132 MCLabel *&Label = Instances[LocalLabelVal]; local
133 if (!Label)
134 Label = new (*this) MCLabel(0);
135 return Label->getInstance();
H A DMCObjectStreamer.cpp207 const MCSymbol *Label,
210 EmitDwarfSetLineAddr(LineDelta, Label, PointerSize);
213 const MCExpr *AddrDelta = BuildSymbolDiff(getContext(), Label, LastLabel);
224 const MCSymbol *Label) {
225 const MCExpr *AddrDelta = BuildSymbolDiff(getContext(), Label, LastLabel);
205 EmitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel, const MCSymbol *Label, unsigned PointerSize) argument
223 EmitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel, const MCSymbol *Label) argument
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp180 MCSymbol *Label = Ctx.CreateTempSymbol(); local
181 AsmPrinter.OutStreamer.EmitAssignment(Label, Expr);
182 Expr = MCSymbolRefExpr::Create(Label, Ctx);
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h45 typedef typename A::Label Label; typedef in class:fst::StringReader
57 Label unknown_label = kNoStateId)
176 typename Arc::Label unknown_label = kNoLabel;

Completed in 633 milliseconds

123456