HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 851 - 875 of 2711) sorted by null

<<31323334353637383940>>

  /external/chromium_org/tools/gn/
toolchain.cc 28 Toolchain::Toolchain(const Settings* settings, const Label& label)
29 : Item(settings, label) {
trace.h 17 class Label;
46 // Optional toolchain label.
69 ScopedTrace(TraceItem::Type t, const Label& label);
72 void SetToolchain(const Label& label);
  /external/chromium_org/ui/views/controls/button/
blue_button.cc 75 label()->SetShadowColors(kBlueButtonShadowColor, kBlueButtonShadowColor);
76 label()->SetShadowOffset(0, 1);
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.h 74 // Sets the label of the item at the specified index.
77 const string16& label);
80 // |label| at the specified model_index, and adds string data to |mii| if
85 const string16& label);
  /external/e2fsprogs/resize/
main.c 52 const char *label; local
64 label = _("Extending the inode table");
67 label = _("Relocating blocks");
70 label = _("Scanning inode table");
73 label = _("Updating inode references");
76 label = _("Moving inode table");
79 label = _("Unknown pass?!?");
83 retval = ext2fs_progress_init(&progress, label, 30,
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 27 import org.eclipse.swt.widgets.Label;
298 * Creates {@link Label} if {@link Browser} can not be used.
301 // prepare Label
302 final Label label = new Label(parent, SWT.WRAP); local
303 label.setText(html);
305 int requiredWidth = label.computeSize(SWT.DEFAULT, SWT.DEFAULT).x;
306 GridDataFactory.create(label).hintHC(50).hintHMin(requiredWidth);
308 label.setForeground(parent.getForeground())
    [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 37 const char *BrainF::label = "brainf"; member in class:BrainF
78 builder = new IRBuilder<>(BasicBlock::Create(C, label, brainf_func));
122 endbb = BasicBlock::Create(C, label, brainf_func);
154 aberrorbb = BasicBlock::Create(C, label, brainf_func);
179 //br label %brainf.end
259 //br i1 %test.%d, label %main.%d, label %main.%d
260 BasicBlock *nextbb = BasicBlock::Create(C, label, brainf_func);
285 //br label %main.%d
286 BasicBlock *testbb = BasicBlock::Create(C, label, brainf_func)
    [all...]
  /external/skia/gm/
display_json_results.py 80 # Map labels within the JSON file to the ResultAccumulator for each label.
99 for label, accumulator in results_map.iteritems():
100 results = actual_results[label]
  /external/skia/include/core/
SkUtils.h 103 /** NOTE: label contents are not copied, just the ptr is
106 SkAutoTrace(const char label[]) : fLabel(label) {
  /frameworks/base/core/java/android/gesture/
InstanceLearner.java 66 Double score = label2score.get(sample.label);
68 label2score.put(sample.label, weight);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ST.stg 73 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
75 <listLabel(label, {<label>.st})>
  /external/chromium/chrome/browser/chromeos/login/
captcha_view.cc 21 #include "views/controls/label.h"
28 using views::Label;
166 Label* label = new views::Label( local
168 label->SetMultiLine(true);
169 layout->AddView(label);
186 label = new views::Label(UTF16ToWide(
188 label->SetMultiLine(true)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
enrollment_dialog_view.cc 22 #include "ui/views/controls/label.h"
153 views::Label* label = new views::Label( local
156 label->SetFont(ui::ResourceBundle::GetSharedInstance().GetFont(
158 label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
159 label->SetMultiLine(true);
160 label->SetAllowCharacterBreak(true);
183 grid_layout->AddView(label);
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css 48 list > * > .label {
69 * |div.url||div.label| - so we need padding at the right of URL, not at the
77 html[dir=rtl] list .label {
81 list > .folder > .label {
88 list > * > .label:empty::after,
134 list [editing] .label input,
161 list .label input,
171 list [editing] .label,
187 html[dir=rtl] list > .folder > .label {
194 list > .folder > .label,
    [all...]
  /external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/css/
bmm.css 48 list > * > .label {
69 * |div.url||div.label| - so we need padding at the right of URL, not at the
77 html[dir=rtl] list .label {
81 list > .folder > .label {
88 list > * > .label:empty::after,
134 list [editing] .label input,
161 list .label input,
171 list [editing] .label,
187 html[dir=rtl] list > .folder > .label {
194 list > .folder > .label,
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
menu_gtk.cc 323 const std::string& label) {
324 std::string converted_label = ui::ConvertAcceleratorsFromWindowsStyle(label);
330 const std::string& label,
332 std::string converted_label = ui::ConvertAcceleratorsFromWindowsStyle(label);
338 const std::string& label) {
339 std::string converted_label = ui::ConvertAcceleratorsFromWindowsStyle(label);
450 GtkWidget* MenuGtk::BuildMenuItemWithImage(const std::string& label,
453 gtk_image_menu_item_new_with_mnemonic(label.c_str());
458 GtkWidget* MenuGtk::BuildMenuItemWithImage(const std::string& label,
460 GtkWidget* menu_item = BuildMenuItemWithImage(label,
483 std::string label = ui::ConvertAcceleratorsFromWindowsStyle( local
897 std::string label = ui::ConvertAcceleratorsFromWindowsStyle( local
955 std::string label = ui::ConvertAcceleratorsFromWindowsStyle( local
    [all...]
sad_tab_gtk.cc 38 GtkWidget* label = gtk_label_new(NULL); local
40 gtk_label_set_markup(GTK_LABEL(label), markup);
44 gtk_misc_set_alignment(GTK_MISC(label), 0.5, 0.5);
45 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_CENTER);
49 gtk_widget_modify_fg(label, GTK_STATE_NORMAL, &white);
51 return label;
  /external/chromium_org/chrome/test/functional/
webpagereplay.py 56 def __init__(self, label, path):
57 self.args = (label, path)
60 label, path = self.args
61 return 'Path does not exist for %s: %s' % (label, path)
139 def _CheckPath(self, label, path):
141 raise ReplayNotFoundError(label, path)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionElement.cpp 110 // WinIE does not use the label attribute, so as a quirk, we ignore it.
114 // FIXME: The following treats an element with the label attribute set to
115 // the empty string the same as an element with no label attribute at all.
116 // Is that correct? If it is, then should the label function work the same way?
280 String HTMLOptionElement::label() const function in class:WebCore::HTMLOptionElement
282 const AtomicString& label = fastGetAttribute(labelAttr); local
283 if (!label.isNull())
284 return label;
288 void HTMLOptionElement::setLabel(const AtomicString& label)
290 setAttribute(labelAttr, label);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
ui.js 79 ui.html.checkbox = function(queryParameter, label, isChecked, opt_extraJavaScript)
82 return '<label style="padding-left: 2em">' +
84 (isChecked ? 'checked' : '') + '>' + label +
85 '</label>';
88 ui.html.range = function(queryParameter, label, min, max, initialValue)
90 return '<label>' +
91 label +
93 '</label>';
96 ui.html.select = function(label, queryParameter, options)
98 var html = '<label style="padding-left: 2em">' + label + ': '
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCMediaStream.mm 48 [self label],
61 - (NSString *)label {
62 return @(self.mediaStream->label().c_str());
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha256-586.pl 105 &call (&label("pic_point")); # make it PIC!
108 &lea ($K256,&DWP(&label("K256")."-".&label("pic_point"),$K256));
164 &jne (&label("00_15"));
191 &jne (&label("16_63"));
224 &jb (&label("loop"));
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 261 const char* label, void** entries) {
274 writer->append(label, strlen(label));
304 char label[32]; local
305 sprintf(label, "heap_v2/%d", sample_period);
306 PrintHeader(writer, label, entries);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc 256 const char* label, void** entries) {
269 writer->append(label, strlen(label));
299 char label[32]; local
300 sprintf(label, "heap_v2/%d", sample_period);
301 PrintHeader(writer, label, entries);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 4 label:
36 jmp label
44 mov ax, [label]

Completed in 2036 milliseconds

<<31323334353637383940>>