HomeSort by relevance Sort by last modified time
    Searched refs:Label (Results 176 - 200 of 706) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
FindDialog.java 30 import org.eclipse.swt.widgets.Label;
41 private Label mStatusLabel;
81 Label lblMessage = new Label(panel, SWT.NONE);
96 mStatusLabel = new Label(panel, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkLocationChooserDialog.java 35 import org.eclipse.swt.widgets.Label;
43 private Label mStatusLabel;
59 Label l = new Label(c, SWT.NONE);
90 mStatusLabel = new Label(c, SWT.WRAP);
  /external/v8/src/ia32/
macro-assembler-ia32.cc 60 Label* condition_met,
61 Label::Distance condition_met_distance) {
87 Label done;
89 Label ok;
90 JumpIfNotInNewSpace(object, scratch, &ok, Label::kNear);
108 Label buffer_overflowed;
109 j(not_equal, &buffer_overflowed, Label::kNear);
114 j(equal, &done, Label::kNear);
131 Label done;
136 j(below, &done, Label::kNear)
    [all...]
ic-ia32.cc 49 Label* global_object) {
67 Label* miss) {
107 Label* miss_label,
127 Label done;
164 Label* miss_label,
181 Label done;
225 Label miss;
240 Label miss;
255 Label miss;
269 Label* slow)
    [all...]
codegen-ia32.cc 173 Label ok;
202 Label unaligned_source;
213 Label loop;
229 Label move_less_16;
259 Label loop;
275 Label move_less_16;
376 MacroAssembler* masm, Label* fail) {
384 Label loop, entry, convert_hole, gc_required, only_change_map;
508 MacroAssembler* masm, Label* fail) {
516 Label loop, entry, convert_hole, gc_required, only_change_map, success
    [all...]
  /external/chromium/chrome/browser/ui/views/
default_search_view.cc 24 #include "views/controls/label.h"
58 views::Label* CreateProviderLabel(int message_id) {
59 views::Label* choice_label =
60 new views::Label(UTF16ToWide(l10n_util::GetStringUTF16(message_id)));
88 // No logo -- show a text label.
89 views::Label* logo_label = new views::Label(short_name);
92 logo_label->SetHorizontalAlignment(views::Label::ALIGN_CENTER);
193 using views::Label;
268 Label* summary_label = new Label(UTF16ToWide(l10n_util::GetStringFUTF16
    [all...]
edit_search_engine_dialog.cc 19 #include "views/controls/label.h"
220 views::Label* description_label = new views::Label(description);
221 description_label->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
227 views::Label* EditSearchEngineDialog::CreateLabel(int message_id) {
228 views::Label* label = local
229 new views::Label(UTF16ToWide(l10n_util::GetStringUTF16(message_id)));
230 label->SetHorizontalAlignment(views::Label::ALIGN_LEFT)
    [all...]
  /external/chromium/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 18 #include "views/controls/label.h"
99 views::Label* heading_;
102 views::Label* will_have_access_to_;
109 std::vector<views::Label*> permissions_;
147 heading_ = new views::Label(UTF16ToWide(
153 heading_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
160 will_have_access_to_ = new views::Label(UTF16ToWide(
163 will_have_access_to_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
176 views::Label* label = new views::Label(UTF16ToWide(permissions[i])) local
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 42 PdtStack<typename Arc::StateId, typename Arc::Label> *stack;
48 PdtStack<typename Arc::StateId, typename Arc::Label> *s = 0,
79 typedef typename A::Label Label;
86 const vector<pair<typename Arc::Label,
87 typename Arc::Label> > &parens,
90 stack_(opts.stack ? opts.stack: new PdtStack<StateId, Label>(parens)),
107 stack_(new PdtStack<StateId, Label>(*impl.stack_)),
197 const PdtStack<StackId, Label> &GetStack() const { return *stack_; }
206 PdtStack<StackId, Label> *stack_
    [all...]
  /external/openfst/src/include/fst/
replace.h 57 // typedef typename A::Label Label;
60 // ReplaceStateTable(const vector<pair<Label, const Fst<A>*> > &fst_tuples,
61 // Label root);
176 typedef typename A::Label Label;
185 const vector<pair<Label, const Fst<A>*> > &fst_tuples,
186 Label root) : root_size_(0) {
244 typedef typename A::Label Label;
372 Label label = fst_tuples[i].first; local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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;
97 Label,
112 Label Encode(const A &arc)
237 Label label = table_->Encode(arc); local
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 100 Label rt_call, allocated;
102 Label undo_allocation;
133 Label allocate;
248 { Label loop, entry;
309 Label loop, entry;
343 Label use_receiver, exit;
474 Label loop, entry;
587 Label not_no_registers, not_tos_rax;
589 __ j(not_equal, &not_no_registers, Label::kNear);
595 __ j(not_equal, &not_tos_rax, Label::kNear)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 30 import org.antlr.analysis.Label;
82 grammar.getTokenType(t.getText())== Label.INVALID )
97 grammar.getTokenType(t.getText())==Label.INVALID )
108 if ( grammar.getTokenType(t.getText())==Label.INVALID &&
135 if ( existing==Label.INVALID ) {
187 if ( existingLiteralType !=Label.INVALID ) {
255 if ( oldType<Label.MIN_TOKEN_TYPE ) {
  /external/chromium/chrome/browser/autofill/
autofill_profile_unittest.cc 34 string16 summary0 = profile0.Label();
44 string16 summary00 = profile00.Label();
53 string16 summary1 = profile1.Label();
62 string16 summary2 = profile2.Label();
72 string16 summary3 = profile3.Label();
81 string16 summary4 = profile4.Label();
90 string16 summary5 = profile5.Label();
99 string16 summary6 = profile6.Label();
109 string16 summary7 = profile7.Label();
123 summary7 = profile7.Label();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 37 import org.eclipse.swt.widgets.Label;
87 // label before configuration selector
88 Label label = new Label(composite, SWT.NONE); local
89 label.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 2, 1));
90 label.setText("Optional: Choose a specific configuration to limit the XML to:");
105 Label separator = new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL);
109 Label folderLabel = new Label(composite, SWT.NONE)
    [all...]
  /tools/motodev/src/plugins/remote.device/src/com/motorola/studio/android/remote/ui/
RemotePropertiesComposite.java 30 import org.eclipse.swt.widgets.Label;
120 Label hostLabel = new Label(this, SWT.NONE);
153 Label portLabel = new Label(this, SWT.NONE);
182 Label timeoutLabel = new Label(this, SWT.NONE);
  /sdk/ddms/app/src/com/android/ddms/
StaticPortEditDialog.java 34 import org.eclipse.swt.widgets.Label;
61 private Label mWarning;
162 Label l0 = new Label(main, SWT.NONE);
178 Label l = new Label(main, SWT.NONE);
194 Label l2 = new Label(main, SWT.NONE);
210 // warning label
215 mWarning = new Label(warningComp, SWT.NONE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 34 import org.eclipse.swt.widgets.Label;
61 private Label mWarning;
162 Label l0 = new Label(main, SWT.NONE);
178 Label l = new Label(main, SWT.NONE);
194 Label l2 = new Label(main, SWT.NONE);
210 // warning label
215 mWarning = new Label(warningComp, SWT.NONE)
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SettingsDialog.java 32 import org.eclipse.swt.widgets.Label;
86 Label label = new Label(group, SWT.NONE); local
87 GridDataBuilder.create(label).hRight().vCenter();
88 label.setText("HTTP Proxy Server");
91 label.setToolTipText(tooltip);
98 label = new Label(group, SWT.NONE);
99 GridDataBuilder.create(label).hRight().vCenter()
    [all...]
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/elements/
ApplicationGroup.java 27 import org.eclipse.swt.widgets.Label;
92 final Label applicationNameLabel = new Label(packageComposite, SWT.NONE);
103 // new package label
104 final Label packageLabel = new Label(packageComposite, SWT.NONE);
115 final Label activityLabel = new Label(packageComposite, SWT.NONE);
126 Label minSDKVersionLabel = new Label(packageComposite, SWT.NONE)
    [all...]
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/utilities/ui/
WidgetsFactory.java 27 import org.eclipse.swt.widgets.Label;
81 * @return A label with a line.
83 public static Label createLine(Composite parent)
85 Label toReturn = new Label(parent, SWT.SEPARATOR | SWT.HORIZONTAL | SWT.BOLD);
145 * Creates a new label.
148 * @param text Text used in label.
149 * @return A new label
151 public static Label createLabel(Composite parent, String text)
157 * Creates a new label.
    [all...]
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/wizards/
AddTableFieldDialog.java 30 import org.eclipse.swt.widgets.Label;
60 private Label primaryKeyBehavior;
87 Label nameLabel = new Label(composite, SWT.NONE);
147 primaryKeyBehavior = new Label(primaryKeyOptions, SWT.NONE);
184 Label typeLabel = new Label(composite, SWT.NONE);
213 Label defaultLabel = new Label(composite, SWT.NONE);
283 protected Button createButton(Composite parent, int id, String label, boolean defaultButton
    [all...]
  /tools/motodev/src/plugins/logger.collector/src/com/motorola/studio/android/logger/collector/util/
WidgetsFactory.java 27 import org.eclipse.swt.widgets.Label;
77 * @return A label with a line.
79 public static Label createLine(Composite parent)
81 Label toReturn = new Label(parent, SWT.SEPARATOR | SWT.HORIZONTAL | SWT.BOLD);
141 * Creates a new label.
144 * @param text Text used in label.
145 * @return A new label
147 public static Label createLabel(Composite parent, String text)
153 * Creates a new label.
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 20 #include "views/controls/label.h"
66 class VerticalCandidateLabel : public views::Label {
72 gfx::Size size = Label::GetPreferredSize();
109 // Choose the character used for the shortcut label.
128 // Creates the shortcut label, and returns it (never returns NULL).
129 // The label text is not set in this function.
130 views::Label* CreateShortcutLabel(
132 // Create the shortcut label. The label will be owned by
135 views::Label* shortcut_label = new views::Label
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 157 * transition that could be a valid label is transition(0). When we
159 * for all possible transitions. That is of the order: size(label space)
163 protected OrderedHashSet<Label> reachableLabels;
188 /** Add a transition from this state to target with label. Return
191 public int addTransition(DFAState target, Label label) {
192 transitions.add( new Transition(label, target) );
244 Label label = state.transition[0].label; local
    [all...]

Completed in 1439 milliseconds

1 2 3 4 5 6 78 91011>>