Searched defs:Label (Results 1 - 25 of 173) sorted by last modified time

1234567

/external/srec/tools/grxmlcompile/
H A Dfst-io.h45 typedef typename A::Label Label; typedef in class:fst::FstPrinter
99 void PrintILabel(Label l) const {
103 void PrintOLabel(Label l) const {
209 typedef typename A::Label Label; typedef in class:fst::FstReader
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darc.h31 typedef int Label; typedef in struct:fst::StdArc
35 StdArc(Label i, Label o, Weight w, StateId s)
45 Label ilabel; // Transition input label
46 Label olabel; // Transition output label
55 typedef int Label; typedef in struct:fst::LogArc
59 LogArc(Label i, Label o, Weight w, StateId s)
69 Label ilabel; // Transition input label
70 Label olabe
80 typedef int Label; typedef in class:fst::StringArc
110 typedef typename A::Label Label; typedef in struct:fst::GallicArc
142 typedef typename A::Label Label; typedef in struct:fst::ReverseArc
[all...]
H A Dclosure.h41 typedef typename Arc::Label Label; typedef
H A Dcomplement.h53 typedef typename A::Label Label; typedef in class:fst::ComplementFstImpl
114 typedef typename A::Label Label; typedef in class:fst::ComplementFst
187 typedef typename A::Label Label; typedef in class:fst::StateIterator
218 typedef typename A::Label Label; typedef in class:fst::ArcIterator
H A Dcompose.h99 typedef typename A::Label Label; typedef in class:fst::ComposeFstImplBase
328 typedef typename A::Label Label; typedef in class:fst::ComposeFstImpl
483 Label match_labela = find_input ? arca.ilabel : arca.olabel;
494 Label labelb = find_input ? arcb.olabel : arcb.ilabel;
508 Label match_labelb = find_input ? arcb.olabel : arcb.ilabel;
513 Label match_labela = find_input ? arca.ilabel : arca.olabel;
524 Label labela = find_input ? arca.ilabel : arca.olabel;
590 Label match_labe
[all...]
H A Dconcat.h41 typedef typename Arc::Label Label; typedef
H A Ddeterminize.h128 typedef typename A::Label Label; typedef in class:fst::DeterminizeFstImplBase
207 typedef typename A::Label Label; typedef in class:fst::DeterminizeFsaImpl
220 typedef map<Label, Subset*> LabelMap;
325 void AddArc(StateId s, Label label, Subset *dest_subset) {
460 // Hashes from Label to Subsets corr. to destination states of current state.
475 typedef typename A::Label Label; typedef in class:fst::DeterminizeFstImpl
486 typedef GallicCommonDivisor<Label, Weigh
542 typedef typename A::Label Label; typedef in class:fst::DeterminizeFst
[all...]
H A Dencode.h43 typedef typename A::Label Label; typedef in class:fst::EncodeTable
49 Tuple(Label ilabel_, Label olabel_, Weight weight_)
54 Label ilabel;
55 Label olabel;
96 typedef std::unordered_map<const Tuple*, Label, TupleKey, TupleEqual> EncodeHash;
109 Label Encode(const A &arc) {
123 // Given an encode arc Label decode back to input/output labels and costs
124 const Tuple* Decode(Label ke
208 typedef typename A::Label Label; typedef in class:fst::EncodeMapper
[all...]
H A Dfactor-weight.h146 typedef typename A::Label Label; typedef in class:fst::FactorWeightFstImpl
H A Dmap.h686 typedef StringWeight<typename A::Label, S> SW;
721 typedef typename A::Label Label; typedef in struct:fst::FromGallicMapper
722 typedef StringWeight<Label, S> SW;
733 StringWeightIterator<Label, S> iter1(w1);
735 Label l = w1.Size() == 1 ? iter1.Value() : 0;
761 typedef typename A::Label Label; typedef in struct:fst::GallicToNewSymbolsMapper
762 typedef StringWeight<Label, S> SW;
787 Label
[all...]
H A Dminimize.h118 typedef typename A::Label Label; typedef in class:fst::CyclicMinimizer
231 Label prev_label = -1;
242 Label from_label = arc.ilabel;
300 typedef typename A::Label Label; typedef in class:fst::AcyclicMinimizer
535 GallicFactor<typename A::Label,
H A Drational.h54 typedef typename A::Label Label; typedef in class:fst::RationalFstImpl
178 Label nonterminals_; // # of nonterminals used
H A Drelabel.h32 // new labels are specified using a vector of pair<Label,Label>.
43 const vector<pair<typename A::Label, typename A::Label> >& ipairs,
44 const vector<pair<typename A::Label, typename A::Label> >& opairs) {
46 typedef typename A::Label Label; typedef
51 std::unordered_map<Label, Label> input_ma
102 typedef typename A::Label Label; typedef
158 typedef typename A::Label Label; typedef in class:fst::RelabelFstImpl
323 typedef typename A::Label Label; typedef in class:fst::RelabelFst
[all...]
H A Dreplace.h72 typedef typename A::Label Label; typedef in class:fst::ReplaceFstImpl
77 typedef std::unordered_map<Label, Label> NonTerminalHash;
97 ReplaceFstImpl(const vector< pair<Label, const Fst<A>* > >& fst_tuples,
142 void AddFst(Label label, const Fst<A>* fst) {
191 Label j = it->second - 1;
204 void SetRoot(Label root) {
205 Label nonterminal = nonterminal_hash_[root];
210 void SetFst(Label labe
540 typedef typename A::Label Label; typedef in class:fst::ReplaceFst
[all...]
H A Drmepsilon.h56 typedef typename Arc::Label Label; typedef in class:fst::RmEpsilonState
77 Label ilabel;
78 Label olabel;
83 Element(Label i, Label o, StateId s)
205 typedef typename Arc::Label Label; typedef
289 typedef typename Arc::Label Label; typedef
324 typedef typename A::Label Label; typedef in class:fst::RmEpsilonFstImpl
[all...]
H A Dstring-weight.h29 const int kStringInfinity = -1; // Label for the infinite string
30 const int kStringBad = -2; // Label for a non-string
31 const char kStringSeparator = '_'; // Label separator in strings
64 typedef L Label; typedef in class:fst::StringWeight
134 Label Size() const { return first_ ? rest_.size() + 1 : 0; }
H A Dsynchronize.h52 typedef typename A::Label Label; typedef in class:fst::SynchronizeFstImpl
56 typedef basic_string<Label> String;
68 // basic_string<Label> and are stored in a hash_set. The pointed
144 Label Car(const String *s, Label l = 0) const {
153 const String *Cdr(const String *s, Label l = 0) {
162 const String *Concat(const String *s, Label l = 0) {
171 bool Empty(const String *s, Label l = 0) const {
H A Dtest-properties.h74 typedef typename Arc::Label Label; typedef
115 std::unordered_set<Label> *ilabels = 0;
116 std::unordered_set<Label> *olabels = 0;
127 ilabels = new std::unordered_set<Label>;
129 olabels = new std::unordered_set<Label>;
H A Dunion.h39 typedef typename Arc::Label Label; typedef
H A Dverify.h30 typedef typename Arc::Label Label; typedef
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DLabel.java37 public class Label { class
40 Label() { method in class:Label
43 Label(MethodLocation location) { method in class:Label
/external/skia/bench/
H A Dcheck_bench_regressions.py48 class Label: class in inherits:
59 return "Label(%s, %s, %s, %s)" % (
94 keys = Label objects
99 point_name = Label(point.bench,point.config,point.time_type,
133 lines: dictionary mapping Label objects to the bench values.
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h347 enum Label { enum in class:google::protobuf::FieldDescriptor
353 // indexed by Label.
393 Label label() const; // optional/required/repeated
500 Label label_;
1216 PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, label, FieldDescriptor::Label)
H A Ddescriptor.pb.h785 typedef FieldDescriptorProto_Label Label; typedef in class:google::protobuf::FieldDescriptorProto
786 static const Label LABEL_OPTIONAL = FieldDescriptorProto_Label_LABEL_OPTIONAL;
787 static const Label LABEL_REQUIRED = FieldDescriptorProto_Label_LABEL_REQUIRED;
788 static const Label LABEL_REPEATED = FieldDescriptorProto_Label_LABEL_REPEATED;
792 static const Label Label_MIN =
794 static const Label Label_MAX =
802 static inline const ::std::string& Label_Name(Label value) {
806 Label* value) {
829 // optional .google.protobuf.FieldDescriptorProto.Label label = 4;
3029 // optional .google.protobuf.FieldDescriptorProto.Label labe
[all...]

Completed in 165 milliseconds

1234567