Searched defs:Label (Results 1 - 25 of 148) sorted by relevance

123456

/external/llvm/lib/Support/
H A DGraphWriter.cpp24 std::string llvm::DOT::EscapeString(const std::string &Label) { argument
25 std::string Str(Label);
/external/openfst/src/bin/
H A Dfstreplace.cc46 typedef int64 Label; typedef
47 typedef pair<Label, const s::FstClass* > FstTuple;
49 Label root = atoll(argv[2]);
55 Label lab = atoll(argv[i + 1]);
H A Dfstrelabel.cc98 typedef int64 Label; typedef
99 vector<pair<Label, Label> > ipairs;
100 vector<pair<Label, Label> > opairs;
H A Dfstsymbols.cc94 typedef int64 Label; typedef
95 vector<pair<Label, Label> > ipairs;
104 typedef int64 Label; typedef
105 vector<pair<Label, Label> > opairs;
/external/openfst/src/include/fst/extensions/pdt/
H A Dreverse.h39 const vector<pair<typename Arc::Label,
40 typename Arc::Label> > &parens,
42 typedef typename Arc::Label Label; typedef
48 vector<pair<Label, Label> > relabel_pairs;
H A Dcompose.h38 typedef typename Arc::Label Label; typedef in class:fst::PdtComposeOptions
47 const vector<pair<Label, Label> > &parens,
74 typedef typename Arc::Label Label; typedef in class:fst::PdtComposeOptions
84 const vector<pair<Label, Label> > &parens) {
109 const vector<pair<typename Arc::Label,
110 typename Arc::Label> >
[all...]
/external/chromium/chrome/browser/autofill/
H A Dform_group.cc11 const string16 FormGroup::Label() const { return string16(); } function in class:FormGroup
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DLabel.java30 public final class Label { class
39 List<Label> catchLabels = Collections.emptyList();
42 Label primarySuccessor;
45 Label alternateSuccessor;
49 public Label() {} method in class:Label
78 for (Label catchLabel : catchLabels) {
/external/llvm/include/llvm/MC/
H A DMCLabel.h27 // Instance - the instance number of this Directional Local Label
38 /// getInstance - Get the current instance of this Directional Local Label.
42 /// Label.
52 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) { argument
53 Label.print(OS);
H A DMCWin64EH.h32 MCSymbol *Label; member in class:llvm::MCWin64EHInstruction
37 : Operation(Op), Label(L), Offset(0), Register(Reg) {
42 Label(L), Offset(Size) { }
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) {
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
56 MCSymbol *getLabel() const { return Label; }
H A DMachineLocation.h77 /// Label - Symbol for post-instruction address when result of move takes
79 MCSymbol *Label; member in class:llvm::MachineMove
84 MachineMove() : Label(0) {}
88 : Label(label), Destination(D), Source(S) {}
91 MCSymbol *getLabel() const { return Label; }
/external/openfst/src/extensions/pdt/
H A Dpdtreplace.cc50 typedef int64 Label; typedef
51 typedef pair<Label, const s::FstClass* > FstTuple;
53 Label root = atoll(argv[2]);
59 Label lab = atoll(argv[i + 1]);
/external/openfst/src/include/fst/script/
H A Drelabel.h56 // In case int64 is not the same as Arc::Label,
58 typedef typename Arc::Label Label; typedef
60 vector<pair<Label, Label> > converted_ipairs(args->arg2.size());
63 vector<pair<Label, Label> > converted_opairs(args->arg3.size());
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dverify.h30 typedef typename Arc::Label Label; typedef
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 Dconcat.h41 typedef typename Arc::Label Label; typedef
H A Dunion.h39 typedef typename Arc::Label Label; typedef
/external/openfst/src/include/fst/
H A Darcfilter.h74 typedef typename A::Label Label; typedef in class:fst::MultiLabelArcFilter
82 Label label = match_input_ ? arc.ilabel : arc.olabel;
87 void AddLabel(Label label) {
92 CompactSet<Label, kNoLabel> labels_;
H A Dverify.h33 typedef typename Arc::Label Label; typedef
H A Dclosure.h48 typedef typename Arc::Label Label; typedef
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DLabel.h40 class Label { class in namespace:JSC
42 explicit Label(CodeBlock* codeBlock) function in class:JSC::Label
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp138 /// EmitSectionOffset - Emit the 4-byte offset of Label from the start of its
144 /// Label lives in.
145 void AsmPrinter::EmitSectionOffset(const MCSymbol *Label, argument
149 OutStreamer.EmitCOFFSecRel32(Label);
156 // If Label has already been emitted, verify that it is in the same section as
158 assert((!Label->isInSection() || &Label->getSection() == &Section) &&
164 OutStreamer.EmitSymbolValue(Label, 4, 0/*AddrSpace*/);
169 EmitLabelDifference(Label, SectionLabel, 4);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32.h44 SID_AND_ATTRIBUTES Label; member in struct:_TOKEN_MANDATORY_LABEL
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h352 /// EmitLabelPlusOffset - Emit something like ".long Label+Offset"
353 /// where the size in bytes of the directive is specified by Size and Label
355 void EmitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset,
358 /// EmitLabelReference - Emit something like ".long Label"
359 /// where the size in bytes of the directive is specified by Size and Label
361 void EmitLabelReference(const MCSymbol *Label, unsigned Size) const { argument
362 EmitLabelPlusOffset(Label, 0, Size);
393 /// EmitSectionOffset - Emit the 4-byte offset of Label from the start of
399 /// that Label lives in.
400 void EmitSectionOffset(const MCSymbol *Label,
[all...]

Completed in 656 milliseconds

123456