HomeSort by relevance Sort by last modified time
    Searched defs:Label (Results 26 - 50 of 152) sorted by null

12 3 4 5 6 7

  /external/chromium_org/ui/views/controls/
label.cc 5 #include "ui/views/controls/label.h"
38 const char Label::kViewClassName[] = "Label";
39 const int Label::kFocusBorderPadding = 1;
41 Label::Label() {
45 Label::Label(const base::string16& text) {
49 Label::Label(const base::string16& text, const gfx::FontList& font_list)
    [all...]
label.h 23 class VIEWS_EXPORT Label : public View {
31 Label();
32 explicit Label(const base::string16& text);
33 Label(const base::string16& text, const gfx::FontList& font_list);
34 virtual ~Label();
36 // Gets or sets the fonts used by this label.
40 // Get or set the label text.
57 // Sets the background color. This won't be explicitly drawn, but the label
91 // one for the label's text, font list, and platform.
95 // Get or set if the label text can wrap on multiple lines; default is false
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Label.java 34 /** A state machine transition label. A label can be either a simple
35 * label such as a token or character. A label can be a set of char or
38 * Special label types have to be < 0 to avoid conflict with char.
40 public class Label implements Comparable, Cloneable {
49 /** label is a semantic predicate; implies label is epsilon also */
52 /** label is a set of tokens or char */
117 /** The token type or character value; or, signifies special label. *
118 protected int label; field in class:Label
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_parse.h 97 struct tgsi_instruction_label Label;
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 64 MCSymbol *Label; ///< A label.
68 : Kind(K), Label(L), Loc(DL) {}
133 /// label just prior to the safe point (if the code generator is using
135 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {
136 SafePoints.push_back(GCPoint(Kind, Label, DL));
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 348 MCSymbol *Label = MBB.getParent()->getContext().CreateTempSymbol();
349 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label);
350 return Label;
360 MCSymbol* Label = InsertLabel(*CI->getParent(), CI, CI->getDebugLoc());
361 FI->addSafePoint(GC::PreCall, Label, CI->getDebugLoc());
365 MCSymbol* Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc());
366 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
TargetLoweringObjectFileImpl.cpp 64 MCSymbol *Label = getContext().GetOrCreateSymbol(NameData);
65 Streamer.EmitSymbolAttribute(Label, MCSA_Hidden);
66 Streamer.EmitSymbolAttribute(Label, MCSA_Weak);
74 0, Label->getName());
78 Streamer.EmitSymbolAttribute(Label, MCSA_ELF_TypeObject);
80 Streamer.EmitELFSize(Label, E);
81 Streamer.EmitLabel(Label);
617 // externally visible label, this runs into issues with certain linker
    [all...]
  /external/llvm/lib/MC/
MCContext.cpp 114 // Determine whether this is an assembler temporary or normal label, if used.
158 MCLabel *&Label = Instances[LocalLabelVal];
159 if (!Label)
160 Label = new (*this) MCLabel(0);
161 return Label->incInstance();
165 MCLabel *&Label = Instances[LocalLabelVal];
166 if (!Label)
167 Label = new (*this) MCLabel(0);
168 return Label->getInstance();
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 97 struct tgsi_instruction_label Label;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Label.java 33 * A label represents a position in the bytecode of a method. Labels are used
38 public class Label {
41 * Indicates if this label is only used for debug attributes. Such a label
49 * Indicates if the position of this label is known.
54 * Indicates if this label has been updated, after instruction resizing.
65 * Indicates if this label is the target of a jump instruction, or the start
71 * Indicates if a stack map frame must be stored for this label.
76 * Indicates if this label corresponds to a reachable basic block.
101 * Field used to associate user information to a label. Warning: this field
    [all...]
  /external/srec/tools/grxmlcompile/
fst-io.h 45 typedef typename A::Label Label;
99 void PrintILabel(Label l) const {
100 PrintId(l, isyms_, "arc input label");
103 void PrintOLabel(Label l) const {
104 PrintId(l, osyms_, "arc output label");
209 typedef typename A::Label Label;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
complement.h 39 // these states is the rho label, the remaining arcs correspond to the
53 typedef typename A::Label Label;
106 // that introduces the rho label. This version is a delayed Fst.
114 typedef typename A::Label Label;
187 typedef typename A::Label Label;
218 typedef typename A::Label Label;
    [all...]
encode.h 37 // encoding and decoding of label/weight tuples used for encoding
40 // label, and the reverse.
43 typedef typename A::Label Label;
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)
238 Label label = table_->Encode(arc); local
    [all...]
rational.h 54 typedef typename A::Label Label;
178 Label nonterminals_; // # of nonterminals used
relabel.h 32 // new labels are specified using a vector of pair<Label,Label>.
33 // Any label associations not specified are assumed to be identity
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;
50 // construct label to label hash. Coul
    [all...]
string-weight.h 29 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;
134 Label Size() const { return first_ ? rest_.size() + 1 : 0; }
150 L first_; // first label in string (0 if empty)
231 L label; local
232 ReadType(strm, &label);
233 PushBack(label);
243 L label = iter.Value() local
    [all...]
factor-weight.h 76 // Factor a StringWeight w as 'ab' where 'a' is a label.
146 typedef typename A::Label Label;
minimize.h 44 // - (input label, output label, weight, destination_block)
118 typedef typename A::Label Label;
231 Label prev_label = -1;
242 Label from_label = arc.ilabel;
300 typedef typename A::Label Label;
535 GallicFactor<typename A::Label,
rmepsilon.h 56 typedef typename Arc::Label Label;
77 Label ilabel;
78 Label olabel;
83 Element(Label i, Label o, StateId s)
190 // Removes epsilon-transitions (when both the input and output label
205 typedef typename Arc::Label Label;
266 // Removes epsilon-transitions (when both the input and output label
    [all...]
synchronize.h 52 typedef typename A::Label Label;
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 {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourcePage.java 35 import org.eclipse.swt.widgets.Label;
42 private Label mXmlLabel;
43 private Label mJavaLabel;
71 Label nameLabel = new Label(container, SWT.NONE);
77 Label xmlLabel = new Label(container, SWT.NONE);
80 mXmlLabel = new Label(container, SWT.NONE);
82 Label javaLabel = new Label(container, SWT.NONE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestPage.java 30 import org.eclipse.swt.widgets.Label;
57 Label label = new Label(container, SWT.NONE); local
58 label.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
59 label.setText("Template Location:");
77 new Label(container, SWT.NONE);
  /external/chromium_org/components/autofill/core/browser/
credit_card.cc 414 const base::string16 CreditCard::Label() const {
415 base::string16 label; local
428 label = l10n_util::GetStringFUTF16(IDS_CREDIT_CARD_NUMBER_PREVIEW_FORMAT,
431 return label;
664 << base::UTF16ToUTF8(credit_card.Label())
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 324 /// DIELabel - A label DIE.
327 const MCSymbol *Label;
330 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
332 /// EmitValue - Emit label value.
338 const MCSymbol *getValue() const { return Label; }
340 /// SizeOf - Determine size of label value in bytes.
353 /// DIEDelta - A simple label difference DIE.
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 220 MCSymbol *Label = Ctx.CreateTempSymbol();
221 AsmPrinter.OutStreamer.EmitAssignment(Label, Expr);
222 Expr = MCSymbolRefExpr::Create(Label, Ctx);
818 // This is a pseudo op for a two instruction sequence with a label, which
    [all...]

Completed in 355 milliseconds

12 3 4 5 6 7